case_conv_macros 1.0.1

Macros to convert identifiers and string literals to strings in a different case style.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"