ethabi-cli 2.0.1

Easy to use cli for conversion of ethereum contract calls to bytecode.
[package]
name = "ethabi-cli"
version = "2.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
keywords = ["ethereum", "eth", "abi", "solidity", "cli"]
description = "Easy to use cli for conversion of ethereum contract calls to bytecode."
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"

[dependencies]
rustc-hex = "1.0"
serde = "1.0"
serde_derive = "1.0"
docopt = "0.8.1"
ethabi = { version = "2.0", path = ".." }

[[bin]]
name = "ethabi"
path = "src/main.rs"