[[bin]]
name = "html2md"
path = "src/bin/html2md.rs"
[dependencies.html5ever]
version = "0.36.1"
[dependencies.markup5ever]
version = "0.36.1"
[dependencies.percent-encoding]
version = "2.3.2"
[dependencies.regex]
version = "1.12.2"
[dependencies.tendril]
version = "0.4"
[dev-dependencies.indoc]
version = "2.0.7"
[lib]
name = "html2md"
path = "src/lib.rs"
[package]
authors = ["Oleg `Kanedias` Chernovskiy <kanedias@house-of-maker.online>", "Jens Getreu <getreu@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing", "parser-implementations"]
description = "HTML to Markdown converter library"
edition = "2024"
keywords = ["html", "markdown", "converter"]
license = "MIT"
name = "tpnote-html2md"
readme = "README.md"
repository = "https://gitlab.com/getreu/tp-note"
resolver = "2"
rust-version = "1.91.1"
version = "0.3.4"
[target.'cfg(target_os="android")'.dependencies.jni]
default-features = false
version = "0.21.1"
[[test]]
name = "iframes"
path = "tests/iframes.rs"
[[test]]
name = "images"
path = "tests/images.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "lists"
path = "tests/lists.rs"
[[test]]
name = "quotes"
path = "tests/quotes.rs"
[[test]]
name = "styles"
path = "tests/styles.rs"
[[test]]
name = "tables"
path = "tests/tables.rs"
[[test]]
name = "unit"
path = "tests/unit.rs"