[dependencies.ethers-contract-abigen]
default-features = false
optional = true
version = "2.0.2"
[dependencies.ethers-contract-derive]
default-features = false
optional = true
version = "2.0.2"
[dependencies.ethers-core]
default-features = false
version = "2.0.2"
[dependencies.ethers-derive-eip712]
default-features = false
optional = true
version = "2.0.2"
[dependencies.ethers-providers]
default-features = false
version = "2.0.2"
[dependencies.futures-util]
version = "0.3.27"
[dependencies.hex]
version = "0.4"
[dependencies.once_cell]
version = "1.17"
[dependencies.pin-project]
version = "1.0"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.ethers-providers]
default-features = false
features = ["ws"]
version = "2.0.2"
[dev-dependencies.ethers-solc]
default-features = false
version = "2.0.2"
[features]
abigen = ["abigen-offline", "ethers-contract-abigen/online"]
abigen-offline = ["ethers-contract-abigen", "ethers-contract-derive"]
celo = ["legacy", "ethers-core/celo", "ethers-providers/celo"]
default = ["abigen"]
eip712 = ["ethers-derive-eip712", "ethers-core/eip712"]
legacy = []
openssl = ["ethers-contract-abigen/openssl"]
rustls = ["ethers-contract-abigen/rustls"]
[package]
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Type-safe abstractions for interacting with Ethereum smart contracts"
documentation = "https://docs.rs/ethers"
edition = "2021"
exclude = [".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/"]
homepage = "https://github.com/gakonst/ethers-rs"
keywords = ["crypto", "ethers", "ethereum", "web3", "celo"]
license = "MIT OR Apache-2.0"
name = "ethers-contract"
readme = "README.md"
repository = "https://github.com/gakonst/ethers-rs"
rust-version = "1.65"
version = "2.0.2"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
features = ["macros"]
version = "1.26"