# 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-etherscan" version = "2.0.14" authors = [ "Matthias Seitz ", "Georgios Konstantopoulos ", ] exclude = [ ".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/", ] description = "Bindings for the etherscan.io web API" homepage = "https://github.com/gakonst/ethers-rs" documentation = "https://docs.rs/ethers" readme = "README.md" keywords = [ "crypto", "ethers", "ethereum", "web3", "etherscan", ] 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.chrono] version = "0.4" default-features = false [dependencies.ethers-core] version = "2.0.14" default-features = false [dependencies.ethers-solc] version = "2.0.14" optional = true default-features = false [dependencies.reqwest] version = "0.11.19" features = ["json"] default-features = false [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.37" [dev-dependencies.ethers-solc] version = "2.0.14" default-features = false [dev-dependencies.serial_test] version = "3.0.0" [dev-dependencies.tempfile] version = "3.8" [dev-dependencies.tokio] version = "1.32" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "fmt", ] default-features = false [features] default = ["rustls"] ethers-solc = ["dep:ethers-solc"] openssl = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] solc-full = ["ethers-solc?/full"] solc-tests = ["ethers-solc?/tests"]