mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-02 19:15:12 -05:00
41 lines
806 B
TOML
41 lines
806 B
TOML
[package]
|
|
name = "reth-stages-api"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|
|
# reth
|
|
reth-primitives.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-db.workspace = true
|
|
reth-interfaces.workspace = true
|
|
reth-static-file.workspace = true
|
|
assert_matches.workspace = true
|
|
reth-tokio-util.workspace = true
|
|
|
|
# metrics
|
|
reth-metrics.workspace = true
|
|
metrics.workspace = true
|
|
|
|
# async
|
|
tokio = { workspace = true, features = ["sync"] }
|
|
tokio-stream.workspace = true
|
|
futures-util.workspace = true
|
|
|
|
# misc
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
auto_impl = "1"
|
|
aquamarine.workspace = true
|
|
|
|
[features]
|
|
test-utils = []
|
|
|
|
[lints]
|
|
workspace = true
|