Cargo Features
Anuma-miner has no features set by default.
[dependencies]
anuma-miner = { version = "0.2.4", features = ["parking_lot", "no-asm", "bench", "shuttle"] }
- default
-
These default features are set whenever
anuma-miner
is added without
somewhere in the dependency tree.default-features = false Enables asm of optional keccak
keccak:
Use optimized assembly when available (currently only ARMv8)
- parking_lot = parking
-
Enables parking_lot of tokio
- no-asm = keccak
- bench
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.
- keccak no-asm?
- parking parking_lot?
-
Enables parking_lot
- shuttle implicit feature
-
Enables shuttle ^0.6
shuttle:
A library for testing concurrent Rust code