ethcontract-common 0.4.0

Common types for ethcontract-rs runtime and proc macro.
Documentation
[package]
name = "ethcontract-common"
version = "0.4.0"
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gnosis/ethcontract-rs"
homepage = "https://github.com/gnosis/ethcontract-rs"
documentation = "https://docs.rs/ethcontract"
description = """
Common types for ethcontract-rs runtime and proc macro.
"""

[dependencies]
ethabi = "9.0"
hex = "0.4"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
thiserror = "1.0"
web3 = "0.10"