html-filter 0.2.2

Crate to parse, filter, search and edit an HTML file.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"