Cargo Features
cmap has no features set by default.
[dependencies]
cmap = { version = "0.3.0", features = ["perf", "compact"] }
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 perf?
-
Enables dashmap ^4.0.2
- flurry perf?
-
Enables flurry ^0.3.1
- rand perf?
-
Enables rand ^0.7.3
- structopt perf?