yarte_helpers 0.0.5

Helper collection for yarte
Documentation
[package]
name = "yarte_helpers"
version = "0.0.5"
authors = ["Rust-iendo Barcelona <riendocontributions@gmail.com>"]
description = "Helper collection for yarte"
categories = ["template-engine"]
documentation = "https://docs.rs/yarte_helpers"
edition = "2018"
homepage = "https://github.com/rust-iendo/yarte_helpers"
keywords = ["markup", "template", "handlebars", "html", "yarte_helpers"]
license = "MIT/Apache-2.0"
readme = "../README.md"
repository = "https://github.com/rust-iendo/yarte_helpers"
workspace = ".."

[badges]
travis-ci = { repository = "rust-iendo/yarte" }
maintenance = { status = "actively-developed" }

[dependencies]
v_htmlescape = "^0.4.2"
cfg-if = "0.1"

[build-dependencies]
version_check = "0.1"