[package] name = "pascal_ident_to_string" description = "A macro to convert an identifier to a string literal in pascal case" license = "MIT" repository = "https://github.com/maheshbansod/pascal_string" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] Inflector = "0.11.4"