[package]
edition = "2024"
name = "quarb-html"
version = "0.3.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML adapter for the Quarb query engine"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
"query",
"html",
"quarb",
"arbor",
]
categories = [
"parser-implementations",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"
[lib]
name = "quarb_html"
path = "src/lib.rs"
[[test]]
name = "html"
path = "tests/html.rs"
[dependencies.quarb]
version = "0.3.0"
[dependencies.scraper]
version = "0.20"