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 default-features = false somewhere in the dependency tree.

http default

Enables http

atom_syndication default

Enables atom_syndication

Microformats has 3 features without comments.