gospin 0.2.3

A cli tool to create a boilerplate GO project
# 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.2.3"
authors = ["Francesco Michele Barranca kalairendev@tutanota.com"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cli tool to create a boilerplate GO project"
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"

[[bin]]
name = "gospin"
path = "src/main.rs"

[dependencies.clap]
version = "4.4.11"
features = ["derive"]

[dependencies.console]
version = "0.15.8"
features = ["ansi-parsing"]
default-features = false

[dependencies.once_cell]
version = "1.20.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.216"
features = ["derive"]