Cargo Features

[dependencies]
tiny-merkle = { version = "0.3.0", default-features = false, features = ["std", "rayon"] }
default = std

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

std default

Option (enabled by default): without "std" tiny-merkle uses libcore; this option enables functionality expected to be available on a standard platform.

rayon

Option: enable rayon

Enables rayon

Affects merkle::MerkleOptions.parallel