mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Consolidate our property-testing around `proptest`. This PR was written with Copilot and manually tweaked. Co-Authored-By: Michael Sproul <michael@sproul.xyz> Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
18 lines
406 B
TOML
18 lines
406 B
TOML
[package]
|
|
name = "merkle_proof"
|
|
version = "0.2.0"
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>"]
|
|
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 }
|