[package]
edition = "2021"
rust-version = "1.75"
name = "quick_html2md"
version = "0.2.1"
authors = ["Murrough Foley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast HTML to Markdown conversion with GFM support"
homepage = "https://murroughfoley.com"
documentation = "https://docs.rs/quick_html2md"
readme = "README.md"
keywords = [
"html",
"markdown",
"converter",
"gfm",
]
categories = [
"parser-implementations",
"text-processing",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Murrough-Foley/quick_html2md"
[features]
default = []
url = ["dep:url"]
[lib]
name = "quick_html2md"
path = "src/lib.rs"
[dependencies.dom_query]
version = "0.24"
[dependencies.url]
version = "2.5"
optional = true
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.url]
version = "2.5"