vm-curator 0.2.6

A TUI application to manage QEMU VM library
# 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 = "2021"
name = "vm-curator"
version = "0.2.6"
authors = ["Mark Roboff"]
build = false
exclude = [
    ".github/",
    ".gitignore",
    ".claude/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI application to manage QEMU VM library"
homepage = "https://github.com/mroboff/vm-curator"
documentation = "https://github.com/mroboff/vm-curator#readme"
readme = "README.md"
keywords = [
    "qemu",
    "kvm",
    "virtual-machine",
    "tui",
    "virtualization",
]
categories = [
    "command-line-utilities",
    "virtualization",
]
license = "MIT"
repository = "https://github.com/mroboff/vm-curator"

[package.metadata.deb]
maintainer = "Mark Roboff"
copyright = "2026 Mark Roboff"
license-file = [
    "LICENSE",
    "0",
]
extended-description = """
vm-curator is a feature-rich TUI application for managing QEMU/KVM virtual machines.
It provides automatic VM discovery, a 5-step creation wizard with 121 pre-configured
OS profiles, snapshot management, USB passthrough, and 3D graphics acceleration."""
depends = "$auto, qemu-system-x86, qemu-utils, bash"
recommends = "ovmf, polkit, kmod"
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/vm-curator",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/vm-curator/",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/vm-curator/",
    "644",
],
]

[[package.metadata.generate-rpm.assets]]
source = "target/release/vm-curator"
dest = "/usr/bin/vm-curator"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "README.md"
dest = "/usr/share/doc/vm-curator/README.md"
mode = "644"

[[package.metadata.generate-rpm.assets]]
source = "LICENSE"
dest = "/usr/share/doc/vm-curator/LICENSE"
mode = "644"

[package.metadata.generate-rpm.requires]
qemu-system-x86-core = "*"
qemu-img = "*"
bash = "*"
systemd-libs = "*"

[[bin]]
name = "vm-curator"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0"

[dependencies.include_dir]
version = "0.7"

[dependencies.libudev]
version = "0.3"

[dependencies.nom]
version = "8.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.9"

[dependencies.unicode-width]
version = "0.2"

[profile.release]
lto = true
strip = true