htmlproc 0.4.0

HTML processors as utils written in 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"
rust-version = "1.85.0"
name = "htmlproc"
version = "0.4.0"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML processors as utils written in Rust"
readme = "README.md"
keywords = [
    "html",
    "format",
    "productivity",
]
categories = [
    "web-programming",
    "value-formatting",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/htmlproc-rs"

[package.metadata.docs.rs]
features = ["full"]

[features]
default = []
full = [
    "omit_attr",
    "path_to_url",
]
omit_attr = []
path_to_url = []

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

[dependencies.html5ever]
version = "^0.27"

[dependencies.markup5ever_rcdom]
version = "^0.3"