# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "sqlite-bindings-lunatic" version = "0.30.4" 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 ", ] description = "The package provides an interface to SQLite." homepage = "https://github.com/SquattingSocrates/sqlite" documentation = "https://docs.rs/sqlite-bindings-lunatic" readme = "README.md" keywords = ["database"] categories = [ "api-bindings", "database", "lunatic", ] license = "Apache-2.0/MIT" repository = "https://github.com/SquattingSocrates/sqlite" [dependencies.libc] version = "0.2" [dependencies.sqlite3-sys] version = "0.14" default-features = false [dev-dependencies.temporary] version = "0.6" [features] default = ["linkage"] linkage = ["sqlite3-sys/linkage"]