Cargo Features
[dependencies]
extrablatt_v2 = { version = "0.5.0", default-features = false, features = ["cli", "archive", "serde0", "stopwords", "rss"] }
- default = stopwords
-
The
stopwordsfeature is set by default wheneverextrablatt_v2is added withoutsomewhere in the dependency tree.default-features = false - cli = serde0, structopt, tokio
-
Required by the binary
- archive = archiveis
- serde0 cli? = serde
-
Enables serde of chrono and url
url:
Enables serialization and deserialization via 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.