# 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 = "css-minifier" version = "0.5.2" authors = ["Mnwa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI wrapper for css-minify library" readme = "README.md" keywords = [ "cli", "minify", "minifier", "css", "terminal", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "Apache-2.0/MIT" repository = "https://github.com/Mnwa/css-minify" [[bin]] name = "css-minifier" path = "src/main.rs" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.css-minify] version = "0.5" [dependencies.indoc] version = "2.0" [dependencies.shellexpand] version = "3.1"