Cargo Features

[dependencies]
equihash = { version = "0.2.2", default-features = false, features = ["std", "solver"] }
default = std

The std feature is set by default whenever equihash is added without default-features = false somewhere in the dependency tree.

std default solver? = document-features
solver build = std

Experimental tromp solver support, builds the C++ tromp solver and Rust FFI layer.

Enables cc

Affects equihash::tromp

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.

document-features std

Enables document-features

Dependencies used internally:
(Breaking upgrades to these are usually backwards-compatible, but check MSRVs.)
- Documentation