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 wheneverhttp-cache-reqwest
is added without
somewhere in the dependency tree.default-features = false - 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.