# 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-version" 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_version" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.dirs] version = "5.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.11" [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls-native-roots", "json", ] default-features = false [dependencies.semver] version = "1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.temp-env] version = "0.3" [dev-dependencies.tempfile] version = "3" [target."cfg(windows)".dependencies.junction] version = "1.2"