scraper 0.19.0

HTML parsing and querying with CSS selectors
Documentation
[[bin]]
name = "scraper"
path = "src/main.rs"
required-features = ["main"]
[dependencies.ahash]
version = "0.8"

[dependencies.cssparser]
version = "0.31.0"

[dependencies.ego-tree]
version = "0.6.2"

[dependencies.getopts]
optional = true
version = "0.2.21"

[dependencies.html5ever]
version = "0.26"

[dependencies.indexmap]
optional = true
version = "2.2.3"

[dependencies.once_cell]
version = "1.19"

[dependencies.selectors]
version = "0.25.0"

[dependencies.tendril]
version = "0.4.3"

[features]
atomic = []
default = ["main", "errors"]
deterministic = ["indexmap"]
errors = []
main = ["getopts"]

[package]
authors = ["June McEnroe <june@causal.agency>"]
description = "HTML parsing and querying with CSS selectors"
edition = "2021"
keywords = ["html", "css", "selector", "scraping"]
license = "ISC"
name = "scraper"
readme = "README.md"
repository = "https://github.com/causal-agent/scraper"
version = "0.19.0"