# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "eth_rpc" version = "0.2.6" description = "simple eth rpc with helper functions" homepage = "https://github.com/copiumnicus/eth_rpc" readme = "README.md" keywords = [ "web3", "ethereum", "rpc", "api", "jsonbatch", ] license = "MIT OR Apache-2.0" repository = "https://github.com/copiumnicus/eth_rpc" [dependencies.ethers] version = "1.0.2" features = ["abigen"] [dependencies.itertools] version = "0.10.5" [dependencies.oxhttp] version = "0.1.6" features = ["rustls"] [dependencies.rand] version = "0.8.5" [dependencies.revm] version = "3.3.0" features = [ "serde", "std", ] [dependencies.revm-primitives] version = "=1.1.2" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [dependencies.tracing] version = "0.1.37"