[package] name = "utf16strings" edition = "2018" description = "A small lib to make utf16 strings at compile time" version = "0.1.0" license = "Apache-2.0" authors = ["Primitive"] repository = "https://github.com/Primitive0/utf16strings-rs" [dependencies] syn = "1.0.42" quote = "1.0.7" [lib] proc-macro = true