# 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_hir" version = "0.15.6" authors = ["Juan Aguilar Santillana "] description = "Intermediate representation for yarte" documentation = "https://docs.rs/yarte_hir" 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.derive_more] version = "0.99" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.serde] version = "~1.0.144" optional = true [dependencies.syn] version = "1.0" features = [ "full", "visit", "visit-mut", "extra-traits", ] [dependencies.v_eval] version = "0.6" [dependencies.v_htmlescape] version = "0.15" [dependencies.yarte_helpers] version = "~0.15.1" [dependencies.yarte_parser] version = "~0.15.0" [features] deser = ["serde"] wasm-app = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "botika/yarte"