[package]
name = "titlecase"
description = "A tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website Daring Fireball."
version = "2.1.0"
authors = ["Wesley Moore <wes@wezm.net>"]
documentation = "https://docs.rs/titlecase"
repository = "https://github.com/wezm/titlecase"
readme = "README.md"
license = "MIT"
keywords = ["title", "case", "capitalization", "capitalisation", "capitalize"]
categories = ["text-processing"]
[dependencies]
lazy_static = "1.0"
regex = "1.5"