xspring 0.1.1

A tool to scaffold spring boot projects interactively like the vs code extension for scaffolding a spring boot project
Documentation
[[bin]]
name = "xspring"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.clap]
version = "4.5.47"

[dependencies.clap-verbosity-flag]
default-features = false
features = ["tracing"]
version = "3.0.4"

[dependencies.inquire]
version = "0.7.5"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12.23"

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

[dependencies.tokio]
features = ["macros", "rt"]
version = "1.47.1"

[dependencies.tracing]
features = ["log"]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
version = "0.3.18"

[dependencies.zip]
version = "5.0.1"

[lib]
name = "xspring"
path = "src/lib.rs"

[package]
authors = ["Shahul Malik <mohdshahulmalik@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::build-utils"]
description = "A tool to scaffold spring boot projects interactively like the vs code extension for scaffolding a spring boot project"
edition = "2024"
homepage = "https://github.com/MohdShahulMalik/xspring"
keywords = ["cli", "spring", "spring-boot", "generator", "interactive"]
license = "MIT OR Apache-2.0"
name = "xspring"
readme = "README.md"
repository = "https://github.com/MohdShahulMalik/xspring"
version = "0.1.1"

[package.metadata.wix]
eula = false
license = false
path-guid = "D89B20E6-3BE9-44CA-92BA-49365A1081B7"
upgrade-guid = "D6A021FD-D2A8-463C-9A1D-2A880FBC5ABE"

[profile.dist]
inherits = "release"
lto = "thin"