--- parking_lot_core-0.8.3/Cargo.toml 1970-01-01T00:00:00+00:00 +++ parking_lot_core-0.8.3/Cargo.toml 2021-02-14T16:31:57.012239+00:00 @@ -44,10 +44,5 @@ [features] deadlock_detection = ["petgraph", "thread-id", "backtrace"] nightly = [] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.2.4" [target."cfg(unix)".dependencies.libc] version = "0.2.71" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.8" -features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"]