Cargo Features
[dependencies]
zkp-merkle-tree = { version = "0.2.0", default-features = false, features = ["std", "prover"] }
- default = prover, std
-
Default to using the std
- std default prover = hex, rayon
-
Enables std of crunchy, use_std of itertools ^0.9.0, std of log, no-std-compat, zkp-error-utils, zkp-hash, and zkp-mmap-vec
- prover default = std, zkp-mmap-vec
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.