You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-tokio0.2/tokio-fix-metadata-auto.diff

39 lines
1.3 KiB

--- tokio-0.2.25/Cargo.toml 2021-01-28T14:36:45+00:00
+++ tokio-0.2.25/Cargo.toml 2023-05-22T19:17:34.570877+00:00
@@ -107,11 +107,11 @@
io-util = ["memchr"]
macros = ["tokio-macros"]
net = ["dns", "tcp", "udp", "uds"]
-process = ["io-driver", "libc", "mio-named-pipes", "signal", "winapi/consoleapi", "winapi/minwindef", "winapi/threadpoollegacyapiset", "winapi/winerror"]
+process = ["io-driver", "libc", "signal"]
rt-core = ["slab"]
rt-threaded = ["num_cpus", "rt-core"]
rt-util = []
-signal = ["io-driver", "lazy_static", "libc", "mio-uds", "signal-hook-registry", "winapi/consoleapi", "winapi/minwindef"]
+signal = ["io-driver", "lazy_static", "libc", "mio-uds", "signal-hook-registry"]
stream = ["futures-core"]
sync = ["fnv"]
tcp = ["io-driver", "iovec"]
@@ -119,9 +119,6 @@
time = ["slab"]
udp = ["io-driver"]
uds = ["io-driver", "mio-uds", "libc"]
-[target."cfg(loom)".dev-dependencies.loom]
-version = "0.3.5"
-features = ["futures", "checkpoint"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.42"
optional = true
@@ -133,11 +130,3 @@
[target."cfg(unix)".dependencies.signal-hook-registry]
version = "1.1.1"
optional = true
-[target."cfg(windows)".dependencies.mio-named-pipes]
-version = "0.1.6"
-optional = true
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-optional = true
-default-features = false