# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yarte_lexer" version = "0.0.1" authors = ["Juan Aguilar Santillana "] description = "Lexer for yarte" documentation = "https://docs.rs/yarte_lexer" 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.gencode] version = "0.0" package = "yarte_lexer_gencode" [dependencies.memchr] version = "2.3" [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"] [dev-dependencies.glob] version = "0.3" [dev-dependencies.ron] version = "0.6" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "botika/yarte"