libamdgpu_top 0.8.2

A library for amdgpu_top
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"

[[package]]
name = "libamdgpu_top"
version = "0.8.2"
dependencies = [
 "anyhow",
 "libdrm_amdgpu_sys",
]

[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"

[[package]]
name = "libdrm_amdgpu_sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a137fbe56c81144d80a132e1155919c68758921ddef6dccc0c8b145f3b986f5a"
dependencies = [
 "libc",
]