# 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" version = "0.7.0" authors = [ "Sean Bowe ", "Kris Nuttycombe ", ] description = "Common types, interfaces, and utilities for 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", ] [dependencies.either] version = "1.8" [dependencies.proptest] version = "1" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.rand_core] version = "0.6" optional = true [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rand_core] version = "0.6" [features] legacy-api = [] test-dependencies = [ "dep:proptest", "dep:rand", "dep:rand_core", ]