--- hyperfine-1.17.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ hyperfine-1.17.0/Cargo.toml 2023-06-04T15:29:04.391654+00:00 @@ -102,9 +102,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" @@ -112,12 +109,3 @@ version = "0.26.2" features = ["zerocopy"] -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -features = [ - "Win32_Foundation", - "Win32_Security", - "Win32_System_JobObjects", - "Win32_System_LibraryLoader", - "Win32_System_Threading", -]