gpur 0.4.0

btop-style GPU monitor TUI — NVIDIA, AMD, Apple Silicon; Linux, macOS, 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 = "gpur"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "btop-style GPU monitor TUI — NVIDIA, AMD, Apple Silicon; Linux, macOS, Windows"
readme = "README.md"
keywords = [
    "gpu",
    "monitor",
    "tui",
    "nvtop",
    "btop",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/kryptic-sh/gpur"

[package.metadata.deb]
maintainer = "mxaddict <mxaddict@kryptic.sh>"
copyright = "2026, mxaddict <mxaddict@kryptic.sh>"
extended-description = "btop-style GPU monitor for the terminal. NVIDIA, AMD, and Apple GPUs on Linux, macOS, and Windows."
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/gpur",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/gpur/README.md",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/gpur/LICENSE",
    "644",
],
]

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.hjkl-config]
version = "0.33"

[dependencies.hjkl-keymap]
version = "0.33"

[dependencies.hjkl-keymap-tui]
version = "0.33"

[dependencies.hjkl-kitty]
version = "0.33"

[dependencies.hjkl-splash]
version = "0.33"

[dependencies.hjkl-theme]
version = "0.33"

[dependencies.hjkl-theme-tui]
version = "0.33"

[dependencies.nvml-wrapper]
version = "0.12"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sysinfo]
version = "0.39"

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

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"

[target.'cfg(target_os = "macos")'.dependencies.io-kit-sys]
version = "0.5"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_System_Performance",
    "Win32_Graphics_Dxgi",
    "Win32_Graphics_Dxgi_Common",
]