[package] name = "sqlite" version = "0.20.0" authors = [ "Ivan Ukhov ", "Jake Kerr ", "Tomoki Aonuma ", ] 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." build = "build.rs" [dependencies] libc = "0.2" sqlite3-sys = "0.6" [dev-dependencies] temporary = "0.5"