Cargo Features
megaphone-broker has no features set by default.
[dependencies]
megaphone-broker = { version = "0.10.5", features = ["bin-cli", "tokio-stream"] }
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.
- tokio-stream implicit feature
-
Enables tokio-stream
tokio-stream:
Utilities to work with
Stream
andtokio
- clap bin-cli?
- hyper bin-cli?
-
Enables hyper ^0.14.28