Cargo Features

[dependencies]
rustemon = { version = "3.4.0", 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 ^0.13.0

in-memory-cache

Enables manager-moka of http-cache-reqwest ^0.13.0

Rustemon has 3 features without comments.