--- sysinfo-0.28.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ sysinfo-0.28.4/Cargo.toml 2023-03-26T16:06:40.723328+00:00 @@ -58,52 +58,9 @@ [target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile] version = "3.2" -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys] -version = "0.8" - [target."cfg(any(windows, target_os = \"linux\", target_os = \"android\"))".dependencies.once_cell] version = "1.0" [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] version = "^0.2.112" -[target."cfg(windows)".dependencies.ntapi] -version = "0.4" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = [ - "errhandlingapi", - "fileapi", - "handleapi", - "heapapi", - "ifdef", - "ioapiset", - "minwindef", - "pdh", - "psapi", - "synchapi", - "sysinfoapi", - "winbase", - "winerror", - "winioctl", - "winnt", - "oleauto", - "wbemcli", - "rpcdce", - "combaseapi", - "objidl", - "powerbase", - "netioapi", - "lmcons", - "lmaccess", - "lmapibuf", - "memoryapi", - "ntlsa", - "securitybaseapi", - "shellapi", - "std", - "iphlpapi", - "winsock2", - "sddl", -]