xml5ever 0.38.0

Push based streaming parser for XML.
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 = "xml5ever"
version = "0.38.0"
authors = ["The xml5ever project developers"]
build = false
exclude = ["xml5lib-tests/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Push based streaming parser for XML."
homepage = "https://github.com/servo/html5ever/blob/main/xml5ever/README.md"
documentation = "https://docs.rs/xml5ever"
readme = "README.md"
keywords = [
    "xml",
    "xml5",
    "parser",
    "parsing",
]
categories = [
    "parser-implementations",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"

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

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.markup5ever]
version = "0.38"

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

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