[dependencies.ethane-abi]
version = "1.0.2"
[dependencies.ethane-types]
version = "1.0.2"
[dependencies.reqwest]
features = ["blocking"]
version = "0.11.3"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tungstenite]
default-features = false
features = ["rustls-tls"]
version = "0.13"
[dev-dependencies]
[features]
blocking = []
non-blocking = []
[package]
authors = ["thojest <thojest@gmail.com>", "PumpkinSeed <ferenc@ngen.ai>"]
categories = ["cryptography::cryptocurrencies", "web-programming"]
description = "An alternative web3 implementation with the aim of being slim and simple"
edition = "2018"
keywords = ["web3", "ethereum", "jsonrpc", "rpc", "simple"]
license = "MIT"
name = "ethane"
readme = "../README.md"
repository = "https://github.com/zgendao/ethane"
version = "1.0.2"