[package] name = "libsqlite3-sys" version = "0.7.0" authors = ["John Gallagher "] repository = "https://github.com/jgallagher/rusqlite" description = "Native bindings to the libsqlite3 library" license = "MIT" links = "sqlite3" build = "build.rs" [features] bundled = [] [build-dependencies] bindgen = "0.21" pkg-config = "0.3" gcc = "0.3"