lol
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ahash"
7version = "0.7.6"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
10dependencies = [
11 "getrandom",
12 "once_cell",
13 "version_check",
14]
15
16[[package]]
17name = "aho-corasick"
18version = "0.7.18"
19source = "registry+https://github.com/rust-lang/crates.io-index"
20checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
21dependencies = [
22 "memchr",
23]
24
25[[package]]
26name = "ansi_term"
27version = "0.12.1"
28source = "registry+https://github.com/rust-lang/crates.io-index"
29checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
30dependencies = [
31 "winapi",
32]
33
34[[package]]
35name = "anyhow"
36version = "1.0.57"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
39
40[[package]]
41name = "arrayvec"
42version = "0.5.2"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
45
46[[package]]
47name = "async-speed-limit"
48version = "0.3.1"
49source = "git+https://github.com/open-trade/async-speed-limit#f89f702ae01d4016429543d2f0dda1086157e420"
50dependencies = [
51 "futures-core",
52 "futures-io",
53 "futures-timer",
54 "pin-project-lite",
55]
56
57[[package]]
58name = "async-trait"
59version = "0.1.53"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
62dependencies = [
63 "proc-macro2",
64 "quote",
65 "syn",
66]
67
68[[package]]
69name = "atoi"
70version = "1.0.0"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
73dependencies = [
74 "num-traits",
75]
76
77[[package]]
78name = "atty"
79version = "0.2.14"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
82dependencies = [
83 "hermit-abi",
84 "libc",
85 "winapi",
86]
87
88[[package]]
89name = "autocfg"
90version = "1.1.0"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
93
94[[package]]
95name = "axum"
96version = "0.5.5"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "00f1e8a972137fad81e2a1a60b86ff17ce0338f8017264e45a9723d0083c39a1"
99dependencies = [
100 "async-trait",
101 "axum-core",
102 "bitflags",
103 "bytes",
104 "futures-util",
105 "headers",
106 "http",
107 "http-body",
108 "hyper",
109 "itoa",
110 "matchit",
111 "memchr",
112 "mime",
113 "percent-encoding",
114 "pin-project-lite",
115 "serde",
116 "serde_json",
117 "serde_urlencoded",
118 "sync_wrapper",
119 "tokio",
120 "tower",
121 "tower-http",
122 "tower-layer",
123 "tower-service",
124]
125
126[[package]]
127name = "axum-core"
128version = "0.2.4"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "da31c0ed7b4690e2c78fe4b880d21cd7db04a346ebc658b4270251b695437f17"
131dependencies = [
132 "async-trait",
133 "bytes",
134 "futures-util",
135 "http",
136 "http-body",
137 "mime",
138]
139
140[[package]]
141name = "base64"
142version = "0.13.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
145
146[[package]]
147name = "bcrypt"
148version = "0.13.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "a7e7c93a3fb23b2fdde989b2c9ec4dd153063ec81f408507f84c090cd91c6641"
151dependencies = [
152 "base64",
153 "blowfish",
154 "getrandom",
155 "zeroize",
156]
157
158[[package]]
159name = "bitflags"
160version = "1.3.2"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
163
164[[package]]
165name = "block-buffer"
166version = "0.10.2"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
169dependencies = [
170 "generic-array",
171]
172
173[[package]]
174name = "blowfish"
175version = "0.9.1"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
178dependencies = [
179 "byteorder",
180 "cipher",
181]
182
183[[package]]
184name = "bumpalo"
185version = "3.9.1"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
188
189[[package]]
190name = "byteorder"
191version = "1.4.3"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
194
195[[package]]
196name = "bytes"
197version = "1.2.0"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
200dependencies = [
201 "serde",
202]
203
204[[package]]
205name = "cc"
206version = "1.0.73"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
209dependencies = [
210 "jobserver",
211]
212
213[[package]]
214name = "cfg-if"
215version = "1.0.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
218
219[[package]]
220name = "chrono"
221version = "0.4.19"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
224dependencies = [
225 "libc",
226 "num-integer",
227 "num-traits",
228 "time 0.1.43",
229 "winapi",
230]
231
232[[package]]
233name = "cipher"
234version = "0.4.3"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
237dependencies = [
238 "crypto-common",
239 "inout",
240]
241
242[[package]]
243name = "clap"
244version = "2.34.0"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
247dependencies = [
248 "ansi_term",
249 "atty",
250 "bitflags",
251 "strsim",
252 "textwrap",
253 "unicode-width",
254 "vec_map",
255]
256
257[[package]]
258name = "config"
259version = "0.11.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "1b1b9d958c2b1368a663f05538fc1b5975adce1e19f435acceae987aceeeb369"
262dependencies = [
263 "lazy_static",
264 "nom 5.1.2",
265 "serde",
266]
267
268[[package]]
269name = "confy"
270version = "0.4.0"
271source = "git+https://github.com/open-trade/confy#630cc28a396cb7d01eefdd9f3824486fe4d8554b"
272dependencies = [
273 "directories-next",
274 "serde",
275 "thiserror",
276 "toml",
277]
278
279[[package]]
280name = "core-foundation"
281version = "0.9.3"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
284dependencies = [
285 "core-foundation-sys",
286 "libc",
287]
288
289[[package]]
290name = "core-foundation-sys"
291version = "0.8.3"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
294
295[[package]]
296name = "cpufeatures"
297version = "0.2.2"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
300dependencies = [
301 "libc",
302]
303
304[[package]]
305name = "crc"
306version = "3.0.0"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
309dependencies = [
310 "crc-catalog",
311]
312
313[[package]]
314name = "crc-catalog"
315version = "2.1.0"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
318
319[[package]]
320name = "crossbeam"
321version = "0.8.1"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
324dependencies = [
325 "cfg-if",
326 "crossbeam-channel",
327 "crossbeam-deque",
328 "crossbeam-epoch",
329 "crossbeam-queue",
330 "crossbeam-utils",
331]
332
333[[package]]
334name = "crossbeam-channel"
335version = "0.5.4"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
338dependencies = [
339 "cfg-if",
340 "crossbeam-utils",
341]
342
343[[package]]
344name = "crossbeam-deque"
345version = "0.8.1"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
348dependencies = [
349 "cfg-if",
350 "crossbeam-epoch",
351 "crossbeam-utils",
352]
353
354[[package]]
355name = "crossbeam-epoch"
356version = "0.9.8"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
359dependencies = [
360 "autocfg",
361 "cfg-if",
362 "crossbeam-utils",
363 "lazy_static",
364 "memoffset",
365 "scopeguard",
366]
367
368[[package]]
369name = "crossbeam-queue"
370version = "0.3.5"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
373dependencies = [
374 "cfg-if",
375 "crossbeam-utils",
376]
377
378[[package]]
379name = "crossbeam-utils"
380version = "0.8.8"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
383dependencies = [
384 "cfg-if",
385 "lazy_static",
386]
387
388[[package]]
389name = "crypto-common"
390version = "0.1.3"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
393dependencies = [
394 "generic-array",
395 "typenum",
396]
397
398[[package]]
399name = "deadpool"
400version = "0.8.2"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "ef82259c587bceda08349f28ff00f69ae4c897898f254140af6021eb218e8232"
403dependencies = [
404 "async-trait",
405 "config",
406 "num_cpus",
407 "serde",
408 "tokio",
409]
410
411[[package]]
412name = "digest"
413version = "0.10.3"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
416dependencies = [
417 "block-buffer",
418 "crypto-common",
419]
420
421[[package]]
422name = "directories-next"
423version = "2.0.0"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
426dependencies = [
427 "cfg-if",
428 "dirs-sys-next",
429]
430
431[[package]]
432name = "dirs-next"
433version = "2.0.0"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
436dependencies = [
437 "cfg-if",
438 "dirs-sys-next",
439]
440
441[[package]]
442name = "dirs-sys-next"
443version = "0.1.2"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
446dependencies = [
447 "libc",
448 "redox_users",
449 "winapi",
450]
451
452[[package]]
453name = "dlv-list"
454version = "0.3.0"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
457
458[[package]]
459name = "dns-lookup"
460version = "1.0.8"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872"
463dependencies = [
464 "cfg-if",
465 "libc",
466 "socket2 0.4.4",
467 "winapi",
468]
469
470[[package]]
471name = "dotenv"
472version = "0.15.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
475
476[[package]]
477name = "ed25519"
478version = "1.5.0"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "d916019f70ae3a1faa1195685e290287f39207d38e6dfee727197cffcc002214"
481dependencies = [
482 "signature",
483]
484
485[[package]]
486name = "either"
487version = "1.6.1"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
490
491[[package]]
492name = "env_logger"
493version = "0.9.0"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
496dependencies = [
497 "atty",
498 "humantime",
499 "log",
500 "regex",
501 "termcolor",
502]
503
504[[package]]
505name = "event-listener"
506version = "2.5.2"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
509
510[[package]]
511name = "fastrand"
512version = "1.7.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
515dependencies = [
516 "instant",
517]
518
519[[package]]
520name = "filetime"
521version = "0.2.16"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
524dependencies = [
525 "cfg-if",
526 "libc",
527 "redox_syscall",
528 "winapi",
529]
530
531[[package]]
532name = "flexi_logger"
533version = "0.22.3"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "969940c39bc718475391e53a3a59b0157e64929c80cf83ad5dde5f770ecdc423"
536dependencies = [
537 "ansi_term",
538 "atty",
539 "chrono",
540 "crossbeam",
541 "glob",
542 "lazy_static",
543 "log",
544 "regex",
545 "rustversion",
546 "thiserror",
547 "time 0.3.9",
548]
549
550[[package]]
551name = "flume"
552version = "0.10.12"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a"
555dependencies = [
556 "futures-core",
557 "futures-sink",
558 "pin-project",
559 "spin 0.9.3",
560]
561
562[[package]]
563name = "fnv"
564version = "1.0.7"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
567
568[[package]]
569name = "form_urlencoded"
570version = "1.0.1"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
573dependencies = [
574 "matches",
575 "percent-encoding",
576]
577
578[[package]]
579name = "futures"
580version = "0.3.21"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
583dependencies = [
584 "futures-channel",
585 "futures-core",
586 "futures-executor",
587 "futures-io",
588 "futures-sink",
589 "futures-task",
590 "futures-util",
591]
592
593[[package]]
594name = "futures-channel"
595version = "0.3.21"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
598dependencies = [
599 "futures-core",
600 "futures-sink",
601]
602
603[[package]]
604name = "futures-core"
605version = "0.3.21"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
608
609[[package]]
610name = "futures-executor"
611version = "0.3.21"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
614dependencies = [
615 "futures-core",
616 "futures-task",
617 "futures-util",
618]
619
620[[package]]
621name = "futures-intrusive"
622version = "0.4.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
625dependencies = [
626 "futures-core",
627 "lock_api",
628 "parking_lot 0.11.2",
629]
630
631[[package]]
632name = "futures-io"
633version = "0.3.21"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
636
637[[package]]
638name = "futures-macro"
639version = "0.3.21"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
642dependencies = [
643 "proc-macro2",
644 "quote",
645 "syn",
646]
647
648[[package]]
649name = "futures-sink"
650version = "0.3.21"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
653
654[[package]]
655name = "futures-task"
656version = "0.3.21"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
659
660[[package]]
661name = "futures-timer"
662version = "3.0.2"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
665
666[[package]]
667name = "futures-util"
668version = "0.3.21"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
671dependencies = [
672 "futures-channel",
673 "futures-core",
674 "futures-io",
675 "futures-macro",
676 "futures-sink",
677 "futures-task",
678 "memchr",
679 "pin-project-lite",
680 "pin-utils",
681 "slab",
682]
683
684[[package]]
685name = "fxhash"
686version = "0.2.1"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
689dependencies = [
690 "byteorder",
691]
692
693[[package]]
694name = "generic-array"
695version = "0.14.5"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
698dependencies = [
699 "typenum",
700 "version_check",
701]
702
703[[package]]
704name = "getrandom"
705version = "0.2.6"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
708dependencies = [
709 "cfg-if",
710 "libc",
711 "wasi 0.10.2+wasi-snapshot-preview1",
712]
713
714[[package]]
715name = "glob"
716version = "0.3.0"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
719
720[[package]]
721name = "hashbrown"
722version = "0.11.2"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
725
726[[package]]
727name = "hashbrown"
728version = "0.12.1"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
731dependencies = [
732 "ahash",
733]
734
735[[package]]
736name = "hashlink"
737version = "0.8.0"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "d452c155cb93fecdfb02a73dd57b5d8e442c2063bd7aac72f1bc5e4263a43086"
740dependencies = [
741 "hashbrown 0.12.1",
742]
743
744[[package]]
745name = "hbb_common"
746version = "0.1.0"
747dependencies = [
748 "anyhow",
749 "bytes",
750 "chrono",
751 "confy",
752 "directories-next",
753 "dirs-next",
754 "env_logger",
755 "filetime",
756 "futures",
757 "futures-util",
758 "lazy_static",
759 "log",
760 "mac_address",
761 "machine-uid",
762 "protobuf",
763 "protobuf-codegen",
764 "quinn",
765 "rand",
766 "regex",
767 "serde",
768 "serde_derive",
769 "serde_json",
770 "socket2 0.3.19",
771 "sodiumoxide",
772 "tokio",
773 "tokio-socks",
774 "tokio-util 0.7.1",
775 "toml",
776 "winapi",
777 "zstd",
778]
779
780[[package]]
781name = "hbbs"
782version = "1.1.8"
783dependencies = [
784 "async-speed-limit",
785 "async-trait",
786 "axum",
787 "base64",
788 "bcrypt",
789 "chrono",
790 "clap",
791 "deadpool",
792 "dns-lookup",
793 "flexi_logger",
794 "hbb_common",
795 "headers",
796 "http",
797 "ipnetwork",
798 "jsonwebtoken",
799 "lazy_static",
800 "local-ip-address",
801 "mac_address",
802 "machine-uid",
803 "minreq",
804 "once_cell",
805 "ping",
806 "regex",
807 "rust-ini",
808 "serde",
809 "serde_derive",
810 "serde_json",
811 "sodiumoxide",
812 "sqlx",
813 "tokio-tungstenite",
814 "tower-http",
815 "tungstenite",
816 "uuid",
817 "whoami",
818]
819
820[[package]]
821name = "headers"
822version = "0.3.7"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
825dependencies = [
826 "base64",
827 "bitflags",
828 "bytes",
829 "headers-core",
830 "http",
831 "httpdate",
832 "mime",
833 "sha-1",
834]
835
836[[package]]
837name = "headers-core"
838version = "0.2.0"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
841dependencies = [
842 "http",
843]
844
845[[package]]
846name = "heck"
847version = "0.4.0"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
850dependencies = [
851 "unicode-segmentation",
852]
853
854[[package]]
855name = "hermit-abi"
856version = "0.1.19"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
859dependencies = [
860 "libc",
861]
862
863[[package]]
864name = "hex"
865version = "0.4.3"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
868
869[[package]]
870name = "http"
871version = "0.2.7"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
874dependencies = [
875 "bytes",
876 "fnv",
877 "itoa",
878]
879
880[[package]]
881name = "http-body"
882version = "0.4.4"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
885dependencies = [
886 "bytes",
887 "http",
888 "pin-project-lite",
889]
890
891[[package]]
892name = "http-range-header"
893version = "0.3.0"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
896
897[[package]]
898name = "httparse"
899version = "1.7.1"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
902
903[[package]]
904name = "httpdate"
905version = "1.0.2"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
908
909[[package]]
910name = "humantime"
911version = "2.1.0"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
914
915[[package]]
916name = "hyper"
917version = "0.14.18"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
920dependencies = [
921 "bytes",
922 "futures-channel",
923 "futures-core",
924 "futures-util",
925 "http",
926 "http-body",
927 "httparse",
928 "httpdate",
929 "itoa",
930 "pin-project-lite",
931 "socket2 0.4.4",
932 "tokio",
933 "tower-service",
934 "tracing",
935 "want",
936]
937
938[[package]]
939name = "idna"
940version = "0.2.3"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
943dependencies = [
944 "matches",
945 "unicode-bidi",
946 "unicode-normalization",
947]
948
949[[package]]
950name = "indexmap"
951version = "1.8.1"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
954dependencies = [
955 "autocfg",
956 "hashbrown 0.11.2",
957]
958
959[[package]]
960name = "inout"
961version = "0.1.3"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
964dependencies = [
965 "generic-array",
966]
967
968[[package]]
969name = "instant"
970version = "0.1.12"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
973dependencies = [
974 "cfg-if",
975]
976
977[[package]]
978name = "ipnetwork"
979version = "0.20.0"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
982dependencies = [
983 "serde",
984]
985
986[[package]]
987name = "itertools"
988version = "0.10.3"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
991dependencies = [
992 "either",
993]
994
995[[package]]
996name = "itoa"
997version = "1.0.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
1000
1001[[package]]
1002name = "jobserver"
1003version = "0.1.24"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
1006dependencies = [
1007 "libc",
1008]
1009
1010[[package]]
1011name = "js-sys"
1012version = "0.3.57"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
1015dependencies = [
1016 "wasm-bindgen",
1017]
1018
1019[[package]]
1020name = "jsonwebtoken"
1021version = "8.1.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "cc9051c17f81bae79440afa041b3a278e1de71bfb96d32454b477fd4703ccb6f"
1024dependencies = [
1025 "base64",
1026 "pem",
1027 "ring",
1028 "serde",
1029 "serde_json",
1030 "simple_asn1",
1031]
1032
1033[[package]]
1034name = "lazy_static"
1035version = "1.4.0"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1038
1039[[package]]
1040name = "lexical-core"
1041version = "0.7.6"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
1044dependencies = [
1045 "arrayvec",
1046 "bitflags",
1047 "cfg-if",
1048 "ryu",
1049 "static_assertions",
1050]
1051
1052[[package]]
1053name = "libc"
1054version = "0.2.125"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
1057
1058[[package]]
1059name = "libsodium-sys"
1060version = "0.2.7"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
1063dependencies = [
1064 "cc",
1065 "libc",
1066 "pkg-config",
1067 "walkdir",
1068]
1069
1070[[package]]
1071name = "libsqlite3-sys"
1072version = "0.24.2"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
1075dependencies = [
1076 "cc",
1077 "pkg-config",
1078 "vcpkg",
1079]
1080
1081[[package]]
1082name = "local-ip-address"
1083version = "0.5.3"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "2815836665de176ba66deaa449ada98fdf208d84730d1a84a22cbeed6151a6fa"
1086dependencies = [
1087 "libc",
1088 "neli",
1089 "thiserror",
1090 "windows-sys 0.48.0",
1091]
1092
1093[[package]]
1094name = "lock_api"
1095version = "0.4.7"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
1098dependencies = [
1099 "autocfg",
1100 "scopeguard",
1101]
1102
1103[[package]]
1104name = "log"
1105version = "0.4.17"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1108dependencies = [
1109 "cfg-if",
1110]
1111
1112[[package]]
1113name = "mac_address"
1114version = "1.1.3"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "df1d1bc1084549d60725ccc53a2bfa07f67fe4689fda07b05a36531f2988104a"
1117dependencies = [
1118 "nix",
1119 "winapi",
1120]
1121
1122[[package]]
1123name = "machine-uid"
1124version = "0.2.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212"
1127dependencies = [
1128 "winreg",
1129]
1130
1131[[package]]
1132name = "matches"
1133version = "0.1.9"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
1136
1137[[package]]
1138name = "matchit"
1139version = "0.5.0"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
1142
1143[[package]]
1144name = "memchr"
1145version = "2.5.0"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1148
1149[[package]]
1150name = "memoffset"
1151version = "0.6.5"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1154dependencies = [
1155 "autocfg",
1156]
1157
1158[[package]]
1159name = "mime"
1160version = "0.3.16"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1163
1164[[package]]
1165name = "mime_guess"
1166version = "2.0.4"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1169dependencies = [
1170 "mime",
1171 "unicase",
1172]
1173
1174[[package]]
1175name = "minimal-lexical"
1176version = "0.2.1"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1179
1180[[package]]
1181name = "minreq"
1182version = "2.6.0"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "4c785bc6027fd359756e538541c8624012ba3776d3d3fe123885643092ed4132"
1185dependencies = [
1186 "log",
1187 "punycode",
1188]
1189
1190[[package]]
1191name = "mio"
1192version = "0.7.14"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
1195dependencies = [
1196 "libc",
1197 "log",
1198 "miow",
1199 "ntapi",
1200 "winapi",
1201]
1202
1203[[package]]
1204name = "mio"
1205version = "0.8.3"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
1208dependencies = [
1209 "libc",
1210 "log",
1211 "wasi 0.11.0+wasi-snapshot-preview1",
1212 "windows-sys 0.36.1",
1213]
1214
1215[[package]]
1216name = "miow"
1217version = "0.3.7"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
1220dependencies = [
1221 "winapi",
1222]
1223
1224[[package]]
1225name = "neli"
1226version = "0.6.4"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43"
1229dependencies = [
1230 "byteorder",
1231 "libc",
1232 "log",
1233 "neli-proc-macros",
1234]
1235
1236[[package]]
1237name = "neli-proc-macros"
1238version = "0.1.3"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4"
1241dependencies = [
1242 "either",
1243 "proc-macro2",
1244 "quote",
1245 "serde",
1246 "syn",
1247]
1248
1249[[package]]
1250name = "nix"
1251version = "0.23.1"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
1254dependencies = [
1255 "bitflags",
1256 "cc",
1257 "cfg-if",
1258 "libc",
1259 "memoffset",
1260]
1261
1262[[package]]
1263name = "nom"
1264version = "5.1.2"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
1267dependencies = [
1268 "lexical-core",
1269 "memchr",
1270 "version_check",
1271]
1272
1273[[package]]
1274name = "nom"
1275version = "7.1.1"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
1278dependencies = [
1279 "memchr",
1280 "minimal-lexical",
1281]
1282
1283[[package]]
1284name = "ntapi"
1285version = "0.3.7"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
1288dependencies = [
1289 "winapi",
1290]
1291
1292[[package]]
1293name = "num-bigint"
1294version = "0.4.3"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
1297dependencies = [
1298 "autocfg",
1299 "num-integer",
1300 "num-traits",
1301]
1302
1303[[package]]
1304name = "num-integer"
1305version = "0.1.45"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1308dependencies = [
1309 "autocfg",
1310 "num-traits",
1311]
1312
1313[[package]]
1314name = "num-traits"
1315version = "0.2.15"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1318dependencies = [
1319 "autocfg",
1320]
1321
1322[[package]]
1323name = "num_cpus"
1324version = "1.13.1"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1327dependencies = [
1328 "hermit-abi",
1329 "libc",
1330]
1331
1332[[package]]
1333name = "num_threads"
1334version = "0.1.6"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
1337dependencies = [
1338 "libc",
1339]
1340
1341[[package]]
1342name = "once_cell"
1343version = "1.10.0"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
1346
1347[[package]]
1348name = "openssl-probe"
1349version = "0.1.5"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1352
1353[[package]]
1354name = "ordered-multimap"
1355version = "0.4.3"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
1358dependencies = [
1359 "dlv-list",
1360 "hashbrown 0.12.1",
1361]
1362
1363[[package]]
1364name = "parking_lot"
1365version = "0.11.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1368dependencies = [
1369 "instant",
1370 "lock_api",
1371 "parking_lot_core 0.8.5",
1372]
1373
1374[[package]]
1375name = "parking_lot"
1376version = "0.12.0"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
1379dependencies = [
1380 "lock_api",
1381 "parking_lot_core 0.9.3",
1382]
1383
1384[[package]]
1385name = "parking_lot_core"
1386version = "0.8.5"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
1389dependencies = [
1390 "cfg-if",
1391 "instant",
1392 "libc",
1393 "redox_syscall",
1394 "smallvec",
1395 "winapi",
1396]
1397
1398[[package]]
1399name = "parking_lot_core"
1400version = "0.9.3"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
1403dependencies = [
1404 "cfg-if",
1405 "libc",
1406 "redox_syscall",
1407 "smallvec",
1408 "windows-sys 0.36.1",
1409]
1410
1411[[package]]
1412name = "paste"
1413version = "1.0.7"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
1416
1417[[package]]
1418name = "pem"
1419version = "1.0.2"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947"
1422dependencies = [
1423 "base64",
1424]
1425
1426[[package]]
1427name = "percent-encoding"
1428version = "2.1.0"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1431
1432[[package]]
1433name = "pin-project"
1434version = "1.0.10"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
1437dependencies = [
1438 "pin-project-internal",
1439]
1440
1441[[package]]
1442name = "pin-project-internal"
1443version = "1.0.10"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
1446dependencies = [
1447 "proc-macro2",
1448 "quote",
1449 "syn",
1450]
1451
1452[[package]]
1453name = "pin-project-lite"
1454version = "0.2.9"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1457
1458[[package]]
1459name = "pin-utils"
1460version = "0.1.0"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1463
1464[[package]]
1465name = "ping"
1466version = "0.4.0"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "69044d1c00894fc1f43d9485aadb6ab6e68df90608fa52cf1074cda6420c6b76"
1469dependencies = [
1470 "rand",
1471 "socket2 0.4.4",
1472 "thiserror",
1473]
1474
1475[[package]]
1476name = "pkg-config"
1477version = "0.3.25"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
1480
1481[[package]]
1482name = "ppv-lite86"
1483version = "0.2.16"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
1486
1487[[package]]
1488name = "proc-macro2"
1489version = "1.0.38"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"
1492dependencies = [
1493 "unicode-xid",
1494]
1495
1496[[package]]
1497name = "protobuf"
1498version = "3.1.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "4ee4a7d8b91800c8f167a6268d1a1026607368e1adc84e98fe044aeb905302f7"
1501dependencies = [
1502 "bytes",
1503 "once_cell",
1504 "protobuf-support",
1505 "thiserror",
1506]
1507
1508[[package]]
1509name = "protobuf-codegen"
1510version = "3.1.0"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "07b893e5e7d3395545d5244f8c0d33674025bd566b26c03bfda49b82c6dec45e"
1513dependencies = [
1514 "anyhow",
1515 "once_cell",
1516 "protobuf",
1517 "protobuf-parse",
1518 "regex",
1519 "tempfile",
1520 "thiserror",
1521]
1522
1523[[package]]
1524name = "protobuf-parse"
1525version = "3.1.0"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "9b1447dd751c434cc1b415579837ebd0411ed7d67d465f38010da5d7cd33af4d"
1528dependencies = [
1529 "anyhow",
1530 "indexmap",
1531 "log",
1532 "protobuf",
1533 "protobuf-support",
1534 "tempfile",
1535 "thiserror",
1536 "which",
1537]
1538
1539[[package]]
1540name = "protobuf-support"
1541version = "3.1.0"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "8ca157fe12fc7ee2e315f2f735e27df41b3d97cdd70ea112824dac1ffb08ee1c"
1544dependencies = [
1545 "thiserror",
1546]
1547
1548[[package]]
1549name = "punycode"
1550version = "0.4.1"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
1553
1554[[package]]
1555name = "quickcheck"
1556version = "1.0.3"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
1559dependencies = [
1560 "rand",
1561]
1562
1563[[package]]
1564name = "quinn"
1565version = "0.8.2"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "d147472bc9a09f13b06c044787b6683cdffa02e2865b7f0fb53d67c49ed2988e"
1568dependencies = [
1569 "bytes",
1570 "futures-channel",
1571 "futures-util",
1572 "fxhash",
1573 "quinn-proto",
1574 "quinn-udp",
1575 "rustls",
1576 "thiserror",
1577 "tokio",
1578 "tracing",
1579 "webpki",
1580]
1581
1582[[package]]
1583name = "quinn-proto"
1584version = "0.8.2"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "359c5eb33845f3ee05c229e65f87cdbc503eea394964b8f1330833d460b4ff3e"
1587dependencies = [
1588 "bytes",
1589 "fxhash",
1590 "rand",
1591 "ring",
1592 "rustls",
1593 "rustls-native-certs",
1594 "rustls-pemfile 0.2.1",
1595 "slab",
1596 "thiserror",
1597 "tinyvec",
1598 "tracing",
1599 "webpki",
1600]
1601
1602[[package]]
1603name = "quinn-udp"
1604version = "0.1.1"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "df185e5e5f7611fa6e628ed8f9633df10114b03bbaecab186ec55822c44ac727"
1607dependencies = [
1608 "futures-util",
1609 "libc",
1610 "mio 0.7.14",
1611 "quinn-proto",
1612 "socket2 0.4.4",
1613 "tokio",
1614 "tracing",
1615]
1616
1617[[package]]
1618name = "quote"
1619version = "1.0.18"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
1622dependencies = [
1623 "proc-macro2",
1624]
1625
1626[[package]]
1627name = "rand"
1628version = "0.8.5"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1631dependencies = [
1632 "libc",
1633 "rand_chacha",
1634 "rand_core",
1635]
1636
1637[[package]]
1638name = "rand_chacha"
1639version = "0.3.1"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1642dependencies = [
1643 "ppv-lite86",
1644 "rand_core",
1645]
1646
1647[[package]]
1648name = "rand_core"
1649version = "0.6.3"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1652dependencies = [
1653 "getrandom",
1654]
1655
1656[[package]]
1657name = "redox_syscall"
1658version = "0.2.13"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
1661dependencies = [
1662 "bitflags",
1663]
1664
1665[[package]]
1666name = "redox_users"
1667version = "0.4.3"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1670dependencies = [
1671 "getrandom",
1672 "redox_syscall",
1673 "thiserror",
1674]
1675
1676[[package]]
1677name = "regex"
1678version = "1.5.5"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
1681dependencies = [
1682 "aho-corasick",
1683 "memchr",
1684 "regex-syntax",
1685]
1686
1687[[package]]
1688name = "regex-syntax"
1689version = "0.6.25"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
1692
1693[[package]]
1694name = "remove_dir_all"
1695version = "0.5.3"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1698dependencies = [
1699 "winapi",
1700]
1701
1702[[package]]
1703name = "ring"
1704version = "0.16.20"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1707dependencies = [
1708 "cc",
1709 "libc",
1710 "once_cell",
1711 "spin 0.5.2",
1712 "untrusted",
1713 "web-sys",
1714 "winapi",
1715]
1716
1717[[package]]
1718name = "rust-ini"
1719version = "0.18.0"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
1722dependencies = [
1723 "cfg-if",
1724 "ordered-multimap",
1725]
1726
1727[[package]]
1728name = "rustls"
1729version = "0.20.4"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
1732dependencies = [
1733 "log",
1734 "ring",
1735 "sct",
1736 "webpki",
1737]
1738
1739[[package]]
1740name = "rustls-native-certs"
1741version = "0.6.2"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
1744dependencies = [
1745 "openssl-probe",
1746 "rustls-pemfile 1.0.0",
1747 "schannel",
1748 "security-framework",
1749]
1750
1751[[package]]
1752name = "rustls-pemfile"
1753version = "0.2.1"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
1756dependencies = [
1757 "base64",
1758]
1759
1760[[package]]
1761name = "rustls-pemfile"
1762version = "1.0.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
1765dependencies = [
1766 "base64",
1767]
1768
1769[[package]]
1770name = "rustversion"
1771version = "1.0.6"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
1774
1775[[package]]
1776name = "ryu"
1777version = "1.0.9"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
1780
1781[[package]]
1782name = "same-file"
1783version = "1.0.6"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1786dependencies = [
1787 "winapi-util",
1788]
1789
1790[[package]]
1791name = "schannel"
1792version = "0.1.19"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
1795dependencies = [
1796 "lazy_static",
1797 "winapi",
1798]
1799
1800[[package]]
1801name = "scopeguard"
1802version = "1.1.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1805
1806[[package]]
1807name = "sct"
1808version = "0.7.0"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1811dependencies = [
1812 "ring",
1813 "untrusted",
1814]
1815
1816[[package]]
1817name = "security-framework"
1818version = "2.6.1"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
1821dependencies = [
1822 "bitflags",
1823 "core-foundation",
1824 "core-foundation-sys",
1825 "libc",
1826 "security-framework-sys",
1827]
1828
1829[[package]]
1830name = "security-framework-sys"
1831version = "2.6.1"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
1834dependencies = [
1835 "core-foundation-sys",
1836 "libc",
1837]
1838
1839[[package]]
1840name = "serde"
1841version = "1.0.137"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
1844dependencies = [
1845 "serde_derive",
1846]
1847
1848[[package]]
1849name = "serde_derive"
1850version = "1.0.137"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
1853dependencies = [
1854 "proc-macro2",
1855 "quote",
1856 "syn",
1857]
1858
1859[[package]]
1860name = "serde_json"
1861version = "1.0.81"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
1864dependencies = [
1865 "itoa",
1866 "ryu",
1867 "serde",
1868]
1869
1870[[package]]
1871name = "serde_urlencoded"
1872version = "0.7.1"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1875dependencies = [
1876 "form_urlencoded",
1877 "itoa",
1878 "ryu",
1879 "serde",
1880]
1881
1882[[package]]
1883name = "sha-1"
1884version = "0.10.0"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
1887dependencies = [
1888 "cfg-if",
1889 "cpufeatures",
1890 "digest",
1891]
1892
1893[[package]]
1894name = "sha2"
1895version = "0.10.2"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
1898dependencies = [
1899 "cfg-if",
1900 "cpufeatures",
1901 "digest",
1902]
1903
1904[[package]]
1905name = "signal-hook-registry"
1906version = "1.4.0"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
1909dependencies = [
1910 "libc",
1911]
1912
1913[[package]]
1914name = "signature"
1915version = "1.5.0"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"
1918
1919[[package]]
1920name = "simple_asn1"
1921version = "0.6.1"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "4a762b1c38b9b990c694b9c2f8abe3372ce6a9ceaae6bca39cfc46e054f45745"
1924dependencies = [
1925 "num-bigint",
1926 "num-traits",
1927 "thiserror",
1928 "time 0.3.9",
1929]
1930
1931[[package]]
1932name = "slab"
1933version = "0.4.6"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
1936
1937[[package]]
1938name = "smallvec"
1939version = "1.8.0"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
1942
1943[[package]]
1944name = "socket2"
1945version = "0.3.19"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1948dependencies = [
1949 "cfg-if",
1950 "libc",
1951 "winapi",
1952]
1953
1954[[package]]
1955name = "socket2"
1956version = "0.4.4"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
1959dependencies = [
1960 "libc",
1961 "winapi",
1962]
1963
1964[[package]]
1965name = "sodiumoxide"
1966version = "0.2.7"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028"
1969dependencies = [
1970 "ed25519",
1971 "libc",
1972 "libsodium-sys",
1973 "serde",
1974]
1975
1976[[package]]
1977name = "spin"
1978version = "0.5.2"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1981
1982[[package]]
1983name = "spin"
1984version = "0.9.3"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
1987dependencies = [
1988 "lock_api",
1989]
1990
1991[[package]]
1992name = "sqlformat"
1993version = "0.1.8"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4"
1996dependencies = [
1997 "itertools",
1998 "nom 7.1.1",
1999 "unicode_categories",
2000]
2001
2002[[package]]
2003name = "sqlx"
2004version = "0.6.0"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "1f82cbe94f41641d6c410ded25bbf5097c240cefdf8e3b06d04198d0a96af6a4"
2007dependencies = [
2008 "sqlx-core",
2009 "sqlx-macros",
2010]
2011
2012[[package]]
2013name = "sqlx-core"
2014version = "0.6.0"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "6b69bf218860335ddda60d6ce85ee39f6cf6e5630e300e19757d1de15886a093"
2017dependencies = [
2018 "ahash",
2019 "atoi",
2020 "bitflags",
2021 "byteorder",
2022 "bytes",
2023 "chrono",
2024 "crc",
2025 "crossbeam-queue",
2026 "either",
2027 "event-listener",
2028 "flume",
2029 "futures-channel",
2030 "futures-core",
2031 "futures-executor",
2032 "futures-intrusive",
2033 "futures-util",
2034 "hashlink",
2035 "hex",
2036 "indexmap",
2037 "itoa",
2038 "libc",
2039 "libsqlite3-sys",
2040 "log",
2041 "memchr",
2042 "once_cell",
2043 "paste",
2044 "percent-encoding",
2045 "rustls",
2046 "rustls-pemfile 1.0.0",
2047 "serde",
2048 "serde_json",
2049 "sha2",
2050 "smallvec",
2051 "sqlformat",
2052 "sqlx-rt",
2053 "stringprep",
2054 "thiserror",
2055 "tokio-stream",
2056 "url",
2057 "webpki-roots",
2058]
2059
2060[[package]]
2061name = "sqlx-macros"
2062version = "0.6.0"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "f40c63177cf23d356b159b60acd27c54af7423f1736988502e36bae9a712118f"
2065dependencies = [
2066 "dotenv",
2067 "either",
2068 "heck",
2069 "once_cell",
2070 "proc-macro2",
2071 "quote",
2072 "serde_json",
2073 "sha2",
2074 "sqlx-core",
2075 "sqlx-rt",
2076 "syn",
2077 "url",
2078]
2079
2080[[package]]
2081name = "sqlx-rt"
2082version = "0.6.0"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "874e93a365a598dc3dadb197565952cb143ae4aa716f7bcc933a8d836f6bf89f"
2085dependencies = [
2086 "once_cell",
2087 "tokio",
2088 "tokio-rustls",
2089]
2090
2091[[package]]
2092name = "static_assertions"
2093version = "1.1.0"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2096
2097[[package]]
2098name = "stringprep"
2099version = "0.1.2"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
2102dependencies = [
2103 "unicode-bidi",
2104 "unicode-normalization",
2105]
2106
2107[[package]]
2108name = "strsim"
2109version = "0.8.0"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2112
2113[[package]]
2114name = "syn"
2115version = "1.0.93"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2"
2118dependencies = [
2119 "proc-macro2",
2120 "quote",
2121 "unicode-xid",
2122]
2123
2124[[package]]
2125name = "sync_wrapper"
2126version = "0.1.1"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
2129
2130[[package]]
2131name = "tempfile"
2132version = "3.3.0"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2135dependencies = [
2136 "cfg-if",
2137 "fastrand",
2138 "libc",
2139 "redox_syscall",
2140 "remove_dir_all",
2141 "winapi",
2142]
2143
2144[[package]]
2145name = "termcolor"
2146version = "1.1.3"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2149dependencies = [
2150 "winapi-util",
2151]
2152
2153[[package]]
2154name = "textwrap"
2155version = "0.11.0"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2158dependencies = [
2159 "unicode-width",
2160]
2161
2162[[package]]
2163name = "thiserror"
2164version = "1.0.31"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2167dependencies = [
2168 "thiserror-impl",
2169]
2170
2171[[package]]
2172name = "thiserror-impl"
2173version = "1.0.31"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2176dependencies = [
2177 "proc-macro2",
2178 "quote",
2179 "syn",
2180]
2181
2182[[package]]
2183name = "time"
2184version = "0.1.43"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2187dependencies = [
2188 "libc",
2189 "winapi",
2190]
2191
2192[[package]]
2193name = "time"
2194version = "0.3.9"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
2197dependencies = [
2198 "itoa",
2199 "libc",
2200 "num_threads",
2201 "quickcheck",
2202 "time-macros",
2203]
2204
2205[[package]]
2206name = "time-macros"
2207version = "0.2.4"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2210
2211[[package]]
2212name = "tinyvec"
2213version = "1.6.0"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2216dependencies = [
2217 "tinyvec_macros",
2218]
2219
2220[[package]]
2221name = "tinyvec_macros"
2222version = "0.1.0"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2225
2226[[package]]
2227name = "tokio"
2228version = "1.20.0"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e"
2231dependencies = [
2232 "autocfg",
2233 "bytes",
2234 "libc",
2235 "memchr",
2236 "mio 0.8.3",
2237 "num_cpus",
2238 "once_cell",
2239 "parking_lot 0.12.0",
2240 "pin-project-lite",
2241 "signal-hook-registry",
2242 "socket2 0.4.4",
2243 "tokio-macros",
2244 "winapi",
2245]
2246
2247[[package]]
2248name = "tokio-macros"
2249version = "1.7.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
2252dependencies = [
2253 "proc-macro2",
2254 "quote",
2255 "syn",
2256]
2257
2258[[package]]
2259name = "tokio-rustls"
2260version = "0.23.4"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2263dependencies = [
2264 "rustls",
2265 "tokio",
2266 "webpki",
2267]
2268
2269[[package]]
2270name = "tokio-socks"
2271version = "0.5.1"
2272source = "git+https://github.com/open-trade/tokio-socks#3de8300fbce37e2cdaef042e016aa95058d007cf"
2273dependencies = [
2274 "bytes",
2275 "either",
2276 "futures-core",
2277 "futures-sink",
2278 "futures-util",
2279 "pin-project",
2280 "thiserror",
2281 "tokio",
2282 "tokio-util 0.6.9",
2283]
2284
2285[[package]]
2286name = "tokio-stream"
2287version = "0.1.8"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
2290dependencies = [
2291 "futures-core",
2292 "pin-project-lite",
2293 "tokio",
2294]
2295
2296[[package]]
2297name = "tokio-tungstenite"
2298version = "0.17.1"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae"
2301dependencies = [
2302 "futures-util",
2303 "log",
2304 "tokio",
2305 "tungstenite",
2306]
2307
2308[[package]]
2309name = "tokio-util"
2310version = "0.6.9"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2313dependencies = [
2314 "bytes",
2315 "futures-core",
2316 "futures-sink",
2317 "log",
2318 "pin-project-lite",
2319 "tokio",
2320]
2321
2322[[package]]
2323name = "tokio-util"
2324version = "0.7.1"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
2327dependencies = [
2328 "bytes",
2329 "futures-core",
2330 "futures-io",
2331 "futures-sink",
2332 "futures-util",
2333 "pin-project-lite",
2334 "slab",
2335 "tokio",
2336 "tracing",
2337]
2338
2339[[package]]
2340name = "toml"
2341version = "0.5.9"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2344dependencies = [
2345 "serde",
2346]
2347
2348[[package]]
2349name = "tower"
2350version = "0.4.12"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
2353dependencies = [
2354 "futures-core",
2355 "futures-util",
2356 "pin-project",
2357 "pin-project-lite",
2358 "tokio",
2359 "tokio-util 0.7.1",
2360 "tower-layer",
2361 "tower-service",
2362 "tracing",
2363]
2364
2365[[package]]
2366name = "tower-http"
2367version = "0.3.3"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae"
2370dependencies = [
2371 "bitflags",
2372 "bytes",
2373 "futures-core",
2374 "futures-util",
2375 "http",
2376 "http-body",
2377 "http-range-header",
2378 "httpdate",
2379 "mime",
2380 "mime_guess",
2381 "percent-encoding",
2382 "pin-project-lite",
2383 "tokio",
2384 "tokio-util 0.7.1",
2385 "tower",
2386 "tower-layer",
2387 "tower-service",
2388 "tracing",
2389]
2390
2391[[package]]
2392name = "tower-layer"
2393version = "0.3.1"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
2396
2397[[package]]
2398name = "tower-service"
2399version = "0.3.1"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2402
2403[[package]]
2404name = "tracing"
2405version = "0.1.34"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
2408dependencies = [
2409 "cfg-if",
2410 "log",
2411 "pin-project-lite",
2412 "tracing-attributes",
2413 "tracing-core",
2414]
2415
2416[[package]]
2417name = "tracing-attributes"
2418version = "0.1.21"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
2421dependencies = [
2422 "proc-macro2",
2423 "quote",
2424 "syn",
2425]
2426
2427[[package]]
2428name = "tracing-core"
2429version = "0.1.26"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
2432dependencies = [
2433 "lazy_static",
2434]
2435
2436[[package]]
2437name = "try-lock"
2438version = "0.2.3"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2441
2442[[package]]
2443name = "tungstenite"
2444version = "0.17.2"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5"
2447dependencies = [
2448 "base64",
2449 "byteorder",
2450 "bytes",
2451 "http",
2452 "httparse",
2453 "log",
2454 "rand",
2455 "sha-1",
2456 "thiserror",
2457 "url",
2458 "utf-8",
2459]
2460
2461[[package]]
2462name = "typenum"
2463version = "1.15.0"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2466
2467[[package]]
2468name = "unicase"
2469version = "2.6.0"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2472dependencies = [
2473 "version_check",
2474]
2475
2476[[package]]
2477name = "unicode-bidi"
2478version = "0.3.8"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2481
2482[[package]]
2483name = "unicode-normalization"
2484version = "0.1.19"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2487dependencies = [
2488 "tinyvec",
2489]
2490
2491[[package]]
2492name = "unicode-segmentation"
2493version = "1.9.0"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2496
2497[[package]]
2498name = "unicode-width"
2499version = "0.1.9"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2502
2503[[package]]
2504name = "unicode-xid"
2505version = "0.2.3"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2508
2509[[package]]
2510name = "unicode_categories"
2511version = "0.1.1"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2514
2515[[package]]
2516name = "untrusted"
2517version = "0.7.1"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2520
2521[[package]]
2522name = "url"
2523version = "2.2.2"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2526dependencies = [
2527 "form_urlencoded",
2528 "idna",
2529 "matches",
2530 "percent-encoding",
2531]
2532
2533[[package]]
2534name = "utf-8"
2535version = "0.7.6"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2538
2539[[package]]
2540name = "uuid"
2541version = "1.1.2"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
2544dependencies = [
2545 "getrandom",
2546]
2547
2548[[package]]
2549name = "vcpkg"
2550version = "0.2.15"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2553
2554[[package]]
2555name = "vec_map"
2556version = "0.8.2"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2559
2560[[package]]
2561name = "version_check"
2562version = "0.9.4"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2565
2566[[package]]
2567name = "walkdir"
2568version = "2.3.2"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2571dependencies = [
2572 "same-file",
2573 "winapi",
2574 "winapi-util",
2575]
2576
2577[[package]]
2578name = "want"
2579version = "0.3.0"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2582dependencies = [
2583 "log",
2584 "try-lock",
2585]
2586
2587[[package]]
2588name = "wasi"
2589version = "0.10.2+wasi-snapshot-preview1"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2592
2593[[package]]
2594name = "wasi"
2595version = "0.11.0+wasi-snapshot-preview1"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2598
2599[[package]]
2600name = "wasm-bindgen"
2601version = "0.2.80"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
2604dependencies = [
2605 "cfg-if",
2606 "wasm-bindgen-macro",
2607]
2608
2609[[package]]
2610name = "wasm-bindgen-backend"
2611version = "0.2.80"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2614dependencies = [
2615 "bumpalo",
2616 "lazy_static",
2617 "log",
2618 "proc-macro2",
2619 "quote",
2620 "syn",
2621 "wasm-bindgen-shared",
2622]
2623
2624[[package]]
2625name = "wasm-bindgen-macro"
2626version = "0.2.80"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
2629dependencies = [
2630 "quote",
2631 "wasm-bindgen-macro-support",
2632]
2633
2634[[package]]
2635name = "wasm-bindgen-macro-support"
2636version = "0.2.80"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2639dependencies = [
2640 "proc-macro2",
2641 "quote",
2642 "syn",
2643 "wasm-bindgen-backend",
2644 "wasm-bindgen-shared",
2645]
2646
2647[[package]]
2648name = "wasm-bindgen-shared"
2649version = "0.2.80"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2652
2653[[package]]
2654name = "web-sys"
2655version = "0.3.57"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
2658dependencies = [
2659 "js-sys",
2660 "wasm-bindgen",
2661]
2662
2663[[package]]
2664name = "webpki"
2665version = "0.22.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2668dependencies = [
2669 "ring",
2670 "untrusted",
2671]
2672
2673[[package]]
2674name = "webpki-roots"
2675version = "0.22.4"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"
2678dependencies = [
2679 "webpki",
2680]
2681
2682[[package]]
2683name = "which"
2684version = "4.2.5"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2687dependencies = [
2688 "either",
2689 "lazy_static",
2690 "libc",
2691]
2692
2693[[package]]
2694name = "whoami"
2695version = "1.2.1"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
2698dependencies = [
2699 "wasm-bindgen",
2700 "web-sys",
2701]
2702
2703[[package]]
2704name = "winapi"
2705version = "0.3.9"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2708dependencies = [
2709 "winapi-i686-pc-windows-gnu",
2710 "winapi-x86_64-pc-windows-gnu",
2711]
2712
2713[[package]]
2714name = "winapi-i686-pc-windows-gnu"
2715version = "0.4.0"
2716source = "registry+https://github.com/rust-lang/crates.io-index"
2717checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2718
2719[[package]]
2720name = "winapi-util"
2721version = "0.1.5"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2724dependencies = [
2725 "winapi",
2726]
2727
2728[[package]]
2729name = "winapi-x86_64-pc-windows-gnu"
2730version = "0.4.0"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2733
2734[[package]]
2735name = "windows-sys"
2736version = "0.36.1"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2739dependencies = [
2740 "windows_aarch64_msvc 0.36.1",
2741 "windows_i686_gnu 0.36.1",
2742 "windows_i686_msvc 0.36.1",
2743 "windows_x86_64_gnu 0.36.1",
2744 "windows_x86_64_msvc 0.36.1",
2745]
2746
2747[[package]]
2748name = "windows-sys"
2749version = "0.48.0"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2752dependencies = [
2753 "windows-targets",
2754]
2755
2756[[package]]
2757name = "windows-targets"
2758version = "0.48.0"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2761dependencies = [
2762 "windows_aarch64_gnullvm",
2763 "windows_aarch64_msvc 0.48.0",
2764 "windows_i686_gnu 0.48.0",
2765 "windows_i686_msvc 0.48.0",
2766 "windows_x86_64_gnu 0.48.0",
2767 "windows_x86_64_gnullvm",
2768 "windows_x86_64_msvc 0.48.0",
2769]
2770
2771[[package]]
2772name = "windows_aarch64_gnullvm"
2773version = "0.48.0"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2776
2777[[package]]
2778name = "windows_aarch64_msvc"
2779version = "0.36.1"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2782
2783[[package]]
2784name = "windows_aarch64_msvc"
2785version = "0.48.0"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2788
2789[[package]]
2790name = "windows_i686_gnu"
2791version = "0.36.1"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2794
2795[[package]]
2796name = "windows_i686_gnu"
2797version = "0.48.0"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2800
2801[[package]]
2802name = "windows_i686_msvc"
2803version = "0.36.1"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2806
2807[[package]]
2808name = "windows_i686_msvc"
2809version = "0.48.0"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2812
2813[[package]]
2814name = "windows_x86_64_gnu"
2815version = "0.36.1"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2818
2819[[package]]
2820name = "windows_x86_64_gnu"
2821version = "0.48.0"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2824
2825[[package]]
2826name = "windows_x86_64_gnullvm"
2827version = "0.48.0"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2830
2831[[package]]
2832name = "windows_x86_64_msvc"
2833version = "0.36.1"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2836
2837[[package]]
2838name = "windows_x86_64_msvc"
2839version = "0.48.0"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2842
2843[[package]]
2844name = "winreg"
2845version = "0.6.2"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
2848dependencies = [
2849 "winapi",
2850]
2851
2852[[package]]
2853name = "zeroize"
2854version = "1.5.5"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"
2857
2858[[package]]
2859name = "zstd"
2860version = "0.9.2+zstd.1.5.1"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"
2863dependencies = [
2864 "zstd-safe",
2865]
2866
2867[[package]]
2868name = "zstd-safe"
2869version = "4.1.3+zstd.1.5.1"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"
2872dependencies = [
2873 "libc",
2874 "zstd-sys",
2875]
2876
2877[[package]]
2878name = "zstd-sys"
2879version = "1.6.2+zstd.1.5.1"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"
2882dependencies = [
2883 "cc",
2884 "libc",
2885]