zkp-merkle-tree 0.2.0

Merkle tree based vector commitment
[[bench]]
harness = false
name = "benchmark"
[dependencies.crunchy]
default_features = false
version = "0.2.2"

[dependencies.hex]
optional = true
version = "0.4.0"

[dependencies.itertools]
default_features = false
version = "0.9.0"

[dependencies.log]
default_features = false
version = "0.4.8"

[dependencies.no-std-compat]
features = ["alloc"]
version = "0.4.0"

[dependencies.rayon]
optional = true
version = "1.0.3"

[dependencies.zkp-error-utils]
default_features = false
version = "0.2.0"

[dependencies.zkp-hash]
default_features = false
version = "0.2.0"

[dependencies.zkp-mmap-vec]
default_features = false
optional = true
version = "0.2.0"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.proptest]
version = "0.9.5"

[dev-dependencies.proptest-derive]
version = "0.1.2"

[dev-dependencies.zkp-criterion-utils]
version = "0.2.0"

[dev-dependencies.zkp-macros-decl]
version = "0.2.0"

[dev-dependencies.zkp-u256]
features = ["proptest", "proptest-derive"]
version = "0.2.0"

[features]
default = ["std", "prover"]
prover = ["std", "zkp-mmap-vec"]
std = ["crunchy/std", "hex", "itertools/use_std", "log/std", "no-std-compat/std", "rayon", "zkp-error-utils/std", "zkp-hash/std", "zkp-mmap-vec/std"]

[package]
authors = ["Remco Bloemen <remco@0x.org>", "Mason Liang <mason@0x.org>", "Paul Vienhage <paul@0x.org>"]
categories = ["cryptography", "algorithms", "no-std", "wasm"]
description = "Merkle tree based vector commitment"
edition = "2018"
keywords = ["merkle-tree", "hash", "no-std"]
license = "Apache-2.0"
name = "zkp-merkle-tree"
readme = "Readme.md"
repository = "https://github.com/0xProject/starkcrypto/tree/master/crypto/merkle-tree"
version = "0.2.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"]