Files
nanoreth/crates/rpc/rpc-layer/Cargo.toml
2024-05-19 12:36:24 +00:00

30 lines
671 B
TOML

[package]
name = "reth-rpc-layer"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
alloy-rpc-types-engine.workspace = true
http.workspace = true
hyper.workspace = true
tower.workspace = true
http-body.workspace = true
pin-project.workspace = true
tracing.workspace = true
[dev-dependencies]
hyper = { workspace = true, features = ["client", "tcp"] }
assert_matches.workspace = true
tokio = { workspace = true, features = ["macros"] }
tempfile.workspace = true
jsonrpsee = { workspace = true, features = ["server"] }