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.
29 lines
1.1 KiB
29 lines
1.1 KiB
4 years ago
|
--- tokio-0.2.24/Cargo.toml 2020-12-09T16:58:42+00:00
|
||
|
+++ tokio-0.2.24/Cargo.toml 2021-01-11T19:04:14.245732+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"]
|
||
|
@@ -133,11 +133,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
|