Cargo Features
[dependencies]
hw = { version = "0.2.3", default-features = false, features = ["log", "tracing", "ohm", "lhm", "aida64", "cli", "system", "user", "desktop", "network", "multithread", "disk", "component", "drive", "file-info", "os-system", "os-office", "build", "built", "net-interface", "os", "core-temp", "argus-monitor"] }
- default = aida64, argus-monitor, cli, core-temp, disk, drive, file-info, lhm, ohm, os, tracing
-
These default features are set whenever
hwis added withoutsomewhere in the dependency tree.default-features = false - log
-
Enables log of e-log ^0.3
- tracing default
-
Enables tracing of e-log ^0.3
- ohm default = system, wmi
-
Affects
hw::ohm… - lhm default = system, wmi
-
Affects
hw::lhm… - aida64 default = system, wmi
-
Affects
hw::aida64… - cli default = structopt
-
Affects
hw::cli… - system aida64 lhm ohm os
-
Enables system of sysinfo ^0.33
Affects
api::system_query,api::system… - user os = desktop
-
Enables user of sysinfo ^0.33
Affects
api::user_query… - desktop user?
-
Enables Win32_Foundation, Win32…NetManagement and Win32_Storage_FileSystem of windows ^0.30
Affects
os_more::desktop… - network os = futures, net-interface, ntp-client
-
Enables network of sysinfo ^0.33
Affects
api::network_query,os_more::net_manage… - multithread os
-
Enables multithread of sysinfo ^0.33
- disk default os
-
Enables disk of sysinfo ^0.33
Affects
hw::disk… - component os
-
Enables component of sysinfo ^0.33
- drive default
-
Enables libloaderapi, minwinbase, winbase and winuser of winapi
Affects
drive::win… - file-info default = goblin
-
Enables processenv and winbase of winapi
Affects
file_info::ty… - os-system os
-
Affects
hw::os_system… - os-office os
-
Affects
hw::os_office… - build = static_vcruntime, winresource
- built
-
Enables built ^0.7, fs of e-utils
Affects
build::built… - net-interface network? = libc
-
Enables Win32_Foundation, Win32_NetworkManagement_IpHelper and Win32_Networking_WinSock of windows ^0.30
Affects
os_more::net_interface… - os default = component, disk, multithread, network, os-office, os-system, system, user
-
Affects
hw::os… - core-temp default = csv
-
Affects
hw::core_temp… - argus-monitor default = csv
-
Affects
hw::argus_monitor…
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.
- structopt cli
- libc net-interface?
- futures network?
- goblin file-info
-
Enables goblin ^0.9
- e-log log? tracing
-
Enables e-log ^0.3
- csv argus-monitor core-temp
- ntp-client network?
- static_vcruntime build win build?
-
Enables static_vcruntime ^2
- winresource build win build?
- winapi win drive file-info
- windows win desktop? net-interface?
-
Enables windows ^0.30
- wmi win aida64 lhm ohm
-
Enables wmi ^0.14