ethers-etherscan 2.0.13

Bindings for the etherscan.io web API
Documentation
[dependencies.chrono]
default-features = false
version = "0.4"

[dependencies.ethers-core]
default-features = false
version = "2.0.13"

[dependencies.ethers-solc]
default-features = false
optional = true
version = "2.0.13"

[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11.19"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1.37"
[dev-dependencies.ethers-solc]
default-features = false
version = "2.0.13"

[dev-dependencies.serial_test]
version = "2.0.0"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1.32"

[dev-dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt"]
version = "0.3.17"

[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"]

[package]
authors = ["Matthias Seitz <matthias.seitz@outlook.de>", "Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Bindings for the etherscan.io web API"
documentation = "https://docs.rs/ethers"
edition = "2021"
exclude = [".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/"]
homepage = "https://github.com/gakonst/ethers-rs"
keywords = ["crypto", "ethers", "ethereum", "web3", "etherscan"]
license = "MIT OR Apache-2.0"
name = "ethers-etherscan"
readme = "README.md"
repository = "https://github.com/gakonst/ethers-rs"
rust-version = "1.65"
version = "2.0.13"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
all-features = true