Cargo Features

[dependencies]
hb-auth = { version = "0.2.0", default-features = false, features = ["axum", "kv"] }
default = axum

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

axum default

Enables axum

kv

Affects extractor::HasJwksCache, jwt::verify_access_jwt_cached