Cargo Features

[dependencies]
cdk-signatory = { version = "0.15.0", default-features = false, features = ["sqlite", "sqlcipher", "grpc"] }
default = grpc, sqlite

These default features are set whenever cdk-signatory is added without default-features = false somewhere in the dependency tree.

sqlite default = cdk-sqlite

Affects cli::init_logging, cli::cli_main

sqlcipher

Enables sqlcipher of cdk-sqlite

grpc default

Enables prost, tokio, tonic, tonic-prost, and tonic-prost-build

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.

cdk-sqlite not wasm32 sqlcipher? sqlite