Files
reth/testing/testing-utils/Cargo.toml

30 lines
789 B
TOML

[package]
name = "reth-testing-utils"
description = "Testing utils for reth."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
reth-ethereum-primitives = { workspace = true, features = ["arbitrary", "std"] }
reth-primitives-traits = { workspace = true, features = ["secp256k1", "arbitrary"] }
alloy-genesis.workspace = true
alloy-primitives = { workspace = true, features = ["rand"] }
alloy-consensus.workspace = true
alloy-eips.workspace = true
rand.workspace = true
secp256k1 = { workspace = true, features = ["rand"] }
rand_08.workspace = true
[dev-dependencies]
alloy-eips.workspace = true
reth-primitives-traits.workspace = true