htmlite 0.18.0

An HTML manipulation toolkit
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 = "htmlite"
version = "0.18.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An HTML manipulation toolkit"
readme = "README.md"
keywords = [
    "parser",
    "html",
]
categories = [
    "web-programming",
    "parser-implementations",
]
license = "MIT"
repository = "https://codeberg.org/eze-works/htmlite"

[lib]
name = "htmlite"
path = "lib.rs"

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

[dependencies.bumpalo]
version = "3.19.1"

[dev-dependencies.expect-test]
version = "1.5.1"

[dev-dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.threadpool]
version = "1.8.1"