# 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 = "gospin" version = "0.1.6" authors = ["Francesco Michele Barranca kalairendev@francescobarranca.dev"] description = "A cli tool to create a boilerplate project GO + HTMX" homepage = "https://github.com/Francesco99975/gospin" readme = "README.md" keywords = [ "cli", "go", "htmx", "tools", "server", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/Francesco99975/gospin" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.console] version = "0.15.8" features = ["ansi-parsing"] default-features = false