# 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" rust-version = "1.82.0" name = "spring-initializr-cli" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool to quickly and easily create new Spring Boot projects" readme = "README.md" keywords = [ "cli", "spring", "framework", "java", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AlbertLnz/spring-initializr-cli" [[bin]] name = "spring-initializr-cli" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.termion] version = "4.0.3"