[package] name = "proc_macro_helper" version = "0.3.0" authors = ["DCjanus "] description = "Procedural macros helper" license = "MIT" repository = "https://github.com/DCjanus/proc_macro_helper" documentation = "https://docs.rs/proc_macro_helper" readme = "README.MD" exclude = [ ".gitignore", "pre-commit", "README.MD", "rustfmt.toml", "tests/*", ".travis.yml", ] [dependencies] syn = { version = "0.15", features = ["extra-traits"] } quote = "0.6"