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 whenever extrablatt is added without default-features = false somewhere in the dependency tree.

cli = serde0, serde_json, structopt, tokio

Required by the binary

archive = archiveis
serde0 cli? = serde

Enables serde of chrono and url

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?
serde_json cli?
archiveis archive?
rss implicit feature

Enables rss ^1.9

rss:

Library for serializing the RSS web content syndication format

tokio cli?

Enables tokio ^0.2