mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm reth_primitives from reth_revm (#14317)
This commit is contained in:
@ -13,7 +13,8 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-primitives-traits.workspace = true
|
||||
reth-ethereum-primitives.workspace = true
|
||||
reth-storage-errors.workspace = true
|
||||
reth-storage-api.workspace = true
|
||||
reth-trie = { workspace = true, optional = true }
|
||||
@ -34,19 +35,21 @@ alloy-consensus.workspace = true
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"reth-primitives/std",
|
||||
"reth-primitives-traits/std",
|
||||
"alloy-primitives/std",
|
||||
"revm/std",
|
||||
"alloy-eips/std",
|
||||
"alloy-consensus/std",
|
||||
"reth-ethereum-forks/std",
|
||||
"reth-ethereum-primitives/std",
|
||||
]
|
||||
witness = ["dep:reth-trie"]
|
||||
test-utils = [
|
||||
"dep:reth-trie",
|
||||
"reth-primitives/test-utils",
|
||||
"reth-primitives-traits/test-utils",
|
||||
"reth-trie?/test-utils",
|
||||
"revm/test-utils",
|
||||
"reth-ethereum-primitives/test-utils",
|
||||
]
|
||||
serde = [
|
||||
"revm/serde",
|
||||
@ -55,4 +58,5 @@ serde = [
|
||||
"alloy-consensus/serde",
|
||||
"reth-trie?/serde",
|
||||
"reth-ethereum-forks/serde",
|
||||
"reth-primitives-traits/serde",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user