kawat-xpath 0.1.5

XPath evaluation on HTML documents for kawat
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "kawat-xpath"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "XPath evaluation on HTML documents for kawat"
readme = "README.md"
license = "Apache-2.0"
resolver = "2"

[lib]
name = "kawat_xpath"
path = "src/lib.rs"

[[test]]
name = "xpath_tests"
path = "tests/xpath_tests.rs"

[[bench]]
name = "xpath_benchmark"
path = "benches/xpath_benchmark.rs"
harness = false

[dependencies.once_cell]
version = "1"

[dependencies.scraper]
version = "0.26"

[dependencies.sxd-document]
version = "0.3"

[dependencies.sxd-xpath]
version = "0.4"

[dependencies.sxd_html]
version = "0.1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.tokio-test]
version = "0.4"