ethrpc-rs 0.3.0

A lightweight async library for making JSON-RPC calls to Ethereum-compatible nodes.
Documentation
# 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"
rust-version = "1.88"
name = "ethrpc-rs"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight async library for making JSON-RPC calls to Ethereum-compatible nodes."
documentation = "https://docs.rs/ethrpc-rs"
readme = "README.md"
keywords = [
    "ethereum",
    "json-rpc",
    "evm",
    "web3",
    "rpc",
]
categories = [
    "api-bindings",
    "web-programming",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/KarpelesLab/ethrpc-rs"

[features]
abi = ["dep:purecrypto"]
default = ["abi"]

[lib]
name = "ethrpc_rs"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.purecrypto]
version = "0.6.25"
features = ["hash"]
optional = true
default-features = false

[dependencies.rsurl]
version = "0.1.3"
features = [
    "tokio-rt",
    "json",
]

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

[dependencies.serde_json]
version = "1.0.150"
features = ["raw_value"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "macros",
]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "time",
]