# 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.81.0" name = "eth_trie" version = "0.5.0" authors = ["https://github.com/ethereum/eth-trie.rs/graphs/contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ethereum-compatible Merkle-Patricia Trie." homepage = "https://github.com/ethereum/eth-trie.rs" documentation = "https://docs.rs/eth_trie" readme = "README.md" keywords = [ "patricia", "mpt", "evm", "trie", "ethereum", ] license = "Apache-2.0" repository = "https://github.com/ethereum/eth-trie.rs" [lib] name = "eth_trie" path = "src/lib.rs" [[bench]] name = "insert_benchmark" path = "benches/insert_benchmark.rs" [[bench]] name = "trie" path = "benches/trie.rs" harness = false [dependencies.alloy-primitives] version = "0.8.0" features = [ "getrandom", "rlp", ] [dependencies.alloy-rlp] version = "0.3.8" features = ["derive"] [dependencies.hashbrown] version = "0.14.0" [dependencies.keccak-hash] version = "0.10.0" [dependencies.log] version = "0.4.16" [dependencies.parking_lot] version = "0.12" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.uuid] version = "1.4.1" features = [ "serde", "v4", ]