libamdgpu_top 0.11.1

A library for amdgpu_top
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "libamdgpu_top"
version = "0.11.1"
authors = ["Umio Yasuno <coelacanth_dream@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for amdgpu_top"
readme = false
license = "MIT"
repository = "https://github.com/Umio-Yasuno/amdgpu_top"

[features]
default = ["libdrm_link"]
libdrm_dynamic_loading = ["libdrm_amdgpu_sys/dynamic_loading"]
libdrm_link = ["libdrm_amdgpu_sys/link_drm"]

[lib]
name = "libamdgpu_top"
path = "src/lib.rs"

[dependencies.libdrm_amdgpu_sys]
version = "0.8.11"
default-features = false

[dependencies.nix]
version = "0"
features = ["ioctl"]
default-features = false

[dependencies.num_enum]
version = "0.7.5"