yarte_format 0.10.1

Proc-macro, compiled Handlebars
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "botika/yarte"
[build-dependencies.yarte_helpers]
default-features = false
version = "0.10.1"
[dependencies.yarte_derive]
version = "0.10.1"

[dependencies.yarte_helpers]
features = ["display-fn"]
version = "0.10.1"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
json = ["yarte_helpers/json"]

[package]
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
categories = ["template-engine", "web-programming", "gui"]
description = "Proc-macro, compiled Handlebars"
documentation = "https://docs.rs/yarte"
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
keywords = ["template", "handlebars", "html", "wasm"]
license = "MIT/Apache-2.0"
name = "yarte_format"
readme = "../README.md"
repository = "https://github.com/botika/yarte"
version = "0.10.1"