# 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" name = "ethaddr-macros" version = "0.1.2" authors = ["Nicholas Rodrigues Lordello "] description = "Ethereum public address literals" homepage = "https://github.com/nlordell/ethcrates-rs/tree/main/crates/ethaddr-macros" documentation = "https://docs.rs/ethaddr-macros" readme = "README.md" keywords = [ "public", "address", "ethereum", "proc-macro", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/nlordell/ethcrates-rs" resolver = "1" [lib] proc-macro = true [dependencies.sha3] version = "0.10" default-features = false