--- tempfile-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ tempfile-3.4.0/Cargo.toml 2023-02-27T11:39:26.079076+00:00 @@ -47,12 +47,3 @@ version = "0.36.0" features = ["fs"] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.2.9" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.42" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", -]