aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/Cargo.toml
blob: d815f7563e2d4ba6a7d9de545e1c817337f6f6f8 (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
[package]
name = "askama_escape"
version = "0.10.2"
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 = ".."
readme = "README.md"
edition = "2018"

[badges]
maintenance = { status = "actively-developed" }

[dev-dependencies]
criterion = "0.3"

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