# 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 = "nvidia" version = "0.1.13" authors = ["Trevor Sullivan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust utility to retrieve information about NVIDIA GPUs installed in your system." homepage = "https://github.com/pcgeek86/nvidia-rs" readme = "README.md" license = "MIT" [[bin]] name = "nvidia" path = "src/main.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.nvml-wrapper] version = "0.10.0" [dependencies.ratatui] version = "0.28.1" features = ["all-widgets"]