# 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 = "2018" name = "minhtml" version = "0.15.0" authors = ["Wilson Lin "] description = "[CLI] Extremely fast and smart HTML + JS + CSS minifier" homepage = "https://github.com/wilsonzlin/minify-html" readme = "README.md" keywords = [ "html", "compress", "minifier", "js", "css", ] categories = [ "compression", "command-line-utilities", "development-tools::build-utils", "web-programming", ] license = "MIT" repository = "https://github.com/wilsonzlin/minify-html.git" [dependencies.minify-html] version = "0.15.0" [dependencies.rayon] version = "1.5" [dependencies.structopt] version = "0.3"