[package] name = "string_macros" description = "Small proc macro library for handling string literals" repository = "https://github.com/bjcscat/string_macros" readme = "README.md" version = "1.0.1" license = "Apache-2.0 OR MIT" edition = "2021" [lib] proc-macro=true [dependencies]