summaryrefslogtreecommitdiffstats
path: root/vendor/askama/Cargo.toml
blob: bb6ad7aed948b24744853ba864575269d2de2f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 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 = "askama"
version = "0.11.0"
description = "Type-safe, compiled Jinja-like templates for Rust"
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"
[package.metadata.docs.rs]
features = ["config", "humansize", "num-traits", "serde-json", "serde-yaml"]
[dependencies.askama_derive]
version = "0.11.0"

[dependencies.askama_escape]
version = "0.10"

[dependencies.askama_shared]
version = "0.12.0"
default-features = false

[dependencies.mime]
version = "0.3"
optional = true

[dependencies.mime_guess]
version = "2"
optional = true

[features]
config = ["askama_derive/config", "askama_shared/config"]
default = ["config", "humansize", "num-traits", "urlencode"]
humansize = ["askama_shared/humansize"]
num-traits = ["askama_shared/num-traits"]
serde-json = ["askama_shared/json"]
serde-yaml = ["askama_shared/yaml"]
urlencode = ["askama_shared/percent-encoding"]
with-actix-web = ["askama_derive/actix-web"]
with-axum = ["askama_derive/axum"]
with-gotham = ["askama_derive/gotham"]
with-iron = ["askama_derive/iron"]
with-mendes = ["askama_derive/mendes"]
with-rocket = ["askama_derive/rocket"]
with-tide = ["askama_derive/tide"]
with-warp = ["askama_derive/warp"]
[badges.maintenance]
status = "actively-developed"