]> git.proxmox.com Git - rustc.git/blob - vendor/askama_derive/Cargo.toml
New upstream version 1.60.0+dfsg1
[rustc.git] / vendor / askama_derive / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
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.
7 #
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.
11
12 [package]
13 edition = "2018"
14 name = "askama_derive"
15 version = "0.11.0"
16 description = "Procedural macro package for Askama"
17 homepage = "https://github.com/djc/askama"
18 readme = "README.md"
19 license = "MIT/Apache-2.0"
20 repository = "https://github.com/djc/askama"
21
22 [lib]
23 proc-macro = true
24 [dependencies.askama_shared]
25 version = "0.12.0"
26 default-features = false
27
28 [dependencies.proc-macro2]
29 version = "1"
30
31 [dependencies.syn]
32 version = "1"
33
34 [features]
35 actix-web = []
36 axum = []
37 config = ["askama_shared/config"]
38 gotham = []
39 iron = []
40 mendes = []
41 rocket = []
42 tide = []
43 warp = []