--- sysinfo-0.10.2/Cargo.toml 1970-01-01T00:00:00+00:00 +++ sysinfo-0.10.2/Cargo.toml 2019-12-13T17:40:36.455517+00:00 @@ -39,12 +39,6 @@ debug = ["libc/extra_traits"] [target."cfg(not(target_os = \"unknown\"))".dependencies.libc] version = "0.2" -[target."cfg(windows)".dependencies.ntapi] -version = "0.3" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["fileapi", "handleapi", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "objbase"] [badges.appveyor] repository = "GuillaumeGomez/sysinfo" service = "github"