• Home
  • Raw
  • Download

Lines Matching +full:rust +full:- +full:executor

6 name = "aho-corasick"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
15 name = "async-channel"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
20 "concurrent-queue",
21 "event-listener",
22 "futures-core",
26 name = "async-executor"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
31 "async-task",
32 "concurrent-queue",
34 "futures-lite",
40 name = "async-global-executor"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
45 "async-channel",
46 "async-executor",
47 "async-io",
48 "async-mutex",
50 "futures-lite",
56 name = "async-io"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
61 "concurrent-queue",
62 "futures-lite",
70 "waker-fn",
75 name = "async-lock"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
80 "event-listener",
84 name = "async-mutex"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
89 "event-listener",
93 name = "async-std"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
98 "async-channel",
99 "async-global-executor",
100 "async-io",
101 "async-lock",
102 "crossbeam-utils",
103 "futures-channel",
104 "futures-core",
105 "futures-io",
106 "futures-lite",
107 "gloo-timers",
108 "kv-log-macro",
113 "pin-project-lite 0.2.7",
114 "pin-utils",
116 "wasm-bindgen-futures",
120 name = "async-task"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
126 name = "atomic-waker"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
137 "hermit-abi",
145 source = "registry+https://github.com/rust-lang/crates.io-index"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
157 source = "registry+https://github.com/rust-lang/crates.io-index"
160 "async-channel",
161 "async-task",
162 "atomic-waker",
164 "futures-lite",
171 source = "registry+https://github.com/rust-lang/crates.io-index"
176 "regex-automata",
183 source = "registry+https://github.com/rust-lang/crates.io-index"
189 source = "registry+https://github.com/rust-lang/crates.io-index"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
215 name = "cache-padded"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
232 source = "registry+https://github.com/rust-lang/crates.io-index"
236 name = "cfg-if"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
242 name = "cfg-if"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
250 source = "registry+https://github.com/rust-lang/crates.io-index"
255 "unicode-width",
262 "async-std",
267 "futures-core",
268 "futures-io",
271 "partial-io",
272 "pin-project-lite 0.2.7",
273 "quick-error",
279 "tokio-util",
283 name = "concurrent-queue"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
288 "cache-padded",
294 source = "registry+https://github.com/rust-lang/crates.io-index"
300 "criterion-plot",
304 "num-traits",
318 name = "criterion-plot"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
328 name = "crossbeam-channel"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
333 "cfg-if 1.0.0",
334 "crossbeam-utils",
338 name = "crossbeam-deque"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
343 "cfg-if 1.0.0",
344 "crossbeam-epoch",
345 "crossbeam-utils",
349 name = "crossbeam-epoch"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
354 "cfg-if 1.0.0",
355 "crossbeam-utils",
362 name = "crossbeam-utils"
364 source = "registry+https://github.com/rust-lang/crates.io-index"
367 "cfg-if 1.0.0",
374 source = "registry+https://github.com/rust-lang/crates.io-index"
378 "csv-core",
385 name = "csv-core"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
423 name = "event-listener"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
438 name = "fuchsia-cprng"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
444 name = "fuchsia-zircon"
446 source = "registry+https://github.com/rust-lang/crates.io-index"
450 "fuchsia-zircon-sys",
454 name = "fuchsia-zircon-sys"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
471 "futures-channel",
472 "futures-core",
473 "futures-executor",
474 "futures-io",
475 "futures-sink",
476 "futures-task",
477 "futures-util",
481 name = "futures-channel"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
486 "futures-core",
487 "futures-sink",
491 name = "futures-core"
493 source = "registry+https://github.com/rust-lang/crates.io-index"
497 name = "futures-executor"
499 source = "registry+https://github.com/rust-lang/crates.io-index"
502 "futures-core",
503 "futures-task",
504 "futures-util",
508 name = "futures-io"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
514 name = "futures-lite"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
520 "futures-core",
521 "futures-io",
524 "pin-project-lite 0.2.7",
525 "waker-fn",
529 name = "futures-macro"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
535 "proc-macro-hack",
536 "proc-macro2",
542 name = "futures-sink"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
548 name = "futures-task"
550 source = "registry+https://github.com/rust-lang/crates.io-index"
554 name = "futures-util"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
560 "futures-channel",
561 "futures-core",
562 "futures-io",
563 "futures-macro",
564 "futures-sink",
565 "futures-task",
567 "pin-project-lite 0.2.7",
568 "pin-utils",
569 "proc-macro-hack",
570 "proc-macro-nested",
575 name = "gloo-timers"
577 source = "registry+https://github.com/rust-lang/crates.io-index"
580 "futures-channel",
581 "futures-core",
582 "js-sys",
583 "wasm-bindgen",
584 "web-sys",
590 source = "registry+https://github.com/rust-lang/crates.io-index"
594 name = "hermit-abi"
596 source = "registry+https://github.com/rust-lang/crates.io-index"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
608 "quick-error",
614 source = "registry+https://github.com/rust-lang/crates.io-index"
617 "cfg-if 1.0.0",
623 source = "registry+https://github.com/rust-lang/crates.io-index"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
645 name = "js-sys"
647 source = "registry+https://github.com/rust-lang/crates.io-index"
650 "wasm-bindgen",
654 name = "kernel32-sys"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
660 "winapi-build",
664 name = "kv-log-macro"
666 source = "registry+https://github.com/rust-lang/crates.io-index"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
681 source = "registry+https://github.com/rust-lang/crates.io-index"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
690 "cfg-if 1.0.0",
691 "value-bag",
697 source = "registry+https://github.com/rust-lang/crates.io-index"
703 source = "registry+https://github.com/rust-lang/crates.io-index"
712 source = "registry+https://github.com/rust-lang/crates.io-index"
715 "cfg-if 0.1.10",
716 "fuchsia-zircon",
717 "fuchsia-zircon-sys",
719 "kernel32-sys",
731 source = "registry+https://github.com/rust-lang/crates.io-index"
734 "kernel32-sys",
737 "ws2_32-sys",
743 source = "registry+https://github.com/rust-lang/crates.io-index"
746 "cfg-if 0.1.10",
752 name = "num-traits"
754 source = "registry+https://github.com/rust-lang/crates.io-index"
763 source = "registry+https://github.com/rust-lang/crates.io-index"
766 "hermit-abi",
773 source = "registry+https://github.com/rust-lang/crates.io-index"
779 source = "registry+https://github.com/rust-lang/crates.io-index"
785 source = "registry+https://github.com/rust-lang/crates.io-index"
789 name = "partial-io"
791 source = "registry+https://github.com/rust-lang/crates.io-index"
796 "tokio-io",
800 name = "pin-project-lite"
802 source = "registry+https://github.com/rust-lang/crates.io-index"
806 name = "pin-project-lite"
808 source = "registry+https://github.com/rust-lang/crates.io-index"
812 name = "pin-utils"
814 source = "registry+https://github.com/rust-lang/crates.io-index"
820 source = "registry+https://github.com/rust-lang/crates.io-index"
823 "num-traits",
824 "plotters-backend",
825 "plotters-svg",
826 "wasm-bindgen",
827 "web-sys",
831 name = "plotters-backend"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
837 name = "plotters-svg"
839 source = "registry+https://github.com/rust-lang/crates.io-index"
842 "plotters-backend",
848 source = "registry+https://github.com/rust-lang/crates.io-index"
851 "cfg-if 1.0.0",
854 "wepoll-ffi",
859 name = "proc-macro-hack"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
865 name = "proc-macro-nested"
867 source = "registry+https://github.com/rust-lang/crates.io-index"
871 name = "proc-macro2"
873 source = "registry+https://github.com/rust-lang/crates.io-index"
876 "unicode-xid",
880 name = "quick-error"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
899 source = "registry+https://github.com/rust-lang/crates.io-index"
902 "proc-macro2",
908 source = "registry+https://github.com/rust-lang/crates.io-index"
911 "fuchsia-cprng",
921 source = "registry+https://github.com/rust-lang/crates.io-index"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
936 source = "registry+https://github.com/rust-lang/crates.io-index"
940 "crossbeam-deque",
942 "rayon-core",
946 name = "rayon-core"
948 source = "registry+https://github.com/rust-lang/crates.io-index"
951 "crossbeam-channel",
952 "crossbeam-deque",
953 "crossbeam-utils",
961 source = "registry+https://github.com/rust-lang/crates.io-index"
970 source = "registry+https://github.com/rust-lang/crates.io-index"
973 "aho-corasick",
975 "regex-syntax",
979 name = "regex-automata"
981 source = "registry+https://github.com/rust-lang/crates.io-index"
985 name = "regex-syntax"
987 source = "registry+https://github.com/rust-lang/crates.io-index"
993 source = "registry+https://github.com/rust-lang/crates.io-index"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1006 name = "same-file"
1008 source = "registry+https://github.com/rust-lang/crates.io-index"
1011 "winapi-util",
1017 source = "registry+https://github.com/rust-lang/crates.io-index"
1023 source = "registry+https://github.com/rust-lang/crates.io-index"
1029 source = "registry+https://github.com/rust-lang/crates.io-index"
1035 source = "registry+https://github.com/rust-lang/crates.io-index"
1045 source = "registry+https://github.com/rust-lang/crates.io-index"
1048 "proc-macro2",
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
1067 source = "registry+https://github.com/rust-lang/crates.io-index"
1073 source = "registry+https://github.com/rust-lang/crates.io-index"
1083 source = "registry+https://github.com/rust-lang/crates.io-index"
1086 "proc-macro2",
1088 "unicode-xid",
1094 source = "registry+https://github.com/rust-lang/crates.io-index"
1097 "winapi-util",
1103 source = "registry+https://github.com/rust-lang/crates.io-index"
1106 "unicode-width",
1112 source = "registry+https://github.com/rust-lang/crates.io-index"
1122 source = "registry+https://github.com/rust-lang/crates.io-index"
1129 "pin-project-lite 0.1.12",
1131 "tokio-macros 0.2.6",
1137 source = "registry+https://github.com/rust-lang/crates.io-index"
1142 "pin-project-lite 0.2.7",
1144 "tokio-macros 0.3.2",
1150 source = "registry+https://github.com/rust-lang/crates.io-index"
1157 "pin-project-lite 0.2.7",
1158 "tokio-macros 1.5.0",
1162 name = "tokio-io"
1164 source = "registry+https://github.com/rust-lang/crates.io-index"
1173 name = "tokio-macros"
1175 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 "proc-macro2",
1184 name = "tokio-macros"
1186 source = "registry+https://github.com/rust-lang/crates.io-index"
1189 "proc-macro2",
1195 name = "tokio-macros"
1197 source = "registry+https://github.com/rust-lang/crates.io-index"
1200 "proc-macro2",
1206 name = "tokio-util"
1208 source = "registry+https://github.com/rust-lang/crates.io-index"
1212 "futures-core",
1213 "futures-sink",
1215 "pin-project-lite 0.2.7",
1220 name = "unicode-width"
1222 source = "registry+https://github.com/rust-lang/crates.io-index"
1226 name = "unicode-xid"
1228 source = "registry+https://github.com/rust-lang/crates.io-index"
1232 name = "value-bag"
1233 version = "1.0.0-alpha.8"
1234 source = "registry+https://github.com/rust-lang/crates.io-index"
1244 source = "registry+https://github.com/rust-lang/crates.io-index"
1248 name = "waker-fn"
1250 source = "registry+https://github.com/rust-lang/crates.io-index"
1256 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 "same-file",
1261 "winapi-util",
1265 name = "wasm-bindgen"
1267 source = "registry+https://github.com/rust-lang/crates.io-index"
1270 "cfg-if 1.0.0",
1271 "wasm-bindgen-macro",
1275 name = "wasm-bindgen-backend"
1277 source = "registry+https://github.com/rust-lang/crates.io-index"
1283 "proc-macro2",
1286 "wasm-bindgen-shared",
1290 name = "wasm-bindgen-futures"
1292 source = "registry+https://github.com/rust-lang/crates.io-index"
1295 "cfg-if 1.0.0",
1296 "js-sys",
1297 "wasm-bindgen",
1298 "web-sys",
1302 name = "wasm-bindgen-macro"
1304 source = "registry+https://github.com/rust-lang/crates.io-index"
1308 "wasm-bindgen-macro-support",
1312 name = "wasm-bindgen-macro-support"
1314 source = "registry+https://github.com/rust-lang/crates.io-index"
1317 "proc-macro2",
1320 "wasm-bindgen-backend",
1321 "wasm-bindgen-shared",
1325 name = "wasm-bindgen-shared"
1327 source = "registry+https://github.com/rust-lang/crates.io-index"
1331 name = "web-sys"
1333 source = "registry+https://github.com/rust-lang/crates.io-index"
1336 "js-sys",
1337 "wasm-bindgen",
1341 name = "wepoll-ffi"
1343 source = "registry+https://github.com/rust-lang/crates.io-index"
1352 source = "registry+https://github.com/rust-lang/crates.io-index"
1358 source = "registry+https://github.com/rust-lang/crates.io-index"
1361 "winapi-i686-pc-windows-gnu",
1362 "winapi-x86_64-pc-windows-gnu",
1366 name = "winapi-build"
1368 source = "registry+https://github.com/rust-lang/crates.io-index"
1372 name = "winapi-i686-pc-windows-gnu"
1374 source = "registry+https://github.com/rust-lang/crates.io-index"
1378 name = "winapi-util"
1380 source = "registry+https://github.com/rust-lang/crates.io-index"
1387 name = "winapi-x86_64-pc-windows-gnu"
1389 source = "registry+https://github.com/rust-lang/crates.io-index"
1393 name = "ws2_32-sys"
1395 source = "registry+https://github.com/rust-lang/crates.io-index"
1399 "winapi-build",