# 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 = "nviwatch" version = "0.1.1" authors = ["Manpreet Singh Minhas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A blazingly fast Rust-based TUI for managing and monitoring NVIDIA GPU processes" homepage = "https://github.com/msminhas93/nviwatch" documentation = "https://github.com/msminhas93/nviwatch#readme" readme = "README.md" keywords = [ "nvidia", "gpu", "monitoring", "tui", "system-monitor", ] categories = [ "command-line-utilities", "visualization", "hardware-support", ] license = "GPL-3.0" repository = "https://github.com/msminhas93/nviwatch" [[bin]] name = "nviwatch" path = "src/main.rs" [dependencies.clap] version = "4.5.17" [dependencies.crossterm] version = "0.28.1" [dependencies.nix] version = "0.29.0" features = [ "process", "signal", "user", ] [dependencies.nvml-wrapper] version = "0.10.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.procfs] version = "0.16.0" [dependencies.ratatui] version = "0.28.1" [dependencies.textwrap] version = "0.16.1"