[package] name = "wide-literals" version = "0.2.0" authors = ["Serentty"] license = "CC0-1.0 OR Unlicense" description = "UTF-16 string literals for use with wide string APIs accepting pointers to null-terminated strings" repository = "https://github.com/Serentty/wide-literals" edition = "2018" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = "1"