[package] name = "humanize" version = "0.0.1" authors = ["Bruce Mitchener "] license = "MIT/Apache-2.0" readme = "README.md" description = "Convert common things to humanized output. Parse input text in a human-friendly way." keywords = ["humanize", "human", "parse", "format"] homepage = "https://github.com/endoli/humanize.rs" repository = "https://github.com/endoli/humanize.rs" [dependencies] language-tags = "0.2.2"