2022-01-07 10:12:21 +00:00
|
|
|
[package]
|
|
|
|
name = "ethers-addressbook"
|
2022-11-27 20:27:55 +00:00
|
|
|
version = "1.0.2"
|
2022-01-07 10:12:21 +00:00
|
|
|
edition = "2021"
|
2022-12-06 06:04:48 +00:00
|
|
|
rust-version = "1.64"
|
2022-05-13 20:22:35 +00:00
|
|
|
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
2022-09-18 15:45:45 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2022-05-13 20:22:35 +00:00
|
|
|
description = "Common Ethereum name to address mappings"
|
|
|
|
homepage = "https://docs.rs/ethers"
|
|
|
|
repository = "https://github.com/gakonst/ethers-rs"
|
|
|
|
keywords = ["ethereum", "web3", "celo", "ethers"]
|
2022-01-07 10:12:21 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-27 20:03:17 +00:00
|
|
|
ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false }
|
|
|
|
|
2023-02-15 18:55:04 +00:00
|
|
|
once_cell = "1.17.1"
|
2022-01-07 10:12:21 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|