Cargo Features
[dependencies]
ockam_multiaddr = { version = "0.64.0", default-features = false, features = ["std", "cbor", "serde"] }
- default = std
-
The
std
feature is set by default wheneverockam_multiaddr
is added without
somewhere in the dependency tree.default-features = false - std default = miette
-
Enables std of minicbor, ockam_core, optional serde, and unsigned-varint
ockam_core:
Feature (enabled by default): "std" enables functionality expected to be available on a standard platform.
Affects
proto::Ip4
,proto::Ip6
… - cbor = minicbor
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.