Cargo Features

infisearch_lang_ascii has no features set by default.

[dependencies]
infisearch_lang_ascii = { version = "0.10.1", features = ["indexer"] }
indexer = lazy_static, regex

Affects ascii::Tokenizer.stop_words, stop_words::get_stop_words

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 indexer?
regex indexer?