html2md 0.2.13

Library and binary to convert simple html documents into markdown
Documentation
[badges.gitlab]
branch = "master"
repository = "Kanedias/html2md"

[badges.maintenance]
status = "experimental"
[dependencies.html5ever]
version = "0.25.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.markup5ever_rcdom]
version = "0.1.0"

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

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

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

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

[lib]
crate-type = ["rlib", "dylib", "staticlib"]
name = "html2md"

[package]
authors = ["Oleg `Kanedias` Chernovskiy <kanedias@house-of-maker.online>"]
categories = ["development-tools", "parsing", "parser-implementations"]
description = "Library and binary to convert simple html documents into markdown"
edition = "2018"
keywords = ["html", "markdown", "converter"]
license = "GPL-3.0+"
name = "html2md"
readme = "README.md"
repository = "https://gitlab.com/Kanedias/html2md"
version = "0.2.13"
[profile.release]
debug = false
lto = true
panic = "abort"
[target."cfg(target_os=\"android\")".dependencies.jni]
default-features = false
version = "0.19.0"