[[bin]]
name = "titlecase"
path = "src/main.rs"
[dependencies.regex]
default-features = false
features = ["std", "unicode-perl"]
version = "1.10"
[dependencies.wasm-bindgen]
optional = true
version = "0.2.92"
[features]
default = ["perf"]
perf = ["regex/perf"]
wasm = ["dep:wasm-bindgen"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "titlecase"
path = "src/lib.rs"
[package]
authors = ["Wesley Moore <wes@wezm.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.5.0"