Cargo Features

raw-cpuid has no features set by default.

[dependencies]
raw-cpuid = { version = "11.0.2", features = ["std", "display", "serialize", "cli"] }
std display?
display cli? = serde_json, serialize, std, termimad

Affects raw-cpuid::display

serialize display? = serde, serde_derive
cli = clap, display

This is not a library feature and should only be used to install the cpuid binary:

Required by the cpuid binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde serialize?
serde_derive serialize?
serde_json display?
termimad display?

Enables termimad ^0.25

clap cli?