# 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" version = "0.15.7" authors = ["Juan Aguilar Santillana "] include = [ "src/**/*", "Cargo.toml", ] description = "Type-safe, compiled Handlebars" documentation = "https://docs.rs/yarte" readme = "README.md" keywords = [ "template", "handlebars", "html", "wasm", ] 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.buf-min] version = "0.7" optional = true [dependencies.yarte_derive] version = "~0.15.4" [dependencies.yarte_helpers] version = "~0.15.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.trybuild] version = "1.0" features = ["diff"] [build-dependencies.yarte_helpers] version = "~0.15.1" [features] bytes-buf = [ "buf-min", "yarte_helpers/bytes-buf", "yarte_derive/bytes-buf", ] default = [] html-min = ["yarte_derive/html-min"] json = [ "yarte_helpers/json", "yarte_derive/json", "bytes-buf", ] wasm = [ "yarte_derive/wasm-server", "json", "bytes-buf", ] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "botika/yarte"