# 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 = "html_to_markdown" version = "0.1.0" description = "Convert HTML to Markdown" documentation = "https://docs.rs/html_to_markdown" keywords = [ "html", "markdown", "html-to-markdown", ] license = "Apache-2.0" repository = "https://github.com/zed-industries/zed" [lib] path = "src/html_to_markdown.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.html5ever] version = "0.27.0" [dependencies.markup5ever_rcdom] version = "0.3.0" [dependencies.regex] version = "1.5" [dev-dependencies.indoc] version = "1" [dev-dependencies.pretty_assertions] version = "1.3.0" [lints.clippy] almost_complete_range = "allow" arc_with_non_send_sync = "allow" borrowed_box = "allow" dbg_macro = "deny" let_underscore_future = "allow" map_entry = "allow" non_canonical_partial_ord_impl = "allow" reversed_empty_ranges = "allow" single_range_in_vec_init = "allow" style = "allow" todo = "deny" type_complexity = "allow"