[package]
edition = "2018"
name = "v_htmlescape"
version = "0.4.5"
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
description = "The simd optimized HTML escaping code"
documentation = "https://docs.rs/v_htmlescape"
readme = "README.md"
keywords = ["html", "escaping", "simd"]
license = "MIT/Apache-2.0"
repository = "https://github.com/botika/v_escape"
[lib]
name = "v_htmlescape"
path = "src/lib.rs"
bench = false
[dependencies.cfg-if]
version = "0.1"
[dependencies.v_escape]
version = "0.7"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "botika/v_escape"