Cargo Features

[dependencies]
ockam_api = { version = "0.65.0", default-features = false, features = ["std", "storage"] }
default = std

The std feature is set by default whenever ockam_api is added without default-features = false somewhere in the dependency tree.

std default = storage

Enables ockam_vault and ockam_vault_aws, use_std of either, std of tinyvec and tracing and std of hex, minicbor, ockam, ockam_abac, ockam_core, ockam_multiaddr, and ockam_node

ockam:

Feature (enabled by default): "std" enables functionality expected to be available on a standard platform.

storage std

Enables ockam

ockam_api has 3 features without comments.