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

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.