@@ -13,13 +13,6 @@ categories = ["external-ffi-bindings"]
13
13
14
14
[features ]
15
15
default = [" min_sqlite_version_3_14_0" ]
16
- bundled = [" cc" , " bundled_bindings" ]
17
- bundled-windows = [" cc" , " bundled_bindings" ]
18
- bundled-sqlcipher = [" bundled" ]
19
- bundled-libsql-experimental = [" bundled" , " libsql-experimental" ]
20
- bundled-libsql-wasm-experimental = [" bundled-libsql-experimental" , " libsql-wasm-experimental" ]
21
- bundled-sqlcipher-vendored-openssl = [" bundled-sqlcipher" , " openssl-sys/vendored" ]
22
- buildtime_bindgen = [" bindgen" , " pkg-config" , " vcpkg" ]
23
16
sqlcipher = []
24
17
libsql-experimental = []
25
18
libsql-wasm-experimental = [" dep:libsql-wasmtime-bindings" ]
@@ -30,9 +23,9 @@ bundled_bindings = []
30
23
# sqlite3_unlock_notify >= 3.6.12
31
24
unlock_notify = []
32
25
# 3.13.0
33
- preupdate_hook = [" buildtime_bindgen " ]
26
+ preupdate_hook = []
34
27
# 3.13.0
35
- session = [" preupdate_hook" , " buildtime_bindgen " ]
28
+ session = [" preupdate_hook" ]
36
29
in_gecko = []
37
30
with-asan = []
38
31
wasm32-wasi-vfs = []
@@ -49,7 +42,7 @@ openssl-sys = { version = "0.9", optional = true }
49
42
libsql-wasmtime-bindings = { version = " 0.2.1" , optional = true }
50
43
51
44
[build-dependencies ]
52
- bindgen = { version = " 0.65" , optional = true , default-features = false , features = [" runtime" ] }
45
+ bindgen = { version = " 0.65" , default-features = false , features = [" runtime" ] }
53
46
pkg-config = { version = " 0.3.19" , optional = true }
54
- cc = { version = " 1.0" , optional = true }
47
+ cc = { version = " 1.0" }
55
48
vcpkg = { version = " 0.2" , optional = true }
0 commit comments