Cargo Features

[dependencies]
lightspeed_cache = { version = "0.64.3", default-features = false, features = ["moka", "tokio"] }
default = tokio

The tokio feature is set by default whenever lightspeed_cache is added without default-features = false somewhere in the dependency tree.

moka

Enables moka

Affects lightspeed_cache::moka

tokio default

Enables chrono and tokio

Affects lightspeed_cache::tokio