Cargo Features

[dependencies]
manganis = { version = "0.6.0-alpha.5", default-features = false, features = ["html", "macro"] }
default = macro

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

html
macro default

Enables manganis-macro

Manganis has 3 features without comments.