1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.17.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "aes"
22version = "0.7.5"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
25dependencies = [
26 "cfg-if",
27 "cipher",
28 "cpufeatures",
29 "opaque-debug",
30]
31
32[[package]]
33name = "ahash"
34version = "0.7.6"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
37dependencies = [
38 "getrandom",
39 "once_cell",
40 "version_check",
41]
42
43[[package]]
44name = "aho-corasick"
45version = "0.7.20"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
48dependencies = [
49 "memchr",
50]
51
52[[package]]
53name = "android_system_properties"
54version = "0.1.5"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
57dependencies = [
58 "libc",
59]
60
61[[package]]
62name = "anstream"
63version = "0.5.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
66dependencies = [
67 "anstyle",
68 "anstyle-parse",
69 "anstyle-query",
70 "anstyle-wincon",
71 "colorchoice",
72 "utf8parse",
73]
74
75[[package]]
76name = "anstyle"
77version = "1.0.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
80
81[[package]]
82name = "anstyle-parse"
83version = "0.2.1"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
86dependencies = [
87 "utf8parse",
88]
89
90[[package]]
91name = "anstyle-query"
92version = "1.0.0"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
95dependencies = [
96 "windows-sys 0.48.0",
97]
98
99[[package]]
100name = "anstyle-wincon"
101version = "2.1.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
104dependencies = [
105 "anstyle",
106 "windows-sys 0.48.0",
107]
108
109[[package]]
110name = "anyhow"
111version = "1.0.66"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
114
115[[package]]
116name = "anymap2"
117version = "0.13.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
120
121[[package]]
122name = "ascii-canvas"
123version = "3.0.0"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
126dependencies = [
127 "term",
128]
129
130[[package]]
131name = "async-priority-channel"
132version = "0.1.0"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "c21678992e1b21bebfe2bc53ab5f5f68c106eddab31b24e0bb06e9b715a86640"
135dependencies = [
136 "event-listener",
137]
138
139[[package]]
140name = "async-recursion"
141version = "1.0.0"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
144dependencies = [
145 "proc-macro2",
146 "quote",
147 "syn 1.0.103",
148]
149
150[[package]]
151name = "async-trait"
152version = "0.1.58"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
155dependencies = [
156 "proc-macro2",
157 "quote",
158 "syn 1.0.103",
159]
160
161[[package]]
162name = "atomic-take"
163version = "1.0.0"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "f9f65e4fb35ff6a80b3298d1f028649f3a23da141fa3951e9b24dde1d515b67e"
166
167[[package]]
168name = "autocfg"
169version = "1.1.0"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
172
173[[package]]
174name = "aws-config"
175version = "0.53.0"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "741327a7f70e6e639bdb5061964c66250460c70ad3f59c3fe2a3a64ac1484e33"
178dependencies = [
179 "aws-credential-types",
180 "aws-http",
181 "aws-sdk-sso",
182 "aws-sdk-sts",
183 "aws-smithy-async",
184 "aws-smithy-client",
185 "aws-smithy-http",
186 "aws-smithy-http-tower",
187 "aws-smithy-json",
188 "aws-smithy-types",
189 "aws-types",
190 "bytes",
191 "hex 0.4.3",
192 "http",
193 "hyper",
194 "ring",
195 "time 0.3.17",
196 "tokio",
197 "tower",
198 "tracing",
199 "zeroize",
200]
201
202[[package]]
203name = "aws-credential-types"
204version = "0.53.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "5f99dd587a46af58f8cf37773687ecec19d0373a5954942d7e0f405751fe2369"
207dependencies = [
208 "aws-smithy-async",
209 "aws-smithy-types",
210 "tokio",
211 "tracing",
212 "zeroize",
213]
214
215[[package]]
216name = "aws-endpoint"
217version = "0.53.0"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "13fdfc00c57d95e10bcf83d2331c4ae9ca460ca84dc983b2cdd692de87640389"
220dependencies = [
221 "aws-smithy-http",
222 "aws-smithy-types",
223 "aws-types",
224 "http",
225 "regex",
226 "tracing",
227]
228
229[[package]]
230name = "aws-http"
231version = "0.53.0"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "74cdac70481d144bf7001c27884b95ee12c8f62e61db90320d59b673ae121cb8"
234dependencies = [
235 "aws-credential-types",
236 "aws-smithy-http",
237 "aws-smithy-types",
238 "aws-types",
239 "bytes",
240 "http",
241 "http-body",
242 "lazy_static",
243 "percent-encoding",
244 "pin-project-lite",
245 "tracing",
246]
247
248[[package]]
249name = "aws-sdk-iam"
250version = "0.23.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "ed6d940e3dfda67712700b48e8f3c4758dfceff9f968b4f7dc81de5f6c159ba3"
253dependencies = [
254 "aws-credential-types",
255 "aws-endpoint",
256 "aws-http",
257 "aws-sig-auth",
258 "aws-smithy-async",
259 "aws-smithy-client",
260 "aws-smithy-http",
261 "aws-smithy-http-tower",
262 "aws-smithy-json",
263 "aws-smithy-query",
264 "aws-smithy-types",
265 "aws-smithy-xml",
266 "aws-types",
267 "bytes",
268 "http",
269 "regex",
270 "tokio-stream",
271 "tower",
272 "tracing",
273 "url",
274]
275
276[[package]]
277name = "aws-sdk-lambda"
278version = "0.23.0"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "76920987023931bb62faa01800ea9b68e15209b5aa176c7bb20834bb66c95e46"
281dependencies = [
282 "aws-credential-types",
283 "aws-endpoint",
284 "aws-http",
285 "aws-sig-auth",
286 "aws-smithy-async",
287 "aws-smithy-client",
288 "aws-smithy-http",
289 "aws-smithy-http-tower",
290 "aws-smithy-json",
291 "aws-smithy-types",
292 "aws-types",
293 "bytes",
294 "http",
295 "regex",
296 "tokio-stream",
297 "tower",
298 "tracing",
299 "url",
300]
301
302[[package]]
303name = "aws-sdk-s3"
304version = "0.23.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "5ae411cb03ea6df0d4c4340a0d3c15cab7b19715d091f76c5629f31acd6403f3"
307dependencies = [
308 "aws-credential-types",
309 "aws-endpoint",
310 "aws-http",
311 "aws-sig-auth",
312 "aws-sigv4",
313 "aws-smithy-async",
314 "aws-smithy-checksums",
315 "aws-smithy-client",
316 "aws-smithy-eventstream",
317 "aws-smithy-http",
318 "aws-smithy-http-tower",
319 "aws-smithy-json",
320 "aws-smithy-types",
321 "aws-smithy-xml",
322 "aws-types",
323 "bytes",
324 "bytes-utils",
325 "fastrand",
326 "http",
327 "http-body",
328 "once_cell",
329 "percent-encoding",
330 "regex",
331 "tokio-stream",
332 "tower",
333 "tracing",
334 "url",
335]
336
337[[package]]
338name = "aws-sdk-sso"
339version = "0.23.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "d5d2fb56182ac693a19364cc0bde22d95aef9be3663bf9b906ffbd0ab0a7c7d1"
342dependencies = [
343 "aws-credential-types",
344 "aws-endpoint",
345 "aws-http",
346 "aws-sig-auth",
347 "aws-smithy-async",
348 "aws-smithy-client",
349 "aws-smithy-http",
350 "aws-smithy-http-tower",
351 "aws-smithy-json",
352 "aws-smithy-types",
353 "aws-types",
354 "bytes",
355 "http",
356 "regex",
357 "tokio-stream",
358 "tower",
359 "url",
360]
361
362[[package]]
363name = "aws-sdk-sts"
364version = "0.23.0"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "a70adf3e9518c8d6d14f1239f6af04c019ffd260ab791e17deb11f1bce6a9f76"
367dependencies = [
368 "aws-credential-types",
369 "aws-endpoint",
370 "aws-http",
371 "aws-sig-auth",
372 "aws-smithy-async",
373 "aws-smithy-client",
374 "aws-smithy-http",
375 "aws-smithy-http-tower",
376 "aws-smithy-json",
377 "aws-smithy-query",
378 "aws-smithy-types",
379 "aws-smithy-xml",
380 "aws-types",
381 "bytes",
382 "http",
383 "regex",
384 "tower",
385 "tracing",
386 "url",
387]
388
389[[package]]
390name = "aws-sig-auth"
391version = "0.53.0"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "22af7f6515f8b51dabef87df1d901c9734e4e367791c6d0e1082f9f31528120e"
394dependencies = [
395 "aws-credential-types",
396 "aws-sigv4",
397 "aws-smithy-eventstream",
398 "aws-smithy-http",
399 "aws-types",
400 "http",
401 "tracing",
402]
403
404[[package]]
405name = "aws-sigv4"
406version = "0.53.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "eee0d796882321e91ca7b991ab6193864e04b605be3a6c18adb9134a90d5a860"
409dependencies = [
410 "aws-smithy-eventstream",
411 "aws-smithy-http",
412 "bytes",
413 "form_urlencoded",
414 "hex 0.4.3",
415 "hmac",
416 "http",
417 "once_cell",
418 "percent-encoding",
419 "regex",
420 "sha2",
421 "time 0.3.17",
422 "tracing",
423]
424
425[[package]]
426name = "aws-smithy-async"
427version = "0.53.1"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "d8b9900be224962d65a626072d8777f847ae5406c07547f0dc14c60048978c4b"
430dependencies = [
431 "futures-util",
432 "pin-project-lite",
433 "tokio",
434 "tokio-stream",
435]
436
437[[package]]
438name = "aws-smithy-checksums"
439version = "0.53.1"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "85e9e4d3c2296bcec2c03f9f769ac9b2424d972c2fe7afc0b59235447ac3a5c3"
442dependencies = [
443 "aws-smithy-http",
444 "aws-smithy-types",
445 "bytes",
446 "crc32c",
447 "crc32fast",
448 "hex 0.4.3",
449 "http",
450 "http-body",
451 "md-5",
452 "pin-project-lite",
453 "sha1",
454 "sha2",
455 "tracing",
456]
457
458[[package]]
459name = "aws-smithy-client"
460version = "0.53.1"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "710ca0f8dacddda5fbcaf5c3cd9d02da7913fd463a2ee9555b617bf168bedacb"
463dependencies = [
464 "aws-smithy-async",
465 "aws-smithy-http",
466 "aws-smithy-http-tower",
467 "aws-smithy-types",
468 "bytes",
469 "fastrand",
470 "http",
471 "http-body",
472 "hyper",
473 "hyper-rustls",
474 "lazy_static",
475 "pin-project-lite",
476 "tokio",
477 "tower",
478 "tracing",
479]
480
481[[package]]
482name = "aws-smithy-eventstream"
483version = "0.53.1"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "8d1ff11ee22de3581114b60d4ae8e700638dacb5b5bbe6769726e251e6c3f20a"
486dependencies = [
487 "aws-smithy-types",
488 "bytes",
489 "crc32fast",
490]
491
492[[package]]
493name = "aws-smithy-http"
494version = "0.53.1"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "29dcab29afbea7726f5c10c7be0c38666d7eb07db551580b3b26ed7cfb5d1935"
497dependencies = [
498 "aws-smithy-eventstream",
499 "aws-smithy-types",
500 "bytes",
501 "bytes-utils",
502 "futures-core",
503 "http",
504 "http-body",
505 "hyper",
506 "once_cell",
507 "percent-encoding",
508 "pin-project-lite",
509 "pin-utils",
510 "tokio",
511 "tokio-util",
512 "tracing",
513]
514
515[[package]]
516name = "aws-smithy-http-tower"
517version = "0.53.1"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "f5856d2f1063c0f726a85f32dcd2a9f5a1d994eb27b156abccafc7260f3f471d"
520dependencies = [
521 "aws-smithy-http",
522 "aws-smithy-types",
523 "bytes",
524 "http",
525 "http-body",
526 "pin-project-lite",
527 "tower",
528 "tracing",
529]
530
531[[package]]
532name = "aws-smithy-json"
533version = "0.53.1"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "dfb33659b68480495b5f906b946c8642928440118b1d7e26a25a067303ca01a5"
536dependencies = [
537 "aws-smithy-types",
538]
539
540[[package]]
541name = "aws-smithy-query"
542version = "0.53.1"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "9c4b21ee0e30ff046e87c7b7e017b99d445b42a81fe52c6e5139b23b795a98ae"
545dependencies = [
546 "aws-smithy-types",
547 "urlencoding",
548]
549
550[[package]]
551name = "aws-smithy-types"
552version = "0.53.1"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "2013465a070decdeb3e85ceb3370ae85ba05f56f914abfd89858d7281c4f12c3"
555dependencies = [
556 "base64-simd",
557 "itoa",
558 "num-integer",
559 "ryu",
560 "time 0.3.17",
561]
562
563[[package]]
564name = "aws-smithy-xml"
565version = "0.53.1"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "6d27bfaa164aa94aac721726a83aa78abe708a275e88a573e103b4961c5f0ede"
568dependencies = [
569 "xmlparser",
570]
571
572[[package]]
573name = "aws-types"
574version = "0.53.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "61f00f4b0cdd345686e6389f3343a3020f93232d20040802b87673ddc2d02956"
577dependencies = [
578 "aws-credential-types",
579 "aws-smithy-async",
580 "aws-smithy-client",
581 "aws-smithy-http",
582 "aws-smithy-types",
583 "http",
584 "rustc_version",
585 "tracing",
586]
587
588[[package]]
589name = "aws_lambda_events"
590version = "0.6.3"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "55d7e5deac5e49330042b4e174dafe84ebf71685bfcd94f285bac7aa31e0aeb1"
593dependencies = [
594 "base64 0.13.1",
595 "bytes",
596 "chrono",
597 "http",
598 "http-body",
599 "http-serde",
600 "query_map",
601 "serde",
602 "serde_derive",
603 "serde_json",
604]
605
606[[package]]
607name = "axum"
608version = "0.5.17"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
611dependencies = [
612 "async-trait",
613 "axum-core",
614 "bitflags",
615 "bytes",
616 "futures-util",
617 "http",
618 "http-body",
619 "hyper",
620 "itoa",
621 "matchit",
622 "memchr",
623 "mime",
624 "percent-encoding",
625 "pin-project-lite",
626 "serde",
627 "serde_json",
628 "serde_urlencoded",
629 "sync_wrapper",
630 "tokio",
631 "tower",
632 "tower-http",
633 "tower-layer",
634 "tower-service",
635]
636
637[[package]]
638name = "axum-core"
639version = "0.2.9"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
642dependencies = [
643 "async-trait",
644 "bytes",
645 "futures-util",
646 "http",
647 "http-body",
648 "mime",
649 "tower-layer",
650 "tower-service",
651]
652
653[[package]]
654name = "backtrace"
655version = "0.3.66"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
658dependencies = [
659 "addr2line",
660 "cc",
661 "cfg-if",
662 "libc",
663 "miniz_oxide 0.5.4",
664 "object 0.29.0",
665 "rustc-demangle",
666]
667
668[[package]]
669name = "backtrace-ext"
670version = "0.2.1"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
673dependencies = [
674 "backtrace",
675]
676
677[[package]]
678name = "base64"
679version = "0.13.1"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
682
683[[package]]
684name = "base64"
685version = "0.21.2"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
688
689[[package]]
690name = "base64-simd"
691version = "0.7.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
694dependencies = [
695 "simd-abstraction",
696]
697
698[[package]]
699name = "base64ct"
700version = "1.5.3"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
703
704[[package]]
705name = "beef"
706version = "0.5.2"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
709
710[[package]]
711name = "bit-set"
712version = "0.5.3"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
715dependencies = [
716 "bit-vec",
717]
718
719[[package]]
720name = "bit-vec"
721version = "0.6.3"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
724
725[[package]]
726name = "bitflags"
727version = "1.3.2"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
730
731[[package]]
732name = "block-buffer"
733version = "0.10.3"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
736dependencies = [
737 "generic-array",
738]
739
740[[package]]
741name = "bstr"
742version = "0.2.17"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
745dependencies = [
746 "memchr",
747]
748
749[[package]]
750name = "bstr"
751version = "1.4.0"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
754dependencies = [
755 "memchr",
756 "once_cell",
757 "regex-automata",
758 "serde",
759]
760
761[[package]]
762name = "btoi"
763version = "0.4.2"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "97c0869a9faa81f8bbf8102371105d6d0a7b79167a04c340b04ab16892246a11"
766dependencies = [
767 "num-traits",
768]
769
770[[package]]
771name = "build-data"
772version = "0.1.3"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "1a94f9f7aab679acac7ce29ba5581c00d3971a861c3b501c5bb74c3ba0026d90"
775dependencies = [
776 "chrono",
777 "safe-lock",
778 "safe-regex",
779]
780
781[[package]]
782name = "bumpalo"
783version = "3.11.1"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
786
787[[package]]
788name = "byteorder"
789version = "1.4.3"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
792
793[[package]]
794name = "bytes"
795version = "1.3.0"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
798dependencies = [
799 "serde",
800]
801
802[[package]]
803name = "bytes-utils"
804version = "0.1.3"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
807dependencies = [
808 "bytes",
809 "either",
810]
811
812[[package]]
813name = "bzip2"
814version = "0.4.3"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
817dependencies = [
818 "bzip2-sys",
819 "libc",
820]
821
822[[package]]
823name = "bzip2-sys"
824version = "0.1.11+1.0.8"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
827dependencies = [
828 "cc",
829 "libc",
830 "pkg-config",
831]
832
833[[package]]
834name = "camino"
835version = "1.1.1"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"
838dependencies = [
839 "serde",
840]
841
842[[package]]
843name = "cargo-lambda"
844version = "0.21.1"
845dependencies = [
846 "build-data",
847 "cargo-lambda-build",
848 "cargo-lambda-deploy",
849 "cargo-lambda-invoke",
850 "cargo-lambda-new",
851 "cargo-lambda-watch",
852 "cargo-test-macro",
853 "cargo-test-support",
854 "clap",
855 "clap-cargo",
856 "dunce",
857 "miette 5.10.0",
858 "snapbox",
859 "tokio",
860 "tracing",
861 "tracing-subscriber",
862 "zip",
863]
864
865[[package]]
866name = "cargo-lambda-build"
867version = "0.21.1"
868dependencies = [
869 "async-trait",
870 "cargo-lambda-interactive",
871 "cargo-lambda-metadata",
872 "cargo-options",
873 "cargo-zigbuild",
874 "clap",
875 "home",
876 "miette 5.10.0",
877 "object 0.28.4",
878 "rustc_version",
879 "serde",
880 "serde_json",
881 "sha2",
882 "strum",
883 "strum_macros",
884 "thiserror",
885 "tokio",
886 "toml",
887 "tracing",
888 "which",
889 "zip",
890]
891
892[[package]]
893name = "cargo-lambda-deploy"
894version = "0.21.1"
895dependencies = [
896 "aws-sdk-iam",
897 "aws-sdk-s3",
898 "aws-sdk-sts",
899 "aws-smithy-types",
900 "cargo-lambda-build",
901 "cargo-lambda-interactive",
902 "cargo-lambda-metadata",
903 "cargo-lambda-remote",
904 "clap",
905 "miette 5.10.0",
906 "serde",
907 "serde_json",
908 "strum",
909 "strum_macros",
910 "tokio",
911 "tracing",
912 "uuid",
913]
914
915[[package]]
916name = "cargo-lambda-interactive"
917version = "0.21.1"
918dependencies = [
919 "indicatif",
920 "inquire",
921 "is-terminal",
922 "miette 5.10.0",
923 "tokio",
924]
925
926[[package]]
927name = "cargo-lambda-invoke"
928version = "0.21.1"
929dependencies = [
930 "base64 0.21.2",
931 "cargo-lambda-remote",
932 "clap",
933 "dirs",
934 "miette 5.10.0",
935 "reqwest",
936 "serde",
937 "serde_json",
938 "strum",
939 "strum_macros",
940 "thiserror",
941 "tokio",
942 "tracing",
943]
944
945[[package]]
946name = "cargo-lambda-metadata"
947version = "0.21.1"
948dependencies = [
949 "aws-sdk-lambda",
950 "cargo_metadata",
951 "clap",
952 "env-file-reader",
953 "miette 4.7.1",
954 "remove_dir_all",
955 "serde",
956 "serde_json",
957 "strum",
958 "strum_macros",
959 "thiserror",
960 "tracing",
961]
962
963[[package]]
964name = "cargo-lambda-new"
965version = "0.21.1"
966dependencies = [
967 "cargo-lambda-interactive",
968 "cargo-lambda-metadata",
969 "clap",
970 "dunce",
971 "liquid",
972 "miette 5.10.0",
973 "regex",
974 "reqwest",
975 "strum",
976 "strum_macros",
977 "tempfile",
978 "thiserror",
979 "tracing",
980 "walkdir",
981 "zip",
982]
983
984[[package]]
985name = "cargo-lambda-remote"
986version = "0.21.1"
987dependencies = [
988 "aws-config",
989 "aws-credential-types",
990 "aws-sdk-lambda",
991 "aws-types",
992 "clap",
993 "tokio",
994]
995
996[[package]]
997name = "cargo-lambda-watch"
998version = "0.21.1"
999dependencies = [
1000 "aws_lambda_events",
1001 "axum",
1002 "base64 0.21.2",
1003 "cargo-lambda-invoke",
1004 "cargo-lambda-metadata",
1005 "chrono",
1006 "clap",
1007 "dunce",
1008 "http-api-problem",
1009 "http-serde",
1010 "hyper",
1011 "ignore-files",
1012 "miette 5.10.0",
1013 "opentelemetry",
1014 "opentelemetry-aws",
1015 "query_map",
1016 "reqwest",
1017 "serde",
1018 "serde_json",
1019 "tempfile",
1020 "thiserror",
1021 "tokio",
1022 "tokio-graceful-shutdown",
1023 "tower-http",
1024 "tracing",
1025 "tracing-opentelemetry",
1026 "tracing-subscriber",
1027 "uuid",
1028 "watchexec",
1029 "watchexec-filterer-ignore",
1030]
1031
1032[[package]]
1033name = "cargo-options"
1034version = "0.5.3"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "860cd643171bc868500aff16c2405559b42fc71bd3130d761c2847b3e9e71cdc"
1037dependencies = [
1038 "clap",
1039]
1040
1041[[package]]
1042name = "cargo-platform"
1043version = "0.1.2"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
1046dependencies = [
1047 "serde",
1048]
1049
1050[[package]]
1051name = "cargo-test-macro"
1052version = "0.1.0"
1053source = "git+https://github.com/rust-lang/cargo#c6c69cde0dc92cecc1f92d03b92dc7cd47d8e6a2"
1054
1055[[package]]
1056name = "cargo-test-support"
1057version = "0.1.0"
1058source = "git+https://github.com/rust-lang/cargo#c6c69cde0dc92cecc1f92d03b92dc7cd47d8e6a2"
1059dependencies = [
1060 "anyhow",
1061 "cargo-test-macro",
1062 "cargo-util",
1063 "crates-io",
1064 "filetime",
1065 "flate2",
1066 "git2",
1067 "glob",
1068 "itertools",
1069 "lazy_static",
1070 "serde_json",
1071 "snapbox",
1072 "tar",
1073 "termcolor",
1074 "toml_edit 0.15.0",
1075 "url",
1076 "winapi",
1077]
1078
1079[[package]]
1080name = "cargo-util"
1081version = "0.2.3"
1082source = "git+https://github.com/rust-lang/cargo#c6c69cde0dc92cecc1f92d03b92dc7cd47d8e6a2"
1083dependencies = [
1084 "anyhow",
1085 "core-foundation",
1086 "crypto-hash",
1087 "filetime",
1088 "hex 0.4.3",
1089 "jobserver",
1090 "libc",
1091 "log",
1092 "miow",
1093 "same-file",
1094 "shell-escape",
1095 "tempfile",
1096 "walkdir",
1097 "winapi",
1098]
1099
1100[[package]]
1101name = "cargo-zigbuild"
1102version = "0.14.5"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "f7f66533431659d54043e78b4867fe62cad4e9a5c65c8e659d84e5ae19cec5d6"
1105dependencies = [
1106 "anyhow",
1107 "cargo-options",
1108 "cargo_metadata",
1109 "clap",
1110 "dirs",
1111 "fs-err",
1112 "path-slash",
1113 "rustc_version",
1114 "semver",
1115 "serde",
1116 "serde_json",
1117 "target-lexicon",
1118 "which",
1119]
1120
1121[[package]]
1122name = "cargo_metadata"
1123version = "0.15.3"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07"
1126dependencies = [
1127 "camino",
1128 "cargo-platform",
1129 "semver",
1130 "serde",
1131 "serde_json",
1132 "thiserror",
1133]
1134
1135[[package]]
1136name = "cc"
1137version = "1.0.77"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
1140dependencies = [
1141 "jobserver",
1142]
1143
1144[[package]]
1145name = "cfg-if"
1146version = "1.0.0"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1149
1150[[package]]
1151name = "chrono"
1152version = "0.4.23"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
1155dependencies = [
1156 "iana-time-zone",
1157 "js-sys",
1158 "num-integer",
1159 "num-traits",
1160 "serde",
1161 "time 0.1.45",
1162 "wasm-bindgen",
1163 "winapi",
1164]
1165
1166[[package]]
1167name = "cipher"
1168version = "0.3.0"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
1171dependencies = [
1172 "generic-array",
1173]
1174
1175[[package]]
1176name = "clap"
1177version = "4.4.2"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
1180dependencies = [
1181 "clap_builder",
1182 "clap_derive",
1183]
1184
1185[[package]]
1186name = "clap-cargo"
1187version = "0.12.0"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
1190dependencies = [
1191 "anstyle",
1192 "clap",
1193]
1194
1195[[package]]
1196name = "clap_builder"
1197version = "4.4.2"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
1200dependencies = [
1201 "anstream",
1202 "anstyle",
1203 "clap_lex",
1204 "strsim",
1205 "terminal_size 0.2.2",
1206]
1207
1208[[package]]
1209name = "clap_derive"
1210version = "4.4.2"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
1213dependencies = [
1214 "heck",
1215 "proc-macro2",
1216 "quote",
1217 "syn 2.0.28",
1218]
1219
1220[[package]]
1221name = "clap_lex"
1222version = "0.5.1"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
1225
1226[[package]]
1227name = "clearscreen"
1228version = "2.0.1"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "72f3f22f1a586604e62efd23f78218f3ccdecf7a33c4500db2d37d85a24fe994"
1231dependencies = [
1232 "nix",
1233 "terminfo",
1234 "thiserror",
1235 "which",
1236 "winapi",
1237]
1238
1239[[package]]
1240name = "codespan-reporting"
1241version = "0.11.1"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
1244dependencies = [
1245 "termcolor",
1246 "unicode-width",
1247]
1248
1249[[package]]
1250name = "colorchoice"
1251version = "1.0.0"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
1254
1255[[package]]
1256name = "combine"
1257version = "4.6.6"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
1260dependencies = [
1261 "bytes",
1262 "memchr",
1263]
1264
1265[[package]]
1266name = "command-group"
1267version = "2.1.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916"
1270dependencies = [
1271 "async-trait",
1272 "nix",
1273 "tokio",
1274 "winapi",
1275]
1276
1277[[package]]
1278name = "commoncrypto"
1279version = "0.2.0"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
1282dependencies = [
1283 "commoncrypto-sys",
1284]
1285
1286[[package]]
1287name = "commoncrypto-sys"
1288version = "0.2.0"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
1291dependencies = [
1292 "libc",
1293]
1294
1295[[package]]
1296name = "concolor"
1297version = "0.0.11"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "318d6c16e73b3a900eb212ad6a82fc7d298c5ab8184c7a9998646455bc474a16"
1300dependencies = [
1301 "bitflags",
1302 "concolor-query",
1303 "is-terminal",
1304]
1305
1306[[package]]
1307name = "concolor-query"
1308version = "0.1.0"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317"
1311
1312[[package]]
1313name = "console"
1314version = "0.15.2"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"
1317dependencies = [
1318 "encode_unicode",
1319 "lazy_static",
1320 "libc",
1321 "terminal_size 0.1.17",
1322 "unicode-width",
1323 "winapi",
1324]
1325
1326[[package]]
1327name = "constant_time_eq"
1328version = "0.1.5"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
1331
1332[[package]]
1333name = "content_inspector"
1334version = "0.2.4"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
1337dependencies = [
1338 "memchr",
1339]
1340
1341[[package]]
1342name = "core-foundation"
1343version = "0.9.3"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
1346dependencies = [
1347 "core-foundation-sys",
1348 "libc",
1349]
1350
1351[[package]]
1352name = "core-foundation-sys"
1353version = "0.8.3"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
1356
1357[[package]]
1358name = "cpufeatures"
1359version = "0.2.5"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
1362dependencies = [
1363 "libc",
1364]
1365
1366[[package]]
1367name = "crates-io"
1368version = "0.35.0"
1369source = "git+https://github.com/rust-lang/cargo#c6c69cde0dc92cecc1f92d03b92dc7cd47d8e6a2"
1370dependencies = [
1371 "anyhow",
1372 "curl",
1373 "percent-encoding",
1374 "serde",
1375 "serde_json",
1376 "url",
1377]
1378
1379[[package]]
1380name = "crc32c"
1381version = "0.6.3"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e"
1384dependencies = [
1385 "rustc_version",
1386]
1387
1388[[package]]
1389name = "crc32fast"
1390version = "1.3.2"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1393dependencies = [
1394 "cfg-if",
1395]
1396
1397[[package]]
1398name = "crossbeam-channel"
1399version = "0.5.6"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
1402dependencies = [
1403 "cfg-if",
1404 "crossbeam-utils",
1405]
1406
1407[[package]]
1408name = "crossbeam-deque"
1409version = "0.8.2"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
1412dependencies = [
1413 "cfg-if",
1414 "crossbeam-epoch",
1415 "crossbeam-utils",
1416]
1417
1418[[package]]
1419name = "crossbeam-epoch"
1420version = "0.9.13"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
1423dependencies = [
1424 "autocfg",
1425 "cfg-if",
1426 "crossbeam-utils",
1427 "memoffset",
1428 "scopeguard",
1429]
1430
1431[[package]]
1432name = "crossbeam-utils"
1433version = "0.8.14"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
1436dependencies = [
1437 "cfg-if",
1438]
1439
1440[[package]]
1441name = "crossterm"
1442version = "0.25.0"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
1445dependencies = [
1446 "bitflags",
1447 "crossterm_winapi",
1448 "libc",
1449 "mio",
1450 "parking_lot",
1451 "signal-hook",
1452 "signal-hook-mio",
1453 "winapi",
1454]
1455
1456[[package]]
1457name = "crossterm_winapi"
1458version = "0.9.0"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
1461dependencies = [
1462 "winapi",
1463]
1464
1465[[package]]
1466name = "crunchy"
1467version = "0.2.2"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
1470
1471[[package]]
1472name = "crypto-common"
1473version = "0.1.6"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1476dependencies = [
1477 "generic-array",
1478 "typenum",
1479]
1480
1481[[package]]
1482name = "crypto-hash"
1483version = "0.3.4"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
1486dependencies = [
1487 "commoncrypto",
1488 "hex 0.3.2",
1489 "openssl",
1490 "winapi",
1491]
1492
1493[[package]]
1494name = "curl"
1495version = "0.4.44"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
1498dependencies = [
1499 "curl-sys",
1500 "libc",
1501 "openssl-probe",
1502 "openssl-sys",
1503 "schannel",
1504 "socket2",
1505 "winapi",
1506]
1507
1508[[package]]
1509name = "curl-sys"
1510version = "0.4.59+curl-7.86.0"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
1513dependencies = [
1514 "cc",
1515 "libc",
1516 "libz-sys",
1517 "openssl-sys",
1518 "pkg-config",
1519 "vcpkg",
1520 "winapi",
1521]
1522
1523[[package]]
1524name = "cxx"
1525version = "1.0.82"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
1528dependencies = [
1529 "cc",
1530 "cxxbridge-flags",
1531 "cxxbridge-macro",
1532 "link-cplusplus",
1533]
1534
1535[[package]]
1536name = "cxx-build"
1537version = "1.0.82"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
1540dependencies = [
1541 "cc",
1542 "codespan-reporting",
1543 "once_cell",
1544 "proc-macro2",
1545 "quote",
1546 "scratch",
1547 "syn 1.0.103",
1548]
1549
1550[[package]]
1551name = "cxxbridge-flags"
1552version = "1.0.82"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
1555
1556[[package]]
1557name = "cxxbridge-macro"
1558version = "1.0.82"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
1561dependencies = [
1562 "proc-macro2",
1563 "quote",
1564 "syn 1.0.103",
1565]
1566
1567[[package]]
1568name = "diff"
1569version = "0.1.13"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1572
1573[[package]]
1574name = "digest"
1575version = "0.10.6"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
1578dependencies = [
1579 "block-buffer",
1580 "crypto-common",
1581 "subtle",
1582]
1583
1584[[package]]
1585name = "dirs"
1586version = "4.0.0"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1589dependencies = [
1590 "dirs-sys",
1591]
1592
1593[[package]]
1594name = "dirs-next"
1595version = "2.0.0"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1598dependencies = [
1599 "cfg-if",
1600 "dirs-sys-next",
1601]
1602
1603[[package]]
1604name = "dirs-sys"
1605version = "0.3.7"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1608dependencies = [
1609 "libc",
1610 "redox_users",
1611 "winapi",
1612]
1613
1614[[package]]
1615name = "dirs-sys-next"
1616version = "0.1.2"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1619dependencies = [
1620 "libc",
1621 "redox_users",
1622 "winapi",
1623]
1624
1625[[package]]
1626name = "doc-comment"
1627version = "0.3.3"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
1630
1631[[package]]
1632name = "dunce"
1633version = "1.0.3"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
1636
1637[[package]]
1638name = "dyn-clone"
1639version = "1.0.9"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"
1642
1643[[package]]
1644name = "either"
1645version = "1.8.0"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
1648
1649[[package]]
1650name = "ena"
1651version = "0.14.2"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
1654dependencies = [
1655 "log",
1656]
1657
1658[[package]]
1659name = "encode_unicode"
1660version = "0.3.6"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1663
1664[[package]]
1665name = "encoding_rs"
1666version = "0.8.31"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
1669dependencies = [
1670 "cfg-if",
1671]
1672
1673[[package]]
1674name = "env-file-reader"
1675version = "0.3.0"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "a0a86dcbc0fd1a07f5c318a2215338f0c870336851e8b566ebef1576eddb3728"
1678dependencies = [
1679 "lalrpop",
1680 "lalrpop-util",
1681 "logos",
1682]
1683
1684[[package]]
1685name = "equivalent"
1686version = "1.0.0"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
1689
1690[[package]]
1691name = "errno"
1692version = "0.2.8"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1695dependencies = [
1696 "errno-dragonfly",
1697 "libc",
1698 "winapi",
1699]
1700
1701[[package]]
1702name = "errno"
1703version = "0.3.1"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
1706dependencies = [
1707 "errno-dragonfly",
1708 "libc",
1709 "windows-sys 0.48.0",
1710]
1711
1712[[package]]
1713name = "errno-dragonfly"
1714version = "0.1.2"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1717dependencies = [
1718 "cc",
1719 "libc",
1720]
1721
1722[[package]]
1723name = "event-listener"
1724version = "2.5.3"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1727
1728[[package]]
1729name = "fastrand"
1730version = "1.8.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1733dependencies = [
1734 "instant",
1735]
1736
1737[[package]]
1738name = "filetime"
1739version = "0.2.18"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
1742dependencies = [
1743 "cfg-if",
1744 "libc",
1745 "redox_syscall",
1746 "windows-sys 0.42.0",
1747]
1748
1749[[package]]
1750name = "fixedbitset"
1751version = "0.4.2"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1754
1755[[package]]
1756name = "flate2"
1757version = "1.0.25"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
1760dependencies = [
1761 "crc32fast",
1762 "libz-sys",
1763 "miniz_oxide 0.6.2",
1764]
1765
1766[[package]]
1767name = "fnv"
1768version = "1.0.7"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1771
1772[[package]]
1773name = "foreign-types"
1774version = "0.3.2"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1777dependencies = [
1778 "foreign-types-shared",
1779]
1780
1781[[package]]
1782name = "foreign-types-shared"
1783version = "0.1.1"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1786
1787[[package]]
1788name = "form_urlencoded"
1789version = "1.1.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
1792dependencies = [
1793 "percent-encoding",
1794]
1795
1796[[package]]
1797name = "fs-err"
1798version = "2.9.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
1801
1802[[package]]
1803name = "fsevent-sys"
1804version = "4.1.0"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
1807dependencies = [
1808 "libc",
1809]
1810
1811[[package]]
1812name = "futures"
1813version = "0.3.25"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
1816dependencies = [
1817 "futures-channel",
1818 "futures-core",
1819 "futures-executor",
1820 "futures-io",
1821 "futures-sink",
1822 "futures-task",
1823 "futures-util",
1824]
1825
1826[[package]]
1827name = "futures-channel"
1828version = "0.3.25"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
1831dependencies = [
1832 "futures-core",
1833 "futures-sink",
1834]
1835
1836[[package]]
1837name = "futures-core"
1838version = "0.3.25"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
1841
1842[[package]]
1843name = "futures-executor"
1844version = "0.3.25"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
1847dependencies = [
1848 "futures-core",
1849 "futures-task",
1850 "futures-util",
1851]
1852
1853[[package]]
1854name = "futures-io"
1855version = "0.3.25"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
1858
1859[[package]]
1860name = "futures-macro"
1861version = "0.3.25"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
1864dependencies = [
1865 "proc-macro2",
1866 "quote",
1867 "syn 1.0.103",
1868]
1869
1870[[package]]
1871name = "futures-sink"
1872version = "0.3.25"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
1875
1876[[package]]
1877name = "futures-task"
1878version = "0.3.25"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
1881
1882[[package]]
1883name = "futures-util"
1884version = "0.3.25"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
1887dependencies = [
1888 "futures-channel",
1889 "futures-core",
1890 "futures-io",
1891 "futures-macro",
1892 "futures-sink",
1893 "futures-task",
1894 "memchr",
1895 "pin-project-lite",
1896 "pin-utils",
1897 "slab",
1898]
1899
1900[[package]]
1901name = "generic-array"
1902version = "0.14.6"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
1905dependencies = [
1906 "typenum",
1907 "version_check",
1908]
1909
1910[[package]]
1911name = "getrandom"
1912version = "0.2.8"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
1915dependencies = [
1916 "cfg-if",
1917 "libc",
1918 "wasi 0.11.0+wasi-snapshot-preview1",
1919]
1920
1921[[package]]
1922name = "gimli"
1923version = "0.26.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
1926
1927[[package]]
1928name = "git2"
1929version = "0.15.0"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
1932dependencies = [
1933 "bitflags",
1934 "libc",
1935 "libgit2-sys",
1936 "log",
1937 "openssl-probe",
1938 "openssl-sys",
1939 "url",
1940]
1941
1942[[package]]
1943name = "gix-actor"
1944version = "0.19.0"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "dc22b0cdc52237667c301dd7cdc6ead8f8f73c9f824e9942c8ebd6b764f6c0bf"
1947dependencies = [
1948 "bstr 1.4.0",
1949 "btoi",
1950 "gix-date",
1951 "itoa",
1952 "nom",
1953 "thiserror",
1954]
1955
1956[[package]]
1957name = "gix-config"
1958version = "0.19.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "6aa7d7dd60256b7a0c0506a1d708ec92767c2662ee57b3301b538eaa3e064f8a"
1961dependencies = [
1962 "bstr 1.4.0",
1963 "gix-config-value",
1964 "gix-features",
1965 "gix-glob",
1966 "gix-path",
1967 "gix-ref",
1968 "gix-sec",
1969 "memchr",
1970 "nom",
1971 "once_cell",
1972 "smallvec",
1973 "thiserror",
1974 "unicode-bom",
1975]
1976
1977[[package]]
1978name = "gix-config-value"
1979version = "0.10.1"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "693d4a4ba0531e46fe558459557a5b29fb86c3e4b2666c1c0861d93c7c678331"
1982dependencies = [
1983 "bitflags",
1984 "bstr 1.4.0",
1985 "gix-path",
1986 "libc",
1987 "thiserror",
1988]
1989
1990[[package]]
1991name = "gix-date"
1992version = "0.4.3"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "b96271912ce39822501616f177dea7218784e6c63be90d5f36322ff3a722aae2"
1995dependencies = [
1996 "bstr 1.4.0",
1997 "itoa",
1998 "thiserror",
1999 "time 0.3.17",
2000]
2001
2002[[package]]
2003name = "gix-features"
2004version = "0.28.1"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "0b76f9a80f6dd7be66442ae86e1f534effad9546676a392acc95e269d0c21c22"
2007dependencies = [
2008 "gix-hash",
2009 "libc",
2010 "sha1_smol",
2011 "walkdir",
2012]
2013
2014[[package]]
2015name = "gix-glob"
2016version = "0.5.5"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "93e43efd776bc543f46f0fd0ca3d920c37af71a764a16f2aebd89765e9ff2993"
2019dependencies = [
2020 "bitflags",
2021 "bstr 1.4.0",
2022]
2023
2024[[package]]
2025name = "gix-hash"
2026version = "0.10.3"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "0c0c5a9f4d621d4f4ea046bb331df5c746ca735b8cae5b234cc2be70ee4dbef0"
2029dependencies = [
2030 "hex 0.4.3",
2031 "thiserror",
2032]
2033
2034[[package]]
2035name = "gix-lock"
2036version = "5.0.0"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "41b80172055c5d8017a48ddac5cc7a95421c00211047db0165c97853c4f05194"
2039dependencies = [
2040 "fastrand",
2041 "gix-tempfile",
2042 "thiserror",
2043]
2044
2045[[package]]
2046name = "gix-object"
2047version = "0.28.0"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "8df068db9180ee935fbb70504848369e270bdcb576b05c0faa8b9fd3b86fc017"
2050dependencies = [
2051 "bstr 1.4.0",
2052 "btoi",
2053 "gix-actor",
2054 "gix-features",
2055 "gix-hash",
2056 "gix-validate",
2057 "hex 0.4.3",
2058 "itoa",
2059 "nom",
2060 "smallvec",
2061 "thiserror",
2062]
2063
2064[[package]]
2065name = "gix-path"
2066version = "0.7.2"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "f6c104a66dec149cb8f7aaafc6ab797654cf82d67f050fd0cb7e7294e328354b"
2069dependencies = [
2070 "bstr 1.4.0",
2071 "thiserror",
2072]
2073
2074[[package]]
2075name = "gix-ref"
2076version = "0.27.1"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "0949e07aa4ed00a5936c2f4529013540708f367906f542cf19db814957e80449"
2079dependencies = [
2080 "gix-actor",
2081 "gix-features",
2082 "gix-hash",
2083 "gix-lock",
2084 "gix-object",
2085 "gix-path",
2086 "gix-tempfile",
2087 "gix-validate",
2088 "memmap2",
2089 "nom",
2090 "thiserror",
2091]
2092
2093[[package]]
2094name = "gix-sec"
2095version = "0.6.2"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "e8ffa5bf0772f9b01de501c035b6b084cf9b8bb07dec41e3afc6a17336a65f47"
2098dependencies = [
2099 "bitflags",
2100 "dirs",
2101 "gix-path",
2102 "libc",
2103 "windows",
2104]
2105
2106[[package]]
2107name = "gix-tempfile"
2108version = "5.0.1"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "aed73ef9642f779d609fd19acc332ac1597b978ee87ec11743a68eefaed65bfa"
2111dependencies = [
2112 "libc",
2113 "once_cell",
2114 "parking_lot",
2115 "tempfile",
2116]
2117
2118[[package]]
2119name = "gix-validate"
2120version = "0.7.3"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "b69ddb780ea1465255e66818d75b7098371c58dbc9560da4488a44b9f5c7e443"
2123dependencies = [
2124 "bstr 1.4.0",
2125 "thiserror",
2126]
2127
2128[[package]]
2129name = "glob"
2130version = "0.3.0"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2133
2134[[package]]
2135name = "globset"
2136version = "0.4.9"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
2139dependencies = [
2140 "aho-corasick",
2141 "bstr 0.2.17",
2142 "fnv",
2143 "log",
2144 "regex",
2145]
2146
2147[[package]]
2148name = "h2"
2149version = "0.3.15"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
2152dependencies = [
2153 "bytes",
2154 "fnv",
2155 "futures-core",
2156 "futures-sink",
2157 "futures-util",
2158 "http",
2159 "indexmap 1.9.2",
2160 "slab",
2161 "tokio",
2162 "tokio-util",
2163 "tracing",
2164]
2165
2166[[package]]
2167name = "hashbrown"
2168version = "0.12.3"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2171dependencies = [
2172 "ahash",
2173]
2174
2175[[package]]
2176name = "hashbrown"
2177version = "0.14.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2180
2181[[package]]
2182name = "heck"
2183version = "0.4.0"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2186
2187[[package]]
2188name = "hermit-abi"
2189version = "0.1.19"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2192dependencies = [
2193 "libc",
2194]
2195
2196[[package]]
2197name = "hermit-abi"
2198version = "0.3.1"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2201
2202[[package]]
2203name = "hex"
2204version = "0.3.2"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
2207
2208[[package]]
2209name = "hex"
2210version = "0.4.3"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2213
2214[[package]]
2215name = "hmac"
2216version = "0.12.1"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2219dependencies = [
2220 "digest",
2221]
2222
2223[[package]]
2224name = "home"
2225version = "0.5.4"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
2228dependencies = [
2229 "winapi",
2230]
2231
2232[[package]]
2233name = "http"
2234version = "0.2.9"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2237dependencies = [
2238 "bytes",
2239 "fnv",
2240 "itoa",
2241]
2242
2243[[package]]
2244name = "http-api-problem"
2245version = "0.51.0"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "6d43e8970113f6e4a9138e6cd57b20de3ed99585cab427eb99d27a440827dbe2"
2248dependencies = [
2249 "http",
2250 "hyper",
2251 "serde",
2252 "serde_json",
2253]
2254
2255[[package]]
2256name = "http-body"
2257version = "0.4.5"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2260dependencies = [
2261 "bytes",
2262 "http",
2263 "pin-project-lite",
2264]
2265
2266[[package]]
2267name = "http-range-header"
2268version = "0.3.0"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
2271
2272[[package]]
2273name = "http-serde"
2274version = "1.1.3"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee"
2277dependencies = [
2278 "http",
2279 "serde",
2280]
2281
2282[[package]]
2283name = "httparse"
2284version = "1.8.0"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2287
2288[[package]]
2289name = "httpdate"
2290version = "1.0.2"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2293
2294[[package]]
2295name = "hyper"
2296version = "0.14.25"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
2299dependencies = [
2300 "bytes",
2301 "futures-channel",
2302 "futures-core",
2303 "futures-util",
2304 "h2",
2305 "http",
2306 "http-body",
2307 "httparse",
2308 "httpdate",
2309 "itoa",
2310 "pin-project-lite",
2311 "socket2",
2312 "tokio",
2313 "tower-service",
2314 "tracing",
2315 "want",
2316]
2317
2318[[package]]
2319name = "hyper-rustls"
2320version = "0.23.1"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d"
2323dependencies = [
2324 "http",
2325 "hyper",
2326 "log",
2327 "rustls",
2328 "rustls-native-certs",
2329 "tokio",
2330 "tokio-rustls",
2331]
2332
2333[[package]]
2334name = "iana-time-zone"
2335version = "0.1.53"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
2338dependencies = [
2339 "android_system_properties",
2340 "core-foundation-sys",
2341 "iana-time-zone-haiku",
2342 "js-sys",
2343 "wasm-bindgen",
2344 "winapi",
2345]
2346
2347[[package]]
2348name = "iana-time-zone-haiku"
2349version = "0.1.1"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
2352dependencies = [
2353 "cxx",
2354 "cxx-build",
2355]
2356
2357[[package]]
2358name = "idna"
2359version = "0.3.0"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2362dependencies = [
2363 "unicode-bidi",
2364 "unicode-normalization",
2365]
2366
2367[[package]]
2368name = "ignore"
2369version = "0.4.18"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
2372dependencies = [
2373 "crossbeam-utils",
2374 "globset",
2375 "lazy_static",
2376 "log",
2377 "memchr",
2378 "regex",
2379 "same-file",
2380 "thread_local",
2381 "walkdir",
2382 "winapi-util",
2383]
2384
2385[[package]]
2386name = "ignore-files"
2387version = "1.2.0"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "bd03122ad769f36d57fdedd1e60bded885a8d277a38b0d1b5ea0e11ef642f593"
2390dependencies = [
2391 "futures",
2392 "gix-config",
2393 "ignore",
2394 "miette 5.10.0",
2395 "project-origins",
2396 "thiserror",
2397 "tokio",
2398 "tracing",
2399]
2400
2401[[package]]
2402name = "indexmap"
2403version = "1.9.2"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2406dependencies = [
2407 "autocfg",
2408 "hashbrown 0.12.3",
2409]
2410
2411[[package]]
2412name = "indexmap"
2413version = "2.0.0"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
2416dependencies = [
2417 "equivalent",
2418 "hashbrown 0.14.0",
2419]
2420
2421[[package]]
2422name = "indicatif"
2423version = "0.17.2"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "4295cbb7573c16d310e99e713cf9e75101eb190ab31fccd35f2d2691b4352b19"
2426dependencies = [
2427 "console",
2428 "number_prefix",
2429 "portable-atomic",
2430 "unicode-width",
2431]
2432
2433[[package]]
2434name = "inotify"
2435version = "0.9.6"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2438dependencies = [
2439 "bitflags",
2440 "inotify-sys",
2441 "libc",
2442]
2443
2444[[package]]
2445name = "inotify-sys"
2446version = "0.1.5"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2449dependencies = [
2450 "libc",
2451]
2452
2453[[package]]
2454name = "inquire"
2455version = "0.5.2"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "e6055ce38cac9b10ac819ed4a509d92ccbc60808152c19ff9121c98198964272"
2458dependencies = [
2459 "bitflags",
2460 "crossterm",
2461 "dyn-clone",
2462 "lazy_static",
2463 "newline-converter",
2464 "thiserror",
2465 "unicode-segmentation",
2466 "unicode-width",
2467]
2468
2469[[package]]
2470name = "instant"
2471version = "0.1.12"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2474dependencies = [
2475 "cfg-if",
2476]
2477
2478[[package]]
2479name = "io-lifetimes"
2480version = "0.7.5"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"
2483
2484[[package]]
2485name = "io-lifetimes"
2486version = "1.0.2"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "e394faa0efb47f9f227f1cd89978f854542b318a6f64fa695489c9c993056656"
2489dependencies = [
2490 "libc",
2491 "windows-sys 0.42.0",
2492]
2493
2494[[package]]
2495name = "ipnet"
2496version = "2.5.1"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"
2499
2500[[package]]
2501name = "is-terminal"
2502version = "0.4.7"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2505dependencies = [
2506 "hermit-abi 0.3.1",
2507 "io-lifetimes 1.0.2",
2508 "rustix 0.37.3",
2509 "windows-sys 0.48.0",
2510]
2511
2512[[package]]
2513name = "is_ci"
2514version = "1.1.1"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
2517
2518[[package]]
2519name = "itertools"
2520version = "0.10.5"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2523dependencies = [
2524 "either",
2525]
2526
2527[[package]]
2528name = "itoa"
2529version = "1.0.4"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2532
2533[[package]]
2534name = "jobserver"
2535version = "0.1.25"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
2538dependencies = [
2539 "libc",
2540]
2541
2542[[package]]
2543name = "js-sys"
2544version = "0.3.60"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2547dependencies = [
2548 "wasm-bindgen",
2549]
2550
2551[[package]]
2552name = "kqueue"
2553version = "1.0.7"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
2556dependencies = [
2557 "kqueue-sys",
2558 "libc",
2559]
2560
2561[[package]]
2562name = "kqueue-sys"
2563version = "1.0.3"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
2566dependencies = [
2567 "bitflags",
2568 "libc",
2569]
2570
2571[[package]]
2572name = "kstring"
2573version = "2.0.0"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2576dependencies = [
2577 "serde",
2578 "static_assertions",
2579]
2580
2581[[package]]
2582name = "lalrpop"
2583version = "0.19.12"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b"
2586dependencies = [
2587 "ascii-canvas",
2588 "bit-set",
2589 "diff",
2590 "ena",
2591 "is-terminal",
2592 "itertools",
2593 "lalrpop-util",
2594 "petgraph",
2595 "regex",
2596 "regex-syntax",
2597 "string_cache",
2598 "term",
2599 "tiny-keccak",
2600 "unicode-xid",
2601]
2602
2603[[package]]
2604name = "lalrpop-util"
2605version = "0.19.12"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed"
2608dependencies = [
2609 "regex",
2610]
2611
2612[[package]]
2613name = "lazy_static"
2614version = "1.4.0"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2617
2618[[package]]
2619name = "libc"
2620version = "0.2.137"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
2623
2624[[package]]
2625name = "libgit2-sys"
2626version = "0.14.0+1.5.0"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
2629dependencies = [
2630 "cc",
2631 "libc",
2632 "libssh2-sys",
2633 "libz-sys",
2634 "openssl-sys",
2635 "pkg-config",
2636]
2637
2638[[package]]
2639name = "libssh2-sys"
2640version = "0.2.23"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
2643dependencies = [
2644 "cc",
2645 "libc",
2646 "libz-sys",
2647 "openssl-sys",
2648 "pkg-config",
2649 "vcpkg",
2650]
2651
2652[[package]]
2653name = "libz-sys"
2654version = "1.1.8"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
2657dependencies = [
2658 "cc",
2659 "libc",
2660 "pkg-config",
2661 "vcpkg",
2662]
2663
2664[[package]]
2665name = "link-cplusplus"
2666version = "1.0.7"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
2669dependencies = [
2670 "cc",
2671]
2672
2673[[package]]
2674name = "linux-raw-sys"
2675version = "0.0.46"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
2678
2679[[package]]
2680name = "linux-raw-sys"
2681version = "0.1.3"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
2684
2685[[package]]
2686name = "linux-raw-sys"
2687version = "0.3.8"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2690
2691[[package]]
2692name = "liquid"
2693version = "0.26.0"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "00f55b9db2305857de3b3ceaa0e75cb51a76aaec793875fe152e139cb8fed05c"
2696dependencies = [
2697 "doc-comment",
2698 "liquid-core",
2699 "liquid-derive",
2700 "liquid-lib",
2701 "serde",
2702]
2703
2704[[package]]
2705name = "liquid-core"
2706version = "0.26.0"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "a93764837aeac37f14b74708cd88a44d82edfa9ad2b1bcd9a3b4d8802fdd9f98"
2709dependencies = [
2710 "anymap2",
2711 "itertools",
2712 "kstring",
2713 "liquid-derive",
2714 "num-traits",
2715 "pest",
2716 "pest_derive",
2717 "regex",
2718 "serde",
2719 "time 0.3.17",
2720]
2721
2722[[package]]
2723name = "liquid-derive"
2724version = "0.26.0"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "926454345f103e8433833077acdbfaa7c3e4b90788d585a8358f02f0b8f5a469"
2727dependencies = [
2728 "proc-macro2",
2729 "proc-quote",
2730 "syn 1.0.103",
2731]
2732
2733[[package]]
2734name = "liquid-lib"
2735version = "0.26.0"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "fd06ca30ae026d26ee7fa8596f9590959e2d3726bc5a0f16a21ac4f050ec83c0"
2738dependencies = [
2739 "itertools",
2740 "liquid-core",
2741 "once_cell",
2742 "percent-encoding",
2743 "regex",
2744 "time 0.3.17",
2745 "unicode-segmentation",
2746]
2747
2748[[package]]
2749name = "lock_api"
2750version = "0.4.9"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2753dependencies = [
2754 "autocfg",
2755 "scopeguard",
2756]
2757
2758[[package]]
2759name = "log"
2760version = "0.4.17"
2761source = "registry+https://github.com/rust-lang/crates.io-index"
2762checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2763dependencies = [
2764 "cfg-if",
2765]
2766
2767[[package]]
2768name = "logos"
2769version = "0.12.1"
2770source = "registry+https://github.com/rust-lang/crates.io-index"
2771checksum = "bf8b031682c67a8e3d5446840f9573eb7fe26efe7ec8d195c9ac4c0647c502f1"
2772dependencies = [
2773 "logos-derive",
2774]
2775
2776[[package]]
2777name = "logos-derive"
2778version = "0.12.1"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "a1d849148dbaf9661a6151d1ca82b13bb4c4c128146a88d05253b38d4e2f496c"
2781dependencies = [
2782 "beef",
2783 "fnv",
2784 "proc-macro2",
2785 "quote",
2786 "regex-syntax",
2787 "syn 1.0.103",
2788]
2789
2790[[package]]
2791name = "matchers"
2792version = "0.1.0"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2795dependencies = [
2796 "regex-automata",
2797]
2798
2799[[package]]
2800name = "matchit"
2801version = "0.5.0"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
2804
2805[[package]]
2806name = "md-5"
2807version = "0.10.5"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
2810dependencies = [
2811 "digest",
2812]
2813
2814[[package]]
2815name = "memchr"
2816version = "2.5.0"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2819
2820[[package]]
2821name = "memmap2"
2822version = "0.5.8"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
2825dependencies = [
2826 "libc",
2827]
2828
2829[[package]]
2830name = "memoffset"
2831version = "0.7.1"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2834dependencies = [
2835 "autocfg",
2836]
2837
2838[[package]]
2839name = "miette"
2840version = "4.7.1"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c"
2843dependencies = [
2844 "miette-derive 4.7.1",
2845 "once_cell",
2846 "thiserror",
2847 "unicode-width",
2848]
2849
2850[[package]]
2851name = "miette"
2852version = "5.10.0"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
2855dependencies = [
2856 "backtrace",
2857 "backtrace-ext",
2858 "is-terminal",
2859 "miette-derive 5.10.0",
2860 "once_cell",
2861 "owo-colors",
2862 "supports-color",
2863 "supports-hyperlinks",
2864 "supports-unicode",
2865 "terminal_size 0.1.17",
2866 "textwrap",
2867 "thiserror",
2868 "unicode-width",
2869]
2870
2871[[package]]
2872name = "miette-derive"
2873version = "4.7.1"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c"
2876dependencies = [
2877 "proc-macro2",
2878 "quote",
2879 "syn 1.0.103",
2880]
2881
2882[[package]]
2883name = "miette-derive"
2884version = "5.10.0"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
2887dependencies = [
2888 "proc-macro2",
2889 "quote",
2890 "syn 2.0.28",
2891]
2892
2893[[package]]
2894name = "mime"
2895version = "0.3.16"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2898
2899[[package]]
2900name = "minimal-lexical"
2901version = "0.2.1"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2904
2905[[package]]
2906name = "miniz_oxide"
2907version = "0.5.4"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
2910dependencies = [
2911 "adler",
2912]
2913
2914[[package]]
2915name = "miniz_oxide"
2916version = "0.6.2"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2919dependencies = [
2920 "adler",
2921]
2922
2923[[package]]
2924name = "mio"
2925version = "0.8.5"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2928dependencies = [
2929 "libc",
2930 "log",
2931 "wasi 0.11.0+wasi-snapshot-preview1",
2932 "windows-sys 0.42.0",
2933]
2934
2935[[package]]
2936name = "miow"
2937version = "0.5.0"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
2940dependencies = [
2941 "windows-sys 0.42.0",
2942]
2943
2944[[package]]
2945name = "new_debug_unreachable"
2946version = "1.0.4"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2949
2950[[package]]
2951name = "newline-converter"
2952version = "0.2.2"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
2955dependencies = [
2956 "unicode-segmentation",
2957]
2958
2959[[package]]
2960name = "nix"
2961version = "0.26.2"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2964dependencies = [
2965 "bitflags",
2966 "cfg-if",
2967 "libc",
2968 "memoffset",
2969 "pin-utils",
2970 "static_assertions",
2971]
2972
2973[[package]]
2974name = "nom"
2975version = "7.1.1"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2978dependencies = [
2979 "memchr",
2980 "minimal-lexical",
2981]
2982
2983[[package]]
2984name = "normalize-line-endings"
2985version = "0.3.0"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2988
2989[[package]]
2990name = "normalize-path"
2991version = "0.2.0"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "cf22e319b2e3cb517350572e3b70c6822e0a520abfb5c78f690e829a73e8d9f2"
2994
2995[[package]]
2996name = "notify"
2997version = "5.0.0"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a"
3000dependencies = [
3001 "bitflags",
3002 "crossbeam-channel",
3003 "filetime",
3004 "fsevent-sys",
3005 "inotify",
3006 "kqueue",
3007 "libc",
3008 "mio",
3009 "walkdir",
3010 "winapi",
3011]
3012
3013[[package]]
3014name = "nu-ansi-term"
3015version = "0.46.0"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
3018dependencies = [
3019 "overload",
3020 "winapi",
3021]
3022
3023[[package]]
3024name = "num-integer"
3025version = "0.1.45"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
3028dependencies = [
3029 "autocfg",
3030 "num-traits",
3031]
3032
3033[[package]]
3034name = "num-traits"
3035version = "0.2.15"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
3038dependencies = [
3039 "autocfg",
3040]
3041
3042[[package]]
3043name = "num_cpus"
3044version = "1.14.0"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
3047dependencies = [
3048 "hermit-abi 0.1.19",
3049 "libc",
3050]
3051
3052[[package]]
3053name = "num_threads"
3054version = "0.1.6"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
3057dependencies = [
3058 "libc",
3059]
3060
3061[[package]]
3062name = "number_prefix"
3063version = "0.4.0"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
3066
3067[[package]]
3068name = "object"
3069version = "0.28.4"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
3072dependencies = [
3073 "flate2",
3074 "memchr",
3075]
3076
3077[[package]]
3078name = "object"
3079version = "0.29.0"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
3082dependencies = [
3083 "memchr",
3084]
3085
3086[[package]]
3087name = "once_cell"
3088version = "1.16.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
3091
3092[[package]]
3093name = "opaque-debug"
3094version = "0.3.0"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
3097
3098[[package]]
3099name = "openssl"
3100version = "0.10.44"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "29d971fd5722fec23977260f6e81aa67d2f22cadbdc2aa049f1022d9a3be1566"
3103dependencies = [
3104 "bitflags",
3105 "cfg-if",
3106 "foreign-types",
3107 "libc",
3108 "once_cell",
3109 "openssl-macros",
3110 "openssl-sys",
3111]
3112
3113[[package]]
3114name = "openssl-macros"
3115version = "0.1.0"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
3118dependencies = [
3119 "proc-macro2",
3120 "quote",
3121 "syn 1.0.103",
3122]
3123
3124[[package]]
3125name = "openssl-probe"
3126version = "0.1.5"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
3129
3130[[package]]
3131name = "openssl-sys"
3132version = "0.9.79"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4"
3135dependencies = [
3136 "autocfg",
3137 "cc",
3138 "libc",
3139 "pkg-config",
3140 "vcpkg",
3141]
3142
3143[[package]]
3144name = "opentelemetry"
3145version = "0.17.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
3148dependencies = [
3149 "async-trait",
3150 "crossbeam-channel",
3151 "futures-channel",
3152 "futures-executor",
3153 "futures-util",
3154 "js-sys",
3155 "lazy_static",
3156 "percent-encoding",
3157 "pin-project",
3158 "rand",
3159 "thiserror",
3160]
3161
3162[[package]]
3163name = "opentelemetry-aws"
3164version = "0.5.0"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "72f80ed72cb487ccee5de9e6342e7240ce233a506071e0d07fd535981688342e"
3167dependencies = [
3168 "lazy_static",
3169 "opentelemetry",
3170]
3171
3172[[package]]
3173name = "os_pipe"
3174version = "1.1.2"
3175source = "registry+https://github.com/rust-lang/crates.io-index"
3176checksum = "c6a252f1f8c11e84b3ab59d7a488e48e4478a93937e027076638c49536204639"
3177dependencies = [
3178 "libc",
3179 "windows-sys 0.42.0",
3180]
3181
3182[[package]]
3183name = "outref"
3184version = "0.1.0"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
3187
3188[[package]]
3189name = "overload"
3190version = "0.1.1"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
3193
3194[[package]]
3195name = "owo-colors"
3196version = "3.5.0"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
3199
3200[[package]]
3201name = "parking_lot"
3202version = "0.12.1"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
3205dependencies = [
3206 "lock_api",
3207 "parking_lot_core",
3208]
3209
3210[[package]]
3211name = "parking_lot_core"
3212version = "0.9.4"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
3215dependencies = [
3216 "cfg-if",
3217 "libc",
3218 "redox_syscall",
3219 "smallvec",
3220 "windows-sys 0.42.0",
3221]
3222
3223[[package]]
3224name = "password-hash"
3225version = "0.4.2"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
3228dependencies = [
3229 "base64ct",
3230 "rand_core",
3231 "subtle",
3232]
3233
3234[[package]]
3235name = "path-slash"
3236version = "0.2.1"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
3239
3240[[package]]
3241name = "pbkdf2"
3242version = "0.11.0"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
3245dependencies = [
3246 "digest",
3247 "hmac",
3248 "password-hash",
3249 "sha2",
3250]
3251
3252[[package]]
3253name = "percent-encoding"
3254version = "2.2.0"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
3257
3258[[package]]
3259name = "pest"
3260version = "2.5.0"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "5f400b0f7905bf702f9f3dc3df5a121b16c54e9e8012c082905fdf09a931861a"
3263dependencies = [
3264 "thiserror",
3265 "ucd-trie",
3266]
3267
3268[[package]]
3269name = "pest_derive"
3270version = "2.5.0"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "423c2ba011d6e27b02b482a3707c773d19aec65cc024637aec44e19652e66f63"
3273dependencies = [
3274 "pest",
3275 "pest_generator",
3276]
3277
3278[[package]]
3279name = "pest_generator"
3280version = "2.5.0"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "3e64e6c2c85031c02fdbd9e5c72845445ca0a724d419aa0bc068ac620c9935c1"
3283dependencies = [
3284 "pest",
3285 "pest_meta",
3286 "proc-macro2",
3287 "quote",
3288 "syn 1.0.103",
3289]
3290
3291[[package]]
3292name = "pest_meta"
3293version = "2.5.0"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "57959b91f0a133f89a68be874a5c88ed689c19cd729ecdb5d762ebf16c64d662"
3296dependencies = [
3297 "once_cell",
3298 "pest",
3299 "sha1",
3300]
3301
3302[[package]]
3303name = "petgraph"
3304version = "0.6.3"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
3307dependencies = [
3308 "fixedbitset",
3309 "indexmap 1.9.2",
3310]
3311
3312[[package]]
3313name = "phf"
3314version = "0.11.2"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
3317dependencies = [
3318 "phf_shared 0.11.2",
3319]
3320
3321[[package]]
3322name = "phf_codegen"
3323version = "0.11.2"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
3326dependencies = [
3327 "phf_generator",
3328 "phf_shared 0.11.2",
3329]
3330
3331[[package]]
3332name = "phf_generator"
3333version = "0.11.2"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
3336dependencies = [
3337 "phf_shared 0.11.2",
3338 "rand",
3339]
3340
3341[[package]]
3342name = "phf_shared"
3343version = "0.10.0"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
3346dependencies = [
3347 "siphasher",
3348]
3349
3350[[package]]
3351name = "phf_shared"
3352version = "0.11.2"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
3355dependencies = [
3356 "siphasher",
3357]
3358
3359[[package]]
3360name = "pin-project"
3361version = "1.0.12"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
3364dependencies = [
3365 "pin-project-internal",
3366]
3367
3368[[package]]
3369name = "pin-project-internal"
3370version = "1.0.12"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
3373dependencies = [
3374 "proc-macro2",
3375 "quote",
3376 "syn 1.0.103",
3377]
3378
3379[[package]]
3380name = "pin-project-lite"
3381version = "0.2.9"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
3384
3385[[package]]
3386name = "pin-utils"
3387version = "0.1.0"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3390
3391[[package]]
3392name = "pkg-config"
3393version = "0.3.26"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
3396
3397[[package]]
3398name = "portable-atomic"
3399version = "0.3.15"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16"
3402
3403[[package]]
3404name = "ppv-lite86"
3405version = "0.2.17"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
3408
3409[[package]]
3410name = "precomputed-hash"
3411version = "0.1.1"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3414
3415[[package]]
3416name = "proc-macro-hack"
3417version = "0.5.19"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
3420
3421[[package]]
3422name = "proc-macro2"
3423version = "1.0.66"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
3426dependencies = [
3427 "unicode-ident",
3428]
3429
3430[[package]]
3431name = "proc-quote"
3432version = "0.4.0"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "5e84ab161de78c915302ca325a19bee6df272800e2ae1a43fe3ef430bab2a100"
3435dependencies = [
3436 "proc-macro-hack",
3437 "proc-macro2",
3438 "proc-quote-impl",
3439 "quote",
3440 "syn 1.0.103",
3441]
3442
3443[[package]]
3444name = "proc-quote-impl"
3445version = "0.3.2"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "7fb3ec628b063cdbcf316e06a8b8c1a541d28fa6c0a8eacd2bfb2b7f49e88aa0"
3448dependencies = [
3449 "proc-macro-hack",
3450 "proc-macro2",
3451 "quote",
3452]
3453
3454[[package]]
3455name = "project-origins"
3456version = "1.2.0"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "629e0d57f265ca8238345cb616eea8847b8ecb86b5d97d155be2c8963a314379"
3459dependencies = [
3460 "futures",
3461 "tokio",
3462 "tokio-stream",
3463]
3464
3465[[package]]
3466name = "query_map"
3467version = "0.5.0"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "fe3212d819cbdcce67f786cdaf3fe0c2e9d09a6dcd9c9367a1bd344135b8c809"
3470dependencies = [
3471 "form_urlencoded",
3472 "serde",
3473 "serde_derive",
3474]
3475
3476[[package]]
3477name = "quote"
3478version = "1.0.32"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
3481dependencies = [
3482 "proc-macro2",
3483]
3484
3485[[package]]
3486name = "rand"
3487version = "0.8.5"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3490dependencies = [
3491 "libc",
3492 "rand_chacha",
3493 "rand_core",
3494]
3495
3496[[package]]
3497name = "rand_chacha"
3498version = "0.3.1"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3501dependencies = [
3502 "ppv-lite86",
3503 "rand_core",
3504]
3505
3506[[package]]
3507name = "rand_core"
3508version = "0.6.4"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3511dependencies = [
3512 "getrandom",
3513]
3514
3515[[package]]
3516name = "rayon"
3517version = "1.6.0"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
3520dependencies = [
3521 "crossbeam-deque",
3522 "either",
3523 "rayon-core",
3524]
3525
3526[[package]]
3527name = "rayon-core"
3528version = "1.10.1"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
3531dependencies = [
3532 "crossbeam-channel",
3533 "crossbeam-deque",
3534 "crossbeam-utils",
3535 "num_cpus",
3536]
3537
3538[[package]]
3539name = "redox_syscall"
3540version = "0.2.16"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
3543dependencies = [
3544 "bitflags",
3545]
3546
3547[[package]]
3548name = "redox_users"
3549version = "0.4.3"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
3552dependencies = [
3553 "getrandom",
3554 "redox_syscall",
3555 "thiserror",
3556]
3557
3558[[package]]
3559name = "regex"
3560version = "1.7.0"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
3563dependencies = [
3564 "aho-corasick",
3565 "memchr",
3566 "regex-syntax",
3567]
3568
3569[[package]]
3570name = "regex-automata"
3571version = "0.1.10"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3574dependencies = [
3575 "regex-syntax",
3576]
3577
3578[[package]]
3579name = "regex-syntax"
3580version = "0.6.28"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
3583
3584[[package]]
3585name = "remove_dir_all"
3586version = "0.7.0"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "882f368737489ea543bc5c340e6f3d34a28c39980bd9a979e47322b26f60ac40"
3589dependencies = [
3590 "libc",
3591 "log",
3592 "num_cpus",
3593 "rayon",
3594 "winapi",
3595]
3596
3597[[package]]
3598name = "reqwest"
3599version = "0.11.13"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
3602dependencies = [
3603 "base64 0.13.1",
3604 "bytes",
3605 "encoding_rs",
3606 "futures-core",
3607 "futures-util",
3608 "h2",
3609 "http",
3610 "http-body",
3611 "hyper",
3612 "hyper-rustls",
3613 "ipnet",
3614 "js-sys",
3615 "log",
3616 "mime",
3617 "once_cell",
3618 "percent-encoding",
3619 "pin-project-lite",
3620 "rustls",
3621 "rustls-pemfile",
3622 "serde",
3623 "serde_json",
3624 "serde_urlencoded",
3625 "tokio",
3626 "tokio-rustls",
3627 "tower-service",
3628 "url",
3629 "wasm-bindgen",
3630 "wasm-bindgen-futures",
3631 "web-sys",
3632 "webpki-roots",
3633 "winreg",
3634]
3635
3636[[package]]
3637name = "ring"
3638version = "0.16.20"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
3641dependencies = [
3642 "cc",
3643 "libc",
3644 "once_cell",
3645 "spin",
3646 "untrusted",
3647 "web-sys",
3648 "winapi",
3649]
3650
3651[[package]]
3652name = "rustc-demangle"
3653version = "0.1.21"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
3656
3657[[package]]
3658name = "rustc_version"
3659version = "0.4.0"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
3662dependencies = [
3663 "semver",
3664]
3665
3666[[package]]
3667name = "rustix"
3668version = "0.35.13"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"
3671dependencies = [
3672 "bitflags",
3673 "errno 0.2.8",
3674 "io-lifetimes 0.7.5",
3675 "libc",
3676 "linux-raw-sys 0.0.46",
3677 "windows-sys 0.42.0",
3678]
3679
3680[[package]]
3681name = "rustix"
3682version = "0.36.3"
3683source = "registry+https://github.com/rust-lang/crates.io-index"
3684checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e"
3685dependencies = [
3686 "bitflags",
3687 "errno 0.2.8",
3688 "io-lifetimes 1.0.2",
3689 "libc",
3690 "linux-raw-sys 0.1.3",
3691 "windows-sys 0.42.0",
3692]
3693
3694[[package]]
3695name = "rustix"
3696version = "0.37.3"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
3699dependencies = [
3700 "bitflags",
3701 "errno 0.3.1",
3702 "io-lifetimes 1.0.2",
3703 "libc",
3704 "linux-raw-sys 0.3.8",
3705 "windows-sys 0.45.0",
3706]
3707
3708[[package]]
3709name = "rustls"
3710version = "0.20.7"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
3713dependencies = [
3714 "log",
3715 "ring",
3716 "sct",
3717 "webpki",
3718]
3719
3720[[package]]
3721name = "rustls-native-certs"
3722version = "0.6.2"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
3725dependencies = [
3726 "openssl-probe",
3727 "rustls-pemfile",
3728 "schannel",
3729 "security-framework",
3730]
3731
3732[[package]]
3733name = "rustls-pemfile"
3734version = "1.0.1"
3735source = "registry+https://github.com/rust-lang/crates.io-index"
3736checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
3737dependencies = [
3738 "base64 0.13.1",
3739]
3740
3741[[package]]
3742name = "rustversion"
3743version = "1.0.9"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
3746
3747[[package]]
3748name = "ryu"
3749version = "1.0.11"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
3752
3753[[package]]
3754name = "safe-lock"
3755version = "0.1.3"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "077d73db7973cccf63eb4aff1e5a34dc2459baa867512088269ea5f2f4253c90"
3758
3759[[package]]
3760name = "safe-proc-macro2"
3761version = "1.0.36"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "814c536dcd27acf03296c618dab7ad62d28e70abd7ba41d3f34a2ce707a2c666"
3764dependencies = [
3765 "unicode-xid",
3766]
3767
3768[[package]]
3769name = "safe-quote"
3770version = "1.0.15"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "77e530f7831f3feafcd5f1aae406ac205dd998436b4007c8e80f03eca78a88f7"
3773dependencies = [
3774 "safe-proc-macro2",
3775]
3776
3777[[package]]
3778name = "safe-regex"
3779version = "0.2.5"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "a15289bf322e0673d52756a18194167f2378ec1a15fe884af6e2d2cb934822b0"
3782dependencies = [
3783 "safe-regex-macro",
3784]
3785
3786[[package]]
3787name = "safe-regex-compiler"
3788version = "0.2.5"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "fba76fae590a2aa665279deb1f57b5098cbace01a0c5e60e262fcf55f7c51542"
3791dependencies = [
3792 "safe-proc-macro2",
3793 "safe-quote",
3794]
3795
3796[[package]]
3797name = "safe-regex-macro"
3798version = "0.2.5"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "96c2e96b5c03f158d1b16ba79af515137795f4ad4e8de3f790518aae91f1d127"
3801dependencies = [
3802 "safe-proc-macro2",
3803 "safe-regex-compiler",
3804]
3805
3806[[package]]
3807name = "same-file"
3808version = "1.0.6"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3811dependencies = [
3812 "winapi-util",
3813]
3814
3815[[package]]
3816name = "schannel"
3817version = "0.1.20"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
3820dependencies = [
3821 "lazy_static",
3822 "windows-sys 0.36.1",
3823]
3824
3825[[package]]
3826name = "scopeguard"
3827version = "1.1.0"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
3830
3831[[package]]
3832name = "scratch"
3833version = "1.0.2"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
3836
3837[[package]]
3838name = "sct"
3839version = "0.7.0"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
3842dependencies = [
3843 "ring",
3844 "untrusted",
3845]
3846
3847[[package]]
3848name = "security-framework"
3849version = "2.7.0"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
3852dependencies = [
3853 "bitflags",
3854 "core-foundation",
3855 "core-foundation-sys",
3856 "libc",
3857 "security-framework-sys",
3858]
3859
3860[[package]]
3861name = "security-framework-sys"
3862version = "2.6.1"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
3865dependencies = [
3866 "core-foundation-sys",
3867 "libc",
3868]
3869
3870[[package]]
3871name = "semver"
3872version = "1.0.14"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
3875dependencies = [
3876 "serde",
3877]
3878
3879[[package]]
3880name = "serde"
3881version = "1.0.147"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
3884dependencies = [
3885 "serde_derive",
3886]
3887
3888[[package]]
3889name = "serde_derive"
3890version = "1.0.147"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
3893dependencies = [
3894 "proc-macro2",
3895 "quote",
3896 "syn 1.0.103",
3897]
3898
3899[[package]]
3900name = "serde_json"
3901version = "1.0.89"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
3904dependencies = [
3905 "itoa",
3906 "ryu",
3907 "serde",
3908]
3909
3910[[package]]
3911name = "serde_spanned"
3912version = "0.6.3"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
3915dependencies = [
3916 "serde",
3917]
3918
3919[[package]]
3920name = "serde_urlencoded"
3921version = "0.7.1"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3924dependencies = [
3925 "form_urlencoded",
3926 "itoa",
3927 "ryu",
3928 "serde",
3929]
3930
3931[[package]]
3932name = "sha1"
3933version = "0.10.5"
3934source = "registry+https://github.com/rust-lang/crates.io-index"
3935checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
3936dependencies = [
3937 "cfg-if",
3938 "cpufeatures",
3939 "digest",
3940]
3941
3942[[package]]
3943name = "sha1_smol"
3944version = "1.0.0"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
3947
3948[[package]]
3949name = "sha2"
3950version = "0.10.6"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
3953dependencies = [
3954 "cfg-if",
3955 "cpufeatures",
3956 "digest",
3957]
3958
3959[[package]]
3960name = "sharded-slab"
3961version = "0.1.4"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
3964dependencies = [
3965 "lazy_static",
3966]
3967
3968[[package]]
3969name = "shell-escape"
3970version = "0.1.5"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
3973
3974[[package]]
3975name = "signal-hook"
3976version = "0.3.14"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
3979dependencies = [
3980 "libc",
3981 "signal-hook-registry",
3982]
3983
3984[[package]]
3985name = "signal-hook-mio"
3986version = "0.2.3"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
3989dependencies = [
3990 "libc",
3991 "mio",
3992 "signal-hook",
3993]
3994
3995[[package]]
3996name = "signal-hook-registry"
3997version = "1.4.0"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
4000dependencies = [
4001 "libc",
4002]
4003
4004[[package]]
4005name = "simd-abstraction"
4006version = "0.7.1"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
4009dependencies = [
4010 "outref",
4011]
4012
4013[[package]]
4014name = "similar"
4015version = "2.2.1"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
4018
4019[[package]]
4020name = "siphasher"
4021version = "0.3.10"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
4024
4025[[package]]
4026name = "slab"
4027version = "0.4.7"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
4030dependencies = [
4031 "autocfg",
4032]
4033
4034[[package]]
4035name = "smallvec"
4036version = "1.10.0"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
4039
4040[[package]]
4041name = "smawk"
4042version = "0.3.1"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
4045
4046[[package]]
4047name = "snapbox"
4048version = "0.4.3"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "efbd7b250c7243273b5aec4ca366fced84ad716d110bb7baae4814678952ebde"
4051dependencies = [
4052 "backtrace",
4053 "concolor",
4054 "content_inspector",
4055 "dunce",
4056 "filetime",
4057 "libc",
4058 "normalize-line-endings",
4059 "os_pipe",
4060 "similar",
4061 "snapbox-macros",
4062 "tempfile",
4063 "wait-timeout",
4064 "walkdir",
4065 "windows-sys 0.42.0",
4066 "yansi",
4067]
4068
4069[[package]]
4070name = "snapbox-macros"
4071version = "0.3.1"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "485e65c1203eb37244465e857d15a26d3a85a5410648ccb53b18bd44cb3a7336"
4074
4075[[package]]
4076name = "socket2"
4077version = "0.4.7"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
4080dependencies = [
4081 "libc",
4082 "winapi",
4083]
4084
4085[[package]]
4086name = "spin"
4087version = "0.5.2"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
4090
4091[[package]]
4092name = "static_assertions"
4093version = "1.1.0"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4096
4097[[package]]
4098name = "string_cache"
4099version = "0.8.7"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
4102dependencies = [
4103 "new_debug_unreachable",
4104 "once_cell",
4105 "parking_lot",
4106 "phf_shared 0.10.0",
4107 "precomputed-hash",
4108]
4109
4110[[package]]
4111name = "strsim"
4112version = "0.10.0"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4115
4116[[package]]
4117name = "strum"
4118version = "0.24.1"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
4121
4122[[package]]
4123name = "strum_macros"
4124version = "0.24.3"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
4127dependencies = [
4128 "heck",
4129 "proc-macro2",
4130 "quote",
4131 "rustversion",
4132 "syn 1.0.103",
4133]
4134
4135[[package]]
4136name = "subtle"
4137version = "2.4.1"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
4140
4141[[package]]
4142name = "supports-color"
4143version = "2.0.0"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354"
4146dependencies = [
4147 "is-terminal",
4148 "is_ci",
4149]
4150
4151[[package]]
4152name = "supports-hyperlinks"
4153version = "2.1.0"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d"
4156dependencies = [
4157 "is-terminal",
4158]
4159
4160[[package]]
4161name = "supports-unicode"
4162version = "2.0.0"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7"
4165dependencies = [
4166 "is-terminal",
4167]
4168
4169[[package]]
4170name = "syn"
4171version = "1.0.103"
4172source = "registry+https://github.com/rust-lang/crates.io-index"
4173checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
4174dependencies = [
4175 "proc-macro2",
4176 "quote",
4177 "unicode-ident",
4178]
4179
4180[[package]]
4181name = "syn"
4182version = "2.0.28"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
4185dependencies = [
4186 "proc-macro2",
4187 "quote",
4188 "unicode-ident",
4189]
4190
4191[[package]]
4192name = "sync_wrapper"
4193version = "0.1.1"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
4196
4197[[package]]
4198name = "tar"
4199version = "0.4.38"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
4202dependencies = [
4203 "filetime",
4204 "libc",
4205]
4206
4207[[package]]
4208name = "target-lexicon"
4209version = "0.12.5"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
4212
4213[[package]]
4214name = "tempfile"
4215version = "3.4.0"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
4218dependencies = [
4219 "cfg-if",
4220 "fastrand",
4221 "redox_syscall",
4222 "rustix 0.36.3",
4223 "windows-sys 0.42.0",
4224]
4225
4226[[package]]
4227name = "term"
4228version = "0.7.0"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
4231dependencies = [
4232 "dirs-next",
4233 "rustversion",
4234 "winapi",
4235]
4236
4237[[package]]
4238name = "termcolor"
4239version = "1.1.3"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
4242dependencies = [
4243 "winapi-util",
4244]
4245
4246[[package]]
4247name = "terminal_size"
4248version = "0.1.17"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
4251dependencies = [
4252 "libc",
4253 "winapi",
4254]
4255
4256[[package]]
4257name = "terminal_size"
4258version = "0.2.2"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "40ca90c434fd12083d1a6bdcbe9f92a14f96c8a1ba600ba451734ac334521f7a"
4261dependencies = [
4262 "rustix 0.35.13",
4263 "windows-sys 0.42.0",
4264]
4265
4266[[package]]
4267name = "terminfo"
4268version = "0.8.0"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f"
4271dependencies = [
4272 "dirs",
4273 "fnv",
4274 "nom",
4275 "phf",
4276 "phf_codegen",
4277]
4278
4279[[package]]
4280name = "textwrap"
4281version = "0.15.2"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
4284dependencies = [
4285 "smawk",
4286 "unicode-linebreak",
4287 "unicode-width",
4288]
4289
4290[[package]]
4291name = "thiserror"
4292version = "1.0.44"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
4295dependencies = [
4296 "thiserror-impl",
4297]
4298
4299[[package]]
4300name = "thiserror-impl"
4301version = "1.0.44"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
4304dependencies = [
4305 "proc-macro2",
4306 "quote",
4307 "syn 2.0.28",
4308]
4309
4310[[package]]
4311name = "thread_local"
4312version = "1.1.4"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
4315dependencies = [
4316 "once_cell",
4317]
4318
4319[[package]]
4320name = "time"
4321version = "0.1.45"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
4324dependencies = [
4325 "libc",
4326 "wasi 0.10.0+wasi-snapshot-preview1",
4327 "winapi",
4328]
4329
4330[[package]]
4331name = "time"
4332version = "0.3.17"
4333source = "registry+https://github.com/rust-lang/crates.io-index"
4334checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
4335dependencies = [
4336 "itoa",
4337 "libc",
4338 "num_threads",
4339 "serde",
4340 "time-core",
4341 "time-macros",
4342]
4343
4344[[package]]
4345name = "time-core"
4346version = "0.1.0"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
4349
4350[[package]]
4351name = "time-macros"
4352version = "0.2.6"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
4355dependencies = [
4356 "time-core",
4357]
4358
4359[[package]]
4360name = "tiny-keccak"
4361version = "2.0.2"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
4364dependencies = [
4365 "crunchy",
4366]
4367
4368[[package]]
4369name = "tinyvec"
4370version = "1.6.0"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
4373dependencies = [
4374 "tinyvec_macros",
4375]
4376
4377[[package]]
4378name = "tinyvec_macros"
4379version = "0.1.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
4382
4383[[package]]
4384name = "tokio"
4385version = "1.26.0"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
4388dependencies = [
4389 "autocfg",
4390 "bytes",
4391 "libc",
4392 "memchr",
4393 "mio",
4394 "num_cpus",
4395 "pin-project-lite",
4396 "signal-hook-registry",
4397 "socket2",
4398 "tokio-macros",
4399 "windows-sys 0.45.0",
4400]
4401
4402[[package]]
4403name = "tokio-graceful-shutdown"
4404version = "0.13.0"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "30666f313a52f7e87e9f14212d3e33c2ab59b444c405188ffcf8c36a84ca7688"
4407dependencies = [
4408 "async-recursion",
4409 "async-trait",
4410 "futures",
4411 "log",
4412 "miette 5.10.0",
4413 "pin-project-lite",
4414 "thiserror",
4415 "tokio",
4416 "tokio-util",
4417]
4418
4419[[package]]
4420name = "tokio-macros"
4421version = "1.8.0"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
4424dependencies = [
4425 "proc-macro2",
4426 "quote",
4427 "syn 1.0.103",
4428]
4429
4430[[package]]
4431name = "tokio-rustls"
4432version = "0.23.4"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
4435dependencies = [
4436 "rustls",
4437 "tokio",
4438 "webpki",
4439]
4440
4441[[package]]
4442name = "tokio-stream"
4443version = "0.1.11"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
4446dependencies = [
4447 "futures-core",
4448 "pin-project-lite",
4449 "tokio",
4450]
4451
4452[[package]]
4453name = "tokio-util"
4454version = "0.7.4"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
4457dependencies = [
4458 "bytes",
4459 "futures-core",
4460 "futures-sink",
4461 "pin-project-lite",
4462 "tokio",
4463 "tracing",
4464]
4465
4466[[package]]
4467name = "toml"
4468version = "0.7.5"
4469source = "registry+https://github.com/rust-lang/crates.io-index"
4470checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
4471dependencies = [
4472 "serde",
4473 "serde_spanned",
4474 "toml_datetime 0.6.3",
4475 "toml_edit 0.19.11",
4476]
4477
4478[[package]]
4479name = "toml_datetime"
4480version = "0.5.0"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
4483dependencies = [
4484 "serde",
4485]
4486
4487[[package]]
4488name = "toml_datetime"
4489version = "0.6.3"
4490source = "registry+https://github.com/rust-lang/crates.io-index"
4491checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
4492dependencies = [
4493 "serde",
4494]
4495
4496[[package]]
4497name = "toml_edit"
4498version = "0.15.0"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
4501dependencies = [
4502 "combine",
4503 "indexmap 1.9.2",
4504 "itertools",
4505 "kstring",
4506 "serde",
4507 "toml_datetime 0.5.0",
4508]
4509
4510[[package]]
4511name = "toml_edit"
4512version = "0.19.11"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
4515dependencies = [
4516 "indexmap 2.0.0",
4517 "serde",
4518 "serde_spanned",
4519 "toml_datetime 0.6.3",
4520 "winnow",
4521]
4522
4523[[package]]
4524name = "tower"
4525version = "0.4.13"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
4528dependencies = [
4529 "futures-core",
4530 "futures-util",
4531 "pin-project",
4532 "pin-project-lite",
4533 "tokio",
4534 "tower-layer",
4535 "tower-service",
4536 "tracing",
4537]
4538
4539[[package]]
4540name = "tower-http"
4541version = "0.3.4"
4542source = "registry+https://github.com/rust-lang/crates.io-index"
4543checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba"
4544dependencies = [
4545 "bitflags",
4546 "bytes",
4547 "futures-core",
4548 "futures-util",
4549 "http",
4550 "http-body",
4551 "http-range-header",
4552 "pin-project-lite",
4553 "tower",
4554 "tower-layer",
4555 "tower-service",
4556 "tracing",
4557 "uuid",
4558]
4559
4560[[package]]
4561name = "tower-layer"
4562version = "0.3.2"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
4565
4566[[package]]
4567name = "tower-service"
4568version = "0.3.2"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
4571
4572[[package]]
4573name = "tracing"
4574version = "0.1.37"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
4577dependencies = [
4578 "cfg-if",
4579 "log",
4580 "pin-project-lite",
4581 "tracing-attributes",
4582 "tracing-core",
4583]
4584
4585[[package]]
4586name = "tracing-attributes"
4587version = "0.1.23"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
4590dependencies = [
4591 "proc-macro2",
4592 "quote",
4593 "syn 1.0.103",
4594]
4595
4596[[package]]
4597name = "tracing-core"
4598version = "0.1.30"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
4601dependencies = [
4602 "once_cell",
4603 "valuable",
4604]
4605
4606[[package]]
4607name = "tracing-log"
4608version = "0.1.3"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
4611dependencies = [
4612 "lazy_static",
4613 "log",
4614 "tracing-core",
4615]
4616
4617[[package]]
4618name = "tracing-opentelemetry"
4619version = "0.17.4"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "fbbe89715c1dbbb790059e2565353978564924ee85017b5fff365c872ff6721f"
4622dependencies = [
4623 "once_cell",
4624 "opentelemetry",
4625 "tracing",
4626 "tracing-core",
4627 "tracing-log",
4628 "tracing-subscriber",
4629]
4630
4631[[package]]
4632name = "tracing-subscriber"
4633version = "0.3.16"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
4636dependencies = [
4637 "matchers",
4638 "nu-ansi-term",
4639 "once_cell",
4640 "regex",
4641 "sharded-slab",
4642 "smallvec",
4643 "thread_local",
4644 "tracing",
4645 "tracing-core",
4646 "tracing-log",
4647]
4648
4649[[package]]
4650name = "try-lock"
4651version = "0.2.3"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
4654
4655[[package]]
4656name = "typenum"
4657version = "1.15.0"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
4660
4661[[package]]
4662name = "ucd-trie"
4663version = "0.1.5"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
4666
4667[[package]]
4668name = "unicode-bidi"
4669version = "0.3.8"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
4672
4673[[package]]
4674name = "unicode-bom"
4675version = "1.1.4"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "63ec69f541d875b783ca40184d655f2927c95f0bffd486faa83cd3ac3529ec32"
4678
4679[[package]]
4680name = "unicode-ident"
4681version = "1.0.5"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
4684
4685[[package]]
4686name = "unicode-linebreak"
4687version = "0.1.4"
4688source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
4690dependencies = [
4691 "hashbrown 0.12.3",
4692 "regex",
4693]
4694
4695[[package]]
4696name = "unicode-normalization"
4697version = "0.1.22"
4698source = "registry+https://github.com/rust-lang/crates.io-index"
4699checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
4700dependencies = [
4701 "tinyvec",
4702]
4703
4704[[package]]
4705name = "unicode-segmentation"
4706version = "1.10.0"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
4709
4710[[package]]
4711name = "unicode-width"
4712version = "0.1.10"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
4715
4716[[package]]
4717name = "unicode-xid"
4718version = "0.2.4"
4719source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
4721
4722[[package]]
4723name = "untrusted"
4724version = "0.7.1"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
4727
4728[[package]]
4729name = "url"
4730version = "2.3.1"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
4733dependencies = [
4734 "form_urlencoded",
4735 "idna",
4736 "percent-encoding",
4737]
4738
4739[[package]]
4740name = "urlencoding"
4741version = "2.1.2"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
4744
4745[[package]]
4746name = "utf8parse"
4747version = "0.2.1"
4748source = "registry+https://github.com/rust-lang/crates.io-index"
4749checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
4750
4751[[package]]
4752name = "uuid"
4753version = "1.2.2"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
4756dependencies = [
4757 "getrandom",
4758]
4759
4760[[package]]
4761name = "valuable"
4762version = "0.1.0"
4763source = "registry+https://github.com/rust-lang/crates.io-index"
4764checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
4765
4766[[package]]
4767name = "vcpkg"
4768version = "0.2.15"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4771
4772[[package]]
4773name = "version_check"
4774version = "0.9.4"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4777
4778[[package]]
4779name = "wait-timeout"
4780version = "0.2.0"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
4783dependencies = [
4784 "libc",
4785]
4786
4787[[package]]
4788name = "walkdir"
4789version = "2.3.2"
4790source = "registry+https://github.com/rust-lang/crates.io-index"
4791checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
4792dependencies = [
4793 "same-file",
4794 "winapi",
4795 "winapi-util",
4796]
4797
4798[[package]]
4799name = "want"
4800version = "0.3.0"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
4803dependencies = [
4804 "log",
4805 "try-lock",
4806]
4807
4808[[package]]
4809name = "wasi"
4810version = "0.10.0+wasi-snapshot-preview1"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
4813
4814[[package]]
4815name = "wasi"
4816version = "0.11.0+wasi-snapshot-preview1"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4819
4820[[package]]
4821name = "wasm-bindgen"
4822version = "0.2.83"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
4825dependencies = [
4826 "cfg-if",
4827 "wasm-bindgen-macro",
4828]
4829
4830[[package]]
4831name = "wasm-bindgen-backend"
4832version = "0.2.83"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
4835dependencies = [
4836 "bumpalo",
4837 "log",
4838 "once_cell",
4839 "proc-macro2",
4840 "quote",
4841 "syn 1.0.103",
4842 "wasm-bindgen-shared",
4843]
4844
4845[[package]]
4846name = "wasm-bindgen-futures"
4847version = "0.4.33"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
4850dependencies = [
4851 "cfg-if",
4852 "js-sys",
4853 "wasm-bindgen",
4854 "web-sys",
4855]
4856
4857[[package]]
4858name = "wasm-bindgen-macro"
4859version = "0.2.83"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
4862dependencies = [
4863 "quote",
4864 "wasm-bindgen-macro-support",
4865]
4866
4867[[package]]
4868name = "wasm-bindgen-macro-support"
4869version = "0.2.83"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
4872dependencies = [
4873 "proc-macro2",
4874 "quote",
4875 "syn 1.0.103",
4876 "wasm-bindgen-backend",
4877 "wasm-bindgen-shared",
4878]
4879
4880[[package]]
4881name = "wasm-bindgen-shared"
4882version = "0.2.83"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
4885
4886[[package]]
4887name = "watchexec"
4888version = "2.3.0"
4889source = "registry+https://github.com/rust-lang/crates.io-index"
4890checksum = "f8b97d05a9305a9aa6a7bedef64cd012ebc9b6f1f5ed0368fb48f0fe58f96988"
4891dependencies = [
4892 "async-priority-channel",
4893 "async-recursion",
4894 "atomic-take",
4895 "clearscreen",
4896 "command-group",
4897 "futures",
4898 "ignore-files",
4899 "miette 5.10.0",
4900 "nix",
4901 "normalize-path",
4902 "notify",
4903 "once_cell",
4904 "project-origins",
4905 "thiserror",
4906 "tokio",
4907 "tracing",
4908 "watchexec-events",
4909 "watchexec-signals",
4910]
4911
4912[[package]]
4913name = "watchexec-events"
4914version = "1.0.0"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "01603bbe02fd75918f010dadad456d47eda14fb8fdcab276b0b4b8362f142ae3"
4917dependencies = [
4918 "nix",
4919 "notify",
4920 "watchexec-signals",
4921]
4922
4923[[package]]
4924name = "watchexec-filterer-ignore"
4925version = "1.0.0"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "536dc4978afb9af4c272898c0000b41143570023312b40a692c9477ebef309d1"
4928dependencies = [
4929 "ignore",
4930 "ignore-files",
4931 "tracing",
4932 "watchexec",
4933]
4934
4935[[package]]
4936name = "watchexec-signals"
4937version = "1.0.0"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "cc2a5df96c388901c94ca04055fcd51d4196ca3e971c5e805bd4a4b61dd6a7e5"
4940dependencies = [
4941 "miette 5.10.0",
4942 "nix",
4943 "thiserror",
4944]
4945
4946[[package]]
4947name = "web-sys"
4948version = "0.3.60"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
4951dependencies = [
4952 "js-sys",
4953 "wasm-bindgen",
4954]
4955
4956[[package]]
4957name = "webpki"
4958version = "0.22.0"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
4961dependencies = [
4962 "ring",
4963 "untrusted",
4964]
4965
4966[[package]]
4967name = "webpki-roots"
4968version = "0.22.5"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"
4971dependencies = [
4972 "webpki",
4973]
4974
4975[[package]]
4976name = "which"
4977version = "4.3.0"
4978source = "registry+https://github.com/rust-lang/crates.io-index"
4979checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
4980dependencies = [
4981 "either",
4982 "libc",
4983 "once_cell",
4984]
4985
4986[[package]]
4987name = "winapi"
4988version = "0.3.9"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4991dependencies = [
4992 "winapi-i686-pc-windows-gnu",
4993 "winapi-x86_64-pc-windows-gnu",
4994]
4995
4996[[package]]
4997name = "winapi-i686-pc-windows-gnu"
4998version = "0.4.0"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5001
5002[[package]]
5003name = "winapi-util"
5004version = "0.1.5"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5007dependencies = [
5008 "winapi",
5009]
5010
5011[[package]]
5012name = "winapi-x86_64-pc-windows-gnu"
5013version = "0.4.0"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5016
5017[[package]]
5018name = "windows"
5019version = "0.43.0"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
5022dependencies = [
5023 "windows_aarch64_gnullvm 0.42.2",
5024 "windows_aarch64_msvc 0.42.2",
5025 "windows_i686_gnu 0.42.2",
5026 "windows_i686_msvc 0.42.2",
5027 "windows_x86_64_gnu 0.42.2",
5028 "windows_x86_64_gnullvm 0.42.2",
5029 "windows_x86_64_msvc 0.42.2",
5030]
5031
5032[[package]]
5033name = "windows-sys"
5034version = "0.36.1"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
5037dependencies = [
5038 "windows_aarch64_msvc 0.36.1",
5039 "windows_i686_gnu 0.36.1",
5040 "windows_i686_msvc 0.36.1",
5041 "windows_x86_64_gnu 0.36.1",
5042 "windows_x86_64_msvc 0.36.1",
5043]
5044
5045[[package]]
5046name = "windows-sys"
5047version = "0.42.0"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
5050dependencies = [
5051 "windows_aarch64_gnullvm 0.42.2",
5052 "windows_aarch64_msvc 0.42.2",
5053 "windows_i686_gnu 0.42.2",
5054 "windows_i686_msvc 0.42.2",
5055 "windows_x86_64_gnu 0.42.2",
5056 "windows_x86_64_gnullvm 0.42.2",
5057 "windows_x86_64_msvc 0.42.2",
5058]
5059
5060[[package]]
5061name = "windows-sys"
5062version = "0.45.0"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5065dependencies = [
5066 "windows-targets 0.42.2",
5067]
5068
5069[[package]]
5070name = "windows-sys"
5071version = "0.48.0"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5074dependencies = [
5075 "windows-targets 0.48.0",
5076]
5077
5078[[package]]
5079name = "windows-targets"
5080version = "0.42.2"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5083dependencies = [
5084 "windows_aarch64_gnullvm 0.42.2",
5085 "windows_aarch64_msvc 0.42.2",
5086 "windows_i686_gnu 0.42.2",
5087 "windows_i686_msvc 0.42.2",
5088 "windows_x86_64_gnu 0.42.2",
5089 "windows_x86_64_gnullvm 0.42.2",
5090 "windows_x86_64_msvc 0.42.2",
5091]
5092
5093[[package]]
5094name = "windows-targets"
5095version = "0.48.0"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
5098dependencies = [
5099 "windows_aarch64_gnullvm 0.48.0",
5100 "windows_aarch64_msvc 0.48.0",
5101 "windows_i686_gnu 0.48.0",
5102 "windows_i686_msvc 0.48.0",
5103 "windows_x86_64_gnu 0.48.0",
5104 "windows_x86_64_gnullvm 0.48.0",
5105 "windows_x86_64_msvc 0.48.0",
5106]
5107
5108[[package]]
5109name = "windows_aarch64_gnullvm"
5110version = "0.42.2"
5111source = "registry+https://github.com/rust-lang/crates.io-index"
5112checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5113
5114[[package]]
5115name = "windows_aarch64_gnullvm"
5116version = "0.48.0"
5117source = "registry+https://github.com/rust-lang/crates.io-index"
5118checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
5119
5120[[package]]
5121name = "windows_aarch64_msvc"
5122version = "0.36.1"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
5125
5126[[package]]
5127name = "windows_aarch64_msvc"
5128version = "0.42.2"
5129source = "registry+https://github.com/rust-lang/crates.io-index"
5130checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5131
5132[[package]]
5133name = "windows_aarch64_msvc"
5134version = "0.48.0"
5135source = "registry+https://github.com/rust-lang/crates.io-index"
5136checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
5137
5138[[package]]
5139name = "windows_i686_gnu"
5140version = "0.36.1"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
5143
5144[[package]]
5145name = "windows_i686_gnu"
5146version = "0.42.2"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5149
5150[[package]]
5151name = "windows_i686_gnu"
5152version = "0.48.0"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
5155
5156[[package]]
5157name = "windows_i686_msvc"
5158version = "0.36.1"
5159source = "registry+https://github.com/rust-lang/crates.io-index"
5160checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
5161
5162[[package]]
5163name = "windows_i686_msvc"
5164version = "0.42.2"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5167
5168[[package]]
5169name = "windows_i686_msvc"
5170version = "0.48.0"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
5173
5174[[package]]
5175name = "windows_x86_64_gnu"
5176version = "0.36.1"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
5179
5180[[package]]
5181name = "windows_x86_64_gnu"
5182version = "0.42.2"
5183source = "registry+https://github.com/rust-lang/crates.io-index"
5184checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5185
5186[[package]]
5187name = "windows_x86_64_gnu"
5188version = "0.48.0"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
5191
5192[[package]]
5193name = "windows_x86_64_gnullvm"
5194version = "0.42.2"
5195source = "registry+https://github.com/rust-lang/crates.io-index"
5196checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5197
5198[[package]]
5199name = "windows_x86_64_gnullvm"
5200version = "0.48.0"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
5203
5204[[package]]
5205name = "windows_x86_64_msvc"
5206version = "0.36.1"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
5209
5210[[package]]
5211name = "windows_x86_64_msvc"
5212version = "0.42.2"
5213source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5215
5216[[package]]
5217name = "windows_x86_64_msvc"
5218version = "0.48.0"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
5221
5222[[package]]
5223name = "winnow"
5224version = "0.4.7"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
5227dependencies = [
5228 "memchr",
5229]
5230
5231[[package]]
5232name = "winreg"
5233version = "0.10.1"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
5236dependencies = [
5237 "winapi",
5238]
5239
5240[[package]]
5241name = "xmlparser"
5242version = "0.13.5"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
5245
5246[[package]]
5247name = "yansi"
5248version = "0.5.1"
5249source = "registry+https://github.com/rust-lang/crates.io-index"
5250checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5251
5252[[package]]
5253name = "zeroize"
5254version = "1.5.7"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
5257
5258[[package]]
5259name = "zip"
5260version = "0.6.3"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
5263dependencies = [
5264 "aes",
5265 "byteorder",
5266 "bzip2",
5267 "constant_time_eq",
5268 "crc32fast",
5269 "crossbeam-utils",
5270 "flate2",
5271 "hmac",
5272 "pbkdf2",
5273 "sha1",
5274 "time 0.3.17",
5275 "zstd",
5276]
5277
5278[[package]]
5279name = "zstd"
5280version = "0.11.2+zstd.1.5.2"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
5283dependencies = [
5284 "zstd-safe",
5285]
5286
5287[[package]]
5288name = "zstd-safe"
5289version = "5.0.2+zstd.1.5.2"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
5292dependencies = [
5293 "libc",
5294 "zstd-sys",
5295]
5296
5297[[package]]
5298name = "zstd-sys"
5299version = "2.0.3+zstd.1.5.2"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "44ccf97612ac95f3ccb89b2d7346b345e52f1c3019be4984f0455fb4ba991f8a"
5302dependencies = [
5303 "cc",
5304 "libc",
5305]