# 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_cli" 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", "command-line-utilities", ] license = "MIT" repository = "https://github.com/a11ywatch/htr" resolver = "1" [[bin]] name = "htr" path = "src/main.rs" doc = false [dependencies.clap] version = "3.1.9" features = ["derive"] [dependencies.htr] version = "0.5.26" default-features = false [badges.maintenance] status = "as-is"