html5ever 0.38.0

High-performance browser-grade HTML5 parser
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 = "2021"
rust-version = "1.71.0"
name = "html5ever"
version = "0.38.0"
authors = ["The html5ever Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance browser-grade HTML5 parser"
documentation = "https://docs.rs/html5ever"
readme = "README.md"
keywords = [
    "html",
    "html5",
    "parser",
    "parsing",
]
categories = [
    "parser-implementations",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"

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

[[example]]
name = "arena"
path = "examples/arena.rs"

[[example]]
name = "noop-tokenize"
path = "examples/noop-tokenize.rs"

[[example]]
name = "noop-tree-builder"
path = "examples/noop-tree-builder.rs"

[[example]]
name = "print-tree-actions"
path = "examples/print-tree-actions.rs"

[[example]]
name = "tokenize"
path = "examples/tokenize.rs"

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

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

[dependencies.log]
version = "0.4"

[dependencies.markup5ever]
version = "0.38"

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

[dev-dependencies.typed-arena]
version = "2.0.2"

[features]
serde = ["markup5ever/serde"]
trace_tokenizer = []