[package] authors = [ "Alec Moskvin ", "Angel Leon ", "Cecile Tonglet ", "Daniel Dulaney ", "Ivan Stankovic ", "Ivan Ukhov ", "Jake Kerr ", "Jayson Reis ", "Pierre Krieger ", "Sean Klein ", "Sophie Tauchert <999eagle@999eagle.moe>", "Tomoki Aonuma ", "Yorhel ", "Yuriy Voshchepynets ", ] categories = ["api-bindings", "database", "lunatic"] description = "The package provides an interface to SQLite." documentation = "https://docs.rs/sqlite-bindings-lunatic" homepage = "https://github.com/SquattingSocrates/sqlite" keywords = ["database"] license = "Apache-2.0/MIT" name = "sqlite-bindings-lunatic" readme = "README.md" repository = "https://github.com/SquattingSocrates/sqlite" version = "0.30.4" [features] default = ["linkage"] linkage = ["sqlite3-sys/linkage"] [dependencies] libc = "0.2" [dependencies.sqlite3-sys] default-features = false version = "0.14" [dev-dependencies] temporary = "0.6"