Cargo Features

[dependencies]
http-cache-reqwest = { version = "0.14.0", default-features = false, features = ["manager-cacache", "manager-moka"] }
default = manager-cacache

The manager-cacache feature is set by default whenever http-cache-reqwest is added without default-features = false somewhere in the dependency tree.

manager-cacache default

Enables cacache-tokio and manager-cacache of http-cache

manager-moka

Enables manager-moka of http-cache

http-cache-reqwest has 3 features without comments.