mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
33 lines
748 B
TOML
33 lines
748 B
TOML
[package]
|
|
name = "ef-tests"
|
|
version.workspace = true
|
|
description = "EF testing support for reth."
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
ef-tests = []
|
|
asm-keccak = ["reth-primitives/asm-keccak"]
|
|
|
|
[dependencies]
|
|
reth-primitives.workspace = true
|
|
reth-db = { workspace = true, features = ["mdbx", "test-utils"] }
|
|
reth-db-api.workspace = true
|
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
|
reth-stages.workspace = true
|
|
reth-evm-ethereum.workspace = true
|
|
|
|
alloy-rlp.workspace = true
|
|
|
|
walkdir = "2.3.3"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
rayon.workspace = true
|