Cargo Features
Shtola has no features set by default.
[dependencies]
shtola = { version = "0.4.4", features = ["full", "markdown", "tera_layouts"] }
- full = markdown, tera_layouts
- markdown full? = comrak
-
Affects
plugins::markdown
… - tera_layouts full? = id_tree, tera
-
Affects
plugins::tera_layouts
…
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.
- comrak markdown?
-
Enables comrak ~0.12
Markdown
- tera tera_layouts?
-
Enables tera ~1.12
Tera Layouts
- id_tree tera_layouts?