# 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" version = "2.0.14" authors = ["Georgios Konstantopoulos "] exclude = [ ".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/", ] description = "A complete Ethereum and Celo Rust library" 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-addressbook] version = "2.0.14" default-features = false [dependencies.ethers-contract] version = "2.0.14" features = ["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-middleware] version = "2.0.14" default-features = false [dependencies.ethers-providers] version = "2.0.14" default-features = false [dependencies.ethers-signers] version = "2.0.14" default-features = false [dependencies.ethers-solc] version = "2.0.14" optional = true default-features = false [features] abigen = ["ethers-contract/abigen"] abigen-offline = ["abigen"] abigen-online = ["ethers-contract/abigen-online"] aws = ["ethers-signers/aws"] celo = [ "ethers-contract/celo", "ethers-core/celo", "ethers-middleware/celo", "ethers-providers/celo", "ethers-signers/celo", "legacy", ] default = [ "abigen", "rustls", "etherscan", ] dev-rpc = ["ethers-providers/dev-rpc"] eip712 = [] ethers-solc = ["solc"] etherscan = [ "dep:ethers-etherscan", "ethers-middleware/etherscan", ] ipc = ["ethers-providers/ipc"] ledger = ["ethers-signers/ledger"] legacy = [ "ethers-core/legacy", "ethers-contract/legacy", ] legacy-ws = ["ethers-providers/legacy-ws"] openssl = [ "ethers-contract/openssl", "ethers-etherscan?/openssl", "ethers-middleware/openssl", "ethers-providers/openssl", "ethers-solc?/openssl", ] optimism = [ "ethers-core/optimism", "ethers-providers/optimism", "ethers-signers/optimism", "ethers-middleware/optimism", "ethers-contract/optimism", ] rustls = [ "ethers-contract/rustls", "ethers-etherscan?/rustls", "ethers-middleware/rustls", "ethers-providers/rustls", "ethers-solc?/rustls", ] solc = [ "dep:ethers-solc", "ethers-etherscan?/ethers-solc", ] solc-full = ["ethers-solc?/full"] solc-sha2-asm = [] solc-tests = ["ethers-solc?/tests"] trezor = ["ethers-signers/trezor"] ws = ["ethers-providers/ws"] yubi = ["ethers-signers/yubi"]