Cargo Features

rocket_dyn_templates has no features set by default.

[dependencies]
rocket_dyn_templates = { version = "0.1.0", features = ["tera", "handlebars"] }
tera = tera_

Affects engine::Engines.tera

handlebars = handlebars_

Affects engine::Engines.handlebars

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.

handlebars_ handlebars?

Enables handlebars ^4.1

tera_ tera?

Enables tera