Cargo Features
[dependencies]
rss = { version = "2.0.9", default-features = false, features = ["atom", "builders", "validation", "with-serde"] }
- default = builders
-
The
builders
feature is set by default wheneverrss
is added without
somewhere in the dependency tree.default-features = false - 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
-
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.