Cargo Features

zen_template has no features set by default.

[dependencies]
zen_template = { version = "0.1.0", features = ["all", "json", "yaml"] }
all = json, yaml
json all? = serde, serde_json
yaml all? = serde, serde_yaml

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.

serde json? yaml?
serde_json json?
serde_yaml yaml?