Cargo Features
[dependencies]
microformats = { version = "0.14.0", default-features = false, features = ["http", "atom_syndication"] }
- default = atom_syndication, http
-
These default features are set whenever
microformats
is added without
somewhere in the dependency tree.default-features = false - http default
-
Enables http
-
Enables atom_syndication
Microformats has 3 features without comments.