# 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 = "wearte" version = "0.0.2" authors = ["Dirkjan Ochtman ", "Daniel Griffen "] description = "Type-safe, compiled Handlebars" homepage = "https://github.com/dgriffen/wearte" documentation = "https://docs.rs/wearte" readme = "../README.md" keywords = ["markup", "template", "handlebars", "html"] categories = ["template-engine"] license = "MIT/Apache-2.0" repository = "https://github.com/dgriffen/wearte" [dependencies.actix-web] version = "0.7" optional = true [dependencies.wearte_config] version = "0.0" [dependencies.wearte_derive] version = "0.0" [dependencies.wearte_helpers] version = "0.0" [dev-dependencies.bytes] version = "0.4" [features] default = [] with-actix-web = ["actix-web", "wearte_derive/actix-web"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "dgriffen/wearte"