Cargo Features
[dependencies]
mini-moka = { version = "0.10.3", default-features = false, features = ["sync"] }
- default = sync
-
The
sync
feature is set by default whenevermini-moka
is added without
somewhere in the dependency tree.default-features = false - 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 ^5.2
Optional dependencies (enabled by default)