amdgpud/amdgpu/Cargo.toml
2022-04-01 16:10:27 +02:00

28 lines
627 B
TOML

[package]
name = "amdgpu"
version = "1.0.10"
edition = "2018"
description = "Subcomponent of AMDGPU fan control service"
license = "MIT OR Apache-2.0"
keywords = ["hardware", "amdgpu"]
categories = ["hardware-support"]
repository = "https://github.com/Eraden/amdgpud"
[features]
gui-helper = []
[dependencies]
serde = { version = "1.0.126", features = ["derive"] }
toml = { version = "0.5.8" }
ron = { version = "0.7.0" }
thiserror = { version = "1.0.30" }
gumdrop = { version = "0.8.0" }
log = { version = "0.4.14" }
pretty_env_logger = { version = "0.4.0" }
nix = { version = "0.23.1" }
pidlock = { version = "0.1.4" }