# 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 = "minix" version = "0.1.6" authors = ["kremilly"] description = "A straightforward minifier for JavaScript and CSS files, developed using Rust. This tool efficiently reduces the size of JS and CSS files by removing unnecessary characters, whitespace, and comments without affecting functionality." homepage = "https://kremilly.com" documentation = "https://kremilly.com/docs/minix" readme = "README.md" keywords = [ "javascript", "css", "minify", "compression", ] license = "MIT" repository = "https://github.com/kremilly/Minix" [dependencies.clap] version = "4.4.8" features = [ "cargo", "derive", ] [dependencies.colored] version = "2.1.0" [dependencies.figlet-rs] version = "0.1.3" [dependencies.regex] version = "1.4" [dependencies.tokio] version = "1.37.0" features = ["full"]