Cargo Features

[dependencies]
rustemon = { version = "3.5.0", default-features = false, features = ["filesystem-cache", "in-memory-cache", "serialize"] }
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.14.0

in-memory-cache

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

serialize

Rustemon has 4 features without comments.