# 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.61" name = "merkle-lite" version = "0.1.0" authors = ["Keith Noguchi "] description = "A simple, fast, and composable binary Merkle tree and proof for Rust Crypto hash functions" homepage = "https://github.com/keithnoguchi/merkle-lite" documentation = "https://docs.rs/merkle-lite" readme = "README.md" keywords = [ "crypto", "merkle", "merkle-tree", "no-std", ] categories = [ "data-structures", "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/keithnoguchi/merkle-lite" [[bench]] name = "tree_from_iter" harness = false [[bench]] name = "tree_get_leaves_mut" harness = false [[bench]] name = "tree_proof" harness = false [[bench]] name = "proof_verify" harness = false [dependencies.digest] version = "0.10.6" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.fastrand] version = "1" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"] [dev-dependencies.sha2] version = "0.10" [dev-dependencies.sha3] version = "0.10" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3"