# 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 = "encre-css-cli" version = "0.14.1" authors = ["nifou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TailwindCSS-compatible utility-first CSS generation library written in Rust" readme = "README.md" keywords = [ "tailwind", "css", "compiler", "cli", ] categories = [ "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://gitlab.com/encre-org/encre-css.git" [[bin]] name = "encrecss" path = "src/main.rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.1" [dependencies.encre-css] version = "0.14.1" [dependencies.notify-debouncer-mini] version = "0.4.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.toml] version = "0.8.8" [dependencies.wax] version = "0.6.0"