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