[package] name = "reth-evm-ethereum" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true [lints] workspace = true [dependencies] # Reth reth-evm.workspace = true reth-primitives.workspace = true reth-revm.workspace = true reth-interfaces.workspace = true reth-ethereum-consensus.workspace = true # Ethereum revm-primitives.workspace = true [dev-dependencies] reth-revm = { workspace = true, features = ["test-utils"] } alloy-eips.workspace = true