# 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-glow" version = "1.0.13" authors = ["Adrian Woźniak "] description = "AMDGPU fan control service" homepage = "https://github.com/Eraden/amdgpud" readme = "README.md" keywords = [ "hardware", "amdgpu", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/Eraden/amdgpud" resolver = "2" [package.metadata] depends = ["amdgui-helper"] [[bin]] name = "amdguid-glow" path = "./src/main.rs" [dependencies.amdgpu] version = "1" features = ["gui-helper"] [dependencies.amdgpu-config] version = "1" features = [ "fan", "gui", ] [dependencies.amdguid] version = "1" [dependencies.amdmond-lib] version = "1" [dependencies.bytemuck] version = "1" [dependencies.egui-winit] version = "0.18" default-features = false [dependencies.egui_glow] version = "=0.18" features = ["winit"] [dependencies.emath] version = "0" [dependencies.epi] version = "0" [dependencies.glow] version = "=0.11" [dependencies.glutin] version = "=0.28.0" [dependencies.gumdrop] version = "0" [dependencies.nix] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0" [dependencies.tracing] version = "0" [dependencies.winit] version = "=0.26" [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"