]> git.lizzy.rs Git - connect-rs.git/blob - examples/tls-echo-server/Cargo.lock
f194abf947cb656c08b6dbeb8080dc6ee1a00cc4
[connect-rs.git] / examples / tls-echo-server / 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.1"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "efd3d156917d94862e779f356c5acae312b08fd3121e792c857d7928c8088423"
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.4.0"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
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 = "env_logger"
287 version = "0.7.1"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
290 dependencies = [
291  "atty",
292  "humantime",
293  "log",
294  "regex",
295  "termcolor",
296 ]
297
298 [[package]]
299 name = "event-listener"
300 version = "2.5.1"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
303
304 [[package]]
305 name = "fastrand"
306 version = "1.4.0"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
309 dependencies = [
310  "instant",
311 ]
312
313 [[package]]
314 name = "futures"
315 version = "0.3.12"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
318 dependencies = [
319  "futures-channel",
320  "futures-core",
321  "futures-executor",
322  "futures-io",
323  "futures-sink",
324  "futures-task",
325  "futures-util",
326 ]
327
328 [[package]]
329 name = "futures-channel"
330 version = "0.3.12"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
333 dependencies = [
334  "futures-core",
335  "futures-sink",
336 ]
337
338 [[package]]
339 name = "futures-core"
340 version = "0.3.12"
341 source = "registry+https://github.com/rust-lang/crates.io-index"
342 checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
343
344 [[package]]
345 name = "futures-executor"
346 version = "0.3.12"
347 source = "registry+https://github.com/rust-lang/crates.io-index"
348 checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
349 dependencies = [
350  "futures-core",
351  "futures-task",
352  "futures-util",
353 ]
354
355 [[package]]
356 name = "futures-io"
357 version = "0.3.12"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
360
361 [[package]]
362 name = "futures-lite"
363 version = "1.11.3"
364 source = "registry+https://github.com/rust-lang/crates.io-index"
365 checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
366 dependencies = [
367  "fastrand",
368  "futures-core",
369  "futures-io",
370  "memchr",
371  "parking",
372  "pin-project-lite",
373  "waker-fn",
374 ]
375
376 [[package]]
377 name = "futures-macro"
378 version = "0.3.12"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
381 dependencies = [
382  "proc-macro-hack",
383  "proc-macro2",
384  "quote",
385  "syn",
386 ]
387
388 [[package]]
389 name = "futures-sink"
390 version = "0.3.12"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
393
394 [[package]]
395 name = "futures-task"
396 version = "0.3.12"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
398 checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
399 dependencies = [
400  "once_cell",
401 ]
402
403 [[package]]
404 name = "futures-util"
405 version = "0.3.12"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
408 dependencies = [
409  "futures-channel",
410  "futures-core",
411  "futures-io",
412  "futures-macro",
413  "futures-sink",
414  "futures-task",
415  "memchr",
416  "pin-project-lite",
417  "pin-utils",
418  "proc-macro-hack",
419  "proc-macro-nested",
420  "slab",
421 ]
422
423 [[package]]
424 name = "gloo-timers"
425 version = "0.2.1"
426 source = "registry+https://github.com/rust-lang/crates.io-index"
427 checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
428 dependencies = [
429  "futures-channel",
430  "futures-core",
431  "js-sys",
432  "wasm-bindgen",
433  "web-sys",
434 ]
435
436 [[package]]
437 name = "hermit-abi"
438 version = "0.1.18"
439 source = "registry+https://github.com/rust-lang/crates.io-index"
440 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
441 dependencies = [
442  "libc",
443 ]
444
445 [[package]]
446 name = "humantime"
447 version = "1.3.0"
448 source = "registry+https://github.com/rust-lang/crates.io-index"
449 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
450 dependencies = [
451  "quick-error",
452 ]
453
454 [[package]]
455 name = "instant"
456 version = "0.1.9"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
458 checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
459 dependencies = [
460  "cfg-if 1.0.0",
461 ]
462
463 [[package]]
464 name = "js-sys"
465 version = "0.3.46"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
468 dependencies = [
469  "wasm-bindgen",
470 ]
471
472 [[package]]
473 name = "kv-log-macro"
474 version = "1.0.7"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
477 dependencies = [
478  "log",
479 ]
480
481 [[package]]
482 name = "lazy_static"
483 version = "1.4.0"
484 source = "registry+https://github.com/rust-lang/crates.io-index"
485 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
486
487 [[package]]
488 name = "libc"
489 version = "0.2.82"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
491 checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
492
493 [[package]]
494 name = "log"
495 version = "0.4.13"
496 source = "registry+https://github.com/rust-lang/crates.io-index"
497 checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
498 dependencies = [
499  "cfg-if 0.1.10",
500 ]
501
502 [[package]]
503 name = "memchr"
504 version = "2.3.4"
505 source = "registry+https://github.com/rust-lang/crates.io-index"
506 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
507
508 [[package]]
509 name = "nb-connect"
510 version = "1.0.2"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
513 dependencies = [
514  "libc",
515  "winapi",
516 ]
517
518 [[package]]
519 name = "num_cpus"
520 version = "1.13.0"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
522 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
523 dependencies = [
524  "hermit-abi",
525  "libc",
526 ]
527
528 [[package]]
529 name = "once_cell"
530 version = "1.5.2"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
533
534 [[package]]
535 name = "parking"
536 version = "2.0.0"
537 source = "registry+https://github.com/rust-lang/crates.io-index"
538 checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
539
540 [[package]]
541 name = "pin-project-lite"
542 version = "0.2.4"
543 source = "registry+https://github.com/rust-lang/crates.io-index"
544 checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
545
546 [[package]]
547 name = "pin-utils"
548 version = "0.1.0"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
551
552 [[package]]
553 name = "polling"
554 version = "2.0.2"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
557 dependencies = [
558  "cfg-if 0.1.10",
559  "libc",
560  "log",
561  "wepoll-sys",
562  "winapi",
563 ]
564
565 [[package]]
566 name = "proc-macro-hack"
567 version = "0.5.19"
568 source = "registry+https://github.com/rust-lang/crates.io-index"
569 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
570
571 [[package]]
572 name = "proc-macro-nested"
573 version = "0.1.7"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
576
577 [[package]]
578 name = "proc-macro2"
579 version = "1.0.24"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
582 dependencies = [
583  "unicode-xid",
584 ]
585
586 [[package]]
587 name = "protobuf"
588 version = "2.20.0"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "86473d5f16580f10b131a0bf0afb68f8e029d1835d33a00f37281b05694e5312"
591
592 [[package]]
593 name = "protobuf-codegen"
594 version = "2.20.0"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "c8b6ba4581fcd9c3ce3576f25e528467b0d3516e332884c0da6f2084fe59045f"
597 dependencies = [
598  "protobuf",
599 ]
600
601 [[package]]
602 name = "protobuf-codegen-pure"
603 version = "2.20.0"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "e0cc5a64733bf127b466ca734a39ad1b123ac37bfe96c5a340fa6f5393dfd964"
606 dependencies = [
607  "protobuf",
608  "protobuf-codegen",
609 ]
610
611 [[package]]
612 name = "quick-error"
613 version = "1.2.3"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
616
617 [[package]]
618 name = "quote"
619 version = "1.0.8"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
621 checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
622 dependencies = [
623  "proc-macro2",
624 ]
625
626 [[package]]
627 name = "regex"
628 version = "1.4.3"
629 source = "registry+https://github.com/rust-lang/crates.io-index"
630 checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
631 dependencies = [
632  "aho-corasick",
633  "memchr",
634  "regex-syntax",
635  "thread_local",
636 ]
637
638 [[package]]
639 name = "regex-syntax"
640 version = "0.6.22"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
643
644 [[package]]
645 name = "ring"
646 version = "0.16.19"
647 source = "registry+https://github.com/rust-lang/crates.io-index"
648 checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
649 dependencies = [
650  "cc",
651  "libc",
652  "once_cell",
653  "spin",
654  "untrusted",
655  "web-sys",
656  "winapi",
657 ]
658
659 [[package]]
660 name = "rustls"
661 version = "0.18.1"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
663 checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
664 dependencies = [
665  "base64",
666  "log",
667  "ring",
668  "sct",
669  "webpki",
670 ]
671
672 [[package]]
673 name = "sct"
674 version = "0.6.0"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
676 checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
677 dependencies = [
678  "ring",
679  "untrusted",
680 ]
681
682 [[package]]
683 name = "signal-hook"
684 version = "0.1.17"
685 source = "registry+https://github.com/rust-lang/crates.io-index"
686 checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
687 dependencies = [
688  "libc",
689  "signal-hook-registry",
690 ]
691
692 [[package]]
693 name = "signal-hook-registry"
694 version = "1.3.0"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
697 dependencies = [
698  "libc",
699 ]
700
701 [[package]]
702 name = "slab"
703 version = "0.4.2"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
706
707 [[package]]
708 name = "spin"
709 version = "0.5.2"
710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
712
713 [[package]]
714 name = "syn"
715 version = "1.0.58"
716 source = "registry+https://github.com/rust-lang/crates.io-index"
717 checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
718 dependencies = [
719  "proc-macro2",
720  "quote",
721  "unicode-xid",
722 ]
723
724 [[package]]
725 name = "termcolor"
726 version = "1.1.2"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
729 dependencies = [
730  "winapi-util",
731 ]
732
733 [[package]]
734 name = "thread_local"
735 version = "1.1.0"
736 source = "registry+https://github.com/rust-lang/crates.io-index"
737 checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
738 dependencies = [
739  "lazy_static",
740 ]
741
742 [[package]]
743 name = "tls-echo-server"
744 version = "0.1.0"
745 dependencies = [
746  "anyhow",
747  "async-std",
748  "connect",
749  "env_logger",
750  "log",
751  "protobuf",
752  "protobuf-codegen-pure",
753 ]
754
755 [[package]]
756 name = "unicode-xid"
757 version = "0.2.1"
758 source = "registry+https://github.com/rust-lang/crates.io-index"
759 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
760
761 [[package]]
762 name = "untrusted"
763 version = "0.7.1"
764 source = "registry+https://github.com/rust-lang/crates.io-index"
765 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
766
767 [[package]]
768 name = "vec-arena"
769 version = "1.0.0"
770 source = "registry+https://github.com/rust-lang/crates.io-index"
771 checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
772
773 [[package]]
774 name = "waker-fn"
775 version = "1.1.0"
776 source = "registry+https://github.com/rust-lang/crates.io-index"
777 checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
778
779 [[package]]
780 name = "wasm-bindgen"
781 version = "0.2.69"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
784 dependencies = [
785  "cfg-if 1.0.0",
786  "wasm-bindgen-macro",
787 ]
788
789 [[package]]
790 name = "wasm-bindgen-backend"
791 version = "0.2.69"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
793 checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
794 dependencies = [
795  "bumpalo",
796  "lazy_static",
797  "log",
798  "proc-macro2",
799  "quote",
800  "syn",
801  "wasm-bindgen-shared",
802 ]
803
804 [[package]]
805 name = "wasm-bindgen-futures"
806 version = "0.4.19"
807 source = "registry+https://github.com/rust-lang/crates.io-index"
808 checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
809 dependencies = [
810  "cfg-if 1.0.0",
811  "js-sys",
812  "wasm-bindgen",
813  "web-sys",
814 ]
815
816 [[package]]
817 name = "wasm-bindgen-macro"
818 version = "0.2.69"
819 source = "registry+https://github.com/rust-lang/crates.io-index"
820 checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
821 dependencies = [
822  "quote",
823  "wasm-bindgen-macro-support",
824 ]
825
826 [[package]]
827 name = "wasm-bindgen-macro-support"
828 version = "0.2.69"
829 source = "registry+https://github.com/rust-lang/crates.io-index"
830 checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
831 dependencies = [
832  "proc-macro2",
833  "quote",
834  "syn",
835  "wasm-bindgen-backend",
836  "wasm-bindgen-shared",
837 ]
838
839 [[package]]
840 name = "wasm-bindgen-shared"
841 version = "0.2.69"
842 source = "registry+https://github.com/rust-lang/crates.io-index"
843 checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
844
845 [[package]]
846 name = "web-sys"
847 version = "0.3.46"
848 source = "registry+https://github.com/rust-lang/crates.io-index"
849 checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
850 dependencies = [
851  "js-sys",
852  "wasm-bindgen",
853 ]
854
855 [[package]]
856 name = "webpki"
857 version = "0.21.4"
858 source = "registry+https://github.com/rust-lang/crates.io-index"
859 checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
860 dependencies = [
861  "ring",
862  "untrusted",
863 ]
864
865 [[package]]
866 name = "webpki-roots"
867 version = "0.20.0"
868 source = "registry+https://github.com/rust-lang/crates.io-index"
869 checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
870 dependencies = [
871  "webpki",
872 ]
873
874 [[package]]
875 name = "wepoll-sys"
876 version = "3.0.1"
877 source = "registry+https://github.com/rust-lang/crates.io-index"
878 checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
879 dependencies = [
880  "cc",
881 ]
882
883 [[package]]
884 name = "winapi"
885 version = "0.3.9"
886 source = "registry+https://github.com/rust-lang/crates.io-index"
887 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
888 dependencies = [
889  "winapi-i686-pc-windows-gnu",
890  "winapi-x86_64-pc-windows-gnu",
891 ]
892
893 [[package]]
894 name = "winapi-i686-pc-windows-gnu"
895 version = "0.4.0"
896 source = "registry+https://github.com/rust-lang/crates.io-index"
897 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
898
899 [[package]]
900 name = "winapi-util"
901 version = "0.1.5"
902 source = "registry+https://github.com/rust-lang/crates.io-index"
903 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
904 dependencies = [
905  "winapi",
906 ]
907
908 [[package]]
909 name = "winapi-x86_64-pc-windows-gnu"
910 version = "0.4.0"
911 source = "registry+https://github.com/rust-lang/crates.io-index"
912 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"