mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused clap feature (#8843)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -6296,6 +6296,7 @@ dependencies = [
|
||||
"reth-rpc-types-compat",
|
||||
"reth-stages",
|
||||
"reth-static-file",
|
||||
"reth-static-file-types",
|
||||
"reth-tasks",
|
||||
"reth-tracing",
|
||||
"reth-transaction-pool",
|
||||
|
||||
@ -21,7 +21,7 @@ reth-node-core.workspace = true
|
||||
reth-node-api.workspace = true
|
||||
reth-rpc-types.workspace = true
|
||||
reth-rpc-types-compat.workspace = true
|
||||
reth-primitives = { workspace = true, features = ["clap", "alloy-compat"] }
|
||||
reth-primitives = { workspace = true, features = ["alloy-compat"] }
|
||||
reth-tracing.workspace = true
|
||||
|
||||
# alloy
|
||||
|
||||
@ -15,7 +15,7 @@ workspace = true
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-config.workspace = true
|
||||
reth-primitives = { workspace = true, features = ["arbitrary", "clap"] }
|
||||
reth-primitives = { workspace = true, features = ["arbitrary"] }
|
||||
reth-fs-util.workspace = true
|
||||
reth-db = { workspace = true, features = ["mdbx"] }
|
||||
reth-db-api.workspace = true
|
||||
@ -49,7 +49,8 @@ reth-payload-validator.workspace = true
|
||||
reth-basic-payload-builder.workspace = true
|
||||
reth-discv4.workspace = true
|
||||
reth-discv5.workspace = true
|
||||
reth-static-file = { workspace = true }
|
||||
reth-static-file.workspace = true
|
||||
reth-static-file-types = { workspace = true, features = ["clap"] }
|
||||
reth-trie = { workspace = true, features = ["metrics"] }
|
||||
reth-nippy-jar.workspace = true
|
||||
reth-node-api.workspace = true
|
||||
|
||||
@ -111,7 +111,6 @@ c-kzg = [
|
||||
"alloy-eips/kzg",
|
||||
]
|
||||
zstd-codec = ["dep:zstd"]
|
||||
clap = ["reth-static-file-types/clap"]
|
||||
optimism = [
|
||||
"reth-codecs/optimism",
|
||||
"reth-ethereum-forks/optimism",
|
||||
|
||||
Reference in New Issue
Block a user