--- libsqlite3-sys-0.23.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ libsqlite3-sys-0.23.1/Cargo.toml 2021-11-11T23:59:58.779046+00:00 @@ -26,7 +26,6 @@ optional = true [build-dependencies.bindgen] version = "0.59" -features = ["runtime"] optional = true default-features = false @@ -38,27 +37,16 @@ version = "0.3.19" optional = true -[build-dependencies.vcpkg] -version = "0.2" -optional = true - [features] -buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"] -bundled = ["cc", "bundled_bindings"] -bundled-sqlcipher = ["bundled"] -bundled-sqlcipher-vendored-openssl = ["bundled-sqlcipher", "openssl-sys/vendored"] -bundled-windows = ["cc", "bundled_bindings"] -bundled_bindings = [] -default = ["min_sqlite_version_3_6_8"] +buildtime_bindgen = ["bindgen", "pkg-config"] +default = ["min_sqlite_version_3_6_8", "buildtime_bindgen"] in_gecko = [] -min_sqlite_version_3_6_23 = ["pkg-config", "vcpkg"] -min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"] -min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"] -min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"] +min_sqlite_version_3_6_23 = ["pkg-config"] +min_sqlite_version_3_6_8 = ["pkg-config"] +min_sqlite_version_3_7_16 = ["pkg-config"] +min_sqlite_version_3_7_7 = ["pkg-config"] preupdate_hook = ["buildtime_bindgen"] session = ["preupdate_hook", "buildtime_bindgen"] sqlcipher = [] unlock_notify = [] -wasm32-wasi-vfs = [] -winsqlite3 = ["min_sqlite_version_3_7_16"] with-asan = []