# 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 = "easywind_cli" version = "0.2.0" authors = ["Praveen Perera "] description = "EasyWind - The easiest way to get started with Tailwind CSS" homepage = "https://github.com/avencera/easywind" documentation = "https://docs.rs/easywind" license = "Apache-2.0" repository = "https://github.com/avencera/easywind" [[bin]] name = "easywind" path = "src/main.rs" [dependencies.anstyle] version = "1.0.1" [dependencies.clap] version = "4.3.22" features = [ "derive", "unstable-styles", ] [dependencies.color-eyre] version = "0.6" [dependencies.easywind] version = "0.2" [dependencies.eyre] version = "0.6" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.tokio] version = "1.32" features = [ "rt-multi-thread", "macros", ]