caseify 0.1.3

A CLI tool to convert strings between different cases
Documentation
[[bin]]
name = "caseify"
path = "src/main.rs"

[dependencies]

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

[package]
authors = ["Tom Webber <t.c.w.webber@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities", "text-processing", "value-formatting"]
description = "A CLI tool to convert strings between different cases"
edition = "2024"
keywords = ["case", "cli", "string", "conversion", "pipes"]
license = "MIT OR Apache-2.0"
name = "caseify"
readme = "README.md"
repository = "https://github.com/t-webber/caseify"
version = "0.1.3"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "from_valid"
path = "tests/from_valid.rs"

[[test]]
name = "non_injecttive"
path = "tests/non_injecttive.rs"

[[test]]
name = "repetitions"
path = "tests/repetitions.rs"