# 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 = "2021" name = "yarte_codegen" version = "0.15.7" authors = ["Juan Aguilar Santillana "] description = "Code generator for yarte" documentation = "https://docs.rs/yarte_codegen" 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" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.heck] version = "0.4" optional = true [dependencies.indexmap] version = "1.9" optional = true [dependencies.mime_guess] version = "2.0" optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [dependencies.yarte_dom] version = "0.15" optional = true [dependencies.yarte_helpers] version = "~0.15.1" [dependencies.yarte_hir] version = "~0.15.3" [dependencies.yarte_html] version = "0.15" optional = true [dev-dependencies.yarte_parser] version = "~0.15.0" [features] bytes-buf = [] html-min = [ "yarte_dom", "yarte_html", ] wasm-app = [ "indexmap", "heck", "yarte_hir/wasm-app", "yarte_dom/wasm-app", ] wasm-server = [ "html-min", "bytes-buf", ] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "botika/yarte"