• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:windows

14 rust-version = "1.49"
19 An event-driven, non-blocking I/O platform for writing asynchronous I/O
27 "non-blocking",
32 "network-programming",
35 repository = "https://github.com/tokio-rs/tokio"
38 all-features = true
39 rustdoc-args = [
40 "--cfg",
42 "--cfg",
45 rustc-args = [
46 "--cfg",
53 "test-util",
76 [dependencies.pin-project-lite]
79 [dependencies.tokio-macros]
83 [dev-dependencies.async-stream]
86 [dev-dependencies.futures]
88 features = ["async-await"]
90 [dev-dependencies.mockall]
93 [dev-dependencies.tempfile]
96 [dev-dependencies.tokio-stream]
99 [dev-dependencies.tokio-test]
102 [build-dependencies.autocfg]
110 "io-util",
111 "io-std",
117 "rt-multi-thread",
122 io-std = []
123 io-util = [
127 macros = ["tokio-macros"]
130 "mio/os-poll",
131 "mio/os-ext",
134 "windows-sys/Win32_Foundation",
135 "windows-sys/Win32_Security",
136 "windows-sys/Win32_Storage_FileSystem",
137 "windows-sys/Win32_System_Pipes",
138 "windows-sys/Win32_System_SystemServices",
143 "mio/os-poll",
144 "mio/os-ext",
146 "signal-hook-registry",
147 "windows-sys/Win32_Foundation",
148 "windows-sys/Win32_System_Threading",
149 "windows-sys/Win32_System_WindowsProgramming",
152 rt-multi-thread = [
158 "mio/os-poll",
160 "mio/os-ext",
161 "signal-hook-registry",
162 "windows-sys/Win32_Foundation",
163 "windows-sys/Win32_System_Console",
167 test-util = [
174 …sm32\", target_arch = \"wasm64\"), not(target_os = \"wasi\")))".dev-dependencies.wasm-bindgen-test]
177 [target."cfg(docsrs)".dependencies.windows-sys]
184 [target."cfg(loom)".dev-dependencies.loom]
191 …et_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))".dev-dependencies.rand]
199 [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.propte…
202 [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.socket…
205 [target."cfg(target_os = \"freebsd\")".dev-dependencies.mio-aio]
213 default-features = false
219 [target."cfg(unix)".dependencies.signal-hook-registry]
223 [target."cfg(unix)".dev-dependencies.libc]
226 [target."cfg(unix)".dev-dependencies.nix]
232 default-features = false
234 [target."cfg(windows)".dependencies.windows-sys]
238 [target."cfg(windows)".dev-dependencies.ntapi]