Cargo Features

[dependencies]
amdgpu_top = { version = "0.8.2", default-features = false, features = ["package", "gui", "tui", "json", "git_version"] }
default = git_version, gui, json, tui

These default features are set whenever amdgpu_top is added without default-features = false somewhere in the dependency tree.

package = gui, json, tui
gui default package?

Enables amdgpu_top_gui

tui default package?

Enables amdgpu_top_tui

json default package?

Enables amdgpu_top_json and libc

git_version build default

Enables gix ^0.61.0

AMDGPU_TOP has 6 features without comments.