Cargo Features
[dependencies]
extrablatt = { version = "0.1.1", default-features = false, features = ["cli", "archive", "serde0", "stopwords", "rss"] }
- default = stopwords
-
The
stopwords
feature is set by default wheneverextrablatt
is added without
somewhere in the dependency tree.default-features = false - cli = serde0, serde_json, structopt, tokio
-
Required by the binary
- archive = archiveis
- serde0 cli? = serde
- stopwords 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.