[package] name = "ethers-addressbook" version = "1.0.2" edition = "2021" rust-version = "1.64" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" 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.17.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" ethers-core = { path = "../ethers-core", version = "^1.0.0" }