# 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" name = "alloy-merkle-tree" version = "0.7.1" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal Merkle Tree implementation" readme = "README.md" keywords = [ "merkle", "tree", "merkle-tree", ] categories = [ "cryptography", "data-structures", "cryptography::cryptocurrencies", ] license-file = "LICENSE" repository = "https://github.com/rkdud007/alloy-merkle-tree" [lib] name = "alloy_merkle_tree" path = "src/lib.rs" [dependencies.alloy] version = "0.4.2" features = ["dyn-abi"] [dependencies.anyhow] version = "1.0" [dependencies.hashbrown] version = "0.14.3"