[[bench]]
harness = false
name = "convert_bench"
path = "benches/convert_bench.rs"
[dependencies.html-escape]
version = "0.2.13"
[dependencies.html5ever]
version = "0.31.0"
[dependencies.markup5ever_rcdom]
version = "=0.5.3-unofficial"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.scraper]
version = "0.23.1"
[[example]]
name = "page-to-markdown"
path = "examples/page-to-markdown/main.rs"
[[example]]
name = "simple"
path = "examples/simple/main.rs"
[[example]]
name = "table"
path = "examples/table/main.rs"
[lib]
name = "htmd"
path = "src/lib.rs"
[package]
authors = ["letmutex"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "parsing"]
description = "A turndown.js inspired HTML to Markdown converter."
edition = "2021"
homepage = "https://github.com/letmutex/htmd"
keywords = ["html", "markdown", "converter"]
license = "Apache-2.0"
name = "htmd"
readme = "README.md"
repository = "https://github.com/letmutex/htmd"
version = "0.2.2"
[[test]]
name = "basic_tests"
path = "tests/basic_tests.rs"
[[test]]
name = "link_tests"
path = "tests/link_tests.rs"
[[test]]
name = "list_tests"
path = "tests/list_tests.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "table_tests"
path = "tests/table_tests.rs"
[[test]]
name = "turndown_cases_tests"
path = "tests/turndown_cases_tests.rs"
[[test]]
name = "turndown_online_demo_tests"
path = "tests/turndown_online_demo_tests.rs"