evmscan 0.6.0

Rust binding of non-async API for EVM-based chains which provided by team behinds etherscan.io, bscscan.com, and polygonscan.com
Documentation
[dependencies.isahc]
features = ["json"]
version = "1.6"

[dependencies.primitive-types]
features = ["impl-serde", "fp-conversion"]
version = "0.11.1"

[dependencies.regex]
version = "1.5.5"

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

[dependencies.serde_json]
version = "1.0.79"

[dependencies.url]
version = "2.2.2"

[dev-dependencies.lazy_static]
version = "1.4.0"

[package]
authors = ["Wasin Thonkaew <wasin@wasin.io>"]
categories = ["api-bindings"]
description = "Rust binding of non-async API for EVM-based chains which provided by team behinds etherscan.io, bscscan.com, and polygonscan.com"
edition = "2021"
keywords = ["offchain", "api", "polygonscan", "bscscan", "etherscan"]
license = "MIT"
name = "evmscan"
readme = "README.md"
repository = "https://github.com/haxpor/evmscan"
resolver = "2"
version = "0.6.0"