rustedbytes-tl 0.2.0

Fast HTML parser written in pure Rust
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 = "2024"
name = "rustedbytes-tl"
version = "0.2.0"
authors = [
    "y21",
    "Yehor Smoliakov",
]
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast HTML parser written in pure Rust"
homepage = "https://github.com/RustedBytes/rustedbytes-tl"
documentation = "https://docs.rs/rustedbytes-tl"
readme = "README.md"
keywords = [
    "html",
    "parser",
]
categories = [
    "parser-implementations",
    "parsing",
]
license = "MIT"
repository = "https://github.com/RustedBytes/rustedbytes-tl"

[features]
__INTERNALS_DO_NOT_USE = []
default = []
portable-simd = []
std = ["memchr/std"]

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

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

[dependencies.memchr]
version = "2.8"
default-features = false

[dev-dependencies.criterion]
version = "0.3"
features = ["html_reports"]

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
overflow-checks = false
incremental = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = false
incremental = false