html2md 0.2.16

Library and binary to convert simple html documents into markdown
Documentation
[package]
name = "html2md"
version = "0.2.16"
edition = "2018"
authors = ["Oleg `Kanedias` Chernovskiy <kanedias@house-of-maker.online>"]

description = "Library and binary to convert simple html documents into markdown"
repository = "https://gitlab.com/Kanedias/html2md"
readme = "README.md"
keywords = ["html", "markdown", "converter"]
categories = ["development-tools", "parsing", "parser-implementations"]
license = "GPL-3.0+"

[badges]
gitlab = { repository = "Kanedias/html2md", branch = "master" }
maintenance = { status = "experimental" }

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

[dependencies]
# string_cache_codegen = "0.4.2" # Needed for markup5ever
html5ever = "0.39.0"
markup5ever_rcdom = "0.39.0"
regex = "1.13.1"
percent-encoding = "2.3.2"

[dev-dependencies]
spectral = "0.6.0"
pretty_assertions = "1.4.1"
indoc = "2.0.7"

[profile.release]
debug = false
lto = true
panic = 'abort'

# To use this project on Android we need JNI
[target.'cfg(target_os="android")'.dependencies]
jni = { version = "0.22.4", default-features = false }