Cargo Features
[dependencies]
tower_governor = { version = "0.8.0", default-features = false, features = ["axum", "tonic", "tracing"] }
- default = axum, tonic
-
These default features are set whenever
tower_governoris added withoutsomewhere in the dependency tree.default-features = false - axum default
-
Enables support for axum web framework
Enables axum
- tonic default
-
Enables support for tonic web framework
Enables tonic
- tracing
-
Enables tracing output for this middleware
Affects
key_extractor::KeyExtractor.name,key_extractor::KeyExtractor.key_name…