Cargo Features

[dependencies]
stop-words = { version = "0.10.0", default-features = false, features = ["iso", "unimplemented"] }
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 unimplemented

Stopwords has 3 features without comments.