# 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 = "proc-easy" version = "0.3.0" authors = ["Zakarum "] description = "Macros to make writing proc-macro crates easy" homepage = "https://github.com/zakarumych/proc-easy" documentation = "https://docs.rs/proc-easy" readme = "README.md" keywords = [ "proc-macro", "macro", "derive", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/proc-easy" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["extra-traits"]