[package] name = "merkle_proof" version = "0.2.0" authors = ["Michael Sproul "] edition = { workspace = true } [dependencies] ethereum-types = { workspace = true } ethereum_hashing = { workspace = true } lazy_static = { workspace = true } safe_arith = { workspace = true } [dev-dependencies] quickcheck = { workspace = true } quickcheck_macros = { workspace = true } [features] arbitrary = ["ethereum-types/arbitrary"]