# 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_fork" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust-version of gpustat. All credit to the original crate author: just added functionality for continuous monitoring every 2 seconds" readme = "README.md" license = "GPL-2.0" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [[bin]] name = "gpustat_fork" path = "src/main.rs" [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"]