Cargo Features
[dependencies]
Inflector = { version = "0.11.4", default-features = false, features = ["unstable", "heavyweight"] }
- default = heavyweight
-
The
heavyweight
feature is set by default wheneverInflector
is added without
somewhere in the dependency tree.default-features = false - 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.