# 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-knife" version = "0.1.6" authors = ["uros-5"] description = "A tool for shortening css classes" homepage = "https://github.com/uros-5/css-knife" readme = "README.md" keywords = [ "tailwindcss", "css", "html", ] categories = ["command-line-utilites"] license = "MIT" repository = "https://github.com/uros-5/css-knife" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 strip = true [[bin]] name = "css-knife" path = "src/main.rs" [dependencies.lightningcss] version = "1.0.0-alpha.47" features = [ "visitor", "jsonschema", ] [dependencies.lol_html] version = "1.2.0" [dependencies.minijinja] version = "1.0.0" features = [ "loader", "json", "urlencode", "preserve_order", "unstable_machinery_serde", ] [dependencies.parcel_selectors] version = "0.26.2" [dependencies.scraper] version = "0.17.1" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.string_cache] version = "0.8.7" [dependencies.swc_core] version = "0.83.*" features = [ "ecma_plugin_transform", "__parser", "ecma_codegen", ] [dependencies.swc_ecma_parser] version = "0.141.0" features = [ "swc_ecma_visit", "debug", ] [dependencies.toml] version = "0.8.2"