Cargo Features
[dependencies]
origami-engine = { version = "0.1.3-alpha.7", default-features = false, features = ["axum", "html_escape", "minify_html"] }
- default = html_escape, minify_html
-
These default features are set whenever
origami-engine
is added without
somewhere in the dependency tree.default-features = false - axum
-
Enables axum
- html_escape default
-
Enables html-escape, html_escape of origami-macros
- minify_html default
-
Enables minify-html, minify_html of origami-macros
origami-engine has 4 features without comments.