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 default-features = false somewhere in the dependency tree.

auth-basic default
auth-bearer default

axum-auth has 3 features without comments.