Cargo Features
[dependencies]
ockam_app_lib = { version = "0.141.0", default-features = false, features = ["aws-lc", "rust-crypto"] }
- default = rust-crypto
-
The
rust-crypto
feature is set by default wheneverockam_app_lib
is added without
somewhere in the dependency tree.default-features = false - aws-lc
- rust-crypto default
-
Enables rust-crypto of ockam_api
ockam_app_lib has 3 features without comments.