aboutsummaryrefslogblamecommitdiffstats
path: root/askama_escape/Cargo.toml
blob: c6af27df649ac2ca1e248a81bf7ce53bc2bc904c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                  
[package]
name = "askama_escape"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Escape function for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."

[features]
default = []
serde-json = []
iron = []
rocket = []
actix-web = []