# 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-contract" version = "2.0.14" authors = ["Georgios Konstantopoulos "] exclude = [ ".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/", ] description = "Type-safe abstractions for interacting with Ethereum smart contracts" 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.ethers-contract-abigen] version = "2.0.14" optional = true default-features = false [dependencies.ethers-contract-derive] version = "2.0.14" optional = true default-features = false [dependencies.ethers-core] version = "2.0.14" default-features = false [dependencies.ethers-providers] version = "2.0.14" optional = true default-features = false [dependencies.futures-util] version = "0.3.28" [dependencies.hex] version = "1.6" features = ["hex"] package = "const-hex" [dependencies.once_cell] version = "1.18" [dependencies.pin-project] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.ethers-providers] version = "2.0.14" features = ["ws"] default-features = false [features] abigen = [ "ethers-contract-abigen", "ethers-contract-derive", ] abigen-offline = ["abigen"] abigen-online = [ "abigen", "ethers-contract-abigen/online", ] celo = [ "legacy", "ethers-core/celo", "ethers-providers/celo", ] default = [ "abigen", "providers", ] eip712 = [] legacy = [] openssl = ["ethers-contract-abigen/openssl"] optimism = [ "ethers-core/optimism", "ethers-providers/optimism", ] providers = [ "ethers-providers", "ethers-contract-abigen/providers", "ethers-contract-derive/providers", ] rustls = ["ethers-contract-abigen/rustls"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.32" features = [ "macros", "rt-multi-thread", ]