[dependencies.regex]
default-features = false
features = ["std", "perf", "unicode-perl"]
version = "1.10"
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["Wesley Moore <wes@wezm.net>"]
categories = ["text-processing"]
description = "Capitalize text according to a style defined by John Gruber for Daring Fireball."
documentation = "https://docs.rs/titlecase"
edition = "2021"
keywords = ["title", "case", "capitalization", "capitalisation", "wasm"]
license = "MIT"
name = "titlecase"
readme = "README.md"
repository = "https://github.com/wezm/titlecase"
rust-version = "1.70.0"
version = "3.1.1"
[target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen]
version = "0.2.92"