# 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 = "2021" rust-version = "1.58" name = "askama_warp" version = "0.13.0" description = "Warp integration for Askama templates" homepage = "https://github.com/djc/askama" documentation = "https://docs.rs/askama" readme = "README.md" keywords = [ "markup", "template", "jinja2", "html", ] categories = ["template-engine"] license = "MIT OR Apache-2.0" repository = "https://github.com/djc/askama" resolver = "1" [dependencies.askama] version = "0.12" features = [ "with-warp", "mime", "mime_guess", ] default-features = false [dependencies.warp] version = "0.3" default-features = false [dev-dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4" [features] config = ["askama/config"] default = ["askama/default"] humansize = ["askama/humansize"] markdown = ["askama/markdown"] num-traits = ["askama/num-traits"] serde-json = ["askama/serde-json"] serde-yaml = ["askama/serde-yaml"] urlencode = ["askama/urlencode"]