# 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] edition = "2021" name = "sqlite" version = "0.36.1" authors = [ "Alec Moskvin ", "Angel Leon ", "Cecile Tonglet ", "Daniel Dulaney ", "Ivan Stankovic ", "Ivan Ukhov ", "Jake Kerr ", "James Haywood ", "Jayson Reis ", "Jonatan Lemes ", "Luna Lux ", "Pierre Krieger ", "Sean Klein ", "Sophie Tauchert <999eagle@999eagle.moe>", "Tomoki Aonuma ", "Vincenzo Palazzo ", "Yorhel ", "kodeschreiber", ] description = "The package provides an interface to SQLite." homepage = "https://github.com/stainless-steel/sqlite" documentation = "https://docs.rs/sqlite" readme = "README.md" keywords = ["database"] categories = [ "api-bindings", "database", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/stainless-steel/sqlite" [dependencies.sqlite3-sys] version = "0.17" default-features = false [dev-dependencies.temporary] version = "0.6" [features] bundled = ["sqlite3-sys/bundled"] default = ["linkage"] encryption = ["sqlite3-sys/encryption"] extension = [] linkage = ["sqlite3-sys/linkage"]