ethane-abi 1.0.1

An alternative web3 abi parser library which aims the simplicity
Documentation
[package]
name = "ethane-abi"
version = "1.0.1"
authors = ["Mark Melczer <melczer7@gmail.com>", "PumpkinSeed <ferenc@ngen.ai>"]
edition = "2018"
description = "An alternative web3 abi parser library which aims the simplicity"
repository = "https://github.com/zgendao/ethane"
license = "MIT"
keywords = ["web3", "ethereum", "jsonrpc", "rpc", "abi"]
categories = ["cryptography::cryptocurrencies", "web-programming"]
readme = "../README.md"

[dependencies]
byteorder = "1.4.3"
ethereum-types = "0.11"
serde_json = "1.0"
sha3 = "0.9.1"
thiserror = "1.0"

[dev-dependencies]
hex-literal = "0.3"