# 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 = "2018" name = "gpustat" version = "0.1.8" authors = ["ylfeng "] description = "A rust-version of gpustat." homepage = "https://github.com/AlongWY/gpustat" readme = "README.md" keywords = [ "shell", "gpustat", ] license = "GPL-2.0" repository = "https://github.com/AlongWY/gpustat" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.clap] version = "4" features = ["derive"] [dependencies.comfy-table] version = "7" [dependencies.hostname] version = "^0.3" [dependencies.nix] version = "0.26" [dependencies.nvml-wrapper] version = "0.9" default-features = false [dependencies.sysinfo] version = "0.29" default-features = false [dependencies.thiserror] version = "1.0" [features] legacy-functions = ["nvml-wrapper/legacy-functions"]