Cargo Features
[dependencies]
libsqlite3-sys = { version = "0.30.1", default-features = false, features = ["bundled", "bundled-windows", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "buildtime_bindgen", "sqlcipher", "min_sqlite_version_3_14_0", "bundled_bindings", "loadable_extension", "unlock_notify", "preupdate_hook", "session", "wasm32-wasi-vfs"] }
- default = min_sqlite_version_3_14_0
-
The
min_sqlite_version_3_14_0
feature is set by default wheneverlibsqlite3-sys
is added without
somewhere in the dependency tree.default-features = false - bundled bundled-sqlcipher? = bundled_bindings, cc
- bundled-windows = bundled_bindings, cc
- bundled-sqlcipher bundled-sqlcipher-vendored-openssl? = bundled
- bundled-sqlcipher-vendored-openssl = bundled-sqlcipher
-
Enables vendored of openssl-sys
- buildtime_bindgen preupdate_hook? session? = bindgen, pkg-config, vcpkg
- sqlcipher
- min_sqlite_version_3_14_0 default = pkg-config, vcpkg
- bundled_bindings bundled? bundled-windows?
-
Bundle only the bindings file. Note that this does nothing if
buildtime_bindgen
is enabled. - loadable_extension = prettyplease, quote, syn
-
Affects
error::InitError
… - unlock_notify
-
sqlite3_unlock_notify >= 3.6.12
- preupdate_hook session? = buildtime_bindgen
-
3.13.0
- session = buildtime_bindgen, preupdate_hook
-
3.13.0
- in_gecko with-asan wasm32-wasi-vfs
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- openssl-sys bundled-sqlcipher-vendored-openssl?
- bindgen build buildtime_bindgen?
-
Enables bindgen ^0.69
- pkg-config build buildtime_bindgen? min_sqlite_version_3_14_0
- cc build bundled? bundled-windows?
- vcpkg build buildtime_bindgen? min_sqlite_version_3_14_0
- prettyplease build loadable_extension?
-
Enables prettyplease
for loadable_extension:
- quote build loadable_extension?
-
Enables quote
like bindgen
- syn build loadable_extension?
-
Enables syn
like bindgen