[dependencies.html5ever]
version = "0.35"
[dependencies.regex]
version = "1"
[lib]
name = "sanitize_html"
path = "src/lib.rs"
[package]
authors = ["Andrey Kutejko <andy128k@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rule-based HTML Sanitization library"
edition = "2024"
homepage = "https://github.com/andy128k/sanitize-html-rs"
keywords = ["html", "sanitize"]
license = "MIT"
name = "sanitize_html"
readme = "README.md"
repository = "https://github.com/andy128k/sanitize-html-rs.git"
version = "0.10.0"