eth_trie 0.6.1

Ethereum-compatible Merkle-Patricia Trie.
Documentation
[[bench]]
name = "insert_benchmark"
path = "benches/insert_benchmark.rs"

[[bench]]
harness = false
name = "trie"
path = "benches/trie.rs"

[dependencies.alloy-primitives]
features = ["rlp"]
version = "1.0"

[dependencies.alloy-rlp]
features = ["derive"]
version = "0.3.11"

[dependencies.hashbrown]
version = "0.15"

[dependencies.keccak-hash]
version = "0.11"

[dependencies.log]
version = "0.4.16"

[dependencies.parking_lot]
version = "0.12"

[dev-dependencies.alloy-primitives]
features = ["getrandom", "rlp"]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.uuid]
features = ["serde", "v4"]
version = "1.4.1"

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

[package]
authors = ["https://github.com/ethereum/eth-trie.rs/graphs/contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Ethereum-compatible Merkle-Patricia Trie."
documentation = "https://docs.rs/eth_trie"
edition = "2021"
homepage = "https://github.com/ethereum/eth-trie.rs"
keywords = ["patricia", "mpt", "evm", "trie", "ethereum"]
license = "Apache-2.0"
name = "eth_trie"
readme = "README.md"
repository = "https://github.com/ethereum/eth-trie.rs"
rust-version = "1.87.0"
version = "0.6.1"