# 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.5.0" authors = ["Kris Nuttycombe "] build = 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" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [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.7" [dependencies.incrementalmerkletree-testing] version = "0.2" 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.7" features = ["test-dependencies"] [dev-dependencies.incrementalmerkletree-testing] version = "0.2" [dev-dependencies.proptest] version = "1" [features] legacy-api = ["incrementalmerkletree/legacy-api"] test-dependencies = [ "dep:proptest", "dep:assert_matches", "dep:incrementalmerkletree-testing", "incrementalmerkletree/test-dependencies", ] [target."cfg(unix)".dev-dependencies.tempfile] version = ">=3, <3.7.0"