proxctl 0.2.7

CLI for Proxmox VE
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 = "2024"
rust-version = "1.90"
name = "proxctl"
version = "0.2.7"
build = false
exclude = [
    "DESIGN.md",
    "PLAN-PHASE1.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "proxctl"
description = "CLI for Proxmox VE"
homepage = "https://github.com/rvben/proxctl"
readme = "README.md"
keywords = [
    "proxmox",
    "virtualization",
    "cli",
    "kvm",
    "lxc",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rvben/proxctl"

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

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6"

[dependencies.indicatif]
version = "0.17"

[dependencies.owo-colors]
version = "4"

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

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.8"

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

[dev-dependencies.wiremock]
version = "0.6"