# 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 = "goup" version = "1.7.0" authors = ["Ringo Hoffmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple version manager for Go written in Rust! 🚀" readme = "README.md" license = "MIT" repository = "https://github.com/zekroTJA/goup" [[bin]] name = "goup" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.directories] version = "5.0.1" [dependencies.flate2] version = "1.0.26" [dependencies.indicatif] version = "0.17.8" [dependencies.nom] version = "7.1.3" [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.spinoff] version = "0.8.0" [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.5.0" [dependencies.thiserror] version = "1.0.44" [dependencies.whattheshell] version = "1.0.0" [dependencies.zip] version = "2.1" features = ["deflate"] default-features = false