Cargo Features
[dependencies]
tower_allowed_hosts = { version = "0.8.0", default-features = false, features = ["regex", "tracing", "wildcard"] }
- default = tracing
-
The
tracing
feature is set by default whenevertower_allowed_hosts
is added without
somewhere in the dependency tree.default-features = false - regex
-
Enables regex
- tracing default
-
Enables tracing
- wildcard
-
Enables wildmatch
tower_allowed_hosts has 4 features without comments.