ethers-rs/ethers-addressbook/Cargo.toml

18 lines
526 B
TOML
Raw Normal View History

[package]
name = "ethers-addressbook"
2022-07-28 17:58:49 +00:00
version = "0.17.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
description = "Common Ethereum name to address mappings"
homepage = "https://docs.rs/ethers"
repository = "https://github.com/gakonst/ethers-rs"
keywords = ["ethereum", "web3", "celo", "ethers"]
[dependencies]
once_cell = "1.14.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2022-07-28 17:58:49 +00:00
ethers-core = { path = "../ethers-core", version = "^0.17.0" }