spider_agent_html 2.45.25

HTML processing utilities for spider_agent — cleaning, content analysis, and diffing.
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 = "2021"
name = "spider_agent_html"
version = "2.45.25"
authors = ["j-mendez <jeff@spider.cloud>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML processing utilities for spider_agent — cleaning, content analysis, and diffing."
documentation = "https://docs.rs/spider_agent_html"
readme = "README.md"
keywords = [
    "html",
    "cleaning",
    "web",
    "scraping",
    "agent",
]
categories = [
    "web-programming",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/spider-rs/spider"

[badges.maintenance]
status = "actively-developed"

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

[dependencies.aho-corasick]
version = "1"

[dependencies.lol_html]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.spider_agent_types]
version = "2.45.25"

[dev-dependencies.serde_json]
version = "1"