fast_html2md 0.0.54

A fast html2md crate for rust
Documentation
[badges.maintenance]
status = "as-is"

[dependencies.auto_encoder]
version = "0"

[dependencies.futures-util]
default-features = false
optional = true
version = "0.3"

[dependencies.html5ever]
optional = true
version = "0.27"

[dependencies.lazy_static]
version = "1"

[dependencies.lol_html]
optional = true
version = "2"

[dependencies.markup5ever_rcdom]
optional = true
version = "0.3.0"

[dependencies.percent-encoding]
version = "2"

[dependencies.regex]
version = "1"

[dependencies.url]
version = "2"

[dev-dependencies.indoc]
version = "1.0.3"

[dev-dependencies.pretty_assertions]
version = "0.7.2"

[dev-dependencies.spectral]
version = "0.6.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = ["rewriter", "stream", "ignore_cookies"]
ignore_cookies = []
rewriter = ["dep:lol_html"]
scraper = ["dep:html5ever", "dep:markup5ever_rcdom"]
stream = ["dep:futures-util"]

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

[package]
authors = ["j-mendez <jeff@spider.cloud>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing", "parser-implementations"]
description = "A fast html2md crate for rust"
documentation = "https://docs.rs/fast_html2md"
edition = "2021"
keywords = ["html", "markdown", "converter"]
license = "MIT"
name = "fast_html2md"
readme = "README.md"
repository = "https://github.com/spider-rs/html2md"
version = "0.0.54"

[[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"