[dependencies.async-trait]
version = "0.1"
[dependencies.tempfile]
optional = true
version = "3.2"
[dependencies.tokio]
features = ["fs", "macros", "rt"]
version = "1"
[features]
mock = ["tempfile"]
[package]
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
description = "Library for interacting with the Linux Kernel SysFS interface for GPUs (mainly targeted at the AMDGPU driver)."
edition = "2018"
license = "GPL-3.0"
name = "amdgpu-sysfs"
repository = "https://github.com/ilyazzz/amdgpu-sysfs-rs/"
version = "0.4.3"