blob: 1521a6903ecabcbf0994cc2382bfcfaefd7f0929 (
plain) (
tree)
|
|
[package]
name = "askama_escape"
version = "0.10.3"
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 = "2021"
rust-version = "1.58"
[badges]
maintenance = { status = "actively-developed" }
[dev-dependencies]
criterion = "0.4"
[features]
json = []
[[bench]]
name = "all"
harness = false
|