Cargo Features

[dependencies]
rustemon = { version = "3.4.1", default-features = false, features = ["filesystem-cache", "in-memory-cache"] }
default = filesystem-cache

The filesystem-cache feature is set by default whenever rustemon is added without default-features = false somewhere in the dependency tree.

filesystem-cache default

Enables manager-cacache of http-cache-reqwest

in-memory-cache

Enables manager-moka of http-cache-reqwest

Rustemon has 3 features without comments.