eth_rpc 0.2.4

simple eth rpc with helper functions
[dependencies.ethers]
features = ["abigen"]
version = "1.0.2"

[dependencies.itertools]
version = "0.10.5"

[dependencies.oxhttp]
features = ["rustls"]
version = "0.1.6"

[dependencies.rand]
version = "0.8.5"

[dependencies.revm]
features = ["serde", "std"]
version = "3.5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.166"

[dependencies.serde_json]
version = "1.0.100"

[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0"

[dependencies.tracing]
version = "0.1.37"

[package]
description = "simple eth rpc with helper functions"
edition = "2021"
homepage = "https://github.com/copiumnicus/eth_rpc"
keywords = ["web3", "ethereum", "rpc", "api", "jsonbatch"]
license = "MIT OR Apache-2.0"
name = "eth_rpc"
readme = "README.md"
repository = "https://github.com/copiumnicus/eth_rpc"
version = "0.2.4"