Cargo Features
[dependencies]
finchers-template = { version = "0.1.1", default-features = false, features = ["askama", "handlebars", "horrorshow", "tera"] }
- default = tera
-
The
terafeature is set by default wheneverfinchers-templateis added withoutsomewhere in the dependency tree.default-features = false
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.
- askama implicit feature
-
Enables askama ^0.7
askama:
Type-safe, compiled Jinja-like templates for Rust
Affects
finchers-template::askama… - handlebars implicit feature
-
Enables handlebars ^1
handlebars:
Handlebars templating implemented in Rust
- horrorshow implicit feature
-
Enables horrorshow ^0.6
horrorshow:
a templating library written in rust macros
Affects
finchers-template::horrorshow… - tera default
-
Enables tera ^0.11