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