]> git.lizzy.rs Git - connect-rs.git/blob - Cargo.lock
move 'future goals' section into own issues
[connect-rs.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "aho-corasick"
5 version = "0.7.15"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
8 dependencies = [
9  "memchr",
10 ]
11
12 [[package]]
13 name = "anyhow"
14 version = "1.0.38"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
17
18 [[package]]
19 name = "async-attributes"
20 version = "1.1.2"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
23 dependencies = [
24  "quote",
25  "syn",
26 ]
27
28 [[package]]
29 name = "async-channel"
30 version = "1.5.1"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
32 checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
33 dependencies = [
34  "concurrent-queue",
35  "event-listener",
36  "futures-core",
37 ]
38
39 [[package]]
40 name = "async-executor"
41 version = "1.4.0"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
44 dependencies = [
45  "async-task",
46  "concurrent-queue",
47  "fastrand",
48  "futures-lite",
49  "once_cell",
50  "vec-arena",
51 ]
52
53 [[package]]
54 name = "async-global-executor"
55 version = "2.0.2"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
58 dependencies = [
59  "async-channel",
60  "async-executor",
61  "async-io",
62  "async-mutex",
63  "blocking",
64  "futures-lite",
65  "num_cpus",
66  "once_cell",
67 ]
68
69 [[package]]
70 name = "async-io"
71 version = "1.3.1"
72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
74 dependencies = [
75  "concurrent-queue",
76  "fastrand",
77  "futures-lite",
78  "libc",
79  "log",
80  "nb-connect",
81  "once_cell",
82  "parking",
83  "polling",
84  "vec-arena",
85  "waker-fn",
86  "winapi",
87 ]
88
89 [[package]]
90 name = "async-lock"
91 version = "2.3.0"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb"
94 dependencies = [
95  "event-listener",
96 ]
97
98 [[package]]
99 name = "async-mutex"
100 version = "1.4.0"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
103 dependencies = [
104  "event-listener",
105 ]
106
107 [[package]]
108 name = "async-process"
109 version = "1.0.1"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda"
112 dependencies = [
113  "async-io",
114  "blocking",
115  "cfg-if 0.1.10",
116  "event-listener",
117  "futures-lite",
118  "once_cell",
119  "signal-hook",
120  "winapi",
121 ]
122
123 [[package]]
124 name = "async-std"
125 version = "1.9.0"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
128 dependencies = [
129  "async-attributes",
130  "async-channel",
131  "async-global-executor",
132  "async-io",
133  "async-lock",
134  "async-process",
135  "crossbeam-utils",
136  "futures-channel",
137  "futures-core",
138  "futures-io",
139  "futures-lite",
140  "gloo-timers",
141  "kv-log-macro",
142  "log",
143  "memchr",
144  "num_cpus",
145  "once_cell",
146  "pin-project-lite",
147  "pin-utils",
148  "slab",
149  "wasm-bindgen-futures",
150 ]
151
152 [[package]]
153 name = "async-task"
154 version = "4.0.3"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
157
158 [[package]]
159 name = "async-tls"
160 version = "0.9.0"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "d7e7fbc0843fc5ad3d5ca889c5b2bea9130984d34cd0e62db57ab70c2529a8e3"
163 dependencies = [
164  "futures",
165  "rustls",
166  "webpki",
167  "webpki-roots",
168 ]
169
170 [[package]]
171 name = "atomic-waker"
172 version = "1.0.0"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174 checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
175
176 [[package]]
177 name = "atty"
178 version = "0.2.14"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
181 dependencies = [
182  "hermit-abi",
183  "libc",
184  "winapi",
185 ]
186
187 [[package]]
188 name = "autocfg"
189 version = "1.0.1"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
191 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
192
193 [[package]]
194 name = "base64"
195 version = "0.12.3"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
198
199 [[package]]
200 name = "blocking"
201 version = "1.0.2"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
204 dependencies = [
205  "async-channel",
206  "async-task",
207  "atomic-waker",
208  "fastrand",
209  "futures-lite",
210  "once_cell",
211 ]
212
213 [[package]]
214 name = "bumpalo"
215 version = "3.6.0"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
218
219 [[package]]
220 name = "bytes"
221 version = "0.5.6"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
224
225 [[package]]
226 name = "cache-padded"
227 version = "1.1.1"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
230
231 [[package]]
232 name = "cc"
233 version = "1.0.66"
234 source = "registry+https://github.com/rust-lang/crates.io-index"
235 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
236
237 [[package]]
238 name = "cfg-if"
239 version = "0.1.10"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
241 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
242
243 [[package]]
244 name = "cfg-if"
245 version = "1.0.0"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
248
249 [[package]]
250 name = "concurrent-queue"
251 version = "1.2.2"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
254 dependencies = [
255  "cache-padded",
256 ]
257
258 [[package]]
259 name = "connect"
260 version = "0.0.2"
261 dependencies = [
262  "anyhow",
263  "async-channel",
264  "async-std",
265  "async-tls",
266  "bytes",
267  "futures",
268  "log",
269  "protobuf",
270  "protobuf-codegen-pure",
271  "rustls",
272 ]
273
274 [[package]]
275 name = "crossbeam-utils"
276 version = "0.8.1"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
279 dependencies = [
280  "autocfg",
281  "cfg-if 1.0.0",
282  "lazy_static",
283 ]
284
285 [[package]]
286 name = "ctor"
287 version = "0.1.19"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
290 dependencies = [
291  "quote",
292  "syn",
293 ]
294
295 [[package]]
296 name = "env_logger"
297 version = "0.7.1"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
300 dependencies = [
301  "atty",
302  "humantime",
303  "log",
304  "regex",
305  "termcolor",
306 ]
307
308 [[package]]
309 name = "event-listener"
310 version = "2.5.1"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312 checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
313
314 [[package]]
315 name = "fastrand"
316 version = "1.4.0"
317 source = "registry+https://github.com/rust-lang/crates.io-index"
318 checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
319 dependencies = [
320  "instant",
321 ]
322
323 [[package]]
324 name = "futures"
325 version = "0.3.12"
326 source = "registry+https://github.com/rust-lang/crates.io-index"
327 checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
328 dependencies = [
329  "futures-channel",
330  "futures-core",
331  "futures-executor",
332  "futures-io",
333  "futures-sink",
334  "futures-task",
335  "futures-util",
336 ]
337
338 [[package]]
339 name = "futures-channel"
340 version = "0.3.12"
341 source = "registry+https://github.com/rust-lang/crates.io-index"
342 checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
343 dependencies = [
344  "futures-core",
345  "futures-sink",
346 ]
347
348 [[package]]
349 name = "futures-core"
350 version = "0.3.12"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
353
354 [[package]]
355 name = "futures-executor"
356 version = "0.3.12"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
359 dependencies = [
360  "futures-core",
361  "futures-task",
362  "futures-util",
363 ]
364
365 [[package]]
366 name = "futures-io"
367 version = "0.3.12"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
370
371 [[package]]
372 name = "futures-lite"
373 version = "1.11.3"
374 source = "registry+https://github.com/rust-lang/crates.io-index"
375 checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
376 dependencies = [
377  "fastrand",
378  "futures-core",
379  "futures-io",
380  "memchr",
381  "parking",
382  "pin-project-lite",
383  "waker-fn",
384 ]
385
386 [[package]]
387 name = "futures-macro"
388 version = "0.3.12"
389 source = "registry+https://github.com/rust-lang/crates.io-index"
390 checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
391 dependencies = [
392  "proc-macro-hack",
393  "proc-macro2",
394  "quote",
395  "syn",
396 ]
397
398 [[package]]
399 name = "futures-sink"
400 version = "0.3.12"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
403
404 [[package]]
405 name = "futures-task"
406 version = "0.3.12"
407 source = "registry+https://github.com/rust-lang/crates.io-index"
408 checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
409 dependencies = [
410  "once_cell",
411 ]
412
413 [[package]]
414 name = "futures-util"
415 version = "0.3.12"
416 source = "registry+https://github.com/rust-lang/crates.io-index"
417 checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
418 dependencies = [
419  "futures-channel",
420  "futures-core",
421  "futures-io",
422  "futures-macro",
423  "futures-sink",
424  "futures-task",
425  "memchr",
426  "pin-project-lite",
427  "pin-utils",
428  "proc-macro-hack",
429  "proc-macro-nested",
430  "slab",
431 ]
432
433 [[package]]
434 name = "gloo-timers"
435 version = "0.2.1"
436 source = "registry+https://github.com/rust-lang/crates.io-index"
437 checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
438 dependencies = [
439  "futures-channel",
440  "futures-core",
441  "js-sys",
442  "wasm-bindgen",
443  "web-sys",
444 ]
445
446 [[package]]
447 name = "hermit-abi"
448 version = "0.1.18"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
451 dependencies = [
452  "libc",
453 ]
454
455 [[package]]
456 name = "humantime"
457 version = "1.3.0"
458 source = "registry+https://github.com/rust-lang/crates.io-index"
459 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
460 dependencies = [
461  "quick-error",
462 ]
463
464 [[package]]
465 name = "instant"
466 version = "0.1.9"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
469 dependencies = [
470  "cfg-if 1.0.0",
471 ]
472
473 [[package]]
474 name = "js-sys"
475 version = "0.3.47"
476 source = "registry+https://github.com/rust-lang/crates.io-index"
477 checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
478 dependencies = [
479  "wasm-bindgen",
480 ]
481
482 [[package]]
483 name = "kv-log-macro"
484 version = "1.0.7"
485 source = "registry+https://github.com/rust-lang/crates.io-index"
486 checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
487 dependencies = [
488  "log",
489 ]
490
491 [[package]]
492 name = "lazy_static"
493 version = "1.4.0"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
496
497 [[package]]
498 name = "libc"
499 version = "0.2.85"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
502
503 [[package]]
504 name = "log"
505 version = "0.4.14"
506 source = "registry+https://github.com/rust-lang/crates.io-index"
507 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
508 dependencies = [
509  "cfg-if 1.0.0",
510  "value-bag",
511 ]
512
513 [[package]]
514 name = "memchr"
515 version = "2.3.4"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
518
519 [[package]]
520 name = "nb-connect"
521 version = "1.0.2"
522 source = "registry+https://github.com/rust-lang/crates.io-index"
523 checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
524 dependencies = [
525  "libc",
526  "winapi",
527 ]
528
529 [[package]]
530 name = "num_cpus"
531 version = "1.13.0"
532 source = "registry+https://github.com/rust-lang/crates.io-index"
533 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
534 dependencies = [
535  "hermit-abi",
536  "libc",
537 ]
538
539 [[package]]
540 name = "once_cell"
541 version = "1.5.2"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
543 checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
544
545 [[package]]
546 name = "parking"
547 version = "2.0.0"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
550
551 [[package]]
552 name = "pin-project-lite"
553 version = "0.2.4"
554 source = "registry+https://github.com/rust-lang/crates.io-index"
555 checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
556
557 [[package]]
558 name = "pin-utils"
559 version = "0.1.0"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
561 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
562
563 [[package]]
564 name = "polling"
565 version = "2.0.2"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
568 dependencies = [
569  "cfg-if 0.1.10",
570  "libc",
571  "log",
572  "wepoll-sys",
573  "winapi",
574 ]
575
576 [[package]]
577 name = "proc-macro-hack"
578 version = "0.5.19"
579 source = "registry+https://github.com/rust-lang/crates.io-index"
580 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
581
582 [[package]]
583 name = "proc-macro-nested"
584 version = "0.1.7"
585 source = "registry+https://github.com/rust-lang/crates.io-index"
586 checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
587
588 [[package]]
589 name = "proc-macro2"
590 version = "1.0.24"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
592 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
593 dependencies = [
594  "unicode-xid",
595 ]
596
597 [[package]]
598 name = "protobuf"
599 version = "2.20.0"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
601 checksum = "86473d5f16580f10b131a0bf0afb68f8e029d1835d33a00f37281b05694e5312"
602
603 [[package]]
604 name = "protobuf-codegen"
605 version = "2.20.0"
606 source = "registry+https://github.com/rust-lang/crates.io-index"
607 checksum = "c8b6ba4581fcd9c3ce3576f25e528467b0d3516e332884c0da6f2084fe59045f"
608 dependencies = [
609  "protobuf",
610 ]
611
612 [[package]]
613 name = "protobuf-codegen-pure"
614 version = "2.20.0"
615 source = "registry+https://github.com/rust-lang/crates.io-index"
616 checksum = "e0cc5a64733bf127b466ca734a39ad1b123ac37bfe96c5a340fa6f5393dfd964"
617 dependencies = [
618  "protobuf",
619  "protobuf-codegen",
620 ]
621
622 [[package]]
623 name = "quick-error"
624 version = "1.2.3"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
627
628 [[package]]
629 name = "quote"
630 version = "1.0.8"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
633 dependencies = [
634  "proc-macro2",
635 ]
636
637 [[package]]
638 name = "regex"
639 version = "1.4.3"
640 source = "registry+https://github.com/rust-lang/crates.io-index"
641 checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
642 dependencies = [
643  "aho-corasick",
644  "memchr",
645  "regex-syntax",
646  "thread_local",
647 ]
648
649 [[package]]
650 name = "regex-syntax"
651 version = "0.6.22"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
654
655 [[package]]
656 name = "ring"
657 version = "0.16.20"
658 source = "registry+https://github.com/rust-lang/crates.io-index"
659 checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
660 dependencies = [
661  "cc",
662  "libc",
663  "once_cell",
664  "spin",
665  "untrusted",
666  "web-sys",
667  "winapi",
668 ]
669
670 [[package]]
671 name = "rustls"
672 version = "0.18.1"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
675 dependencies = [
676  "base64",
677  "log",
678  "ring",
679  "sct",
680  "webpki",
681 ]
682
683 [[package]]
684 name = "sct"
685 version = "0.6.0"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
688 dependencies = [
689  "ring",
690  "untrusted",
691 ]
692
693 [[package]]
694 name = "signal-hook"
695 version = "0.1.17"
696 source = "registry+https://github.com/rust-lang/crates.io-index"
697 checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
698 dependencies = [
699  "libc",
700  "signal-hook-registry",
701 ]
702
703 [[package]]
704 name = "signal-hook-registry"
705 version = "1.3.0"
706 source = "registry+https://github.com/rust-lang/crates.io-index"
707 checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
708 dependencies = [
709  "libc",
710 ]
711
712 [[package]]
713 name = "slab"
714 version = "0.4.2"
715 source = "registry+https://github.com/rust-lang/crates.io-index"
716 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
717
718 [[package]]
719 name = "spin"
720 version = "0.5.2"
721 source = "registry+https://github.com/rust-lang/crates.io-index"
722 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
723
724 [[package]]
725 name = "syn"
726 version = "1.0.60"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
729 dependencies = [
730  "proc-macro2",
731  "quote",
732  "unicode-xid",
733 ]
734
735 [[package]]
736 name = "tcp-client"
737 version = "0.1.0"
738 dependencies = [
739  "anyhow",
740  "async-std",
741  "connect",
742  "env_logger",
743  "log",
744  "protobuf",
745  "protobuf-codegen-pure",
746 ]
747
748 [[package]]
749 name = "tcp-echo-server"
750 version = "0.1.0"
751 dependencies = [
752  "anyhow",
753  "async-std",
754  "connect",
755  "env_logger",
756  "log",
757  "protobuf",
758  "protobuf-codegen-pure",
759 ]
760
761 [[package]]
762 name = "termcolor"
763 version = "1.1.2"
764 source = "registry+https://github.com/rust-lang/crates.io-index"
765 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
766 dependencies = [
767  "winapi-util",
768 ]
769
770 [[package]]
771 name = "thread_local"
772 version = "1.1.2"
773 source = "registry+https://github.com/rust-lang/crates.io-index"
774 checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"
775 dependencies = [
776  "once_cell",
777 ]
778
779 [[package]]
780 name = "tls-client"
781 version = "0.1.0"
782 dependencies = [
783  "anyhow",
784  "async-std",
785  "connect",
786  "env_logger",
787  "log",
788  "protobuf",
789  "protobuf-codegen-pure",
790 ]
791
792 [[package]]
793 name = "tls-echo-server"
794 version = "0.1.0"
795 dependencies = [
796  "anyhow",
797  "async-std",
798  "connect",
799  "env_logger",
800  "log",
801  "protobuf",
802  "protobuf-codegen-pure",
803 ]
804
805 [[package]]
806 name = "unicode-xid"
807 version = "0.2.1"
808 source = "registry+https://github.com/rust-lang/crates.io-index"
809 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
810
811 [[package]]
812 name = "untrusted"
813 version = "0.7.1"
814 source = "registry+https://github.com/rust-lang/crates.io-index"
815 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
816
817 [[package]]
818 name = "value-bag"
819 version = "1.0.0-alpha.6"
820 source = "registry+https://github.com/rust-lang/crates.io-index"
821 checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"
822 dependencies = [
823  "ctor",
824 ]
825
826 [[package]]
827 name = "vec-arena"
828 version = "1.0.0"
829 source = "registry+https://github.com/rust-lang/crates.io-index"
830 checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
831
832 [[package]]
833 name = "waker-fn"
834 version = "1.1.0"
835 source = "registry+https://github.com/rust-lang/crates.io-index"
836 checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
837
838 [[package]]
839 name = "wasm-bindgen"
840 version = "0.2.70"
841 source = "registry+https://github.com/rust-lang/crates.io-index"
842 checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
843 dependencies = [
844  "cfg-if 1.0.0",
845  "wasm-bindgen-macro",
846 ]
847
848 [[package]]
849 name = "wasm-bindgen-backend"
850 version = "0.2.70"
851 source = "registry+https://github.com/rust-lang/crates.io-index"
852 checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
853 dependencies = [
854  "bumpalo",
855  "lazy_static",
856  "log",
857  "proc-macro2",
858  "quote",
859  "syn",
860  "wasm-bindgen-shared",
861 ]
862
863 [[package]]
864 name = "wasm-bindgen-futures"
865 version = "0.4.20"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
868 dependencies = [
869  "cfg-if 1.0.0",
870  "js-sys",
871  "wasm-bindgen",
872  "web-sys",
873 ]
874
875 [[package]]
876 name = "wasm-bindgen-macro"
877 version = "0.2.70"
878 source = "registry+https://github.com/rust-lang/crates.io-index"
879 checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
880 dependencies = [
881  "quote",
882  "wasm-bindgen-macro-support",
883 ]
884
885 [[package]]
886 name = "wasm-bindgen-macro-support"
887 version = "0.2.70"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
890 dependencies = [
891  "proc-macro2",
892  "quote",
893  "syn",
894  "wasm-bindgen-backend",
895  "wasm-bindgen-shared",
896 ]
897
898 [[package]]
899 name = "wasm-bindgen-shared"
900 version = "0.2.70"
901 source = "registry+https://github.com/rust-lang/crates.io-index"
902 checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
903
904 [[package]]
905 name = "web-sys"
906 version = "0.3.47"
907 source = "registry+https://github.com/rust-lang/crates.io-index"
908 checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
909 dependencies = [
910  "js-sys",
911  "wasm-bindgen",
912 ]
913
914 [[package]]
915 name = "webpki"
916 version = "0.21.4"
917 source = "registry+https://github.com/rust-lang/crates.io-index"
918 checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
919 dependencies = [
920  "ring",
921  "untrusted",
922 ]
923
924 [[package]]
925 name = "webpki-roots"
926 version = "0.20.0"
927 source = "registry+https://github.com/rust-lang/crates.io-index"
928 checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
929 dependencies = [
930  "webpki",
931 ]
932
933 [[package]]
934 name = "wepoll-sys"
935 version = "3.0.1"
936 source = "registry+https://github.com/rust-lang/crates.io-index"
937 checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
938 dependencies = [
939  "cc",
940 ]
941
942 [[package]]
943 name = "winapi"
944 version = "0.3.9"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
947 dependencies = [
948  "winapi-i686-pc-windows-gnu",
949  "winapi-x86_64-pc-windows-gnu",
950 ]
951
952 [[package]]
953 name = "winapi-i686-pc-windows-gnu"
954 version = "0.4.0"
955 source = "registry+https://github.com/rust-lang/crates.io-index"
956 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
957
958 [[package]]
959 name = "winapi-util"
960 version = "0.1.5"
961 source = "registry+https://github.com/rust-lang/crates.io-index"
962 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
963 dependencies = [
964  "winapi",
965 ]
966
967 [[package]]
968 name = "winapi-x86_64-pc-windows-gnu"
969 version = "0.4.0"
970 source = "registry+https://github.com/rust-lang/crates.io-index"
971 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"