version = 3
[[package]]
name = "anyhow"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
[[package]]
name = "libamdgpu_top"
version = "0.8.3"
dependencies = [
"anyhow",
"libdrm_amdgpu_sys",
]
[[package]]
name = "libc"
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
[[package]]
name = "libdrm_amdgpu_sys"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb191d266e5f57132cd44a42e3ee9a3c428fddda3baa0fe94ee4b5cca8b242f3"
dependencies = [
"libc",
]