ethers-contract-derive 2.0.14

Proc macros for type-safe bindings generation to Ethereum smart contracts
Documentation
[dependencies.Inflector]
version = "0.11"

[dependencies.ethers-contract-abigen]
default-features = false
version = "2.0.14"

[dependencies.ethers-core]
default-features = false
version = "2.0.14"

[dependencies.hex]
features = ["hex"]
package = "const-hex"
version = "1.6"

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

[dependencies.quote]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0"

[features]
default = ["providers"]
providers = ["ethers-contract-abigen/providers"]

[lib]
proc-macro = true

[package]
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>", "Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Proc macros for type-safe bindings generation to Ethereum smart contracts"
documentation = "https://docs.rs/ethers"
edition = "2021"
homepage = "https://github.com/gakonst/ethers-rs"
keywords = ["crypto", "ethers", "ethereum", "web3", "celo"]
license = "MIT OR Apache-2.0"
name = "ethers-contract-derive"
readme = "README.md"
repository = "https://github.com/gakonst/ethers-rs"
rust-version = "1.65"
version = "2.0.14"