[package] name = "incrementalmerkletree" description = "Common types, interfaces, and utilities for Merkle tree data structures" version = "0.3.0" authors = [ "Sean Bowe ", "Kris Nuttycombe ", ] edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/zcash/incrementalmerkletree" repository = "https://github.com/zcash/incrementalmerkletree" categories = ["algorithms", "data-structures"] rust-version = "1.60" [dependencies] either = "1.8" serde = { version = "1", features = ["derive"] } proptest = { version = "1.0.0", optional = true } [dev-dependencies] proptest = "1.0.0" [features] test-dependencies = ["proptest"]