# 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 = "minify-html-onepass" version = "0.15.0" authors = ["Wilson Lin "] description = "Even faster version of minify-html" homepage = "https://github.com/wilsonzlin/minify-html" readme = "README.md" keywords = [ "html", "compress", "minifier", "js", "css", ] categories = [ "compression", "development-tools::build-utils", "web-programming", ] license = "MIT" repository = "https://github.com/wilsonzlin/minify-html.git" [dependencies.aho-corasick] version = "0.7" [dependencies.lazy_static] version = "1.4" [dependencies.lightningcss] version = "1.0.0-alpha.51" [dependencies.memchr] version = "2" [dependencies.minify-html-common] version = "0.0.2" [dependencies.minify-js] version = "0.5.6" [dependencies.rustc-hash] version = "1.1.0" [badges.maintenance] status = "actively-developed"