ethers 0.6.0

Complete Ethereum library and wallet implementation in Rust.
[dependencies.ethers-contract]
default-features = false
version = "^0.6.0"

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

[dependencies.ethers-etherscan]
default-features = false
version = "^0.2.0"

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

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

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

[dependencies.ethers-solc]
default-features = false
version = "^0.1.0"
[dev-dependencies.anyhow]
version = "1.0.39"

[dev-dependencies.bytes]
version = "1.1.0"

[dev-dependencies.ethers-contract]
default-features = false
features = ["abigen", "eip712"]
version = "^0.6.0"

[dev-dependencies.ethers-providers]
default-features = false
features = ["ws", "ipc"]
version = "^0.6.0"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.8.4"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.124"

[dev-dependencies.serde_json]
version = "1.0.64"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.5"

[features]
abigen = ["ethers-contract/abigen"]
abigen-offline = ["ethers-contract/abigen-offline"]
celo = ["ethers-core/celo", "ethers-providers/celo", "ethers-signers/celo", "ethers-contract/celo", "ethers-middleware/celo", "legacy"]
eip712 = ["ethers-contract/eip712", "ethers-core/eip712"]
ipc = ["ethers-providers/ipc"]
ledger = ["ethers-signers/ledger"]
legacy = ["ethers-core/legacy", "ethers-contract/legacy"]
openssl = ["ethers-providers/openssl"]
rustls = ["ethers-providers/rustls"]
solc-async = ["ethers-solc/async"]
solc-full = ["ethers-solc/full"]
solc-tests = ["ethers-solc/tests"]
ws = ["ethers-providers/ws"]
yubi = ["ethers-signers/yubi"]

[package]
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
description = "Complete Ethereum library and wallet implementation in Rust.\n"
documentation = "https://docs.rs/ethers"
edition = "2021"
homepage = "https://docs.rs/ethers"
license = "MIT OR Apache-2.0"
name = "ethers"
readme = "../README.md"
repository = "https://github.com/gakonst/ethers-rs"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
features = ["full"]