[package]
name = "html2md"
version = "0.2.17"
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]
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'
[target.'cfg(target_os="android")'.dependencies]
jni = { version = "0.22.4", default-features = false }