[package] name = "xorstring-procmacro" version = "0.1.0" authors = ["Mariell Hoversholm "] edition = "2018" repository = "https://github.com/Proximyst/xorstring-procmacro" license = "BSD-3-Clause" description = "Backend of xorstring crate" [dependencies] lazy_static = "~1" proc-macro2 = "~0.4" syn = "~0.15" quote = "~0.6" [lib] proc-macro = true