Blob Blame History Raw
--- async-process-2.2.3/Cargo.toml	1970-01-01T00:00:01+00:00
+++ async-process-2.2.3/Cargo.toml	2024-06-05T20:19:52.062220+00:00
@@ -54,15 +54,6 @@
 [dev-dependencies.async-io]
 version = "2.1.0"
 
-[target."cfg(all(unix, not(target_os = \"linux\")))".dependencies.rustix]
-version = "0.38"
-features = [
-    "std",
-    "fs",
-    "process",
-]
-default-features = false
-
 [target."cfg(target_os = \"linux\")".dependencies.async-channel]
 version = "2.0.0"
 
@@ -83,20 +74,7 @@
 ]
 default-features = false
 
-[target."cfg(windows)".dependencies.async-channel]
-version = "2.0.0"
-
-[target."cfg(windows)".dependencies.blocking]
-version = "1.0.0"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Threading",
-]
-default-features = false
-
 [lints.rust.unexpected_cfgs]
 level = "warn"
 priority = 0
+