1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "aho-corasick"
13version = "1.0.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "android-tzdata"
22version = "0.1.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
25
26[[package]]
27name = "android_system_properties"
28version = "0.1.5"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
31dependencies = [
32 "libc",
33]
34
35[[package]]
36name = "anyhow"
37version = "1.0.71"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
40
41[[package]]
42name = "async-trait"
43version = "0.1.68"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
46dependencies = [
47 "proc-macro2",
48 "quote",
49 "syn 2.0.18",
50]
51
52[[package]]
53name = "autocfg"
54version = "1.1.0"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
57
58[[package]]
59name = "base64"
60version = "0.9.3"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
63dependencies = [
64 "byteorder",
65 "safemem",
66]
67
68[[package]]
69name = "base64"
70version = "0.13.1"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
73
74[[package]]
75name = "base64"
76version = "0.21.2"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
79
80[[package]]
81name = "bitflags"
82version = "1.3.2"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
85
86[[package]]
87name = "blake2"
88version = "0.10.6"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
91dependencies = [
92 "digest",
93]
94
95[[package]]
96name = "block-buffer"
97version = "0.10.4"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
100dependencies = [
101 "generic-array",
102]
103
104[[package]]
105name = "bumpalo"
106version = "3.13.0"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
109
110[[package]]
111name = "byteorder"
112version = "1.4.3"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
115
116[[package]]
117name = "bytes"
118version = "1.4.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
121
122[[package]]
123name = "cc"
124version = "1.0.79"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
127
128[[package]]
129name = "cfg-if"
130version = "1.0.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
133
134[[package]]
135name = "chrono"
136version = "0.4.26"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
139dependencies = [
140 "android-tzdata",
141 "iana-time-zone",
142 "js-sys",
143 "num-traits",
144 "wasm-bindgen",
145 "winapi",
146]
147
148[[package]]
149name = "chrono-tz"
150version = "0.8.2"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "cf9cc2b23599e6d7479755f3594285efb3f74a1bdca7a7374948bc831e23a552"
153dependencies = [
154 "chrono",
155 "chrono-tz-build",
156 "phf",
157]
158
159[[package]]
160name = "chrono-tz-build"
161version = "0.1.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "d9998fb9f7e9b2111641485bf8beb32f92945f97f92a3d061f744cfef335f751"
164dependencies = [
165 "parse-zoneinfo",
166 "phf",
167 "phf_codegen",
168]
169
170[[package]]
171name = "console_error_panic_hook"
172version = "0.1.7"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
175dependencies = [
176 "cfg-if",
177 "wasm-bindgen",
178]
179
180[[package]]
181name = "core-foundation"
182version = "0.9.3"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
185dependencies = [
186 "core-foundation-sys",
187 "libc",
188]
189
190[[package]]
191name = "core-foundation-sys"
192version = "0.8.4"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
195
196[[package]]
197name = "cpufeatures"
198version = "0.2.7"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
201dependencies = [
202 "libc",
203]
204
205[[package]]
206name = "crc32fast"
207version = "1.3.2"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
210dependencies = [
211 "cfg-if",
212]
213
214[[package]]
215name = "crypto-common"
216version = "0.1.6"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
219dependencies = [
220 "generic-array",
221 "typenum",
222]
223
224[[package]]
225name = "digest"
226version = "0.10.7"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
229dependencies = [
230 "block-buffer",
231 "crypto-common",
232 "subtle",
233]
234
235[[package]]
236name = "dirs-next"
237version = "2.0.0"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
240dependencies = [
241 "cfg-if",
242 "dirs-sys-next",
243]
244
245[[package]]
246name = "dirs-sys-next"
247version = "0.1.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
250dependencies = [
251 "libc",
252 "redox_users",
253 "winapi",
254]
255
256[[package]]
257name = "encoding_rs"
258version = "0.8.32"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
261dependencies = [
262 "cfg-if",
263]
264
265[[package]]
266name = "errno"
267version = "0.3.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
270dependencies = [
271 "errno-dragonfly",
272 "libc",
273 "windows-sys 0.48.0",
274]
275
276[[package]]
277name = "errno-dragonfly"
278version = "0.1.2"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
281dependencies = [
282 "cc",
283 "libc",
284]
285
286[[package]]
287name = "fallible-iterator"
288version = "0.2.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
291
292[[package]]
293name = "fastrand"
294version = "1.9.0"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
297dependencies = [
298 "instant",
299]
300
301[[package]]
302name = "filetime"
303version = "0.2.21"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
306dependencies = [
307 "cfg-if",
308 "libc",
309 "redox_syscall 0.2.16",
310 "windows-sys 0.48.0",
311]
312
313[[package]]
314name = "flate2"
315version = "1.0.26"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
318dependencies = [
319 "crc32fast",
320 "miniz_oxide",
321]
322
323[[package]]
324name = "fnv"
325version = "1.0.7"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
328
329[[package]]
330name = "foreign-types"
331version = "0.3.2"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
334dependencies = [
335 "foreign-types-shared",
336]
337
338[[package]]
339name = "foreign-types-shared"
340version = "0.1.1"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
343
344[[package]]
345name = "form_urlencoded"
346version = "1.2.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
349dependencies = [
350 "percent-encoding",
351]
352
353[[package]]
354name = "futures-channel"
355version = "0.3.28"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
358dependencies = [
359 "futures-core",
360 "futures-sink",
361]
362
363[[package]]
364name = "futures-core"
365version = "0.3.28"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
368
369[[package]]
370name = "futures-io"
371version = "0.3.28"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
374
375[[package]]
376name = "futures-macro"
377version = "0.3.28"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
380dependencies = [
381 "proc-macro2",
382 "quote",
383 "syn 2.0.18",
384]
385
386[[package]]
387name = "futures-sink"
388version = "0.3.28"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
391
392[[package]]
393name = "futures-task"
394version = "0.3.28"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
397
398[[package]]
399name = "futures-util"
400version = "0.3.28"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
403dependencies = [
404 "futures-core",
405 "futures-io",
406 "futures-macro",
407 "futures-sink",
408 "futures-task",
409 "memchr",
410 "pin-project-lite",
411 "pin-utils",
412 "slab",
413]
414
415[[package]]
416name = "generic-array"
417version = "0.14.7"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
420dependencies = [
421 "typenum",
422 "version_check",
423]
424
425[[package]]
426name = "getrandom"
427version = "0.2.10"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
430dependencies = [
431 "cfg-if",
432 "js-sys",
433 "libc",
434 "wasi",
435 "wasm-bindgen",
436]
437
438[[package]]
439name = "h2"
440version = "0.3.19"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
443dependencies = [
444 "bytes",
445 "fnv",
446 "futures-core",
447 "futures-sink",
448 "futures-util",
449 "http",
450 "indexmap",
451 "slab",
452 "tokio",
453 "tokio-util",
454 "tracing",
455]
456
457[[package]]
458name = "hashbrown"
459version = "0.12.3"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
462
463[[package]]
464name = "heck"
465version = "0.3.3"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
468dependencies = [
469 "unicode-segmentation",
470]
471
472[[package]]
473name = "hermit-abi"
474version = "0.2.6"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
477dependencies = [
478 "libc",
479]
480
481[[package]]
482name = "hermit-abi"
483version = "0.3.1"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
486
487[[package]]
488name = "hex"
489version = "0.4.3"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
492
493[[package]]
494name = "hmac"
495version = "0.12.1"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
498dependencies = [
499 "digest",
500]
501
502[[package]]
503name = "http"
504version = "0.2.9"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
507dependencies = [
508 "bytes",
509 "fnv",
510 "itoa",
511]
512
513[[package]]
514name = "http-body"
515version = "0.4.5"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
518dependencies = [
519 "bytes",
520 "http",
521 "pin-project-lite",
522]
523
524[[package]]
525name = "httparse"
526version = "1.8.0"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
529
530[[package]]
531name = "httpdate"
532version = "1.0.2"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
535
536[[package]]
537name = "hyper"
538version = "0.14.26"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
541dependencies = [
542 "bytes",
543 "futures-channel",
544 "futures-core",
545 "futures-util",
546 "h2",
547 "http",
548 "http-body",
549 "httparse",
550 "httpdate",
551 "itoa",
552 "pin-project-lite",
553 "socket2 0.4.9",
554 "tokio",
555 "tower-service",
556 "tracing",
557 "want",
558]
559
560[[package]]
561name = "hyper-on-workers"
562version = "0.1.0"
563dependencies = [
564 "console_error_panic_hook",
565 "hyper",
566 "tokio",
567 "wasm-bindgen-futures",
568 "worker",
569]
570
571[[package]]
572name = "hyper-tls"
573version = "0.5.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
576dependencies = [
577 "bytes",
578 "hyper",
579 "native-tls",
580 "tokio",
581 "tokio-native-tls",
582]
583
584[[package]]
585name = "iana-time-zone"
586version = "0.1.57"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
589dependencies = [
590 "android_system_properties",
591 "core-foundation-sys",
592 "iana-time-zone-haiku",
593 "js-sys",
594 "wasm-bindgen",
595 "windows",
596]
597
598[[package]]
599name = "iana-time-zone-haiku"
600version = "0.1.2"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
603dependencies = [
604 "cc",
605]
606
607[[package]]
608name = "id-arena"
609version = "2.2.1"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
612
613[[package]]
614name = "idna"
615version = "0.4.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
618dependencies = [
619 "unicode-bidi",
620 "unicode-normalization",
621]
622
623[[package]]
624name = "indexmap"
625version = "1.9.3"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
628dependencies = [
629 "autocfg",
630 "hashbrown",
631]
632
633[[package]]
634name = "instant"
635version = "0.1.12"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
638dependencies = [
639 "cfg-if",
640]
641
642[[package]]
643name = "io-lifetimes"
644version = "1.0.11"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
647dependencies = [
648 "hermit-abi 0.3.1",
649 "libc",
650 "windows-sys 0.48.0",
651]
652
653[[package]]
654name = "ipnet"
655version = "2.7.2"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
658
659[[package]]
660name = "itoa"
661version = "1.0.6"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
664
665[[package]]
666name = "js-sys"
667version = "0.3.63"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
670dependencies = [
671 "wasm-bindgen",
672]
673
674[[package]]
675name = "lazy_static"
676version = "1.4.0"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
679
680[[package]]
681name = "leb128"
682version = "0.2.5"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
685
686[[package]]
687name = "libc"
688version = "0.2.146"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
691
692[[package]]
693name = "linux-raw-sys"
694version = "0.3.8"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
697
698[[package]]
699name = "lock_api"
700version = "0.4.10"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
703dependencies = [
704 "autocfg",
705 "scopeguard",
706]
707
708[[package]]
709name = "log"
710version = "0.4.19"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
713
714[[package]]
715name = "matchit"
716version = "0.4.6"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "9376a4f0340565ad675d11fc1419227faf5f60cd7ac9cb2e7185a471f30af833"
719
720[[package]]
721name = "md-5"
722version = "0.10.5"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
725dependencies = [
726 "digest",
727]
728
729[[package]]
730name = "md5"
731version = "0.7.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
734
735[[package]]
736name = "memchr"
737version = "2.5.0"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
740
741[[package]]
742name = "mime"
743version = "0.3.17"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
746
747[[package]]
748name = "mime_guess"
749version = "2.0.4"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
752dependencies = [
753 "mime",
754 "unicase",
755]
756
757[[package]]
758name = "miniz_oxide"
759version = "0.7.1"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
762dependencies = [
763 "adler",
764]
765
766[[package]]
767name = "mio"
768version = "0.8.8"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
771dependencies = [
772 "libc",
773 "wasi",
774 "windows-sys 0.48.0",
775]
776
777[[package]]
778name = "native-tls"
779version = "0.2.11"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
782dependencies = [
783 "lazy_static",
784 "libc",
785 "log",
786 "openssl",
787 "openssl-probe",
788 "openssl-sys",
789 "schannel",
790 "security-framework",
791 "security-framework-sys",
792 "tempfile",
793]
794
795[[package]]
796name = "nu-ansi-term"
797version = "0.46.0"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
800dependencies = [
801 "overload",
802 "winapi",
803]
804
805[[package]]
806name = "num-traits"
807version = "0.2.15"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
810dependencies = [
811 "autocfg",
812]
813
814[[package]]
815name = "num_cpus"
816version = "1.15.0"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
819dependencies = [
820 "hermit-abi 0.2.6",
821 "libc",
822]
823
824[[package]]
825name = "once_cell"
826version = "1.18.0"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
829
830[[package]]
831name = "openssl"
832version = "0.10.54"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019"
835dependencies = [
836 "bitflags",
837 "cfg-if",
838 "foreign-types",
839 "libc",
840 "once_cell",
841 "openssl-macros",
842 "openssl-sys",
843]
844
845[[package]]
846name = "openssl-macros"
847version = "0.1.1"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
850dependencies = [
851 "proc-macro2",
852 "quote",
853 "syn 2.0.18",
854]
855
856[[package]]
857name = "openssl-probe"
858version = "0.1.5"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
861
862[[package]]
863name = "openssl-sys"
864version = "0.9.88"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617"
867dependencies = [
868 "cc",
869 "libc",
870 "pkg-config",
871 "vcpkg",
872]
873
874[[package]]
875name = "overload"
876version = "0.1.1"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
879
880[[package]]
881name = "parking_lot"
882version = "0.12.1"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
885dependencies = [
886 "lock_api",
887 "parking_lot_core",
888]
889
890[[package]]
891name = "parking_lot_core"
892version = "0.9.8"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
895dependencies = [
896 "cfg-if",
897 "libc",
898 "redox_syscall 0.3.5",
899 "smallvec",
900 "windows-targets",
901]
902
903[[package]]
904name = "parse-zoneinfo"
905version = "0.3.0"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
908dependencies = [
909 "regex",
910]
911
912[[package]]
913name = "percent-encoding"
914version = "2.3.0"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
917
918[[package]]
919name = "phf"
920version = "0.11.1"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
923dependencies = [
924 "phf_shared",
925]
926
927[[package]]
928name = "phf_codegen"
929version = "0.11.1"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
932dependencies = [
933 "phf_generator",
934 "phf_shared",
935]
936
937[[package]]
938name = "phf_generator"
939version = "0.11.1"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
942dependencies = [
943 "phf_shared",
944 "rand",
945]
946
947[[package]]
948name = "phf_shared"
949version = "0.11.1"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
952dependencies = [
953 "siphasher",
954]
955
956[[package]]
957name = "pin-project"
958version = "1.1.0"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
961dependencies = [
962 "pin-project-internal",
963]
964
965[[package]]
966name = "pin-project-internal"
967version = "1.1.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
970dependencies = [
971 "proc-macro2",
972 "quote",
973 "syn 2.0.18",
974]
975
976[[package]]
977name = "pin-project-lite"
978version = "0.2.9"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
981
982[[package]]
983name = "pin-utils"
984version = "0.1.0"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
987
988[[package]]
989name = "pkg-config"
990version = "0.3.27"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
993
994[[package]]
995name = "postgres-protocol"
996version = "0.6.5"
997source = "git+https://github.com/sfackler/rust-postgres?branch=master#790af54a0fdd5c487e77dc9a25d82921ee31ffe6"
998dependencies = [
999 "base64 0.21.2",
1000 "byteorder",
1001 "bytes",
1002 "fallible-iterator",
1003 "getrandom",
1004 "hmac",
1005 "md-5",
1006 "memchr",
1007 "rand",
1008 "sha2",
1009 "stringprep",
1010]
1011
1012[[package]]
1013name = "postgres-types"
1014version = "0.2.5"
1015source = "git+https://github.com/sfackler/rust-postgres?branch=master#790af54a0fdd5c487e77dc9a25d82921ee31ffe6"
1016dependencies = [
1017 "bytes",
1018 "fallible-iterator",
1019 "postgres-protocol",
1020]
1021
1022[[package]]
1023name = "ppv-lite86"
1024version = "0.2.17"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1027
1028[[package]]
1029name = "proc-macro2"
1030version = "1.0.60"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
1033dependencies = [
1034 "unicode-ident",
1035]
1036
1037[[package]]
1038name = "quote"
1039version = "1.0.28"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
1042dependencies = [
1043 "proc-macro2",
1044]
1045
1046[[package]]
1047name = "rand"
1048version = "0.8.5"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1051dependencies = [
1052 "libc",
1053 "rand_chacha",
1054 "rand_core",
1055]
1056
1057[[package]]
1058name = "rand_chacha"
1059version = "0.3.1"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1062dependencies = [
1063 "ppv-lite86",
1064 "rand_core",
1065]
1066
1067[[package]]
1068name = "rand_core"
1069version = "0.6.4"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1072dependencies = [
1073 "getrandom",
1074]
1075
1076[[package]]
1077name = "redox_syscall"
1078version = "0.2.16"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1081dependencies = [
1082 "bitflags",
1083]
1084
1085[[package]]
1086name = "redox_syscall"
1087version = "0.3.5"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1090dependencies = [
1091 "bitflags",
1092]
1093
1094[[package]]
1095name = "redox_users"
1096version = "0.4.3"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1099dependencies = [
1100 "getrandom",
1101 "redox_syscall 0.2.16",
1102 "thiserror",
1103]
1104
1105[[package]]
1106name = "regex"
1107version = "1.8.4"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
1110dependencies = [
1111 "aho-corasick",
1112 "memchr",
1113 "regex-syntax",
1114]
1115
1116[[package]]
1117name = "regex-syntax"
1118version = "0.7.2"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
1121
1122[[package]]
1123name = "reqwest"
1124version = "0.11.18"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
1127dependencies = [
1128 "base64 0.21.2",
1129 "bytes",
1130 "encoding_rs",
1131 "futures-core",
1132 "futures-util",
1133 "h2",
1134 "http",
1135 "http-body",
1136 "hyper",
1137 "hyper-tls",
1138 "ipnet",
1139 "js-sys",
1140 "log",
1141 "mime",
1142 "mime_guess",
1143 "native-tls",
1144 "once_cell",
1145 "percent-encoding",
1146 "pin-project-lite",
1147 "serde",
1148 "serde_json",
1149 "serde_urlencoded",
1150 "tokio",
1151 "tokio-native-tls",
1152 "tokio-util",
1153 "tower-service",
1154 "url",
1155 "wasm-bindgen",
1156 "wasm-bindgen-futures",
1157 "wasm-streams 0.2.3",
1158 "web-sys",
1159 "winreg",
1160]
1161
1162[[package]]
1163name = "retry"
1164version = "2.0.0"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "9166d72162de3575f950507683fac47e30f6f2c3836b71b7fbc61aa517c9c5f4"
1167dependencies = [
1168 "rand",
1169]
1170
1171[[package]]
1172name = "ring"
1173version = "0.16.20"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1176dependencies = [
1177 "cc",
1178 "libc",
1179 "once_cell",
1180 "spin",
1181 "untrusted",
1182 "web-sys",
1183 "winapi",
1184]
1185
1186[[package]]
1187name = "rustc-demangle"
1188version = "0.1.23"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1191
1192[[package]]
1193name = "rustix"
1194version = "0.37.20"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
1197dependencies = [
1198 "bitflags",
1199 "errno",
1200 "io-lifetimes",
1201 "libc",
1202 "linux-raw-sys",
1203 "windows-sys 0.48.0",
1204]
1205
1206[[package]]
1207name = "rustls"
1208version = "0.20.8"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
1211dependencies = [
1212 "log",
1213 "ring",
1214 "sct",
1215 "webpki",
1216]
1217
1218[[package]]
1219name = "ryu"
1220version = "1.0.13"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1223
1224[[package]]
1225name = "safemem"
1226version = "0.3.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
1229
1230[[package]]
1231name = "schannel"
1232version = "0.1.21"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1235dependencies = [
1236 "windows-sys 0.42.0",
1237]
1238
1239[[package]]
1240name = "scoped-tls"
1241version = "1.0.1"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1244
1245[[package]]
1246name = "scopeguard"
1247version = "1.1.0"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1250
1251[[package]]
1252name = "sct"
1253version = "0.7.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1256dependencies = [
1257 "ring",
1258 "untrusted",
1259]
1260
1261[[package]]
1262name = "security-framework"
1263version = "2.9.1"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
1266dependencies = [
1267 "bitflags",
1268 "core-foundation",
1269 "core-foundation-sys",
1270 "libc",
1271 "security-framework-sys",
1272]
1273
1274[[package]]
1275name = "security-framework-sys"
1276version = "2.9.0"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
1279dependencies = [
1280 "core-foundation-sys",
1281 "libc",
1282]
1283
1284[[package]]
1285name = "serde"
1286version = "1.0.164"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
1289dependencies = [
1290 "serde_derive",
1291]
1292
1293[[package]]
1294name = "serde-wasm-bindgen"
1295version = "0.5.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e"
1298dependencies = [
1299 "js-sys",
1300 "serde",
1301 "wasm-bindgen",
1302]
1303
1304[[package]]
1305name = "serde_derive"
1306version = "1.0.164"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
1309dependencies = [
1310 "proc-macro2",
1311 "quote",
1312 "syn 2.0.18",
1313]
1314
1315[[package]]
1316name = "serde_json"
1317version = "1.0.96"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
1320dependencies = [
1321 "itoa",
1322 "ryu",
1323 "serde",
1324]
1325
1326[[package]]
1327name = "serde_urlencoded"
1328version = "0.7.1"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1331dependencies = [
1332 "form_urlencoded",
1333 "itoa",
1334 "ryu",
1335 "serde",
1336]
1337
1338[[package]]
1339name = "sha-1"
1340version = "0.10.1"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
1343dependencies = [
1344 "cfg-if",
1345 "cpufeatures",
1346 "digest",
1347]
1348
1349[[package]]
1350name = "sha2"
1351version = "0.10.7"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
1354dependencies = [
1355 "cfg-if",
1356 "cpufeatures",
1357 "digest",
1358]
1359
1360[[package]]
1361name = "sharded-slab"
1362version = "0.1.4"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
1365dependencies = [
1366 "lazy_static",
1367]
1368
1369[[package]]
1370name = "siphasher"
1371version = "0.3.10"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
1374
1375[[package]]
1376name = "slab"
1377version = "0.4.8"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1380dependencies = [
1381 "autocfg",
1382]
1383
1384[[package]]
1385name = "smallvec"
1386version = "1.10.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1389
1390[[package]]
1391name = "socket2"
1392version = "0.4.9"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1395dependencies = [
1396 "libc",
1397 "winapi",
1398]
1399
1400[[package]]
1401name = "socket2"
1402version = "0.5.3"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
1405dependencies = [
1406 "libc",
1407 "windows-sys 0.48.0",
1408]
1409
1410[[package]]
1411name = "spin"
1412version = "0.5.2"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1415
1416[[package]]
1417name = "stringprep"
1418version = "0.1.2"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
1421dependencies = [
1422 "unicode-bidi",
1423 "unicode-normalization",
1424]
1425
1426[[package]]
1427name = "subtle"
1428version = "2.5.0"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
1431
1432[[package]]
1433name = "syn"
1434version = "1.0.109"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1437dependencies = [
1438 "proc-macro2",
1439 "quote",
1440 "unicode-ident",
1441]
1442
1443[[package]]
1444name = "syn"
1445version = "2.0.18"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
1448dependencies = [
1449 "proc-macro2",
1450 "quote",
1451 "unicode-ident",
1452]
1453
1454[[package]]
1455name = "tar"
1456version = "0.4.38"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
1459dependencies = [
1460 "filetime",
1461 "libc",
1462 "xattr",
1463]
1464
1465[[package]]
1466name = "tempfile"
1467version = "3.6.0"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
1470dependencies = [
1471 "autocfg",
1472 "cfg-if",
1473 "fastrand",
1474 "redox_syscall 0.3.5",
1475 "rustix",
1476 "windows-sys 0.48.0",
1477]
1478
1479[[package]]
1480name = "thiserror"
1481version = "1.0.40"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1484dependencies = [
1485 "thiserror-impl",
1486]
1487
1488[[package]]
1489name = "thiserror-impl"
1490version = "1.0.40"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1493dependencies = [
1494 "proc-macro2",
1495 "quote",
1496 "syn 2.0.18",
1497]
1498
1499[[package]]
1500name = "thread_local"
1501version = "1.1.7"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
1504dependencies = [
1505 "cfg-if",
1506 "once_cell",
1507]
1508
1509[[package]]
1510name = "time"
1511version = "0.3.22"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
1514dependencies = [
1515 "itoa",
1516 "js-sys",
1517 "serde",
1518 "time-core",
1519 "time-macros",
1520]
1521
1522[[package]]
1523name = "time-core"
1524version = "0.1.1"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
1527
1528[[package]]
1529name = "time-macros"
1530version = "0.2.9"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
1533dependencies = [
1534 "time-core",
1535]
1536
1537[[package]]
1538name = "tinyvec"
1539version = "1.6.0"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1542dependencies = [
1543 "tinyvec_macros",
1544]
1545
1546[[package]]
1547name = "tinyvec_macros"
1548version = "0.1.1"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1551
1552[[package]]
1553name = "tokio"
1554version = "1.28.2"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
1557dependencies = [
1558 "autocfg",
1559 "bytes",
1560 "libc",
1561 "mio",
1562 "num_cpus",
1563 "pin-project-lite",
1564 "socket2 0.4.9",
1565 "tokio-macros",
1566 "windows-sys 0.48.0",
1567]
1568
1569[[package]]
1570name = "tokio-macros"
1571version = "2.1.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
1574dependencies = [
1575 "proc-macro2",
1576 "quote",
1577 "syn 2.0.18",
1578]
1579
1580[[package]]
1581name = "tokio-native-tls"
1582version = "0.3.1"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1585dependencies = [
1586 "native-tls",
1587 "tokio",
1588]
1589
1590[[package]]
1591name = "tokio-postgres"
1592version = "0.7.8"
1593source = "git+https://github.com/sfackler/rust-postgres?branch=master#790af54a0fdd5c487e77dc9a25d82921ee31ffe6"
1594dependencies = [
1595 "async-trait",
1596 "byteorder",
1597 "bytes",
1598 "fallible-iterator",
1599 "futures-channel",
1600 "futures-util",
1601 "log",
1602 "parking_lot",
1603 "percent-encoding",
1604 "phf",
1605 "pin-project-lite",
1606 "postgres-protocol",
1607 "postgres-types",
1608 "socket2 0.5.3",
1609 "tokio",
1610 "tokio-util",
1611]
1612
1613[[package]]
1614name = "tokio-postgres-on-workers"
1615version = "0.1.0"
1616dependencies = [
1617 "tokio-postgres",
1618 "worker",
1619]
1620
1621[[package]]
1622name = "tokio-util"
1623version = "0.7.8"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
1626dependencies = [
1627 "bytes",
1628 "futures-core",
1629 "futures-sink",
1630 "pin-project-lite",
1631 "tokio",
1632 "tracing",
1633]
1634
1635[[package]]
1636name = "tower-service"
1637version = "0.3.2"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1640
1641[[package]]
1642name = "tracing"
1643version = "0.1.37"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1646dependencies = [
1647 "cfg-if",
1648 "pin-project-lite",
1649 "tracing-attributes",
1650 "tracing-core",
1651]
1652
1653[[package]]
1654name = "tracing-attributes"
1655version = "0.1.24"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
1658dependencies = [
1659 "proc-macro2",
1660 "quote",
1661 "syn 2.0.18",
1662]
1663
1664[[package]]
1665name = "tracing-core"
1666version = "0.1.31"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
1669dependencies = [
1670 "once_cell",
1671 "valuable",
1672]
1673
1674[[package]]
1675name = "tracing-log"
1676version = "0.1.3"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
1679dependencies = [
1680 "lazy_static",
1681 "log",
1682 "tracing-core",
1683]
1684
1685[[package]]
1686name = "tracing-on-workers"
1687version = "0.1.0"
1688dependencies = [
1689 "time",
1690 "tracing",
1691 "tracing-subscriber",
1692 "tracing-web",
1693 "worker",
1694]
1695
1696[[package]]
1697name = "tracing-serde"
1698version = "0.1.3"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
1701dependencies = [
1702 "serde",
1703 "tracing-core",
1704]
1705
1706[[package]]
1707name = "tracing-subscriber"
1708version = "0.3.17"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
1711dependencies = [
1712 "nu-ansi-term",
1713 "serde",
1714 "serde_json",
1715 "sharded-slab",
1716 "smallvec",
1717 "thread_local",
1718 "time",
1719 "tracing-core",
1720 "tracing-log",
1721 "tracing-serde",
1722]
1723
1724[[package]]
1725name = "tracing-web"
1726version = "0.1.2"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "0ff5efc53ed5a7c4b99b3dd24fd10f41e7aa1b284a4e64ae9167d97e31afe124"
1729dependencies = [
1730 "js-sys",
1731 "tracing-core",
1732 "tracing-subscriber",
1733 "wasm-bindgen",
1734 "web-sys",
1735]
1736
1737[[package]]
1738name = "try-lock"
1739version = "0.2.4"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1742
1743[[package]]
1744name = "tungstenite"
1745version = "0.17.3"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
1748dependencies = [
1749 "base64 0.13.1",
1750 "byteorder",
1751 "bytes",
1752 "http",
1753 "httparse",
1754 "log",
1755 "rand",
1756 "sha-1",
1757 "thiserror",
1758 "url",
1759 "utf-8",
1760]
1761
1762[[package]]
1763name = "typenum"
1764version = "1.16.0"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
1767
1768[[package]]
1769name = "unicase"
1770version = "2.6.0"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1773dependencies = [
1774 "version_check",
1775]
1776
1777[[package]]
1778name = "unicode-bidi"
1779version = "0.3.13"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1782
1783[[package]]
1784name = "unicode-ident"
1785version = "1.0.9"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
1788
1789[[package]]
1790name = "unicode-normalization"
1791version = "0.1.22"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1794dependencies = [
1795 "tinyvec",
1796]
1797
1798[[package]]
1799name = "unicode-segmentation"
1800version = "1.10.1"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
1803
1804[[package]]
1805name = "untrusted"
1806version = "0.7.1"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1809
1810[[package]]
1811name = "ureq"
1812version = "2.6.2"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d"
1815dependencies = [
1816 "base64 0.13.1",
1817 "flate2",
1818 "log",
1819 "once_cell",
1820 "rustls",
1821 "url",
1822 "webpki",
1823 "webpki-roots",
1824]
1825
1826[[package]]
1827name = "url"
1828version = "2.4.0"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
1831dependencies = [
1832 "form_urlencoded",
1833 "idna",
1834 "percent-encoding",
1835]
1836
1837[[package]]
1838name = "utf-8"
1839version = "0.7.6"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1842
1843[[package]]
1844name = "uuid"
1845version = "1.3.3"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
1848dependencies = [
1849 "getrandom",
1850 "serde",
1851]
1852
1853[[package]]
1854name = "valuable"
1855version = "0.1.0"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
1858
1859[[package]]
1860name = "vcpkg"
1861version = "0.2.15"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1864
1865[[package]]
1866name = "version_check"
1867version = "0.9.4"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1870
1871[[package]]
1872name = "walrus"
1873version = "0.19.0"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8"
1876dependencies = [
1877 "anyhow",
1878 "id-arena",
1879 "leb128",
1880 "log",
1881 "walrus-macro",
1882 "wasmparser",
1883]
1884
1885[[package]]
1886name = "walrus-macro"
1887version = "0.19.0"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
1890dependencies = [
1891 "heck",
1892 "proc-macro2",
1893 "quote",
1894 "syn 1.0.109",
1895]
1896
1897[[package]]
1898name = "want"
1899version = "0.3.0"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1902dependencies = [
1903 "log",
1904 "try-lock",
1905]
1906
1907[[package]]
1908name = "wasi"
1909version = "0.11.0+wasi-snapshot-preview1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1912
1913[[package]]
1914name = "wasm-bindgen"
1915version = "0.2.86"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
1918dependencies = [
1919 "cfg-if",
1920 "wasm-bindgen-macro",
1921]
1922
1923[[package]]
1924name = "wasm-bindgen-backend"
1925version = "0.2.86"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
1928dependencies = [
1929 "bumpalo",
1930 "log",
1931 "once_cell",
1932 "proc-macro2",
1933 "quote",
1934 "syn 2.0.18",
1935 "wasm-bindgen-shared",
1936]
1937
1938[[package]]
1939name = "wasm-bindgen-cli-support"
1940version = "0.2.86"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "8315d6503415e5d44ff64f1ba34aefd8264c561df17e0f1c8eb8c96bde79c45e"
1943dependencies = [
1944 "anyhow",
1945 "base64 0.9.3",
1946 "log",
1947 "rustc-demangle",
1948 "serde_json",
1949 "tempfile",
1950 "unicode-ident",
1951 "walrus",
1952 "wasm-bindgen-externref-xform",
1953 "wasm-bindgen-multi-value-xform",
1954 "wasm-bindgen-shared",
1955 "wasm-bindgen-threads-xform",
1956 "wasm-bindgen-wasm-conventions",
1957 "wasm-bindgen-wasm-interpreter",
1958]
1959
1960[[package]]
1961name = "wasm-bindgen-externref-xform"
1962version = "0.2.86"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "4522bf3be16c6274c87a5a2c5d2a62efa80253b025f8e813f9682d0d6a8a8fca"
1965dependencies = [
1966 "anyhow",
1967 "walrus",
1968]
1969
1970[[package]]
1971name = "wasm-bindgen-futures"
1972version = "0.4.36"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
1975dependencies = [
1976 "cfg-if",
1977 "js-sys",
1978 "wasm-bindgen",
1979 "web-sys",
1980]
1981
1982[[package]]
1983name = "wasm-bindgen-macro"
1984version = "0.2.86"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
1987dependencies = [
1988 "quote",
1989 "wasm-bindgen-macro-support",
1990]
1991
1992[[package]]
1993name = "wasm-bindgen-macro-support"
1994version = "0.2.86"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
1997dependencies = [
1998 "proc-macro2",
1999 "quote",
2000 "syn 2.0.18",
2001 "wasm-bindgen-backend",
2002 "wasm-bindgen-shared",
2003]
2004
2005[[package]]
2006name = "wasm-bindgen-multi-value-xform"
2007version = "0.2.86"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "113256596776ebb4b243512d3711e73d5475eaeff373e1ae65427c66e5aa2073"
2010dependencies = [
2011 "anyhow",
2012 "walrus",
2013]
2014
2015[[package]]
2016name = "wasm-bindgen-shared"
2017version = "0.2.86"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
2020
2021[[package]]
2022name = "wasm-bindgen-test"
2023version = "0.3.36"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "c9e636f3a428ff62b3742ebc3c70e254dfe12b8c2b469d688ea59cdd4abcf502"
2026dependencies = [
2027 "console_error_panic_hook",
2028 "js-sys",
2029 "scoped-tls",
2030 "wasm-bindgen",
2031 "wasm-bindgen-futures",
2032 "wasm-bindgen-test-macro",
2033]
2034
2035[[package]]
2036name = "wasm-bindgen-test-macro"
2037version = "0.3.36"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "f18c1fad2f7c4958e7bcce014fa212f59a65d5e3721d0f77e6c0b27ede936ba3"
2040dependencies = [
2041 "proc-macro2",
2042 "quote",
2043]
2044
2045[[package]]
2046name = "wasm-bindgen-threads-xform"
2047version = "0.2.86"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "89106aaf83a2b80464fc8f60a074a4575135b73a491e174f35bbeae6ff0d7ec6"
2050dependencies = [
2051 "anyhow",
2052 "walrus",
2053 "wasm-bindgen-wasm-conventions",
2054]
2055
2056[[package]]
2057name = "wasm-bindgen-wasm-conventions"
2058version = "0.2.86"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "84e5ad27a7930400994cb40823d3d4a7ef235fac52d0c75ebd61fa40eba994a8"
2061dependencies = [
2062 "anyhow",
2063 "walrus",
2064]
2065
2066[[package]]
2067name = "wasm-bindgen-wasm-interpreter"
2068version = "0.2.86"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "e69500063b7b20f3e9422d78c2b381dd192c7c4ebaef34d205332877cd78e0d3"
2071dependencies = [
2072 "anyhow",
2073 "log",
2074 "walrus",
2075 "wasm-bindgen-wasm-conventions",
2076]
2077
2078[[package]]
2079name = "wasm-streams"
2080version = "0.2.3"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
2083dependencies = [
2084 "futures-util",
2085 "js-sys",
2086 "wasm-bindgen",
2087 "wasm-bindgen-futures",
2088 "web-sys",
2089]
2090
2091[[package]]
2092name = "wasm-streams"
2093version = "0.3.0"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
2096dependencies = [
2097 "futures-util",
2098 "js-sys",
2099 "wasm-bindgen",
2100 "wasm-bindgen-futures",
2101 "web-sys",
2102]
2103
2104[[package]]
2105name = "wasmparser"
2106version = "0.77.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "5fe3d5405e9ea6c1317a656d6e0820912d8b7b3607823a7596117c8f666daf6f"
2109
2110[[package]]
2111name = "web-sys"
2112version = "0.3.63"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
2115dependencies = [
2116 "js-sys",
2117 "wasm-bindgen",
2118]
2119
2120[[package]]
2121name = "webpki"
2122version = "0.22.0"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2125dependencies = [
2126 "ring",
2127 "untrusted",
2128]
2129
2130[[package]]
2131name = "webpki-roots"
2132version = "0.22.6"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2135dependencies = [
2136 "webpki",
2137]
2138
2139[[package]]
2140name = "winapi"
2141version = "0.3.9"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2144dependencies = [
2145 "winapi-i686-pc-windows-gnu",
2146 "winapi-x86_64-pc-windows-gnu",
2147]
2148
2149[[package]]
2150name = "winapi-i686-pc-windows-gnu"
2151version = "0.4.0"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2154
2155[[package]]
2156name = "winapi-x86_64-pc-windows-gnu"
2157version = "0.4.0"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2160
2161[[package]]
2162name = "windows"
2163version = "0.48.0"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2166dependencies = [
2167 "windows-targets",
2168]
2169
2170[[package]]
2171name = "windows-sys"
2172version = "0.42.0"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2175dependencies = [
2176 "windows_aarch64_gnullvm 0.42.2",
2177 "windows_aarch64_msvc 0.42.2",
2178 "windows_i686_gnu 0.42.2",
2179 "windows_i686_msvc 0.42.2",
2180 "windows_x86_64_gnu 0.42.2",
2181 "windows_x86_64_gnullvm 0.42.2",
2182 "windows_x86_64_msvc 0.42.2",
2183]
2184
2185[[package]]
2186name = "windows-sys"
2187version = "0.48.0"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2190dependencies = [
2191 "windows-targets",
2192]
2193
2194[[package]]
2195name = "windows-targets"
2196version = "0.48.0"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2199dependencies = [
2200 "windows_aarch64_gnullvm 0.48.0",
2201 "windows_aarch64_msvc 0.48.0",
2202 "windows_i686_gnu 0.48.0",
2203 "windows_i686_msvc 0.48.0",
2204 "windows_x86_64_gnu 0.48.0",
2205 "windows_x86_64_gnullvm 0.48.0",
2206 "windows_x86_64_msvc 0.48.0",
2207]
2208
2209[[package]]
2210name = "windows_aarch64_gnullvm"
2211version = "0.42.2"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2214
2215[[package]]
2216name = "windows_aarch64_gnullvm"
2217version = "0.48.0"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2220
2221[[package]]
2222name = "windows_aarch64_msvc"
2223version = "0.42.2"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2226
2227[[package]]
2228name = "windows_aarch64_msvc"
2229version = "0.48.0"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2232
2233[[package]]
2234name = "windows_i686_gnu"
2235version = "0.42.2"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2238
2239[[package]]
2240name = "windows_i686_gnu"
2241version = "0.48.0"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2244
2245[[package]]
2246name = "windows_i686_msvc"
2247version = "0.42.2"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2250
2251[[package]]
2252name = "windows_i686_msvc"
2253version = "0.48.0"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2256
2257[[package]]
2258name = "windows_x86_64_gnu"
2259version = "0.42.2"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2262
2263[[package]]
2264name = "windows_x86_64_gnu"
2265version = "0.48.0"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2268
2269[[package]]
2270name = "windows_x86_64_gnullvm"
2271version = "0.42.2"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2274
2275[[package]]
2276name = "windows_x86_64_gnullvm"
2277version = "0.48.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2280
2281[[package]]
2282name = "windows_x86_64_msvc"
2283version = "0.42.2"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2286
2287[[package]]
2288name = "windows_x86_64_msvc"
2289version = "0.48.0"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2292
2293[[package]]
2294name = "winreg"
2295version = "0.10.1"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2298dependencies = [
2299 "winapi",
2300]
2301
2302[[package]]
2303name = "worker"
2304version = "0.0.18"
2305dependencies = [
2306 "async-trait",
2307 "chrono",
2308 "chrono-tz",
2309 "futures-channel",
2310 "futures-util",
2311 "http",
2312 "js-sys",
2313 "matchit",
2314 "pin-project",
2315 "serde",
2316 "serde-wasm-bindgen",
2317 "serde_json",
2318 "tokio",
2319 "url",
2320 "wasm-bindgen",
2321 "wasm-bindgen-futures",
2322 "wasm-streams 0.3.0",
2323 "web-sys",
2324 "worker-kv",
2325 "worker-macros",
2326 "worker-sys",
2327]
2328
2329[[package]]
2330name = "worker-build"
2331version = "0.0.10"
2332dependencies = [
2333 "anyhow",
2334 "dirs-next",
2335 "flate2",
2336 "tar",
2337 "ureq",
2338 "wasm-bindgen-cli-support",
2339]
2340
2341[[package]]
2342name = "worker-kv"
2343version = "0.6.0"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "3d4b9fe1a87b7aef252fceb4f30bf6303036a5de329c81ccad9be9c35d1fdbc7"
2346dependencies = [
2347 "js-sys",
2348 "serde",
2349 "serde-wasm-bindgen",
2350 "serde_json",
2351 "thiserror",
2352 "wasm-bindgen",
2353 "wasm-bindgen-futures",
2354]
2355
2356[[package]]
2357name = "worker-macros"
2358version = "0.0.10"
2359dependencies = [
2360 "async-trait",
2361 "proc-macro2",
2362 "quote",
2363 "syn 2.0.18",
2364 "wasm-bindgen",
2365 "wasm-bindgen-futures",
2366 "wasm-bindgen-macro-support",
2367 "worker-sys",
2368]
2369
2370[[package]]
2371name = "worker-sandbox"
2372version = "0.1.0"
2373dependencies = [
2374 "blake2",
2375 "cfg-if",
2376 "chrono",
2377 "console_error_panic_hook",
2378 "futures-channel",
2379 "futures-util",
2380 "getrandom",
2381 "hex",
2382 "http",
2383 "md5",
2384 "rand",
2385 "regex",
2386 "reqwest",
2387 "retry",
2388 "serde",
2389 "serde-wasm-bindgen",
2390 "serde_json",
2391 "tokio",
2392 "tungstenite",
2393 "uuid",
2394 "wasm-bindgen-test",
2395 "worker",
2396]
2397
2398[[package]]
2399name = "worker-sys"
2400version = "0.0.10"
2401dependencies = [
2402 "cfg-if",
2403 "js-sys",
2404 "wasm-bindgen",
2405 "web-sys",
2406]
2407
2408[[package]]
2409name = "xattr"
2410version = "0.2.3"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
2413dependencies = [
2414 "libc",
2415]