Cargo Features

[dependencies]
rss = { version = "2.0.8", default-features = false, features = ["atom", "builders", "validation", "with-serde"] }
default = builders

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

atom = atom_syndication

Affects channel::Channel.atom_ext, extension::atom, item::Item.atom_ext

builders default = derive_builder, never

Enables builders of atom_syndication

validation = chrono, mime, url

Enables std of chrono

Affects rss::validation

with-serde = serde

Enables with-serde of atom_syndication

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.

atom_syndication atom? builders with-serde?
chrono validation?
derive_builder builders
mime validation?
never builders
serde with-serde?
url validation?