Cargo Features
[dependencies]
tower_governor = { version = "0.4.3", default-features = false, features = ["axum", "tracing"] }
- default = axum
-
The
axum
feature is set by default whenevertower_governor
is added without
somewhere in the dependency tree.default-features = false - axum default
-
Enables support for axum web framework
Enables axum
- tracing
-
Enables tracing output for this middleware
Affects
key_extractor::KeyExtractor.name
,key_extractor::KeyExtractor.key_name
…