# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libsqlite3-sys-le" version = "0.21.0" authors = ["The rusqlite developers"] build = "build.rs" links = "sqlite3" description = "Native bindings to the libsqlite3 library" keywords = ["sqlite", "sqlcipher", "ffi"] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/rusqlite/rusqlite" [build-dependencies.bindgen] version = "0.56" features = ["runtime"] optional = true default-features = false [build-dependencies.cc] version = "1.0" optional = true [build-dependencies.pkg-config] version = "0.3" optional = true [build-dependencies.quote] version = "1.0" optional = true [build-dependencies.syn] version = "1.0" features = ["extra-traits", "full", "printing"] optional = true [features] buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"] bundled = ["cc", "bundled_bindings"] bundled-windows = ["cc", "bundled_bindings"] bundled_bindings = [] default = ["min_sqlite_version_3_6_8"] in_gecko = [] loadable_extension = ["syn", "quote"] loadable_extension_embedded = ["loadable_extension"] min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"] min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"] preupdate_hook = ["buildtime_bindgen"] session = ["preupdate_hook", "buildtime_bindgen"] sqlcipher = [] unlock_notify = [] wasm32-wasi-vfs = [] winsqlite3 = ["min_sqlite_version_3_7_16"] with-asan = [] [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] version = "0.2" optional = true