vx-installer 0.4.0

Installation utilities and helpers for the vx universal tool manager
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.dirs]
version = "6.0"

[dependencies.flate2]
version = "1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.indicatif]
optional = true
version = "0.17"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs", "process"]
version = "1.0"

[dependencies.walkdir]
version = "2.4"

[dependencies.zip]
version = "4.0"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
default = []
extended-formats = []
progress = ["indicatif"]

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

[package]
authors = ["Hal <hal.long@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Installation utilities and helpers for the vx universal tool manager"
edition = "2021"
homepage = "https://github.com/loonghao/vx"
keywords = ["version", "manager", "development", "tools", "cli"]
license = "MIT"
name = "vx-installer"
readme = "README.md"
repository = "https://github.com/loonghao/vx"
rust-version = "1.80.0"
version = "0.4.0"

[target."cfg(unix)".dependencies]

[target."cfg(windows)".dependencies]

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