--- sysinfo-0.12.0/Cargo.toml 2020-03-20T16:16:29+00:00 +++ sysinfo-0.12.0/Cargo.toml 2020-03-24T05:45:06.075361+00:00 @@ -42,12 +42,6 @@ debug = ["libc/extra_traits"] [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] version = "0.2" -[target."cfg(windows)".dependencies.ntapi] -version = "0.3" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf", "memoryapi", "shellapi"] [badges.appveyor] repository = "GuillaumeGomez/sysinfo" service = "github"