Cargo Features
[dependencies]
rss-for-mikan = { version = "2.0.4", default-features = false, features = ["builders", "validation", "with-serde", "atom"] }
- default = builders
-
The
builders
feature is set by default wheneverrss-for-mikan
is added without
somewhere in the dependency tree.default-features = false - builders default = derive_builder, never
-
Enables builders of atom_syndication
- validation = chrono, mime, url
-
Affects
rss-for-mikan::validation
… - with-serde = serde
-
Enables with-serde of atom_syndication
- atom = atom_syndication
-
Affects
channel::Channel.atom_ext
,extension::atom
,item::Item.atom_ext
…
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.