[package]
edition = "2024"
name = "html-filter"
version = "0.2.2"
authors = ["Tom Webber"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate to parse, filter, search and edit an HTML file."
readme = "README.md"
keywords = [
"parser",
"html",
"scraping",
]
categories = [
"command-line-interface",
"parser-implementations",
"parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/t-webber/html-filter"
[lib]
name = "html_filter"
path = "src/lib.rs"
[[test]]
name = "errors"
path = "tests/errors.rs"
[[test]]
name = "match"
path = "tests/match.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"