Cargo Features
[dependencies]
sqlite3-sys = { version = "0.17.0", default-features = false, features = ["linkage", "bundled", "encryption"] }
- default = linkage
-
The
linkage
feature is set by default wheneversqlite3-sys
is added without
somewhere in the dependency tree.default-features = false - linkage default = sqlite3-src
- bundled
-
Enables bundled of sqlite3-src
- encryption
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.