# 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-streaming-editor" version = "0.8.0" authors = [":kelko: "] description = "UNIX-tool like streaming editor for HTML content" homepage = "https://github.com/kelko/html-streaming-editor" readme = "README.md" keywords = ["html"] categories = [ "command-line-utilities", "text-editors", ] license = "MIT" repository = "https://github.com/kelko/html-streaming-editor" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.exitcode] version = "1.1.2" [dependencies.html-escape] version = "0.2.13" [dependencies.log] version = "0.4" [dependencies.peg] version = "0.8.1" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rctree] version = "0.5.0" [dependencies.regex] version = "1.8.1" [dependencies.snafu] version = "0.7" features = ["backtraces"] [dependencies.tl] version = "0.7.7"