[package] publish = false name = "minify-html-cli" description = "Extremely fast and smart HTML + JS + CSS minifier" version = "0.9.2" authors = ["Wilson Lin "] edition = "2018" [dependencies] minify-html = { path = "../rust/main" } num_cpus = "1.13.1" spmc = "0.3.0" structopt = "0.3"