# 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_dom" version = "0.15.1" authors = ["Juan Aguilar Santillana "] description = "Markup parser" documentation = "https://docs.rs/yarte_dom" 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 [dependencies.markup5ever] version = "0.11" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "full", "visit", "extra-traits", ] [dependencies.yarte_helpers] version = "0.15.0" [dependencies.yarte_hir] version = "0.15.0" [dependencies.yarte_html] version = "0.15.0" [features] wasm-app = ["yarte_hir/wasm-app"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "botika/yarte"