Cargo Features
[dependencies]
rapl-energy = { version = "0.1.19", default-features = false, features = ["http", "hwmon", "nvml"] }
- default = http, hwmon, nvml
-
These default features are set whenever
rapl-energy
is added without
somewhere in the dependency tree.default-features = false - http default
-
Enables ureq
- hwmon default
-
Enables libmedium
- nvml default
-
Enables nvml-wrapper and once_cell
rapl-energy has 4 features without comments.