voli 0.4.0

A fast, no-admin package manager for Windows
# 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 = "2024"
name = "voli"
version = "0.4.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, no-admin package manager for Windows"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Topurrra/voli"
resolver = "2"

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

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

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

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

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.ureq]
version = "2"
features = [
    "tls",
    "gzip",
]
default-features = false

[dependencies.voli-core]
version = "0.4.0"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sha2]
version = "0.10"

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

[dev-dependencies.voli-core]
version = "0.4.0"

[dev-dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[target."cfg(windows)".build-dependencies.ico]
version = "0.4"

[target."cfg(windows)".build-dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[target."cfg(windows)".build-dependencies.winresource]
version = "0.1"