# 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.72" name = "html2text" version = "0.13.3" authors = ["Chris Emerson "] build = 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/" [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.29.0" [dependencies.log] version = "0.4.20" optional = true [dependencies.markup5ever] version = "0.14.0" [dependencies.nom] version = "7.1.3" [dependencies.tendril] version = "0.4" [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.10.1" [dev-dependencies.log] version = "0.4.20" [features] css = [] default = [] html_trace = ["dep:log"] html_trace_bt = [ "html_trace", "dep:backtrace", ] [target."cfg(unix)".dev-dependencies.termion] version = "4.0"