Cargo Features
[dependencies]
axum-negotiate-layer = { version = "0.2.0", default-features = false, features = ["http1", "http2"] }
- default = http1
-
The
http1
feature is set by default wheneveraxum-negotiate-layer
is added without
somewhere in the dependency tree.default-features = false - http1 default = tokio
- http2 = tokio
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.