2015-02-24 04:22:34 +08:00
|
|
|
[package]
|
|
|
|
name = "libsqlite3-sys"
|
2015-12-17 13:16:30 +08:00
|
|
|
version = "0.4.0"
|
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"
|
|
|
|
|
2015-02-24 08:32:53 +08:00
|
|
|
[features]
|
|
|
|
load_extension = []
|
|
|
|
|
2015-02-24 04:22:34 +08:00
|
|
|
[build-dependencies]
|
2015-03-13 04:32:40 +08:00
|
|
|
pkg-config = "~0.3"
|
2015-03-29 11:09:13 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2015-12-01 14:18:44 +08:00
|
|
|
libc = "~0.2"
|