Cargo Features

[dependencies]
quick_cache = { version = "0.5.1", default-features = false, features = ["shuttle", "stats", "ahash", "parking_lot"] }
default = ahash, parking_lot

These default features are set whenever quick_cache is added without default-features = false somewhere in the dependency tree.

shuttle

Enables shuttle

Affects shim::rw_lock

stats

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.

ahash default

Affects quick_cache::DefaultHashBuilder

parking_lot default