--- parking_lot_core-0.5.0/Cargo.toml 1970-01-01T00:00:00+00:00 +++ parking_lot_core-0.5.0/Cargo.toml 2019-05-06T13:46:51.162406+00:00 @@ -46,12 +46,5 @@ [features] deadlock_detection = ["petgraph", "thread-id", "backtrace"] nightly = [] -[target."cfg(target_os = \"cloudabi\")".dependencies.cloudabi] -version = "0.0.3" -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.1" [target."cfg(unix)".dependencies.libc] version = "0.2.27" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"]