Lines Matching +full:rust +full:- +full:version
3 version = 3
6 name = "async-stream"
7 version = "0.3.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
11 "async-stream-impl",
12 "futures-core",
16 name = "async-stream"
17 version = "0.3.4"
19 "async-stream-impl",
20 "futures-core",
21 "futures-util",
22 "pin-project-lite",
25 "tokio-test",
30 name = "async-stream-impl"
31 version = "0.3.4"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
35 "proc-macro2",
42 version = "1.1.0"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
47 name = "basic-toml"
48 version = "0.1.1"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
57 version = "1.3.2"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
63 version = "1.4.0"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
68 name = "cfg-if"
69 version = "1.0.0"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
74 name = "futures-core"
75 version = "0.3.26"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
80 name = "futures-macro"
81 version = "0.3.26"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
85 "proc-macro2",
91 name = "futures-task"
92 version = "0.3.26"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
97 name = "futures-util"
98 version = "0.3.26"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
102 "futures-core",
103 "futures-macro",
104 "futures-task",
105 "pin-project-lite",
106 "pin-utils",
112 version = "0.3.1"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
117 name = "hermit-abi"
118 version = "0.2.6"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
127 version = "1.0.5"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
133 version = "0.2.139"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
139 version = "0.4.9"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
149 version = "0.4.17"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
153 "cfg-if",
158 version = "2.5.0"
159 source = "registry+https://github.com/rust-lang/crates.io-index"
164 version = "0.8.6"
165 source = "registry+https://github.com/rust-lang/crates.io-index"
171 "windows-sys 0.45.0",
176 version = "1.15.0"
177 source = "registry+https://github.com/rust-lang/crates.io-index"
180 "hermit-abi",
186 version = "1.17.1"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
192 version = "0.12.1"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
202 version = "0.9.7"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
206 "cfg-if",
210 "windows-sys 0.45.0",
214 name = "pin-project-lite"
215 version = "0.2.9"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
220 name = "pin-utils"
221 version = "0.1.0"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
226 name = "proc-macro2"
227 version = "1.0.51"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
231 "unicode-ident",
236 version = "1.0.23"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
240 "proc-macro2",
245 version = "0.2.16"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
254 version = "1.0.11"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
260 version = "1.0.12"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
266 version = "1.1.0"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
272 version = "1.0.152"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
278 version = "1.0.152"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
282 "proc-macro2",
289 version = "1.0.93"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
299 name = "signal-hook-registry"
300 version = "1.4.1"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
309 version = "0.4.7"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
318 version = "1.10.0"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
324 version = "0.4.7"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
334 version = "1.0.107"
335 source = "registry+https://github.com/rust-lang/crates.io-index"
338 "proc-macro2",
340 "unicode-ident",
345 version = "1.2.0"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
349 "winapi-util",
354 version = "1.25.0"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
365 "pin-project-lite",
366 "signal-hook-registry",
368 "tokio-macros",
369 "windows-sys 0.42.0",
373 name = "tokio-macros"
374 version = "1.8.2"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
378 "proc-macro2",
384 name = "tokio-stream"
385 version = "0.1.11"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
389 "futures-core",
390 "pin-project-lite",
395 name = "tokio-test"
396 version = "0.4.2"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
400 "async-stream 0.3.0",
402 "futures-core",
404 "tokio-stream",
409 version = "1.0.77"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
413 "basic-toml",
423 name = "unicode-ident"
424 version = "1.0.6"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
430 version = "0.11.0+wasi-snapshot-preview1"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
436 version = "0.3.9"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
440 "winapi-i686-pc-windows-gnu",
441 "winapi-x86_64-pc-windows-gnu",
445 name = "winapi-i686-pc-windows-gnu"
446 version = "0.4.0"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
451 name = "winapi-util"
452 version = "0.1.5"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
460 name = "winapi-x86_64-pc-windows-gnu"
461 version = "0.4.0"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
466 name = "windows-sys"
467 version = "0.42.0"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
481 name = "windows-sys"
482 version = "0.45.0"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
486 "windows-targets",
490 name = "windows-targets"
491 version = "0.42.1"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
506 version = "0.42.1"
507 source = "registry+https://github.com/rust-lang/crates.io-index"
512 version = "0.42.1"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
518 version = "0.42.1"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
524 version = "0.42.1"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
530 version = "0.42.1"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
536 version = "0.42.1"
537 source = "registry+https://github.com/rust-lang/crates.io-index"
542 version = "0.42.1"
543 source = "registry+https://github.com/rust-lang/crates.io-index"