# 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 = "html2md-rs" version = "0.10.0" authors = ["Yumi Izumi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert HTML to Markdown" homepage = "https://github.com/izyumidev/html2md-rs" documentation = "https://docs.rs/html2md-rs" readme = "README.md" keywords = [ "html", "markdown", "html2md", "html-to-markdown", "html-to-md", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/izyumidev/html2md-rs" [lib] name = "html2md_rs" path = "src/lib.rs" [[test]] name = "parser_tests" path = "tests/parser_tests.rs" [[test]] name = "to_md_tests" path = "tests/to_md_tests.rs"