# 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 = "amdgui-helper" version = "1.0.10" description = "AMDGPU fan control service" readme = "README.md" keywords = [ "hardware", "amdgpu", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/Eraden/amdgpud" [dependencies.amdgpu] version = "1.0.9" features = ["gui-helper"] [dependencies.amdgpu-config] version = "1.0.9" features = [ "fan", "gui", ] [dependencies.amdmond-lib] version = "1.0.9" [dependencies.gumdrop] version = "0.8.0" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.23.1" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.ron] version = "0.7.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.sudo] version = "0.6.0" [dependencies.thiserror] version = "1.0.30" [dependencies.toml] version = "0.5.8" [dev-dependencies.amdgpu] version = "1.0" [dev-dependencies.amdgpu-config] version = "1.0" features = [ "fan", "gui", ] [dev-dependencies.amdmond-lib] version = "1.0"