ethers-contract-derive 0.4.4

Proc macro for type-safe bindings generation to Ethereum and Celo smart contracts
Documentation
[dependencies.ethers-contract-abigen]
version = "0.4.4"

[dependencies.ethers-core]
version = "0.4.4"

[dependencies.hex]
default-features = false
features = ["std"]
version = "0.4.3"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde_json]
version = "1.0.53"

[dependencies.syn]
version = "1.0.12"

[lib]
proc-macro = true

[package]
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>", "Georgios Konstantopoulos <me@gakonst.com>"]
description = "Proc macro for type-safe bindings generation to Ethereum and Celo smart contracts"
edition = "2018"
homepage = "https://docs.rs/ethers"
keywords = ["ethereum", "web3", "celo", "ethers"]
license = "MIT OR Apache-2.0"
name = "ethers-contract-derive"
repository = "https://github.com/gakonst/ethers-rs"
version = "0.4.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]