File iroh-net-fix-metadata-auto.diff of Package rust-iroh-net
--- iroh-net-0.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ iroh-net-0.12.0/Cargo.toml 2023-12-24T15:42:38.133643+00:00
@@ -381,20 +381,9 @@
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.rtnetlink]
version = "0.13.0"
-[target."cfg(target_os = \"windows\")".dependencies.windows]
-version = "0.51"
-features = [
- "Win32_NetworkManagement_IpHelper",
- "Win32_Foundation",
- "Win32_NetworkManagement_Ndis",
- "Win32_Networking_WinSock",
-]
-
-[target."cfg(target_os = \"windows\")".dependencies.wmi]
-version = "0.13"
-
[lints.clippy]
unused-async = "warn"
[lints.rust]
missing_debug_implementations = "warn"
+