# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "ethers-addressbook" version = "2.0.14" authors = ["Rohit Narurkar "] exclude = [ ".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/", ] description = "Common Ethereum name to address mappings" homepage = "https://github.com/gakonst/ethers-rs" documentation = "https://docs.rs/ethers" readme = "README.md" keywords = [ "crypto", "ethers", "ethereum", "web3", "celo", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/gakonst/ethers-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] all-features = true [dependencies.ethers-core] version = "2.0.14" default-features = false [dependencies.once_cell] version = "1.18" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0"