# 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 = "sqlite3-sys" version = "0.17.0" authors = [ "Ivan Stankovic ", "Ivan Ukhov ", "Jean-Daniel Michaud ", "Vincenzo Palazzo ", ] description = "The package provides bindings to SQLite." homepage = "https://github.com/stainless-steel/sqlite3-sys" documentation = "https://docs.rs/sqlite3-sys" readme = "README.md" keywords = ["database"] categories = [ "database", "external-ffi-bindings", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/stainless-steel/sqlite3-sys" [dependencies.sqlite3-src] version = "0.6" optional = true [features] bundled = ["sqlite3-src/bundled"] default = ["linkage"] encryption = [] linkage = ["sqlite3-src"]