Files
nanoreth/crates/net/headers-downloaders/Cargo.toml
Georgios Konstantopoulos 4d718bbf33 s/foundry-rs/paradigmxyz
2022-12-07 00:00:45 -08:00

27 lines
682 B
TOML

[package]
name = "reth-headers-downloaders"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = "Implementations of various header downloader"
[dependencies]
# reth
reth-interfaces = { path = "../../interfaces" }
reth-primitives = { path = "../../primitives" }
reth-rpc-types = { path = "../rpc-types" }
# async
async-trait = "0.1.58"
futures = "0.3"
[dev-dependencies]
assert_matches = "1.5.0"
once_cell = "1.15.0"
rand = "0.8.5"
reth-interfaces = { path = "../../interfaces", features = ["test-utils"] }
tokio = { version = "1.21.2", features = ["full"] }
serial_test = "0.9.0"