ethers-middleware 2.0.14

Middleware implementations for the ethers-rs crate
Documentation
[dependencies.async-trait]
version = "0.1.73"

[dependencies.auto_impl]
version = "1.1"

[dependencies.ethers-contract]
default-features = false
features = ["abigen", "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-providers]
default-features = false
version = "2.0.14"

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

[dependencies.futures-channel]
version = "0.3.28"

[dependencies.futures-locks]
default-features = false
version = "0.7.1"

[dependencies.futures-util]
version = "0.3.28"

[dependencies.instant]
version = "0.1.12"

[dependencies.reqwest]
default-features = false
version = "0.11.19"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-futures]
version = "0.2.5"

[dependencies.url]
default-features = false
version = "2.4"
[dev-dependencies.ethers-providers]
default-features = false
features = ["ws", "rustls"]
version = "2.0.14"

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

[dev-dependencies.hex]
features = ["hex"]
package = "const-hex"
version = "1.6"

[dev-dependencies.once_cell]
version = "1.18"

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

[dev-dependencies.reqwest]
default-features = false
features = ["json", "rustls"]
version = "0.11.19"

[features]
celo = ["ethers-core/celo", "ethers-providers/celo", "ethers-signers/celo", "ethers-contract/celo"]
default = ["rustls", "etherscan"]
etherscan = ["dep:ethers-etherscan"]
openssl = ["reqwest/native-tls"]
optimism = ["ethers-core/optimism", "ethers-providers/optimism", "ethers-contract/optimism"]
rustls = ["reqwest/rustls-tls"]

[package]
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Middleware implementations for the ethers-rs crate"
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-middleware"
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.tokio]
version = "1.32"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "time"]
version = "1.32"