[dependencies.html5ever]
version = "0.28.0"
[dependencies.sxd-document]
version = "0.3.2"
[dev-dependencies.anyhow]
version = "1.0.82"
[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.12.4"
[dev-dependencies.sxd-xpath]
version = "0.4.2"
[[example]]
name = "github_trending"
path = "examples/github_trending.rs"
[lib]
name = "sxd_html"
path = "src/lib.rs"
[package]
authors = ["diogo464 <diogo464@protonmail.com>", "kitsuyui <kitsuyui@kitsuyui.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming", "parser-implementations"]
description = "Add HTML parsing support to sxd_document. This enables to evaluate XPath expressions on HTML documents."
edition = "2018"
keywords = ["sxd_document", "sxd_xpath", "html5ever"]
license = "MIT OR Apache-2.0"
name = "sxd_html"
readme = "README.md"
repository = "https://github.com/kitsuyui/sxd_html"
version = "0.1.2"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"