[package] name = "amdvold" version = "1.0.11" edition = "2018" description = "AMDGPU fan control service" license = "MIT OR Apache-2.0" keywords = ["hardware", "amdgpu"] categories = ["hardware-support"] repository = "https://github.com/Eraden/amdgpud" authors = ['Adrian Woźniak '] homepage = 'https://github.com/Eraden/amdgpud' [package.metadata] target = "x86_64-unknown-linux-musl" [[bin]] name = 'amdvold' path = "./src/main.rs" [dependencies] amdgpu = { path = "../amdgpu", version = "1.0.11" } amdgpu-config = { path = "../amdgpu-config", version = "1.0.10", features = ["voltage"] } gumdrop = { version = "0.8" } serde = { version = "1.0", features = ["derive"] } thiserror = { version = "1.0" } toml = { version = "0.5" } tracing = { version = "0.1.37" } tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } [dev-dependencies] amdgpu = { path = "../amdgpu", version = "1.0" } amdgpu-config = { path = "../amdgpu-config", version = "1.0", features = ["voltage"] }