html2text 0.16.7

Render HTML as plain text.
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"
name = "html2text"
version = "0.16.7"
authors = ["Chris Emerson <github@mail.nosreme.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render HTML as plain text."
documentation = "https://docs.rs/html2text/"
readme = "README.md"
keywords = [
    "html",
    "text",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/jugglerchris/rust-html2text/"

[features]
css = ["dep:nom"]
css_ext = ["css"]
default = []
html_trace = ["dep:log"]
html_trace_bt = [
    "html_trace",
    "dep:backtrace",
]

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

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

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

[[bench]]
name = "tables"
path = "benches/tables.rs"

[dependencies.backtrace]
version = "0.3"
optional = true

[dependencies.html5ever]
version = "0.38.0"

[dependencies.log]
version = "0.4.20"
optional = true

[dependencies.nom]
version = "8.0.0"
optional = true

[dependencies.tendril]
version = "0.5"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.argparse]
version = "0.2.2"

[dev-dependencies.env_logger]
version = "0.11.6"

[dev-dependencies.log]
version = "0.4.20"

[dev-dependencies.syntect]
version = "5.2.0"

[target."cfg(unix)".dev-dependencies.termion]
version = "4.0"