Cargo Features

WADM has no features set by default.

[dependencies]
wadm = { version = "0.20.2", features = ["cli", "http_admin"] }
cli = clap

Enables clap attributes on the wadm configuration struct

http_admin = http, http-body-util, hyper, hyper-util

Affects config::WadmConfig.http_admin

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 cli?
http http_admin?
http-body-util http_admin?
hyper http_admin?
hyper-util http_admin?