# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "ethers-providers" version = "2.0.14" authors = ["Georgios Konstantopoulos "] exclude = [ ".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/", ] description = "Clients for interacting with Ethereum nodes" homepage = "https://github.com/gakonst/ethers-rs" documentation = "https://docs.rs/ethers" readme = "README.md" keywords = [ "crypto", "ethers", "ethereum", "web3", "celo", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/gakonst/ethers-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] all-features = true [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] version = "0.10" features = [ "k256", "serde", ] default-features = false [dependencies.ethers-core] version = "2.0.14" default-features = false [dependencies.futures-channel] version = "0.3.28" optional = true [dependencies.futures-core] version = "0.3.28" [dependencies.futures-timer] version = "3.0.2" features = ["wasm-bindgen"] default-features = false [dependencies.futures-util] version = "0.3.28" [dependencies.hashers] version = "1.0" [dependencies.hex] version = "1.6" features = ["hex"] package = "const-hex" [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] version = "0.11.19" features = ["json"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.37" features = ["attributes"] [dependencies.tracing-futures] version = "0.2.5" features = ["std-future"] [dependencies.url] version = "2.4" default-features = false [dev-dependencies.tracing-test] version = "0.2.4" features = ["no-env-filter"] [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", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.32" features = ["time"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tungstenite] version = "0.20" features = ["connect"] optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tempfile] version = "3" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.32" features = [ "rt-multi-thread", "macros", "time", ] [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] version = "0.3" features = ["console"] [target."cfg(target_arch = \"wasm32\")".dependencies.ws_stream_wasm] version = "0.7" [target."cfg(target_family = \"windows\")".dependencies.winapi] version = "0.3" optional = true