Cargo Features

CloudMQTT has no features set by default.

[dependencies]
cloudmqtt = { version = "0.4.0", features = ["bin"] }
bin = clap, tracing-subscriber

Enables io-std and rt-multi-thread of tokio

Required by cloudmqtt-client, cloudmqtt-server and cloudmqtt-test-client binaries

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.

clap bin?
tracing-subscriber bin?