html2md-bulletty 0.2.15

Library and binary to convert simple html documents into markdown
Documentation
[badges.gitlab]
branch = "master"
repository = "CrociDB/html2md"

[badges.maintenance]
status = "experimental"

[[bin]]
name = "html2md"
path = "src/bin/html2md.rs"

[dependencies.html5ever]
version = "0.27.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.markup5ever_rcdom]
version = "0.3.0"

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

[dependencies.regex]
version = "1.4.2"

[dev-dependencies.indoc]
version = "1.0.3"

[dev-dependencies.pretty_assertions]
version = "0.7.2"

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

[lib]
crate-type = ["rlib", "dylib", "staticlib"]
name = "html2md_bulletty"
path = "src/lib.rs"

[package]
authors = ["Oleg `Kanedias` Chernovskiy <kanedias@house-of-maker.online>", "Bruno Croci"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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-bulletty"
readme = "README.md"
repository = "https://gitlab.com/CrociDB/html2md"
version = "0.2.15"

[profile.release]
debug = 0
lto = true
panic = "abort"

[target.'cfg(target_os="android")'.dependencies.jni]
default-features = false
version = "0.21.0"

[[test]]
name = "iframes"
path = "tests/iframes.rs"

[[test]]
name = "images"
path = "tests/images.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "lists"
path = "tests/lists.rs"

[[test]]
name = "quotes"
path = "tests/quotes.rs"

[[test]]
name = "styles"
path = "tests/styles.rs"

[[test]]
name = "tables"
path = "tests/tables.rs"

[[test]]
name = "unit"
path = "tests/unit.rs"