[dependencies.ethers-contract-abigen]
default-features = false
optional = true
version = "2.0.14"
[dependencies.ethers-contract-derive]
default-features = false
optional = true
version = "2.0.14"
[dependencies.ethers-core]
default-features = false
version = "2.0.14"
[dependencies.ethers-providers]
default-features = false
optional = true
version = "2.0.14"
[dependencies.futures-util]
version = "0.3.28"
[dependencies.hex]
features = ["hex"]
package = "const-hex"
version = "1.6"
[dependencies.once_cell]
version = "1.18"
[dependencies.pin-project]
version = "1.1"
[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.14"
[features]
abigen = ["ethers-contract-abigen", "ethers-contract-derive"]
abigen-offline = ["abigen"]
abigen-online = ["abigen", "ethers-contract-abigen/online"]
celo = ["legacy", "ethers-core/celo", "ethers-providers/celo"]
default = ["abigen", "providers"]
eip712 = []
legacy = []
openssl = ["ethers-contract-abigen/openssl"]
optimism = ["ethers-core/optimism", "ethers-providers/optimism"]
providers = ["ethers-providers", "ethers-contract-abigen/providers", "ethers-contract-derive/providers"]
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.14"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.32"