# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "html2md" version = "0.2.14" authors = ["Oleg `Kanedias` Chernovskiy "] 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 debug = false panic = "abort" [lib] name = "html2md" crate-type = [ "rlib", "dylib", "staticlib", ] [dependencies.html5ever] version = "0.26.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.markup5ever_rcdom] version = "0.2.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" [target."cfg(target_os=\"android\")".dependencies.jni] version = "0.19.0" default-features = false [badges.gitlab] branch = "master" repository = "Kanedias/html2md" [badges.maintenance] status = "experimental"