Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / askama / Cargo.toml
blob15129d2dd260c776a41d3f4c9c1f1bfb3eaf8e57
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2021"
14 rust-version = "1.58"
15 name = "askama"
16 version = "0.12.0"
17 description = "Type-safe, compiled Jinja-like templates for Rust"
18 homepage = "https://github.com/djc/askama"
19 documentation = "https://docs.rs/askama"
20 readme = "README.md"
21 keywords = [
22     "markup",
23     "template",
24     "jinja2",
25     "html",
27 categories = ["template-engine"]
28 license = "MIT OR Apache-2.0"
29 repository = "https://github.com/djc/askama"
30 resolver = "1"
32 [package.metadata.docs.rs]
33 features = [
34     "config",
35     "humansize",
36     "num-traits",
37     "serde-json",
38     "serde-yaml",
41 [dependencies.askama_derive]
42 version = "0.12.0"
44 [dependencies.askama_escape]
45 version = "0.10.3"
47 [dependencies.comrak]
48 version = "0.16"
49 optional = true
50 default-features = false
52 [dependencies.dep_humansize]
53 version = "2"
54 optional = true
55 package = "humansize"
57 [dependencies.dep_num_traits]
58 version = "0.2.6"
59 optional = true
60 package = "num-traits"
62 [dependencies.percent-encoding]
63 version = "2.1.0"
64 optional = true
66 [dependencies.serde]
67 version = "1.0"
68 features = ["derive"]
69 optional = true
71 [dependencies.serde_json]
72 version = "1.0"
73 optional = true
75 [dependencies.serde_yaml]
76 version = "0.9"
77 optional = true
79 [features]
80 config = ["askama_derive/config"]
81 default = [
82     "config",
83     "humansize",
84     "num-traits",
85     "urlencode",
87 humansize = [
88     "askama_derive/humansize",
89     "dep_humansize",
91 markdown = [
92     "askama_derive/markdown",
93     "comrak",
95 mime = []
96 mime_guess = []
97 num-traits = [
98     "askama_derive/num-traits",
99     "dep_num_traits",
101 serde-json = [
102     "askama_derive/serde-json",
103     "askama_escape/json",
104     "serde",
105     "serde_json",
107 serde-yaml = [
108     "askama_derive/serde-yaml",
109     "serde",
110     "serde_yaml",
112 urlencode = [
113     "askama_derive/urlencode",
114     "percent-encoding",
116 with-actix-web = ["askama_derive/with-actix-web"]
117 with-axum = ["askama_derive/with-axum"]
118 with-gotham = ["askama_derive/with-gotham"]
119 with-hyper = ["askama_derive/with-hyper"]
120 with-mendes = ["askama_derive/with-mendes"]
121 with-rocket = ["askama_derive/with-rocket"]
122 with-tide = ["askama_derive/with-tide"]
123 with-warp = ["askama_derive/with-warp"]
125 [badges.maintenance]
126 status = "actively-developed"