derive-inflection 0.0.0-alpha.3

Case inflection for derive macros (camelCase, snake_case, PascalCase, kebab-case, etc.)
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"
rust-version = "1.78.0"
name = "derive-inflection"
version = "0.0.0-alpha.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Case inflection for derive macros (camelCase, snake_case, PascalCase, kebab-case, etc.)"
readme = false
keywords = [
    "derive",
    "rename",
    "inflection",
    "case",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"

[lib]
name = "derive_inflection"
path = "src/lib.rs"

[dependencies]