Cargo Features

[dependencies]
thesaurus = { version = "0.5.2", default-features = false, features = ["wordnet", "moby", "static"] }
default = static, wordnet

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

wordnet default = thesaurus-wordnet
moby = thesaurus-moby
static default = lazy_static

Affects thesaurus::init

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.

lazy_static static
thesaurus-moby moby?
thesaurus-wordnet wordnet