You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-libsqlite3-sys/libsqlite3-sys-fix-metadata...

90 lines
1.8 KiB

--- libsqlite3-sys-0.25.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libsqlite3-sys-0.25.2/Cargo.toml 2023-03-07T15:11:16.358560+00:00
@@ -26,67 +26,28 @@
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/rusqlite/rusqlite"
-
-[dependencies.openssl-sys]
-version = "0.9"
-optional = true
+exclude = [
+ "/bindgen-bindings/",
+ "/upgrade.sh",
+ "/upgrade_sqlcipher.sh",
+ "/Upgrade.md",
+]
[build-dependencies.bindgen]
-version = "0.60"
+version = "0.63"
features = ["runtime"]
-optional = true
default-features = false
-
-[build-dependencies.cc]
-version = "1.0"
-optional = true
[build-dependencies.pkg-config]
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 = []
+buildtime_bindgen = []
default = ["min_sqlite_version_3_6_8"]
-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 = []
+min_sqlite_version_3_6_8 = []
+min_sqlite_version_3_7_16 = []
+min_sqlite_version_3_7_7 = []
preupdate_hook = ["buildtime_bindgen"]
session = [
"preupdate_hook",
@@ -94,6 +55,4 @@
]
sqlcipher = []
unlock_notify = []
-wasm32-wasi-vfs = []
-winsqlite3 = ["min_sqlite_version_3_7_16"]
with-asan = []