--- hyperfine-1.16.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ hyperfine-1.16.1/Cargo.toml 2023-03-27T09:24:23.791230+00:00 @@ -100,9 +100,6 @@ [features] windows_process_extensions_main_thread_handle = [] -[target."cfg(all(windows, not(windows_process_extensions_main_thread_handle)))".dependencies.once_cell] -version = "1.17" - [target."cfg(not(windows))".dependencies.libc] version = "0.2" @@ -110,13 +107,3 @@ version = "0.26.2" features = ["zerocopy"] -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = [ - "processthreadsapi", - "minwindef", - "winnt", - "jobapi2", - "tlhelp32", - "handleapi", -]