# 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-checker" version = "0.1.3" authors = ["scepter914 "] description = "Check CLI for NVIDIA software environment" documentation = "https://docs.rs/nvidia-checker" readme = "README.md" keywords = [ "cli", "nvidia", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/scepter914/nvidia-checker-rs" [dependencies.carrot_utils] version = "0.1.5" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.195" [dependencies.serde_derive] version = "1.0.195" [dependencies.toml] version = "0.8.8"