Cargo Features
[dependencies]
cdk-sqlite = { version = "0.8.1", default-features = false, features = ["mint", "wallet", "auth", "sqlcipher"] }
- default = auth, mint, wallet
-
These default features are set whenever
cdk-sqlite
is added without
somewhere in the dependency tree.default-features = false - mint default
-
Enables mint of cdk-common
Affects
cdk-sqlite::mint
… - wallet default
-
Enables wallet of cdk-common
Affects
cdk-sqlite::wallet
… - auth default
-
Enables auth of cdk-common
- sqlcipher = libsqlite3-sys
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.