[package] name = "col_proc_macros_impl" version = "0.1.2" authors = ["NonNullableName "] edition = "2018" license = "Unlicense" readme = "README.md" description = "The implementation crate of macros marked with the proc-macro-hack derive macro." repository = "https://github.com/NonNullableName/col_proc_macros_impl" [lib] proc-macro = true [dependencies] unicode-xid = "0.2.0"