[dependencies.enum_dispatch]
optional = true
version = "0.3.8"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.insta]
features = ["yaml", "redactions"]
version = "1.28.0"
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[dev-dependencies.rust-embed]
version = "6.4.2"
[dev-dependencies.tempfile]
version = "3.3"
[features]
default = ["overdrive"]
overdrive = ["enum_dispatch"]
[lib]
name = "amdgpu_sysfs"
path = "src/lib.rs"
[package]
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for interacting with the Linux Kernel SysFS interface for GPUs (mainly targeted at the AMDGPU driver)."
edition = "2021"
license = "LGPL-3.0-or-later"
name = "amdgpu-sysfs"
readme = "README.md"
repository = "https://github.com/ilya-zlobintsev/amdgpu-sysfs-rs/"
version = "0.19.2"
[[test]]
name = "rx580"
path = "tests/rx580.rs"
[[test]]
name = "rx6900xt"
path = "tests/rx6900xt.rs"
[[test]]
name = "rx6950xt"
path = "tests/rx6950xt.rs"
[[test]]
name = "rx7800xt"
path = "tests/rx7800xt.rs"
[[test]]
name = "rx7900xt"
path = "tests/rx7900xt.rs"
[[test]]
name = "vega56"
path = "tests/vega56.rs"