ethers-addressbook 2.0.14

Common Ethereum name to address mappings
Documentation
[dependencies.ethers-core]
default-features = false
version = "2.0.14"

[dependencies.once_cell]
version = "1.18"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Rohit Narurkar <rohit.narurkar@protonmail.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Common Ethereum name to address mappings"
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", "celo"]
license = "MIT OR Apache-2.0"
name = "ethers-addressbook"
readme = "README.md"
repository = "https://github.com/gakonst/ethers-rs"
rust-version = "1.65"
version = "2.0.14"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

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