upkit 0.3.1

One CLI to check & update Go/Rust/Node/Python/Flutter (hybrid built-in + direct-download).
Documentation
[[bin]]
name = "upkit"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.clap_complete]
version = "4.5"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
default-features = false
features = ["blocking", "json", "rustls-tls"]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.9"

[dependencies.which]
version = "8"

[dependencies.xz2]
version = "0.1"

[dependencies.zstd]
version = "0.13"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "One CLI to check & update Go/Rust/Node/Python/Flutter (hybrid built-in + direct-download)."
edition = "2024"
keywords = ["cli", "updater", "toolchain", "devtools"]
license = "MIT OR Apache-2.0"
name = "upkit"
readme = "README.md"
repository = "https://github.com/christiandoxa/upkit"
version = "0.3.1"

[[test]]
name = "coverage"
path = "tests/coverage.rs"

[[test]]
name = "main_tests"
path = "tests/main_tests.rs"

[[test]]
name = "tools_flutter"
path = "tests/tools_flutter.rs"

[[test]]
name = "tools_go"
path = "tests/tools_go.rs"

[[test]]
name = "tools_node"
path = "tests/tools_node.rs"

[[test]]
name = "tools_python"
path = "tests/tools_python.rs"

[[test]]
name = "tools_rust"
path = "tests/tools_rust.rs"