ethrpc 0.0.7

Ethereum transport-agnositic JSON RPC implementation
Documentation
[dependencies.arrayvec]
features = ["serde"]
version = "0.7"

[dependencies.ethprim]
features = ["serde"]
version = "0.1"

[dependencies.reqwest]
features = ["json", "native-tls"]
optional = true
version = "0.11"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"
[dev-dependencies.ethprim]
features = ["macros"]
version = "0.1"

[dev-dependencies.hex-literal]
version = "0.4"

[dev-dependencies.tokio]
features = ["macros"]
version = "1"

[features]
http = ["reqwest"]

[package]
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Ethereum transport-agnositic JSON RPC implementation"
documentation = "https://docs.rs/ethrpc"
edition = "2021"
homepage = "https://github.com/nlordell/ethcrates-rs/tree/main/crates/ethrpc"
keywords = ["json", "rpc", "ethereum"]
license = "MIT OR Apache-2.0"
name = "ethrpc"
readme = "README.md"
repository = "https://github.com/nlordell/ethcrates-rs"
resolver = "1"
version = "0.0.7"
[package.metadata.docs.rs]
features = ["http"]