shardtree 0.6.2

A space-efficient Merkle tree with witnessing of marked leaves, checkpointing & state restoration.
# 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 = "shardtree"
version = "0.6.2"
authors = ["Kris Nuttycombe <kris@nutty.land>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A space-efficient Merkle tree 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"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
legacy-api = ["incrementalmerkletree/legacy-api"]
test-dependencies = [
    "dep:proptest",
    "dep:assert_matches",
    "dep:incrementalmerkletree-testing",
    "incrementalmerkletree/test-dependencies",
]

[lib]
name = "shardtree"
path = "src/lib.rs"

[dependencies.assert_matches]
version = "1.5"
optional = true

[dependencies.bitflags]
version = "2"

[dependencies.either]
version = "1.8"

[dependencies.incrementalmerkletree]
version = "0.8.1"

[dependencies.incrementalmerkletree-testing]
version = "0.3"
optional = true

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assert_matches]
version = "1.5"

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

[dev-dependencies.incrementalmerkletree-testing]
version = "0.3"

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

[target."cfg(unix)".dev-dependencies.tempfile]
version = ">=3, <3.7.0"