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 whenever modality-api is added without default-features = false somewhere in the dependency tree.

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