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]
|
2022-11-07 23:45:36 +00:00
|
|
|
once_cell = "1.16.0"
|
2022-01-07 10:12:21 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
2022-10-25 18:02:59 +00:00
|
|
|
ethers-core = { path = "../ethers-core", version = "^1.0.0" }
|