[package]
edition = "2021"
name = "case_conv_macros"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros to convert identifiers and string literals to strings in a different case style."
readme = "README.md"
keywords = [
"macros",
"case",
"case_style",
"identifiers",
"string_literals",
]
categories = [
"text-processing",
"value-formatting",
]
license = "MIT"
repository = "https://github.com/Choosechee/case_conv_macros"
[lib]
name = "case_conv_macros"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.Inflector]
version = "0.11.4"