2015-05-28 17:21:43 -04:00
|
|
|
[package]
|
|
|
|
name = "sqlite"
|
2015-08-01 17:38:39 -04:00
|
|
|
version = "0.17.0"
|
2015-05-28 17:21:43 -04:00
|
|
|
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/stainless-steel/sqlite"
|
|
|
|
homepage = "https://github.com/stainless-steel/sqlite"
|
|
|
|
documentation = "https://stainless-steel.github.io/sqlite"
|
|
|
|
description = "The package provides an interface to SQLite."
|
2015-08-01 13:55:22 -04:00
|
|
|
build = "build.rs"
|
2015-06-12 15:01:12 -04:00
|
|
|
|
2015-05-28 17:21:43 -04:00
|
|
|
[dependencies]
|
|
|
|
libc = "*"
|
2015-08-01 13:55:22 -04:00
|
|
|
sqlite3-sys = "0.6"
|
2015-05-28 19:19:08 -04:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
temporary = "*"
|