# 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_html" version = "0.15.2" authors = ["Juan Aguilar Santillana "] description = "Markup parser" documentation = "https://docs.rs/yarte_html" 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" [dependencies.log] version = "0.4" [dependencies.mac] version = "0.1" [dependencies.markup5ever] version = "0.11" [dependencies.yarte_parser] version = "0.15.0" [build-dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [build-dependencies.quote] version = "1.0" [build-dependencies.syn] version = "1.0" features = [ "extra-traits", "full", "fold", ] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "botika/yarte"