# 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 = "amdguid" version = "1.0.12" 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" resolver = "2" [dependencies.amdgpu] version = "1" features = ["gui-helper"] [dependencies.amdgpu-config] version = "1" features = [ "fan", "gui", ] [dependencies.amdmond-lib] version = "1" [dependencies.bytemuck] version = "1" [dependencies.egui] version = "=0.18" features = [] [dependencies.epi] version = "0" [dependencies.gumdrop] version = "0" [dependencies.image] version = "=0.24.0" features = ["png"] default-features = false [dependencies.nix] version = "0" [dependencies.parking_lot] version = "=0.12.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0" [dependencies.tracing] version = "0" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.amdgpu] version = "1.0" features = ["gui-helper"] [dev-dependencies.amdgpu-config] version = "1.0" features = [ "fan", "gui", ] [dev-dependencies.amdmond-lib] version = "1.0"