html2md 0.2.6

Library and binary to convert simple html documents into markdown
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "html2md"
version = "0.2.6"
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.2.0"

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

[dependencies.regex]
version = "1.1.0"
[dev-dependencies.spectral]
version = "0.6.0"
[target."cfg(target_os=\"android\")".dependencies.jni]
version = "0.10.1"
default-features = false
[badges.gitlab]
branch = "master"
repository = "Kanedias/html2md"

[badges.maintenance]
status = "experimental"