Cargo Features

[dependencies]
lo_ = { version = "0.1.10", default-features = false, features = ["array", "find", "without", "string", "ends_with", "upper_first", "words", "template", "condition"] }
default = array, condition, string

These default features are set whenever lo_ is added without default-features = false somewhere in the dependency tree.

array default = chunk, contains, difference, find, intersection, uniq, without
chunk contains difference find array
intersection uniq without array
string default = camel_case, capitalize, ends_with, lower_first, starts_with, template, upper_first, words
camel_case capitalize ends_with string
lower_first starts_with upper_first string
words string = regex
template string
condition default

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.

regex words?