html-conform 0.1.0

HTML5 conformance checking as a pure Rust dependency (vnu-comparable, no JVM runtime).
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.0"
name = "html-conform"
version = "0.1.0"
build = false
exclude = ["/tests/corpus"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML5 conformance checking as a pure Rust dependency (vnu-comparable, no JVM runtime)."
homepage = "https://github.com/casoon/html-conform"
readme = "README.md"
keywords = [
    "html",
    "html5",
    "validator",
    "conformance",
    "vnu",
]
categories = [
    "web-programming",
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/casoon/html-conform"

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

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

[dependencies.csp-parse]
version = "=0.1.0"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.html5-parser]
version = "=0.2.0"

[dependencies.media-query-parse]
version = "=0.1.0"

[dependencies.relax-ng]
version = "=0.2.0"

[dependencies.schematron-engine]
version = "0.2.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.url]
version = "2"

[dependencies.xpath-eval]
version = "0.2.1"