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 whenever sqlite3-sys is added without default-features = false somewhere in the dependency tree.

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.

sqlite3-src bundled? linkage