Cargo Features

[dependencies]
Inflector = { version = "0.11.4", default-features = false, features = ["unstable", "heavyweight"] }
default = heavyweight

The heavyweight feature is set by default whenever Inflector is added without default-features = false somewhere in the dependency tree.

unstable
heavyweight default = lazy_static, regex

Affects classcase::to_class_case, classcase::is_class_case, tablecase::to_table_case, tablecase::is_table_case, Inflector::string, Inflector::Inflector.demodulize, Inflector::Inflector.deconstantize, Inflector::Inflector.to_class_case, Inflector::Inflector.is_class_case, Inflector::Inflector.to_table_case, Inflector::Inflector.is_table_case, Inflector::Inflector.to_plural, Inflector::Inflector.to_singular, deconstantize::deconstantize, demodulize::demodulize, string::demodulize, string::deconstantize, string::pluralize, string::singularize

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

regex heavyweight
lazy_static heavyweight