Cargo Features

futures-codec2 has no features set by default.

[dependencies]
futures-codec2 = { version = "0.1.0", features = ["json", "cbor"] }
default

No features on by default

json = serde, serde_json
cbor = serde, serde_cbor

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.

serde cbor? json?
serde_json json?
serde_cbor cbor?