# 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 = "fiesta" version = "0.1.0" description = """ fiesta - a simple binary for creating new projects with rust, htmx, tailwindcss, actix, and sqlx """ homepage = "https://github.com/gohtmx/fiesta" documentation = "https://docs.rs/fiesta/" readme = "README.md" keywords = [ "htmx", "tailwind", "cli", "web", "async", ] categories = [ "command-line-utilities", "development-tools", "web-programming", "asynchronous", "api-bindings", ] license = "MIT" repository = "https://github.com/gohtmx/fiesta" [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.dirs] version = "5.0.1" [dependencies.reqwest] version = "0.11.20" [dependencies.tokio] version = "1.32.0" features = ["full"]