# 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.74.0" name = "spring-boot-cli" version = "0.0.2" authors = ["Kristoffer Larsen Hopland"] build = false exclude = ["/*.zip"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple rust cli app to get spring starters" readme = "README.md" keywords = [ "cli", "spring", ] categories = [ "command-line-utilities", "development-tools::profiling", "visualization", ] license = "Apache-2.0" repository = "https://github.com/khopland/spring-cli-rust.git" [[bin]] name = "spring-boot-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.inquire] version = "0.7.5" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "json", ] [dependencies.resolve-path] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.httpmock] version = "0.7.0"