Cargo Features

[dependencies]
origami-macros = { version = "0.1.0-alpha.1", default-features = false, features = ["html-escape", "axum"] }
default = axum, html-escape

These default features are set whenever origami-macros is added without default-features = false somewhere in the dependency tree.

html-escape default
axum default

origami-macros has 3 features without comments.