# 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 = "luminar" version = "0.1.4" authors = [ "Zhiquan Wang ", ] description = "Manage computing resources for multiple users on single machine." homepage = "https://github.com/ZhiquanW/luminar/" readme = "README.md" keywords = [ "rust", "gpu", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/ZhiquanW/luminar/" [profile.release] debug = true [[bin]] name = "luminar" path = "src/main.rs" [dependencies.chrono] version = "0.4.23" [dependencies.nvml-wrapper] version = "0.8.0" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.prettytable-rs] version = "^0.10" [dependencies.profiling] version = "1.0.7" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.26" [dependencies.sysinfo] version = "0.27.1" default-features = false [dependencies.threadpool] version = "1.8.1"