Files
reth/crates/engine/tree/Cargo.toml
2024-06-24 18:24:02 -04:00

54 lines
1.4 KiB
TOML

[package]
name = "reth-engine-tree"
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-primitives.workspace = true
reth-blockchain-tree.workspace = true
reth-blockchain-tree-api.workspace = true
reth-ethereum-consensus.workspace = true
reth-payload-primitives.workspace = true
reth-stages-api.workspace = true
reth-errors.workspace = true
reth-db.workspace = true
reth-execution-types.workspace = true
reth-provider.workspace = true
reth-rpc-types.workspace = true
reth-tasks.workspace = true
reth-trie.workspace = true
reth-payload-builder.workspace = true
reth-payload-validator.workspace = true
reth-prune.workspace = true
reth-static-file.workspace = true
reth-tokio-util.workspace = true
reth-engine-primitives.workspace = true
reth-network-p2p.workspace = true
reth-beacon-consensus.workspace = true
reth-consensus.workspace = true
reth-evm.workspace = true
reth-revm.workspace = true
revm.workspace = true
# common
tokio = { workspace = true, features = ["macros", "sync"] }
tokio-stream = { workspace = true, features = ["sync"] }
futures.workspace = true
# metrics
reth-metrics = { workspace = true, features = ["common"] }
metrics.workspace = true
# misc
aquamarine.workspace = true
tracing.workspace = true
parking_lot.workspace = true