• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "async-attributes"
7version = "1.1.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
10dependencies = [
11 "quote",
12 "syn",
13]
14
15[[package]]
16name = "async-channel"
17version = "1.6.1"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
20dependencies = [
21 "concurrent-queue",
22 "event-listener",
23 "futures-core",
24]
25
26[[package]]
27name = "async-executor"
28version = "1.4.1"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
31dependencies = [
32 "async-task",
33 "concurrent-queue",
34 "fastrand",
35 "futures-lite",
36 "once_cell",
37 "slab",
38]
39
40[[package]]
41name = "async-global-executor"
42version = "2.1.0"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "fd8b508d585e01084059b60f06ade4cb7415cd2e4084b71dd1cb44e7d3fb9880"
45dependencies = [
46 "async-channel",
47 "async-executor",
48 "async-io",
49 "async-lock",
50 "blocking",
51 "futures-lite",
52 "once_cell",
53]
54
55[[package]]
56name = "async-io"
57version = "1.7.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
60dependencies = [
61 "concurrent-queue",
62 "futures-lite",
63 "libc",
64 "log",
65 "once_cell",
66 "parking",
67 "polling",
68 "slab",
69 "socket2",
70 "waker-fn",
71 "winapi 0.3.9",
72]
73
74[[package]]
75name = "async-lock"
76version = "2.5.0"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
79dependencies = [
80 "event-listener",
81]
82
83[[package]]
84name = "async-std"
85version = "1.11.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
88dependencies = [
89 "async-attributes",
90 "async-channel",
91 "async-global-executor",
92 "async-io",
93 "async-lock",
94 "crossbeam-utils",
95 "futures-channel",
96 "futures-core",
97 "futures-io",
98 "futures-lite",
99 "gloo-timers",
100 "kv-log-macro",
101 "log",
102 "memchr",
103 "num_cpus",
104 "once_cell",
105 "pin-project-lite",
106 "pin-utils",
107 "slab",
108 "wasm-bindgen-futures",
109]
110
111[[package]]
112name = "async-task"
113version = "4.2.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
116
117[[package]]
118name = "atomic-waker"
119version = "1.0.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
122
123[[package]]
124name = "autocfg"
125version = "1.1.0"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
128
129[[package]]
130name = "bitflags"
131version = "1.3.2"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
134
135[[package]]
136name = "blocking"
137version = "1.2.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
140dependencies = [
141 "async-channel",
142 "async-task",
143 "atomic-waker",
144 "fastrand",
145 "futures-lite",
146 "once_cell",
147]
148
149[[package]]
150name = "bumpalo"
151version = "3.12.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
154
155[[package]]
156name = "bytes"
157version = "1.1.0"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
160
161[[package]]
162name = "cache-padded"
163version = "1.2.0"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
166
167[[package]]
168name = "cc"
169version = "1.0.73"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
172
173[[package]]
174name = "cfg-if"
175version = "0.1.10"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
178
179[[package]]
180name = "cfg-if"
181version = "1.0.0"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
184
185[[package]]
186name = "concurrent-queue"
187version = "1.2.2"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
190dependencies = [
191 "cache-padded",
192]
193
194[[package]]
195name = "crossbeam-utils"
196version = "0.8.9"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978"
199dependencies = [
200 "cfg-if 1.0.0",
201 "once_cell",
202]
203
204[[package]]
205name = "ctor"
206version = "0.1.22"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
209dependencies = [
210 "quote",
211 "syn",
212]
213
214[[package]]
215name = "event-listener"
216version = "2.5.2"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
219
220[[package]]
221name = "fastrand"
222version = "1.7.0"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
225dependencies = [
226 "instant",
227]
228
229[[package]]
230name = "fuchsia-zircon"
231version = "0.3.3"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
234dependencies = [
235 "bitflags",
236 "fuchsia-zircon-sys",
237]
238
239[[package]]
240name = "fuchsia-zircon-sys"
241version = "0.3.3"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
244
245[[package]]
246name = "futures"
247version = "0.3.21"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
250dependencies = [
251 "futures-channel",
252 "futures-core",
253 "futures-executor",
254 "futures-io",
255 "futures-sink",
256 "futures-task",
257 "futures-util",
258]
259
260[[package]]
261name = "futures-channel"
262version = "0.3.21"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
265dependencies = [
266 "futures-core",
267 "futures-sink",
268]
269
270[[package]]
271name = "futures-core"
272version = "0.3.21"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
275
276[[package]]
277name = "futures-executor"
278version = "0.3.21"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
281dependencies = [
282 "futures-core",
283 "futures-task",
284 "futures-util",
285]
286
287[[package]]
288name = "futures-io"
289version = "0.3.21"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
292
293[[package]]
294name = "futures-lite"
295version = "1.12.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
298dependencies = [
299 "fastrand",
300 "futures-core",
301 "futures-io",
302 "memchr",
303 "parking",
304 "pin-project-lite",
305 "waker-fn",
306]
307
308[[package]]
309name = "futures-macro"
310version = "0.3.21"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
313dependencies = [
314 "proc-macro2",
315 "quote",
316 "syn",
317]
318
319[[package]]
320name = "futures-sink"
321version = "0.3.21"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
324
325[[package]]
326name = "futures-task"
327version = "0.3.21"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
330
331[[package]]
332name = "futures-util"
333version = "0.3.21"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
336dependencies = [
337 "futures-channel",
338 "futures-core",
339 "futures-io",
340 "futures-macro",
341 "futures-sink",
342 "futures-task",
343 "memchr",
344 "pin-project-lite",
345 "pin-utils",
346 "slab",
347]
348
349[[package]]
350name = "gloo-timers"
351version = "0.2.4"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
354dependencies = [
355 "futures-channel",
356 "futures-core",
357 "js-sys",
358 "wasm-bindgen",
359]
360
361[[package]]
362name = "hermit-abi"
363version = "0.1.19"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
366dependencies = [
367 "libc",
368]
369
370[[package]]
371name = "instant"
372version = "0.1.12"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
375dependencies = [
376 "cfg-if 1.0.0",
377]
378
379[[package]]
380name = "iovec"
381version = "0.1.4"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
384dependencies = [
385 "libc",
386]
387
388[[package]]
389name = "js-sys"
390version = "0.3.58"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
393dependencies = [
394 "wasm-bindgen",
395]
396
397[[package]]
398name = "kernel32-sys"
399version = "0.2.2"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
402dependencies = [
403 "winapi 0.2.8",
404 "winapi-build",
405]
406
407[[package]]
408name = "kv-log-macro"
409version = "1.0.7"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
412dependencies = [
413 "log",
414]
415
416[[package]]
417name = "lazy_static"
418version = "1.4.0"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
421
422[[package]]
423name = "libc"
424version = "0.2.126"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
427
428[[package]]
429name = "lock_api"
430version = "0.4.7"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
433dependencies = [
434 "autocfg",
435 "scopeguard",
436]
437
438[[package]]
439name = "log"
440version = "0.4.17"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
443dependencies = [
444 "cfg-if 1.0.0",
445 "value-bag",
446]
447
448[[package]]
449name = "memchr"
450version = "2.5.0"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
453
454[[package]]
455name = "mio"
456version = "0.6.23"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
459dependencies = [
460 "cfg-if 0.1.10",
461 "fuchsia-zircon",
462 "fuchsia-zircon-sys",
463 "iovec",
464 "kernel32-sys",
465 "libc",
466 "log",
467 "miow 0.2.2",
468 "net2",
469 "slab",
470 "winapi 0.2.8",
471]
472
473[[package]]
474name = "mio"
475version = "0.7.14"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
478dependencies = [
479 "libc",
480 "log",
481 "miow 0.3.7",
482 "ntapi",
483 "winapi 0.3.9",
484]
485
486[[package]]
487name = "mio"
488version = "0.8.3"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
491dependencies = [
492 "libc",
493 "log",
494 "wasi",
495 "windows-sys",
496]
497
498[[package]]
499name = "mio-uds"
500version = "0.6.8"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
503dependencies = [
504 "iovec",
505 "libc",
506 "mio 0.6.23",
507]
508
509[[package]]
510name = "miow"
511version = "0.2.2"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
514dependencies = [
515 "kernel32-sys",
516 "net2",
517 "winapi 0.2.8",
518 "ws2_32-sys",
519]
520
521[[package]]
522name = "miow"
523version = "0.3.7"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
526dependencies = [
527 "winapi 0.3.9",
528]
529
530[[package]]
531name = "net2"
532version = "0.2.37"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
535dependencies = [
536 "cfg-if 0.1.10",
537 "libc",
538 "winapi 0.3.9",
539]
540
541[[package]]
542name = "ntapi"
543version = "0.3.7"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
546dependencies = [
547 "winapi 0.3.9",
548]
549
550[[package]]
551name = "num_cpus"
552version = "1.13.1"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
555dependencies = [
556 "hermit-abi",
557 "libc",
558]
559
560[[package]]
561name = "once_cell"
562version = "1.12.0"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
565
566[[package]]
567name = "parking"
568version = "2.0.0"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
571
572[[package]]
573name = "parking_lot"
574version = "0.11.2"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
577dependencies = [
578 "instant",
579 "lock_api",
580 "parking_lot_core 0.8.5",
581]
582
583[[package]]
584name = "parking_lot"
585version = "0.12.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
588dependencies = [
589 "lock_api",
590 "parking_lot_core 0.9.3",
591]
592
593[[package]]
594name = "parking_lot_core"
595version = "0.8.5"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
598dependencies = [
599 "cfg-if 1.0.0",
600 "instant",
601 "libc",
602 "redox_syscall",
603 "smallvec",
604 "winapi 0.3.9",
605]
606
607[[package]]
608name = "parking_lot_core"
609version = "0.9.3"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
612dependencies = [
613 "cfg-if 1.0.0",
614 "libc",
615 "redox_syscall",
616 "smallvec",
617 "windows-sys",
618]
619
620[[package]]
621name = "pin-project-lite"
622version = "0.2.9"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
625
626[[package]]
627name = "pin-utils"
628version = "0.1.0"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
631
632[[package]]
633name = "polling"
634version = "2.2.0"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
637dependencies = [
638 "cfg-if 1.0.0",
639 "libc",
640 "log",
641 "wepoll-ffi",
642 "winapi 0.3.9",
643]
644
645[[package]]
646name = "proc-macro-error"
647version = "1.0.4"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
650dependencies = [
651 "proc-macro-error-attr",
652 "proc-macro2",
653 "quote",
654 "syn",
655 "version_check",
656]
657
658[[package]]
659name = "proc-macro-error-attr"
660version = "1.0.4"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
663dependencies = [
664 "proc-macro2",
665 "quote",
666 "version_check",
667]
668
669[[package]]
670name = "proc-macro2"
671version = "1.0.39"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
674dependencies = [
675 "unicode-ident",
676]
677
678[[package]]
679name = "quote"
680version = "1.0.18"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
683dependencies = [
684 "proc-macro2",
685]
686
687[[package]]
688name = "redox_syscall"
689version = "0.2.13"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
692dependencies = [
693 "bitflags",
694]
695
696[[package]]
697name = "rustversion"
698version = "1.0.6"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
701
702[[package]]
703name = "scopeguard"
704version = "1.1.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
707
708[[package]]
709name = "serial_test"
710version = "0.5.1"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
713dependencies = [
714 "lazy_static",
715 "parking_lot 0.11.2",
716 "serial_test_derive 0.5.1",
717]
718
719[[package]]
720name = "serial_test"
721version = "0.7.0"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "d19dbfb999a147cedbfe82f042eb9555f5b0fa4ef95ee4570b74349103d9c9f4"
724dependencies = [
725 "lazy_static",
726 "log",
727 "parking_lot 0.12.1",
728 "serial_test_derive 0.7.0",
729]
730
731[[package]]
732name = "serial_test_derive"
733version = "0.5.1"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
736dependencies = [
737 "proc-macro2",
738 "quote",
739 "syn",
740]
741
742[[package]]
743name = "serial_test_derive"
744version = "0.7.0"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "cb9e2050b2be1d681f8f1c1a528bcfe4e00afa2d8995f713974f5333288659f2"
747dependencies = [
748 "proc-macro-error",
749 "proc-macro2",
750 "quote",
751 "rustversion",
752 "syn",
753]
754
755[[package]]
756name = "signal-hook"
757version = "0.3.15"
758dependencies = [
759 "cc",
760 "libc",
761 "serial_test 0.7.0",
762 "signal-hook-registry 1.4.1",
763]
764
765[[package]]
766name = "signal-hook-async-std"
767version = "0.2.2"
768dependencies = [
769 "async-io",
770 "async-std",
771 "futures-lite",
772 "libc",
773 "serial_test 0.5.1",
774 "signal-hook",
775]
776
777[[package]]
778name = "signal-hook-mio"
779version = "0.2.3"
780dependencies = [
781 "libc",
782 "mio 0.6.23",
783 "mio 0.7.14",
784 "mio 0.8.3",
785 "mio-uds",
786 "serial_test 0.5.1",
787 "signal-hook",
788]
789
790[[package]]
791name = "signal-hook-registry"
792version = "1.4.0"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
795dependencies = [
796 "libc",
797]
798
799[[package]]
800name = "signal-hook-registry"
801version = "1.4.1"
802dependencies = [
803 "libc",
804 "signal-hook",
805]
806
807[[package]]
808name = "signal-hook-tokio"
809version = "0.3.1"
810dependencies = [
811 "futures",
812 "futures-core",
813 "libc",
814 "serial_test 0.5.1",
815 "signal-hook",
816 "tokio",
817]
818
819[[package]]
820name = "slab"
821version = "0.4.6"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
824
825[[package]]
826name = "smallvec"
827version = "1.8.0"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
830
831[[package]]
832name = "socket2"
833version = "0.4.4"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
836dependencies = [
837 "libc",
838 "winapi 0.3.9",
839]
840
841[[package]]
842name = "syn"
843version = "1.0.96"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
846dependencies = [
847 "proc-macro2",
848 "quote",
849 "unicode-ident",
850]
851
852[[package]]
853name = "tokio"
854version = "1.20.4"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "eb78f30e4b41e98ca4cce5acb51168a033839a7af9e42b380355808e14e98ee0"
857dependencies = [
858 "autocfg",
859 "bytes",
860 "libc",
861 "memchr",
862 "mio 0.8.3",
863 "num_cpus",
864 "parking_lot 0.12.1",
865 "pin-project-lite",
866 "signal-hook-registry 1.4.0",
867 "socket2",
868 "tokio-macros",
869 "winapi 0.3.9",
870]
871
872[[package]]
873name = "tokio-macros"
874version = "1.8.0"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
877dependencies = [
878 "proc-macro2",
879 "quote",
880 "syn",
881]
882
883[[package]]
884name = "unicode-ident"
885version = "1.0.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
888
889[[package]]
890name = "value-bag"
891version = "1.0.0-alpha.9"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
894dependencies = [
895 "ctor",
896 "version_check",
897]
898
899[[package]]
900name = "version_check"
901version = "0.9.4"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
904
905[[package]]
906name = "waker-fn"
907version = "1.1.0"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
910
911[[package]]
912name = "wasi"
913version = "0.11.0+wasi-snapshot-preview1"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
916
917[[package]]
918name = "wasm-bindgen"
919version = "0.2.81"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
922dependencies = [
923 "cfg-if 1.0.0",
924 "wasm-bindgen-macro",
925]
926
927[[package]]
928name = "wasm-bindgen-backend"
929version = "0.2.81"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
932dependencies = [
933 "bumpalo",
934 "lazy_static",
935 "log",
936 "proc-macro2",
937 "quote",
938 "syn",
939 "wasm-bindgen-shared",
940]
941
942[[package]]
943name = "wasm-bindgen-futures"
944version = "0.4.31"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
947dependencies = [
948 "cfg-if 1.0.0",
949 "js-sys",
950 "wasm-bindgen",
951 "web-sys",
952]
953
954[[package]]
955name = "wasm-bindgen-macro"
956version = "0.2.81"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
959dependencies = [
960 "quote",
961 "wasm-bindgen-macro-support",
962]
963
964[[package]]
965name = "wasm-bindgen-macro-support"
966version = "0.2.81"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
969dependencies = [
970 "proc-macro2",
971 "quote",
972 "syn",
973 "wasm-bindgen-backend",
974 "wasm-bindgen-shared",
975]
976
977[[package]]
978name = "wasm-bindgen-shared"
979version = "0.2.81"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
982
983[[package]]
984name = "web-sys"
985version = "0.3.58"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
988dependencies = [
989 "js-sys",
990 "wasm-bindgen",
991]
992
993[[package]]
994name = "wepoll-ffi"
995version = "0.1.2"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
998dependencies = [
999 "cc",
1000]
1001
1002[[package]]
1003name = "winapi"
1004version = "0.2.8"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1007
1008[[package]]
1009name = "winapi"
1010version = "0.3.9"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1013dependencies = [
1014 "winapi-i686-pc-windows-gnu",
1015 "winapi-x86_64-pc-windows-gnu",
1016]
1017
1018[[package]]
1019name = "winapi-build"
1020version = "0.1.1"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1023
1024[[package]]
1025name = "winapi-i686-pc-windows-gnu"
1026version = "0.4.0"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1029
1030[[package]]
1031name = "winapi-x86_64-pc-windows-gnu"
1032version = "0.4.0"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1035
1036[[package]]
1037name = "windows-sys"
1038version = "0.36.1"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
1041dependencies = [
1042 "windows_aarch64_msvc",
1043 "windows_i686_gnu",
1044 "windows_i686_msvc",
1045 "windows_x86_64_gnu",
1046 "windows_x86_64_msvc",
1047]
1048
1049[[package]]
1050name = "windows_aarch64_msvc"
1051version = "0.36.1"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
1054
1055[[package]]
1056name = "windows_i686_gnu"
1057version = "0.36.1"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
1060
1061[[package]]
1062name = "windows_i686_msvc"
1063version = "0.36.1"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
1066
1067[[package]]
1068name = "windows_x86_64_gnu"
1069version = "0.36.1"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
1072
1073[[package]]
1074name = "windows_x86_64_msvc"
1075version = "0.36.1"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
1078
1079[[package]]
1080name = "ws2_32-sys"
1081version = "0.2.1"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1084dependencies = [
1085 "winapi 0.2.8",
1086 "winapi-build",
1087]
1088