Cargo Features

Kaspa-miner has no features set by default.

[dependencies]
kaspa-miner = { version = "0.2.5", features = ["parking_lot", "no-asm", "bench", "shuttle"] }
default

These default features are set whenever kaspa-miner is added without default-features = false somewhere in the dependency tree.

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