# 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-downloader" version = "0.9.4" authors = ["thinkgo "] build = false 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_downloader" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.flate2] version = "1.0" [dependencies.goup-version] version = "0.9" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls-native-roots", "json", ] default-features = false [dependencies.sha2] version = "0.10" [dependencies.tar] version = "0.4" [dependencies.zip] version = "2.0"