2015-02-24 04:22:34 +08:00
|
|
|
[package]
|
|
|
|
name = "libsqlite3-sys"
|
2017-01-26 07:01:03 +08:00
|
|
|
version = "0.6.2"
|
2015-02-24 04:22:34 +08:00
|
|
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
2015-02-24 10:54:46 +08:00
|
|
|
repository = "https://github.com/jgallagher/rusqlite"
|
2015-02-24 04:22:34 +08:00
|
|
|
description = "Native bindings to the libsqlite3 library"
|
|
|
|
license = "MIT"
|
|
|
|
links = "sqlite3"
|
|
|
|
build = "build.rs"
|
|
|
|
|
2016-06-15 22:34:13 +08:00
|
|
|
[features]
|
|
|
|
bundled = []
|
|
|
|
|
2015-02-24 04:22:34 +08:00
|
|
|
[build-dependencies]
|
2017-01-26 07:01:03 +08:00
|
|
|
pkg-config = "0.3"
|
|
|
|
gcc = "0.3"
|
2015-03-29 11:09:13 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2017-01-26 07:01:03 +08:00
|
|
|
libc = "0.2"
|