# 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 = "gpu-usage-waybar" version = "0.1.12" authors = ["PolpOnline"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to display gpu usage in Waybar" readme = "README.md" license = "MIT" repository = "https://github.com/PolpOnline/gpu-usage-waybar" [profile.dev.package.backtrace] opt-level = 3 [profile.dist] inherits = "release" [profile.release] lto = true [[bin]] name = "gpu-usage-waybar" path = "src/main.rs" [dependencies.amdgpu-sysfs] version = "0.17.0" [dependencies.clap] version = "4.5.20" features = [ "cargo", "derive", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.lazy_static] version = "1.5.0" [dependencies.nvml-wrapper] version = "0.10.0" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strum] version = "0.26.3" features = ["derive"]