# 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 = "dead-good-html-to-rsx-converter" version = "0.3.0" description = "Convert html into rsx." homepage = "https://github.com/PurpleBooth/dead-good-html-to-rsx-converter" readme = "README.md" keywords = [ "dioxus", "html", "rsx", ] categories = ["parser-implementations"] license = "Unlicense" repository = "https://github.com/PurpleBooth/dead-good-html-to-rsx-converter" [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.thiserror] version = "1.0.50" [dependencies.tl] version = "0.7.7" [dev-dependencies.indoc] version = "2" features = []