Files
nanoreth/crates/rpc/rpc-testing-util/Cargo.toml
Emilia Hane 933a1dea39 chore(rpc): reth-eth-api crate (#8887)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-27 11:37:52 +00:00

33 lines
738 B
TOML

[package]
name = "reth-rpc-api-testing-util"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Reth RPC testing helpers"
[lints]
workspace = true
[dependencies]
# reth
reth-primitives.workspace = true
reth-rpc-types.workspace = true
reth-rpc-api = { workspace = true, features = ["client"] }
# async
futures.workspace = true
# misc
jsonrpsee = { workspace = true, features = ["client", "async-client"] }
serde_json.workspace = true
# assertions
similar-asserts.workspace = true
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "rt"] }
reth-rpc-eth-api.workspace = true