Cargo Features
[dependencies]
merkle-cbt-lean = { version = "0.1.1", default-features = false, features = ["std", "proof-gen"] }
- default = proof-gen, std
-
These default features are set whenever
merkle-cbt-lean
is added without
somewhere in the dependency tree.default-features = false Enables std of blake3 and external-memory-tools
blake3:
This crate uses libstd for std::io trait implementations, and also for runtime CPU feature detection. This feature is enabled by default. If you use --no-default-features, the only way to use the SIMD implementations in this
crate is to enable the corresponding instruction sets statically for the entire build, with e.g. RUSTFLAGS="-C target-cpu=native". - std default
- proof-gen default
merkle-cbt-lean has 3 features without comments.