Cargo Features
[dependencies]
axum-auth = { version = "0.7.0", default-features = false, features = ["auth-basic", "auth-bearer"] }
- default = auth-basic, auth-bearer
-
These default features are set whenever
axum-auth
is added without
somewhere in the dependency tree.default-features = false - auth-basic default
- auth-bearer default
axum-auth has 3 features without comments.