html_inspector_html 0.2.1

HTML/XHTML parsing backends for html_inspector.
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.93"
name = "html_inspector_html"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML/XHTML parsing backends for html_inspector."
homepage = "https://github.com/Auto-Explore/html_inspector"
readme = false
keywords = [
    "html",
    "parser",
    "validator",
    "web",
]
categories = [
    "parser-implementations",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Auto-Explore/html_inspector"
resolver = "2"

[features]
default = ["simple"]
html5ever = [
    "dep:html5ever",
    "dep:markup5ever",
    "dep:tendril",
]
simple = []

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

[dependencies.html5ever]
version = "0.38"
optional = true

[dependencies.html_inspector]
version = "0.2.0"

[dependencies.markup5ever]
version = "0.38"
optional = true

[dependencies.rustc-hash]
version = "2"

[dependencies.tendril]
version = "0.5"
optional = true

[dependencies.thiserror]
version = "2"