# 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_selectors" version = "2.6.0" authors = ["Adam Gian "] description = "Post-processor that minifies classes and IDs in CSS, HTML, Javascript and SVG files." homepage = "https://github.com/adamgian/minify-selectors#readme" keywords = [ "CSS", "selectors", "minifier", "CLI", ] categories = [ "command-line-utilities", "development-tools::build-utils", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/adamgian/minify-selectors.git" [[bin]] name = "minify-selectors" path = "./src/main.rs" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.encode_selector] version = "0.4.1" [dependencies.minify_selectors_utils] version = "2.6.0" [dependencies.parse_selectors] version = "2.1.2" [dependencies.rayon] version = "1.6.1" [dependencies.walkdir] version = "2.3.2"