Cargo Features

Kadmium has no features set by default.

[dependencies]
kadmium = { version = "0.6.0", features = ["full", "codec", "sync"] }
full = codec, sync
codec full? = bincode

Enables serde of bytes, codec of tokio-util

Affects kadmium::codec

sync full? = async-trait, parking_lot, tokio

Affects traits::Kadcast

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.

async-trait sync?
bincode codec?
parking_lot sync?
tokio sync?
tokio-util codec?