2014-10-20 07:56:41 +08:00
|
|
|
[package]
|
|
|
|
name = "rusqlite"
|
2015-04-04 03:50:17 +08:00
|
|
|
version = "0.0.17"
|
2014-10-20 07:56:41 +08:00
|
|
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
2014-11-21 22:48:57 +08:00
|
|
|
description = "Ergonomic wrapper for SQLite"
|
2015-02-24 10:54:46 +08:00
|
|
|
repository = "https://github.com/jgallagher/rusqlite"
|
2015-05-05 03:24:58 +08:00
|
|
|
documentation = "http://jgallagher.github.io/rusqlite/rusqlite/index.html"
|
2014-11-21 22:48:57 +08:00
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["sqlite", "database", "ffi"]
|
|
|
|
license = "MIT"
|
2014-10-20 07:56:41 +08:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rusqlite"
|
2014-11-15 04:02:27 +08:00
|
|
|
|
2015-02-24 08:52:48 +08:00
|
|
|
[features]
|
|
|
|
load_extension = ["libsqlite3-sys/load_extension"]
|
|
|
|
|
2014-11-21 22:52:44 +08:00
|
|
|
[dependencies]
|
2014-12-04 23:47:46 +08:00
|
|
|
time = "~0.1.0"
|
2015-01-20 23:03:09 +08:00
|
|
|
bitflags = "~0.1"
|
2015-03-29 11:09:13 +08:00
|
|
|
libc = "~0.1"
|
2015-02-24 04:22:34 +08:00
|
|
|
|
2015-05-05 03:22:11 +08:00
|
|
|
[dev-dependencies]
|
|
|
|
tempdir = "~0.3.4"
|
|
|
|
|
2015-02-24 04:22:34 +08:00
|
|
|
[dependencies.libsqlite3-sys]
|
|
|
|
path = "libsqlite3-sys"
|
2015-04-03 21:32:11 +08:00
|
|
|
version = "0.0.13"
|