--- errno-0.3.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ errno-0.3.4/Cargo.toml 2023-10-08T13:35:08.715344+00:00 @@ -29,24 +29,7 @@ default = ["std"] std = ["libc/std"] -[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly] -version = "0.1.2" - -[target."cfg(target_os=\"hermit\")".dependencies.libc] -version = "0.2" -default-features = false - -[target."cfg(target_os=\"wasi\")".dependencies.libc] -version = "0.2" -default-features = false - [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -features = [ - "Win32_Foundation", - "Win32_System_Diagnostics_Debug", -]