html2md 0.2.10

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.3.9"
[dev-dependencies.indoc]
version = "0.3"

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

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

[package]
authors = ["Oleg `Kanedias` Chernovskiy <kanedias@xaker.ru>"]
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.10"
[profile.release]
debug = false
lto = true
panic = "abort"
[target."cfg(target_os=\"android\")".dependencies.jni]
default-features = false
version = "0.14.0"