# 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-middleware" version = "2.0.14" authors = ["Georgios Konstantopoulos "] exclude = [ ".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/", ] description = "Middleware implementations for the ethers-rs crate" 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.ethers-contract] version = "2.0.14" features = [ "abigen", "providers", ] default-features = false [dependencies.ethers-core] version = "2.0.14" default-features = false [dependencies.ethers-etherscan] version = "2.0.14" optional = true default-features = false [dependencies.ethers-providers] version = "2.0.14" default-features = false [dependencies.ethers-signers] version = "2.0.14" default-features = false [dependencies.futures-channel] version = "0.3.28" [dependencies.futures-locks] version = "0.7.1" default-features = false [dependencies.futures-util] version = "0.3.28" [dependencies.instant] version = "0.1.12" [dependencies.reqwest] version = "0.11.19" default-features = false [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] version = "2.4" default-features = false [dev-dependencies.ethers-providers] version = "2.0.14" features = [ "ws", "rustls", ] default-features = false [dev-dependencies.ethers-solc] version = "2.0.14" default-features = false [dev-dependencies.hex] version = "1.6" features = ["hex"] package = "const-hex" [dev-dependencies.once_cell] version = "1.18" [dev-dependencies.rand] version = "0.8" [dev-dependencies.reqwest] version = "0.11.19" features = [ "json", "rustls", ] default-features = false [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"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.32" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.32" features = [ "rt-multi-thread", "macros", "time", ]