# 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" rust-version = "1.74.0" name = "mdka" version = "1.2.10" authors = ["nabbisen "] description = "HTML to Markdown converter" readme = "README.md" keywords = [ "html", "markdown", "parser", "conversion", ] categories = [ "development-tools", "parsing", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/nabbisen/mdka-rs" [lib] name = "mdka" path = "src/lib.rs" [[example]] name = "trial" path = "examples/trial.rs" [[bench]] name = "benchmark" harness = false [dependencies.html5ever] version = "^0.27" [dependencies.markup5ever_rcdom] version = "^0.3" [dev-dependencies.criterion] version = "^0.5"