Cargo Features

[dependencies]
extrablatt_v2 = { version = "0.5.0", default-features = false, features = ["cli", "archive", "serde0", "stopwords", "rss"] }
default = stopwords

The stopwords feature is set by default whenever extrablatt_v2 is added without default-features = false somewhere in the dependency tree.

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.

structopt cli?
serde serde0?
archiveis archive?
rss implicit feature

Enables rss

rss:

Library for serializing the RSS web content syndication format

tokio cli?