Cargo Features

[dependencies]
manganis = { version = "0.3.0-alpha.2", default-features = false, features = ["html", "url-encoding", "macro"] }
default = macro

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

html
url-encoding

Enables url-encoding of manganis-macro

macro default

Enables manganis-macro

Manganis has 4 features without comments.