ethabi 3.0.0

Easy to use conversion of ethereum contract calls to bytecode.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ethabi"
version = "3.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Easy to use conversion of ethereum contract calls to bytecode."
homepage = "https://github.com/paritytech/ethabi"
keywords = ["ethereum", "eth", "abi", "solidity", "cli"]
license = "MIT"
[dependencies.error-chain]
version = "0.11.0-rc.2"
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tiny-keccak]
version = "1.3"

[dependencies.rustc-hex]
version = "1.0"

[features]
backtrace = ["error-chain/backtrace"]