ethers 2.0.14

A complete Ethereum and Celo Rust library
Documentation
[dependencies.ethers-addressbook]
default-features = false
version = "2.0.14"

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

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

[dependencies.ethers-etherscan]
default-features = false
optional = true
version = "2.0.14"

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

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

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

[dependencies.ethers-solc]
default-features = false
optional = true
version = "2.0.14"

[features]
abigen = ["ethers-contract/abigen"]
abigen-offline = ["abigen"]
abigen-online = ["ethers-contract/abigen-online"]
aws = ["ethers-signers/aws"]
celo = ["ethers-contract/celo", "ethers-core/celo", "ethers-middleware/celo", "ethers-providers/celo", "ethers-signers/celo", "legacy"]
default = ["abigen", "rustls", "etherscan"]
dev-rpc = ["ethers-providers/dev-rpc"]
eip712 = []
ethers-solc = ["solc"]
etherscan = ["dep:ethers-etherscan", "ethers-middleware/etherscan"]
ipc = ["ethers-providers/ipc"]
ledger = ["ethers-signers/ledger"]
legacy = ["ethers-core/legacy", "ethers-contract/legacy"]
legacy-ws = ["ethers-providers/legacy-ws"]
openssl = ["ethers-contract/openssl", "ethers-etherscan?/openssl", "ethers-middleware/openssl", "ethers-providers/openssl", "ethers-solc?/openssl"]
optimism = ["ethers-core/optimism", "ethers-providers/optimism", "ethers-signers/optimism", "ethers-middleware/optimism", "ethers-contract/optimism"]
rustls = ["ethers-contract/rustls", "ethers-etherscan?/rustls", "ethers-middleware/rustls", "ethers-providers/rustls", "ethers-solc?/rustls"]
solc = ["dep:ethers-solc", "ethers-etherscan?/ethers-solc"]
solc-full = ["ethers-solc?/full"]
solc-sha2-asm = []
solc-tests = ["ethers-solc?/tests"]
trezor = ["ethers-signers/trezor"]
ws = ["ethers-providers/ws"]
yubi = ["ethers-signers/yubi"]

[package]
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "A complete Ethereum and Celo Rust library"
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"
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