[package] name = "nicolas_macros" version = "0.1.0" authors = ["Shinya Yamaoka "] description = "Macros for nicolas" homepage = "https://github.com/shinnya/nicolas" repository = "https://github.com/shinnya/nicolas" edition = "2018" license = "Apache-2.0" readme = "README.md" [lib] name = "nicolas_macros" proc-macro = true [dependencies] syn = "0.15" quote = "0.6"