gvsn 1.0.2

A fast, cross-platform Go version manager written in Rust
Documentation
# 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 = "gvsn"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, cross-platform Go version manager written in Rust"
homepage = "https://github.com/jhonsferg/gvsn"
readme = "README.md"
keywords = [
    "go",
    "golang",
    "version-manager",
    "toolchain",
    "gvsn",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/jhonsferg/gvsn"

[lib]
name = "gvsn"
path = "src/lib.rs"

[[bin]]
name = "gvsn"
path = "src/main.rs"

[[bench]]
name = "hot_paths"
path = "benches/hot_paths.rs"
test = false
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
]

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.fs2]
version = "0.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.ureq]
version = "3"
features = [
    "rustls",
    "json",
]

[dependencies.zip]
version = "2"

[dev-dependencies.criterion]
version = "0.5"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_UI_WindowsAndMessaging",
]

[target."cfg(windows)".dependencies.winreg]
version = "0.52"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true