# 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" name = "goup-rs" version = "0.9.4" authors = ["thinkgo "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "goup is an elegant Go version manager" homepage = "https://github.com/thinkgos/goup-rs" readme = "README.md" keywords = [ "goup", "golang", "version-manager", "tool", "rust", ] license = "Apache-2.0" repository = "https://github.com/thinkgos/goup-rs" [lib] name = "goup_rs" path = "src/lib.rs" [[bin]] name = "goup" path = "src/main.rs" [[example]] name = "git" path = "examples/git.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.5" [dependencies.dialoguer] version = "0.11" [dependencies.env_logger] version = "0.11" [dependencies.goup-downloader] version = "0.9" [dependencies.goup-version] version = "0.9" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "0.10" [dependencies.self_update] version = "0.41" features = [ "rustls", "compression-flate2", "compression-zip-deflate", ] default-features = false [dependencies.shadow-rs] version = "0.35" [dependencies.which] version = "6.0" [build-dependencies.shadow-rs] version = "0.35" [build-dependencies.version_check] version = "0.9"