cruet 0.11.4

Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.
Documentation
[badges.travis-ci]
repository = "chrislearn/cruet"
[dependencies.lazy_static]
optional = true
version = "1.2.0"

[dependencies.regex]
optional = true
version = "1.1"

[features]
default = ["heavyweight"]
heavyweight = ["regex", "lazy_static"]
unstable = []

[lib]
name = "cruet"

[package]
authors = ["Josh Teeter<joshteeter@gmail.com>", "Chrislearn Young<chris@kenorld.com>"]
categories = ["text-processing", "value-formatting"]
description = "Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.\n"
documentation = "https://docs.rs/cruet"
homepage = "https://github.com/chrislearn/cruet"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["pluralize", "cruet", "camel", "snake", "inflection"]
license = "BSD-2-Clause"
name = "cruet"
readme = "README.md"
repository = "https://github.com/chrislearn/cruet"
version = "0.11.4"