Files
2026-08-01 16:11:49 +03:00

83 lines
1.7 KiB
TOML

# 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.36.1"
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"
[features]
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"
[[bench]]
name = "html5ever"
path = "benches/html5ever.rs"
harness = false
[dependencies.log]
version = "0.4"
[dependencies.markup5ever]
version = "0.36.1"
[dev-dependencies.criterion]
version = "0.7"
[dev-dependencies.typed-arena]
version = "2.0.2"