[package]
name = "v_escape"
version = "0.1.3"
authors = ["Rust-iendo Barcelona"]
description = "The simd optimized HTML escaping code"
documentation = "https://docs.rs/v_escape"
keywords = ["html", "escaping", "simd"]
homepage = "https://github.com/rust-iendo/v_escape"
repository = "https://github.com/rust-iendo/v_escape"
license = "MIT OR Apache-2.0"
readme = "README.md"
[badges]
appveyor = { repository = "botika/v_escape" }
maintenance = { status = "actively-developed" }
travis-ci = { repository = "rust-iendo/v_escape" }
[dependencies]
cfg-if = "0.1"
[build-dependencies]
version_check = "0.1"
[dev-dependencies]
criterion = "0.2"
[[bench]]
name = "all"
harness = false