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