# 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 = "wax-cli" version = "0.2.1" authors = ["Max C. "] exclude = ["/assets"] description = "An extension of HTML written in Rust" readme = "Readme.md" keywords = [ "html", "parser", "cli", ] categories = [ "command-line-utilities", "compilers", "development-tools::build-utils", "parser-implementations", ] license = "MIT" repository = "https://github.com/mxcop/wax/" [[bin]] name = "wax" path = "src/main.rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.minify-html] version = "0.10.3" [dependencies.pulldown-cmark] version = "0.9.2" default-features = false [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.5.9" [dependencies.warp] version = "0.3.3"