[package]
name = "html2md"
version = "0.1.0"
authors = ["Oleg `Kanedias` Chernovskiy <kanedias@xaker.ru>"]
description = "Library and binary to convert simple html documents into markdown"
readme = "README.md"
keywords = ["html", "markdown", "converter"]
categories = ["development-tools", "parsing", "parser-implementations"]
license = "GPL-3.0+"
repository = "https://gitlab.com/Kanedias/html2md"
[profile.release]
lto = true
panic = "abort"
[lib]
name = "html2md"
crate-type = ["rlib", "dylib", "staticlib"]
[dependencies.html5ever]
version = "0.22"
[dependencies.lazy_static]
version = "1.0.0"
[dependencies.regex]
version = "0.2"
[target."cfg(target_os=\"android\")".dependencies.jni]
version = "0.9.3"
default-features = false
[badges.gitlab]
branch = "master"
repository = "https://gitlab.com/Kanedias/html2md"
[badges.maintenance]
status = "experimental"