aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/Cargo.toml
blob: 983a28123029c52095d8634b12006122a0106f79 (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
[package]
name = "askama_escape"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Optimized HTML escaping code, extracted from Askama"
documentation = "https://docs.rs/askama_escape"
keywords = ["html", "escaping"]
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT OR Apache-2.0"
workspace = ".."
edition = "2018"

[badges]
appveyor = { repository = "djc/askama" }
maintenance = { status = "actively-developed" }
travis-ci = { repository = "djc/askama" }

[dev-dependencies]
criterion = "0.2"

[[bench]]
name = "all"
harness = false