Cargo Features

Megaphone has no features set by default.

[dependencies]
megaphone = { version = "0.10.4", features = ["client", "examples"] }
client examples? = bytes, futures, http-body-util, hyper, hyper-tls, hyper-util, log, thiserror, tokio, tokio-stream

Affects megaphone::client

examples = client, env_logger

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.

env_logger examples?
log client?
thiserror client?
tokio client?
tokio-stream client?
futures client?
hyper client?
hyper-util client?
hyper-tls client?
http-body-util client?
bytes client?