libamdgpu_top 0.10.0

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

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

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

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

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