# 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 = "rhtml2md" version = "0.0.1" authors = ["`KyleZhang` "] 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://github.com/kylezhang/rhtml2md" [profile.release] lto = true debug = false panic = "abort" [lib] name = "rhtml2md" crate-type = ["rlib", "dylib", "staticlib"] [dependencies.html5ever] version = "0.25.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.markup5ever_rcdom] version = "0.1.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.github] branch = "main" repository = "kylezhang/rhtml2md" [badges.maintenance] status = "experimental"