[package]
edition = "2024"
rust-version = "1.93"
name = "html_inspector"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data types and configuration for html_inspector."
homepage = "https://github.com/Auto-Explore/html_inspector"
readme = "README.md"
keywords = [
"html",
"validator",
"lint",
"web",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/Auto-Explore/html_inspector"
resolver = "2"
[lib]
name = "html_inspector"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"