Cargo Features
[dependencies]
tokio-lk = { version = "0.2.2", default-features = false, features = ["all"] }
- default = hashbrown
-
The
hashbrown
feature is set by default whenevertokio-lk
is added without
somewhere in the dependency tree.default-features = false - all = dashmap, hashbrown
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 all?
-
Enables dashmap ^3.7.0
Affects
tokio-lk::DashMapType
… - hashbrown default all?
-
Enables hashbrown ^0.7.1
Affects
tokio-lk::MapType
…