# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64" name = "incrementalmerkletree-testing" version = "0.2.0" authors = [ "Kris Nuttycombe ", "Sean Bowe ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common types, interfaces, and utilities for testing Merkle tree data structures" homepage = "https://github.com/zcash/incrementalmerkletree" readme = "README.md" categories = [ "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/incrementalmerkletree" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "incrementalmerkletree_testing" path = "src/lib.rs" [dependencies.incrementalmerkletree] version = "0.7" features = ["test-dependencies"] [dependencies.proptest] version = "1"