Cargo Features
[dependencies]
shuttle-axum = { version = "0.49.0", default-features = false, features = ["axum-0-6", "axum"] }
- default = axum
-
The
axum
feature is set by default whenevershuttle-axum
is added without
somewhere in the dependency tree.default-features = false - axum-0-6
-
Enables axum ^0.6.13
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.
- axum default