Cargo Features
[dependencies]
ockam_command = { version = "0.141.0", default-features = false, features = ["privileged_portals", "orchestrator", "aws-lc", "rust-crypto"] }
- default = orchestrator, privileged_portals, rust-crypto
-
These default features are set whenever
ockam_command
is added without
somewhere in the dependency tree.default-features = false - privileged_portals default
-
Enables privileged_portals of ockam_api
- orchestrator default
- aws-lc
-
Enables aws-lc of ockam_api and ockam_vault and aws-lc-rs of rustls
rustls:
Alias because Cargo features commonly use
-
- rust-crypto default
-
Enables ring of rustls, rust-crypto of ockam_api and ockam_vault
ockam_command has 5 features without comments.