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