[dependencies.cruet]
version = "0.14.0"
[lib]
name = "mago_casing"
path = "src/lib.rs"
[lints.clippy.dbg_macro]
level = "forbid"
priority = 0
[lints.clippy.large_enum_variant]
level = "allow"
priority = 0
[lints.clippy.print_stderr]
level = "forbid"
priority = 0
[lints.clippy.print_stdout]
level = "forbid"
priority = 0
[package]
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust utility for converting strings between various common casing styles."
edition = "2024"
homepage = "https://mago.carthage.software"
license = "MIT OR Apache-2.0"
name = "mago-casing"
readme = false
repository = "https://github.com/carthage-software/mago"
rust-version = "1.85.0"
version = "0.22.2"