# 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 = "minify-js" version = "0.6.0" authors = ["Wilson Lin "] include = [ "/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", ] description = "Extremely fast JavaScript minifier" homepage = "https://github.com/wilsonzlin/minify-js" readme = "README.md" keywords = [ "javascript", "compress", "minifier", "js", "ecmascript", ] categories = [ "compression", "command-line-utilities", "development-tools::build-utils", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/wilsonzlin/minify-js" resolver = "1" [dependencies.aho-corasick] version = "0.7" [dependencies.lazy_static] version = "1.4" [dependencies.parse-js] version = "0.20.1" [features] serialize = ["parse-js/serialize"]