spider-html5ever 0.39.0

High-performance browser-grade HTML5 parser (Send-able fork via spider-tendril)
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 = "spider-html5ever"
version = "0.39.0"
authors = [
    "j-mendez <jeff@spider.cloud>",
    "The html5ever Project Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance browser-grade HTML5 parser (Send-able fork via spider-tendril)"
documentation = "https://docs.rs/spider-html5ever"
readme = "README.md"
keywords = [
    "html",
    "html5",
    "parser",
    "send",
    "concurrency",
]
categories = [
    "parser-implementations",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/spider-rs/html5ever"

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

[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.39"
package = "spider-markup5ever"

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

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