Cargo Features

[dependencies]
channels = { version = "0.11.2", default-features = false, features = ["full", "statistics", "tokio", "futures", "bincode", "cbor", "json", "borsh"] }
default = bincode

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

full = bincode, borsh, cbor, json, statistics
statistics full?
tokio

Enables tokio

futures

Enables futures

bincode default full?

Enables serde, bincode of channels-serdes

Affects channels::channel

cbor full?

Enables cbor of channels-serdes

json full?

Enables json of channels-serdes

borsh full?

Enables borsh of channels-serdes