pupman 0.0.0

An unprivileged LXC container id mapping tool for Proxmox
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"
name = "pupman"
version = "0.0.0"
authors = ["Daniel Kolsoi <thadan64@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An unprivileged LXC container id mapping tool for Proxmox"
readme = "README.md"
license = "Apache-2.0"

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

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

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.etc-passwd]
version = "0.2.2"

[dependencies.indexmap]
version = "2.9"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.30.1"

[dependencies.notify]
version = "8.0.0"

[dependencies.ratatui]
version = "0.29"

[dependencies.tempfile]
version = "3.2"

[dependencies.thiserror]
version = "2"

[dependencies.tui-logger]
version = "0.17"

[dependencies.tui-widgets]
version = "0.4.1"
features = [
    "popup",
    "tui-prompts",
]
default-features = false