--- parking_lot_core-0.9.7/Cargo.toml 1970-01-01T00:00:01+00:00 +++ parking_lot_core-0.9.7/Cargo.toml 1970-01-01T00:00:01+00:00 @@ -52,17 +52,6 @@ ] 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.windows-sys] -version = "0.45.0" -features = [ - "Win32_Foundation", - "Win32_System_LibraryLoader", - "Win32_System_SystemServices", - "Win32_System_WindowsProgramming", -]