[dependencies.rand]
optional = true
version = "^0.8"
[dependencies.unicode-segmentation]
version = "1.9.0"
[dev-dependencies.strum]
features = ["derive"]
version = "0.26.3"
[features]
random = ["rand"]
[lib]
name = "convert_case"
path = "src/lib.rs"
[package]
authors = ["rutrum <dave@rutrum.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Convert strings into any case"
edition = "2021"
keywords = ["casing", "case", "string"]
license = "MIT"
name = "convert_case"
readme = "README.md"
repository = "https://github.com/rutrum/convert-case"
version = "0.7.1"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"
[[test]]
name = "string_types"
path = "tests/string_types.rs"