yarte_derive 0.15.6

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

[badges]
travis-ci = { repository = "botika/yarte", branch = "master" }
maintenance = { status = "actively-developed" }

[lib]
proc-macro = true

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

[dependencies]
yarte_codegen = { version = "~0.15.3", path = "../yarte_codegen" }
yarte_helpers = { version = "~0.15.1", path = "../yarte_helpers" }
yarte_hir = { version = "~0.15.3", path = "../yarte_hir" }
yarte_parser = { version = "~0.15.0", path = "../yarte_parser" }
v_jsonescape = { version = "0.7", optional = true }

proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"

[package.metadata.docs.rs]
all-features = true