[]
= "html5-parser"
= "0.4.0"
= "2024"
= "A Rust WHATWG HTML5 tokenizer and tree-construction implementation"
= "MIT"
= "https://github.com/casoon/html5-parser"
= "README.md"
= ["html5", "html", "parser", "tokenizer", "whatwg"]
= ["parser-implementations", "web-programming"]
# tests/ (the html5lib-tests corpus + this crate's conformance harness)
# is dev-only — no value to library consumers, but ~616KiB of vendored
# .dat fixtures otherwise bloats the published package. Excluded here
# only; unaffected in the git repo/CI, where `cargo test` still needs it.
= ["tests/"]
[]