Cargo Features
[dependencies]
jinja-renderer = { version = "0.4.1", default-features = false, features = ["derive", "icon", "markdown", "minify", "with-axum", "with-axum-06"] }
- default = derive
-
The
derive
feature is set by default wheneverjinja-renderer
is added without
somewhere in the dependency tree.default-features = false - derive default = derive-jinja-renderer
- icon = free-icons
- markdown = comrak
- minify = minify-html
- with-axum = axum-core, http
- with-axum-06 = axum_core_03, http_02
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- axum-core with-axum?
- axum_core_03 with-axum-06?
-
Enables axum-core ^0.3
- comrak markdown?
-
Enables comrak ^0.20
- derive-jinja-renderer derive
- free-icons icon?
- http with-axum?
- http_02 with-axum-06?
-
Enables http ^0.2
- minify-html minify?