v_htmlescape 0.11.0

The simd optimized HTML escaping code
Documentation
[package]
name = "v_htmlescape"
version = "0.11.0"
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
description = "The simd optimized HTML escaping code"
documentation = "https://docs.rs/v_htmlescape"
edition = "2018"
keywords = ["html", "escaping", "simd"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/botika/v_escape"
workspace = ".."

[badges]
travis-ci = { repository = "botika/v_escape", branch = "master" }
maintenance = { status = "actively-developed" }

[features]
default = ["bytes-buf"]
bytes-buf = ["v_escape/bytes-buf"]

[dependencies]
v_escape = { version = "0.14", path = "../v_escape", default-features = false }
cfg-if = "1.0"