Cargo Features

[dependencies]
mini-moka = { version = "0.10.3", default-features = false, features = ["sync"] }
default = sync

The sync feature is set by default whenever mini-moka is added without default-features = false somewhere in the dependency tree.

sync default = dashmap

Affects mini-moka::sync

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.

dashmap sync

Enables dashmap

Optional dependencies (enabled by default)