Cargo Features
[dependencies]
finchers-template = { version = "0.1.1", default-features = false, features = ["askama", "handlebars", "horrorshow", "tera"] }
- default = tera
-
The
tera
feature is set by default wheneverfinchers-template
is added without
somewhere 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