htmlfixinator 0.1.0

A composable HTML transformation library with filters for cleaning, modifying, and standardizing HTML content
Documentation
[dependencies.kuchikiki]
version = "0.8.2"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.url]
version = "2.5.4"

[lib]
name = "htmlfixinator"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "text-processing"]
description = "A composable HTML transformation library with filters for cleaning, modifying, and standardizing HTML content"
edition = "2021"
keywords = ["html", "transform", "filter", "clean", "sanitize"]
license = "LGPL-3.0-only"
name = "htmlfixinator"
readme = "README.md"
repository = "https://github.com/BonMercato/htmlfixinator"
version = "0.1.0"