[dependencies.async-trait]
version = "0.1.73"
[dependencies.auto_impl]
version = "1.1"
[dependencies.base64]
version = "0.21"
[dependencies.bytes]
version = "1.4"
[dependencies.enr]
default-features = false
features = ["k256", "serde"]
version = "0.10"
[dependencies.ethers-core]
default-features = false
version = "2.0.14"
[dependencies.futures-channel]
optional = true
version = "0.3.28"
[dependencies.futures-core]
version = "0.3.28"
[dependencies.futures-timer]
default-features = false
features = ["wasm-bindgen"]
version = "3.0.2"
[dependencies.futures-util]
version = "0.3.28"
[dependencies.hashers]
version = "1.0"
[dependencies.hex]
features = ["hex"]
package = "const-hex"
version = "1.6"
[dependencies.http]
version = "0.2"
[dependencies.instant]
version = "0.1.12"
[dependencies.jsonwebtoken]
version = "8"
[dependencies.once_cell]
version = "1.18"
[dependencies.pin-project]
version = "1.1"
[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11.19"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
features = ["raw_value"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tracing]
features = ["attributes"]
version = "0.1.37"
[dependencies.tracing-futures]
features = ["std-future"]
version = "0.2.5"
[dependencies.url]
default-features = false
version = "2.4"
[dev-dependencies.tracing-test]
features = ["no-env-filter"]
version = "0.2.4"
[features]
celo = ["ethers-core/celo"]
default = ["ws", "rustls"]
dev-rpc = []
ipc = ["tokio/io-util", "futures-channel", "winapi"]
legacy-ws = ["ws"]
openssl = ["tokio-tungstenite/native-tls", "reqwest/native-tls"]
optimism = ["ethers-core/optimism"]
rustls = ["tokio-tungstenite/rustls-tls-webpki-roots", "reqwest/rustls-tls"]
ws = ["tokio-tungstenite", "futures-channel"]
[package]
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Clients for interacting with Ethereum nodes"
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-providers"
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]
features = ["time"]
version = "1.32"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tungstenite]
default-features = false
features = ["connect"]
optional = true
version = "0.20"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tempfile]
version = "3"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "time"]
version = "1.32"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4"
[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["console"]
version = "0.3"
[target."cfg(target_arch = \"wasm32\")".dependencies.ws_stream_wasm]
version = "0.7"
[target."cfg(target_family = \"windows\")".dependencies.winapi]
optional = true
version = "0.3"