Cargo Features
[dependencies]
libsqlcipher-sys = { version = "0.9.0", default-features = false, features = ["bundled", "buildtime_bindgen", "sqlcipher", "min_sqlite_version_3_6_8", "min_sqlite_version_3_6_11", "min_sqlite_version_3_6_23", "min_sqlite_version_3_7_3", "min_sqlite_version_3_7_4", "min_sqlite_version_3_7_16"] }
- default = min_sqlite_version_3_6_8
-
The
min_sqlite_version_3_6_8
feature is set by default wheneverlibsqlcipher-sys
is added without
somewhere in the dependency tree.default-features = false - bundled = cc
- buildtime_bindgen = bindgen, pkg-config, vcpkg
- sqlcipher
- min_sqlite_version_3_6_8 default = pkg-config, vcpkg
- min_sqlite_version_3_6_11 = pkg-config, vcpkg
- min_sqlite_version_3_6_23 = pkg-config, vcpkg
- min_sqlite_version_3_7_3 = pkg-config, vcpkg
- min_sqlite_version_3_7_4 = pkg-config, vcpkg
- min_sqlite_version_3_7_16 = pkg-config, vcpkg
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.
- bindgen build buildtime_bindgen?
-
Enables bindgen ^0.36
- pkg-config build buildtime_bindgen? min_sqlite_version_3_6_11? min_sqlite_version_3_6_23? min_sqlite_version_3_6_8 min_sqlite_version_3_7_16? min_sqlite_version_3_7_3? min_sqlite_version_3_7_4?
- cc build bundled?
- vcpkg build msvc buildtime_bindgen? min_sqlite_version_3_6_11? min_sqlite_version_3_6_23? min_sqlite_version_3_6_8 min_sqlite_version_3_7_16? min_sqlite_version_3_7_3? min_sqlite_version_3_7_4?