Cargo Features

[dependencies]
stop-words = { version = "0.8.0", default-features = false, features = ["iso", "nltk", "constructed"] }
default = iso

The iso feature is set by default whenever stop-words is added without default-features = false somewhere in the dependency tree.

iso default
nltk
constructed

Stopwords has 4 features without comments.