File snapbox-fix-metadata-auto.diff of Package rust-snapbox
--- snapbox-0.5.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.5.9/Cargo.toml 2024-04-11T22:42:27.223982+00:00
@@ -169,7 +169,6 @@
"dep:os_pipe",
"dep:wait-timeout",
"dep:libc",
- "dep:windows-sys",
]
color = [
"dep:anstream",
@@ -212,7 +211,3 @@
version = "0.2.137"
optional = true
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = ["Win32_Foundation"]
-optional = true