1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -135,33 +135,9 @@
]
default-features = false
-[target.'cfg(target_os = "hermit")'.dependencies.hermit-abi]
-version = "0.5.0"
-
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.concurrent-queue]
-version = "2.2.0"
-
-[target."cfg(windows)".dependencies.pin-project-lite]
-version = "0.2.9"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60"
-features = [
- "Wdk_Foundation",
- "Wdk_Storage_FileSystem",
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_Security",
- "Win32_Storage_FileSystem",
- "Win32_System_IO",
- "Win32_System_LibraryLoader",
- "Win32_System_Threading",
- "Win32_System_WindowsProgramming",
-]
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
|