|
|
|
--- libsqlite3-sys-0.23.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ libsqlite3-sys-0.23.2/Cargo.toml 2023-02-05T14:56:54.936482+00:00
|
|
|
|
@@ -26,7 +26,7 @@
|
|
|
|
version = "0.9"
|
|
|
|
optional = true
|
|
|
|
[build-dependencies.bindgen]
|
|
|
|
-version = "0.59"
|
|
|
|
+version = "0.63"
|
|
|
|
features = ["runtime"]
|
|
|
|
optional = true
|
|
|
|
default-features = false
|
|
|
|
@@ -39,27 +39,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 = []
|