Cargo Features

[dependencies]
axum-response-cache = { version = "0.2.0", default-features = false, features = ["axum07", "axum08"] }
default = axum08

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

axum07

Enables axum ^0.7

axum08 default

Enables axum

axum-response-cache has 3 features without comments.