2022-01-07 10:12:21 +00:00
|
|
|
[package]
|
|
|
|
name = "ethers-addressbook"
|
2023-03-16 19:28:35 +00:00
|
|
|
authors = ["Rohit Narurkar <rohit.narurkar@protonmail.com>"]
|
|
|
|
readme = "README.md"
|
2022-05-13 20:22:35 +00:00
|
|
|
description = "Common Ethereum name to address mappings"
|
2023-03-16 19:28:35 +00:00
|
|
|
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
documentation.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
categories.workspace = true
|
|
|
|
keywords.workspace = true
|
|
|
|
exclude.workspace = true
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|
|
|
|
rustc-args = ["--cfg", "docsrs"]
|
|
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
|
|
|
|
[package.metadata.playground]
|
|
|
|
all-features = true
|
2022-01-07 10:12:21 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-03-16 19:28:35 +00:00
|
|
|
ethers-core.workspace = true
|
2023-02-27 20:03:17 +00:00
|
|
|
|
2023-03-16 19:28:35 +00:00
|
|
|
once_cell.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|