yarte_derive 0.15.6

Procedural macro package for yarte
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "botika/yarte"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[dependencies.v_jsonescape]
optional = true
version = "0.7"

[dependencies.yarte_codegen]
version = "~0.15.3"

[dependencies.yarte_helpers]
version = "~0.15.1"

[dependencies.yarte_hir]
version = "~0.15.3"

[dependencies.yarte_parser]
version = "~0.15.0"

[features]
bytes-buf = ["yarte_codegen/bytes-buf"]
html-min = ["yarte_codegen/html-min"]
json = ["v_jsonescape", "yarte_helpers/json"]
wasm-app = ["yarte_hir/wasm-app", "yarte_codegen/wasm-app"]
wasm-server = ["yarte_codegen/wasm-server", "yarte_codegen/bytes-buf"]

[lib]
proc-macro = true

[package]
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
categories = ["template-engine", "web-programming", "gui"]
description = "Procedural macro package for yarte"
documentation = "https://docs.rs/yarte_derive"
edition = "2018"
keywords = ["markup", "template", "handlebars", "html"]
license = "MIT/Apache-2.0"
name = "yarte_derive"
readme = "README.md"
repository = "https://github.com/botika/yarte"
version = "0.15.6"
[package.metadata.docs.rs]
all-features = true