# 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 = "htr" version = "0.5.27" authors = ["j-mendez "] include = [ "src/*", "LICENSE", "README.md", ] description = "convert html to react fast" documentation = "https://docs.rs/htr" readme = "README.md" keywords = [ "html", "react", "html-converter", "react-converter", ] categories = [ "parser-implementations", "web-programming", ] license = "MIT" repository = "https://github.com/a11ywatch/htr" resolver = "1" [dependencies.convert_case] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0"