--- async-process-2.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ async-process-2.3.0/Cargo.toml 2024-09-16T20:22:15.295098+00:00 @@ -75,15 +75,6 @@ [dev-dependencies.async-executor] version = "1.5.1" -[target.'cfg(all(unix, not(target_os = "linux")))'.dependencies.rustix] -version = "0.38" -features = [ - "std", - "fs", - "process", -] -default-features = false - [target.'cfg(any(windows, target_os = "linux"))'.dependencies.async-channel] version = "2.0.0" @@ -101,18 +92,8 @@ ] default-features = false -[target."cfg(windows)".dependencies.blocking] -version = "1.0.0" - -[target."cfg(windows)".dev-dependencies.windows-sys] -version = "0.59" -features = [ - "Win32_Foundation", - "Win32_System_Threading", -] -default-features = false - [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(async_process_force_signal_backend)"] +