aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml
blob: 258ad9e2710473a6276672ede73bc4c3b5ec5e1a (plain) (blame)
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
[package]
name = "askama_derive"
version = "0.10.5"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."
readme = "README.md"
edition = "2018"

[lib]
proc-macro = true

[features]
config = ["askama_shared/config"]

actix-web = []
gotham = []
iron = []
mendes = []
rocket = []
tide = []
warp = []

[dependencies]
askama_shared = { version = "0.11", path = "../askama_shared", default-features = false }
proc-macro2 = "1"
syn = "1"