--- parking_lot_core-0.8.6/Cargo.toml 1970-01-01T00:00:01+00:00 +++ parking_lot_core-0.8.6/Cargo.toml 2022-12-13T01:12:52.290025+00:00 @@ -55,20 +55,5 @@ ] nightly = [] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.2.8" - [target."cfg(unix)".dependencies.libc] version = "0.2.95" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = [ - "winnt", - "ntstatus", - "minwindef", - "winerror", - "winbase", - "errhandlingapi", - "handleapi", -]