[package] name = "merkle_proof" version = "0.2.0" authors = ["Michael Sproul "] edition = { workspace = true } [features] arbitrary = ["alloy-primitives/arbitrary"] [dependencies] alloy-primitives = { workspace = true } ethereum_hashing = { workspace = true } fixed_bytes = { workspace = true } safe_arith = { workspace = true } [dev-dependencies] proptest = { workspace = true }