halldyll-parser 0.1.0

HTML/CSS parsing and content extraction for halldyll scraper
Documentation
[package]

name = "halldyll-parser"

version.workspace = true

edition.workspace = true

authors.workspace = true

license.workspace = true

repository.workspace = true

documentation = "https://docs.rs/halldyll-parser"

description = "HTML/CSS parsing and content extraction for halldyll scraper"

keywords = ["html", "parser", "css", "selector", "extraction"]

categories = ["parser-implementations", "web-programming"]



[dependencies]

scraper.workspace = true

html5ever.workspace = true

selectors.workspace = true

serde.workspace = true

serde_json.workspace = true

url.workspace = true

thiserror.workspace = true

regex.workspace = true

lazy_static.workspace = true

tracing.workspace = true

mime.workspace = true

mime_guess.workspace = true



[dev-dependencies]

tokio-test = "0.4"