[dev-dependencies.data-test]
version = "0.1"
[features]
default = []
nightly = []
[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>", "Bartek Winter <bartekwinter3@gmail.com>"]
categories = ["text-processing"]
description = "Change first character to upper case and the rest to lower case, and other common alternatives"
edition = "2021"
exclude = [".idea/", ".vscode/", ".github/", "tests/"]
keywords = ["capitalize", "string", "case", "change", "title"]
license = "Unlicense"
name = "capitalize"
readme = "README.md"
repository = "https://github.com/jhg/capitalize-rs"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true