Cargo Features
[dependencies]
http-cache-reqwest-fork = { version = "0.15.2", default-features = false, features = ["manager-cacache", "manager-moka"] }
- default = manager-cacache
-
The
manager-cacache
feature is set by default wheneverhttp-cache-reqwest-fork
is added without
somewhere in the dependency tree.default-features = false - manager-cacache default
-
Enables cacache-tokio and manager-cacache of http-cache-fork
- manager-moka
-
Enables manager-moka of http-cache-fork
http-cache-reqwest-fork has 3 features without comments.