# 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_parser" version = "0.15.2" authors = ["Juan Aguilar Santillana "] description = "Ast, lexer and parser for yarte" documentation = "https://docs.rs/yarte_parser" 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.annotate-snippets] version = "0.9" features = ["color"] [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" features = ["derive"] [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [dependencies.unicode-xid] version = "0.2" [dependencies.yarte_helpers] version = "0.15.0" [dev-dependencies.glob] version = "0.3" [dev-dependencies.ron] version = "0.8" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "botika/yarte"