[dependencies.Inflector]
version = "0.11"
[dependencies.dunce]
version = "1.0"
[dependencies.ethers-core]
default-features = false
features = ["macros"]
version = "2.0.14"
[dependencies.eyre]
version = "0.6"
[dependencies.hex]
features = ["hex"]
package = "const-hex"
version = "1.6"
[dependencies.prettyplease]
features = ["verbatim"]
version = "0.2"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.regex]
version = "1.9"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0"
[dependencies.toml]
version = "0.8"
[dependencies.walkdir]
version = "2.3"
[dev-dependencies.tempfile]
version = "3.8"
[features]
default = ["providers"]
online = ["reqwest", "ethers-etherscan", "url", "tokio"]
openssl = ["reqwest?/native-tls", "ethers-etherscan?/openssl"]
providers = []
rustls = ["reqwest?/rustls-tls", "ethers-etherscan?/rustls"]
[package]
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>", "Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Code generation for type-safe bindings 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-abigen"
readme = "README.md"
repository = "https://github.com/gakonst/ethers-rs"
rust-version = "1.65"
version = "2.0.14"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ethers-etherscan]
default-features = false
optional = true
version = "2.0.14"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest]
default-features = false
features = ["blocking"]
optional = true
version = "0.11.19"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
optional = true
version = "1.32"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.url]
default-features = false
optional = true
version = "2.4"