Cargo Features

mqtt-channel has no features set by default.

[dependencies]
mqtt-channel = { version = "0.2.0", features = ["json", "cbor", "statistics", "debug"] }
json

Enables serde and serde_json

cbor

Enables ciborium and serde

statistics debug?

Affects mqtt-channel::Statistics

debug = statistics