# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "yarte_derive" version = "0.15.6" authors = ["Juan Aguilar Santillana "] description = "Procedural macro package for yarte" documentation = "https://docs.rs/yarte_derive" readme = "README.md" keywords = [ "markup", "template", "handlebars", "html", ] categories = [ "template-engine", "web-programming", "gui", ] license = "MIT/Apache-2.0" repository = "https://github.com/botika/yarte" [package.metadata.docs.rs] all-features = true [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [dependencies.v_jsonescape] version = "0.7" optional = true [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", ] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "botika/yarte"