version = 4
[[package]]
name = "anyhow"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
[[package]]
name = "libamdgpu_top"
version = "0.10.1"
dependencies = [
"anyhow",
"libdrm_amdgpu_sys",
]
[[package]]
name = "libc"
version = "0.2.168"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
[[package]]
name = "libdrm_amdgpu_sys"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8543b360991ee08b68b524cea5bc832ce249889d1531b02817546d9b50f290e"
dependencies = [
"libc",
]