ethane-wasm 1.0.2

An alternative web3 implementation with the aim of being slim and simple compiled to WebAssembly
Documentation
[package]
name = "ethane-wasm"
version = "1.0.2"
authors = ["ZGEN <info@zgen.hu>"]
edition = "2018"
description = "An alternative web3 implementation with the aim of being slim and simple compiled to WebAssembly"
repository = "https://github.com/zgendao/ethane"
license = "MIT"
keywords = ["web3", "ethereum", "jsonrpc", "rpc", "wasm"]
categories = ["cryptography::cryptocurrencies", "web-programming"]
readme = "../README.md"

[lib]
crate-type = ["cdylib"]

[dependencies]
ethane = { version = "1.0.2", features = ["non-blocking"] }
futures = "0.3"
getrandom = { version = "0.2.2", features = ["js"] }
js-sys = "0.3.45"
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4"