bridgetree 0.7.1

A space-efficient Merkle tree designed for linear appends with witnessing of marked leaves, checkpointing & state restoration.
Documentation
# 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.70"
name = "bridgetree"
version = "0.7.1"
authors = [
    "Kris Nuttycombe <kris@nutty.land>",
    "Sean Bowe <ewillbefull@gmail.com>",
]
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.8"

[dependencies.proptest]
version = "1"
optional = true

[dev-dependencies.incrementalmerkletree]
version = "0.8"
features = ["test-dependencies"]

[dev-dependencies.incrementalmerkletree-testing]
version = "=0.2.0-backcompat.0.8"

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

[features]
test-dependencies = ["proptest"]