# 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 = "bridgetree" version = "0.6.0" authors = [ "Kris Nuttycombe ", "Sean Bowe ", ] description = "A space-efficient Merkle tree designed for linear appends with witnessing of marked leaves, checkpointing & state restoration." 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" [dependencies.incrementalmerkletree] version = "0.7" [dependencies.proptest] version = "1" optional = true [dev-dependencies.incrementalmerkletree] version = "0.7" features = ["test-dependencies"] [dev-dependencies.incrementalmerkletree-testing] version = "0.1" [dev-dependencies.proptest] version = "1" [features] test-dependencies = ["proptest"]