Cargo Features

[dependencies]
shuttle-axum = { version = "0.44.0", default-features = false, features = ["axum-0-6", "axum"] }
default = axum

The axum feature is set by default whenever shuttle-axum is added without default-features = false somewhere in the dependency tree.

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