Cargo Features
[dependencies]
modality-api = { version = "0.3.0", default-features = false, features = ["client", "serde", "proptest_strategies"] }
- default = client
-
The
client
feature is set by default whenevermodality-api
is added without
somewhere in the dependency tree.default-features = false - client default = minicbor
-
Affects
modality-api::protocol
… - serde
-
Enables serde
- proptest_strategies
-
Enables proptest
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.
- minicbor client
-
Enables minicbor ^0.13.1