Cargo Features

cache_loader_async has no features set by default.

[dependencies]
cache_loader_async = { version = "0.2.1", features = ["lru-cache", "ttl-cache"] }
lru-cache = lru

Affects backing::LruCacheBacking

ttl-cache

Affects backing::TtlCacheBacking, backing::TtlMeta

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

lru lru-cache?

Enables lru ^0.7.8

Optional feature based dependencies