# 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 = "2021" name = "htmd" version = "0.1.6" authors = ["letmutex"] description = "A turndown.js inspired HTML to Markdown converter." homepage = "https://github.com/letmutex/htmd" readme = "README.md" keywords = [ "html", "markdown", "converter", ] categories = [ "text-processing", "parsing", ] license = "Apache-2.0" repository = "https://github.com/letmutex/htmd" [[bench]] name = "convert_bench" harness = false [dependencies.html5ever] version = "0.27" [dependencies.markup5ever_rcdom] version = "0.3.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.scraper] version = "0.19.0"