Cargo Features

megaphone-broker has no features set by default.

[dependencies]
megaphone-broker = { version = "0.10.5", features = ["bin-cli", "tokio-stream"] }
bin-cli = clap, hyper

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 and tokio

clap bin-cli?
hyper bin-cli?

Enables hyper ^0.14.28