ethabi-derive 4.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-derive"
version = "4.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", "derive"]
license = "MIT"

[lib]
proc-macro = true
[dependencies.syn]
version = "0.11.11"

[dependencies.ethabi]
version = "4.0"

[dependencies.quote]
version = "0.3.15"

[dependencies.heck]
version = "0.2"