zoi-mini 1.24.6

Advanced Package Manager & Environment Orchestrator
# 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"
rust-version = "1.92.0"
name = "zoi-mini"
version = "1.24.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advanced Package Manager & Environment Orchestrator"
homepage = "https://zillowe.qzz.io/zds/zoi"
documentation = "https://docs.rs/zoi-rs/latest/zoi"
readme = false
keywords = [
    "cli",
    "package-manager",
    "dev-tools",
    "universal",
    "environment",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://gitlab.com/zillowe/zillwen/zusty/zoi"

[[bin]]
name = "zoi-mini"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.104"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.zoi-cli]
version = "1.24.6"

[dependencies.zoi-core]
version = "1.24.6"

[dependencies.zoi-resolver]
version = "1.24.6"

[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"