newsletter-to-web/sanitize-html-rs/Cargo.toml

17 lines
422 B
TOML

[package]
name = "sanitize_html"
version = "0.7.0"
authors = ["Andrey Kutejko <andy128k@gmail.com>"]
description = "Rule-based HTML Sanitization library"
keywords = ["html", "sanitize"]
license = "MIT"
homepage = "https://github.com/andy128k/sanitize-html-rs"
repository = "https://github.com/andy128k/sanitize-html-rs.git"
edition = "2018"
[dependencies]
regex = "1"
lazy_static = "1"
html5ever = "0.25"
kuchiki = "0.8"