[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"]