# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zkp-merkle-tree" version = "0.2.0" authors = ["Remco Bloemen ", "Mason Liang ", "Paul Vienhage "] description = "Merkle tree based vector commitment" readme = "Readme.md" keywords = ["merkle-tree", "hash", "no-std"] categories = ["cryptography", "algorithms", "no-std", "wasm"] license = "Apache-2.0" repository = "https://github.com/0xProject/starkcrypto/tree/master/crypto/merkle-tree" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"] [[bench]] name = "benchmark" harness = false [dependencies.crunchy] version = "0.2.2" default_features = false [dependencies.hex] version = "0.4.0" optional = true [dependencies.itertools] version = "0.9.0" default_features = false [dependencies.log] version = "0.4.8" default_features = false [dependencies.no-std-compat] version = "0.4.0" features = ["alloc"] [dependencies.rayon] version = "1.0.3" optional = true [dependencies.zkp-error-utils] version = "0.2.0" default_features = false [dependencies.zkp-hash] version = "0.2.0" default_features = false [dependencies.zkp-mmap-vec] version = "0.2.0" optional = true default_features = false [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] version = "0.2.0" features = ["proptest", "proptest-derive"] [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"]