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.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
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.8.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
25dependencies = [
26 "cfg-if",
27 "cipher",
28 "cpufeatures",
29]
30
31[[package]]
32name = "aho-corasick"
33version = "1.1.2"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
36dependencies = [
37 "memchr",
38]
39
40[[package]]
41name = "android-tzdata"
42version = "0.1.1"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
45
46[[package]]
47name = "android_system_properties"
48version = "0.1.5"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
51dependencies = [
52 "libc",
53]
54
55[[package]]
56name = "ansi_colours"
57version = "1.2.2"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "6a1558bd2075d341b9ca698ec8eb6fcc55a746b1fc4255585aad5b141d918a80"
60dependencies = [
61 "rgb",
62]
63
64[[package]]
65name = "anstream"
66version = "0.6.5"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
69dependencies = [
70 "anstyle",
71 "anstyle-parse",
72 "anstyle-query",
73 "anstyle-wincon",
74 "colorchoice",
75 "utf8parse",
76]
77
78[[package]]
79name = "anstyle"
80version = "1.0.4"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
83
84[[package]]
85name = "anstyle-parse"
86version = "0.2.3"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
89dependencies = [
90 "utf8parse",
91]
92
93[[package]]
94name = "anstyle-query"
95version = "1.0.2"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
98dependencies = [
99 "windows-sys 0.52.0",
100]
101
102[[package]]
103name = "anstyle-wincon"
104version = "3.0.2"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
107dependencies = [
108 "anstyle",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "anyhow"
114version = "1.0.75"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
117
118[[package]]
119name = "arc-swap"
120version = "1.6.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
123
124[[package]]
125name = "argon2"
126version = "0.5.2"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9"
129dependencies = [
130 "base64ct",
131 "blake2",
132 "cpufeatures",
133 "password-hash",
134]
135
136[[package]]
137name = "askama"
138version = "0.12.1"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
141dependencies = [
142 "askama_derive",
143 "askama_escape",
144]
145
146[[package]]
147name = "askama_derive"
148version = "0.12.2"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "9a0fc7dcf8bd4ead96b1d36b41df47c14beedf7b0301fc543d8f2384e66a2ec0"
151dependencies = [
152 "askama_parser",
153 "basic-toml",
154 "mime",
155 "mime_guess",
156 "proc-macro2",
157 "quote",
158 "serde",
159 "syn 2.0.41",
160]
161
162[[package]]
163name = "askama_escape"
164version = "0.10.3"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
167
168[[package]]
169name = "askama_parser"
170version = "0.1.1"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "c268a96e01a4c47c8c5c2472aaa570707e006a875ea63e819f75474ceedaf7b4"
173dependencies = [
174 "nom",
175]
176
177[[package]]
178name = "assert-json-diff"
179version = "2.0.2"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
182dependencies = [
183 "serde",
184 "serde_json",
185]
186
187[[package]]
188name = "async-channel"
189version = "1.9.0"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
192dependencies = [
193 "concurrent-queue",
194 "event-listener 2.5.3",
195 "futures-core",
196]
197
198[[package]]
199name = "async-compat"
200version = "0.2.3"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "f68a707c1feb095d8c07f8a65b9f506b117d30af431cab89374357de7c11461b"
203dependencies = [
204 "futures-core",
205 "futures-io",
206 "once_cell",
207 "pin-project-lite",
208 "tokio",
209]
210
211[[package]]
212name = "async-lock"
213version = "3.2.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "7125e42787d53db9dd54261812ef17e937c95a51e4d291373b670342fa44310c"
216dependencies = [
217 "event-listener 4.0.0",
218 "event-listener-strategy",
219 "pin-project-lite",
220]
221
222[[package]]
223name = "async-trait"
224version = "0.1.74"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
227dependencies = [
228 "proc-macro2",
229 "quote",
230 "syn 2.0.41",
231]
232
233[[package]]
234name = "autocfg"
235version = "1.1.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
238
239[[package]]
240name = "backtrace"
241version = "0.3.69"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
244dependencies = [
245 "addr2line",
246 "cc",
247 "cfg-if",
248 "libc",
249 "miniz_oxide",
250 "object",
251 "rustc-demangle",
252]
253
254[[package]]
255name = "base64"
256version = "0.13.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
259
260[[package]]
261name = "base64"
262version = "0.21.5"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
265
266[[package]]
267name = "base64ct"
268version = "1.6.0"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
271
272[[package]]
273name = "basic-toml"
274version = "0.1.7"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "2f2139706359229bfa8f19142ac1155b4b80beafb7a60471ac5dd109d4a19778"
277dependencies = [
278 "serde",
279]
280
281[[package]]
282name = "bat"
283version = "0.24.0"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "9dcc9e5637c2330d8eb7b920f2aa5d9e184446c258466f825ea1412c7614cc86"
286dependencies = [
287 "ansi_colours",
288 "bincode",
289 "bytesize",
290 "clircle",
291 "console",
292 "content_inspector",
293 "encoding_rs",
294 "flate2",
295 "globset",
296 "home",
297 "nu-ansi-term 0.49.0",
298 "once_cell",
299 "path_abs",
300 "plist",
301 "semver",
302 "serde",
303 "serde_yaml",
304 "syntect",
305 "thiserror",
306 "unicode-width",
307]
308
309[[package]]
310name = "bincode"
311version = "1.3.3"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
314dependencies = [
315 "serde",
316]
317
318[[package]]
319name = "bitflags"
320version = "1.3.2"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
323
324[[package]]
325name = "bitflags"
326version = "2.4.1"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
329
330[[package]]
331name = "bitwarden"
332version = "0.4.0"
333dependencies = [
334 "aes",
335 "argon2",
336 "base64 0.21.5",
337 "bitwarden-api-api",
338 "bitwarden-api-identity",
339 "cbc",
340 "chrono",
341 "data-encoding",
342 "getrandom 0.2.11",
343 "hkdf",
344 "hmac",
345 "lazy_static",
346 "log",
347 "num-bigint",
348 "num-traits",
349 "pbkdf2",
350 "rand 0.8.5",
351 "rand_chacha 0.3.1",
352 "reqwest",
353 "rsa",
354 "schemars",
355 "serde",
356 "serde_json",
357 "serde_qs 0.12.0",
358 "serde_repr",
359 "sha1",
360 "sha2",
361 "subtle",
362 "thiserror",
363 "tokio",
364 "uniffi",
365 "uuid",
366 "wiremock",
367]
368
369[[package]]
370name = "bitwarden-api-api"
371version = "0.2.3"
372dependencies = [
373 "reqwest",
374 "serde",
375 "serde_derive",
376 "serde_json",
377 "serde_repr",
378 "url",
379 "uuid",
380]
381
382[[package]]
383name = "bitwarden-api-identity"
384version = "0.2.3"
385dependencies = [
386 "reqwest",
387 "serde",
388 "serde_derive",
389 "serde_json",
390 "serde_repr",
391 "url",
392 "uuid",
393]
394
395[[package]]
396name = "bitwarden-c"
397version = "0.1.0"
398dependencies = [
399 "bitwarden-json",
400 "env_logger",
401 "tokio",
402]
403
404[[package]]
405name = "bitwarden-cli"
406version = "0.1.0"
407dependencies = [
408 "clap",
409 "color-eyre",
410 "inquire",
411 "supports-color",
412]
413
414[[package]]
415name = "bitwarden-json"
416version = "0.3.0"
417dependencies = [
418 "bitwarden",
419 "log",
420 "schemars",
421 "serde",
422 "serde_json",
423]
424
425[[package]]
426name = "bitwarden-napi"
427version = "0.3.1"
428dependencies = [
429 "bitwarden-json",
430 "env_logger",
431 "log",
432 "napi",
433 "napi-build",
434 "napi-derive",
435]
436
437[[package]]
438name = "bitwarden-py"
439version = "0.1.0"
440dependencies = [
441 "bitwarden-json",
442 "pyo3",
443 "pyo3-asyncio",
444 "pyo3-build-config",
445 "pyo3-log",
446 "tokio",
447]
448
449[[package]]
450name = "bitwarden-uniffi"
451version = "0.1.0"
452dependencies = [
453 "async-lock",
454 "bitwarden",
455 "chrono",
456 "env_logger",
457 "openssl",
458 "schemars",
459 "uniffi",
460]
461
462[[package]]
463name = "bitwarden-wasm"
464version = "0.1.0"
465dependencies = [
466 "bitwarden-json",
467 "console_error_panic_hook",
468 "console_log",
469 "js-sys",
470 "log",
471 "serde",
472 "wasm-bindgen",
473 "wasm-bindgen-futures",
474 "wasm-bindgen-test",
475]
476
477[[package]]
478name = "blake2"
479version = "0.10.6"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
482dependencies = [
483 "digest",
484]
485
486[[package]]
487name = "block-buffer"
488version = "0.10.4"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
491dependencies = [
492 "generic-array",
493]
494
495[[package]]
496name = "block-padding"
497version = "0.3.3"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
500dependencies = [
501 "generic-array",
502]
503
504[[package]]
505name = "bstr"
506version = "1.8.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
509dependencies = [
510 "memchr",
511 "serde",
512]
513
514[[package]]
515name = "bumpalo"
516version = "3.14.0"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
519
520[[package]]
521name = "bw"
522version = "0.0.2"
523dependencies = [
524 "bitwarden",
525 "bitwarden-cli",
526 "clap",
527 "color-eyre",
528 "env_logger",
529 "inquire",
530 "log",
531 "tempfile",
532 "tokio",
533]
534
535[[package]]
536name = "bws"
537version = "0.4.0"
538dependencies = [
539 "bat",
540 "bitwarden",
541 "chrono",
542 "clap",
543 "clap_complete",
544 "color-eyre",
545 "comfy-table",
546 "directories",
547 "env_logger",
548 "log",
549 "openssl",
550 "regex",
551 "serde",
552 "serde_json",
553 "serde_yaml",
554 "supports-color",
555 "tempfile",
556 "thiserror",
557 "tokio",
558 "toml 0.8.8",
559 "uuid",
560]
561
562[[package]]
563name = "bytemuck"
564version = "1.14.0"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
567
568[[package]]
569name = "byteorder"
570version = "1.5.0"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
573
574[[package]]
575name = "bytes"
576version = "1.5.0"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
579
580[[package]]
581name = "bytesize"
582version = "1.3.0"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
585
586[[package]]
587name = "camino"
588version = "1.1.6"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
591dependencies = [
592 "serde",
593]
594
595[[package]]
596name = "cargo-platform"
597version = "0.1.5"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "e34637b3140142bdf929fb439e8aa4ebad7651ebf7b1080b3930aa16ac1459ff"
600dependencies = [
601 "serde",
602]
603
604[[package]]
605name = "cargo_metadata"
606version = "0.15.4"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
609dependencies = [
610 "camino",
611 "cargo-platform",
612 "semver",
613 "serde",
614 "serde_json",
615 "thiserror",
616]
617
618[[package]]
619name = "cbc"
620version = "0.1.2"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
623dependencies = [
624 "cipher",
625]
626
627[[package]]
628name = "cc"
629version = "1.0.83"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
632dependencies = [
633 "libc",
634]
635
636[[package]]
637name = "cfg-if"
638version = "1.0.0"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
641
642[[package]]
643name = "chrono"
644version = "0.4.31"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
647dependencies = [
648 "android-tzdata",
649 "iana-time-zone",
650 "js-sys",
651 "num-traits",
652 "serde",
653 "wasm-bindgen",
654 "windows-targets 0.48.5",
655]
656
657[[package]]
658name = "cipher"
659version = "0.4.4"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
662dependencies = [
663 "crypto-common",
664 "inout",
665]
666
667[[package]]
668name = "clap"
669version = "4.4.11"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
672dependencies = [
673 "clap_builder",
674 "clap_derive",
675]
676
677[[package]]
678name = "clap_builder"
679version = "4.4.11"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
682dependencies = [
683 "anstream",
684 "anstyle",
685 "clap_lex",
686 "strsim",
687]
688
689[[package]]
690name = "clap_complete"
691version = "4.4.4"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae"
694dependencies = [
695 "clap",
696]
697
698[[package]]
699name = "clap_derive"
700version = "4.4.7"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
703dependencies = [
704 "heck",
705 "proc-macro2",
706 "quote",
707 "syn 2.0.41",
708]
709
710[[package]]
711name = "clap_lex"
712version = "0.6.0"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
715
716[[package]]
717name = "clircle"
718version = "0.4.0"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "c8e87cbed5354f17bd8ca8821a097fb62599787fe8f611743fad7ee156a0a600"
721dependencies = [
722 "cfg-if",
723 "libc",
724 "serde",
725 "winapi",
726]
727
728[[package]]
729name = "color-eyre"
730version = "0.6.2"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
733dependencies = [
734 "backtrace",
735 "color-spantrace",
736 "eyre",
737 "indenter",
738 "once_cell",
739 "owo-colors",
740 "tracing-error",
741]
742
743[[package]]
744name = "color-spantrace"
745version = "0.2.1"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
748dependencies = [
749 "once_cell",
750 "owo-colors",
751 "tracing-core",
752 "tracing-error",
753]
754
755[[package]]
756name = "colorchoice"
757version = "1.0.0"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
760
761[[package]]
762name = "comfy-table"
763version = "7.1.0"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686"
766dependencies = [
767 "crossterm 0.27.0",
768 "strum",
769 "strum_macros",
770 "unicode-width",
771]
772
773[[package]]
774name = "concurrent-queue"
775version = "2.4.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
778dependencies = [
779 "crossbeam-utils",
780]
781
782[[package]]
783name = "console"
784version = "0.15.7"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
787dependencies = [
788 "encode_unicode",
789 "lazy_static",
790 "libc",
791 "unicode-width",
792 "windows-sys 0.45.0",
793]
794
795[[package]]
796name = "console_error_panic_hook"
797version = "0.1.7"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
800dependencies = [
801 "cfg-if",
802 "wasm-bindgen",
803]
804
805[[package]]
806name = "console_log"
807version = "1.0.0"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
810dependencies = [
811 "log",
812 "wasm-bindgen",
813 "web-sys",
814]
815
816[[package]]
817name = "const-oid"
818version = "0.9.6"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
821
822[[package]]
823name = "content_inspector"
824version = "0.2.4"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
827dependencies = [
828 "memchr",
829]
830
831[[package]]
832name = "convert_case"
833version = "0.6.0"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
836dependencies = [
837 "unicode-segmentation",
838]
839
840[[package]]
841name = "core-foundation"
842version = "0.9.4"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
845dependencies = [
846 "core-foundation-sys",
847 "libc",
848]
849
850[[package]]
851name = "core-foundation-sys"
852version = "0.8.6"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
855
856[[package]]
857name = "cpufeatures"
858version = "0.2.11"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
861dependencies = [
862 "libc",
863]
864
865[[package]]
866name = "crc32fast"
867version = "1.3.2"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
870dependencies = [
871 "cfg-if",
872]
873
874[[package]]
875name = "crossbeam-utils"
876version = "0.8.17"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f"
879dependencies = [
880 "cfg-if",
881]
882
883[[package]]
884name = "crossterm"
885version = "0.25.0"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
888dependencies = [
889 "bitflags 1.3.2",
890 "crossterm_winapi",
891 "libc",
892 "mio",
893 "parking_lot",
894 "signal-hook",
895 "signal-hook-mio",
896 "winapi",
897]
898
899[[package]]
900name = "crossterm"
901version = "0.27.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
904dependencies = [
905 "bitflags 2.4.1",
906 "crossterm_winapi",
907 "libc",
908 "parking_lot",
909 "winapi",
910]
911
912[[package]]
913name = "crossterm_winapi"
914version = "0.9.1"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
917dependencies = [
918 "winapi",
919]
920
921[[package]]
922name = "crypto-common"
923version = "0.1.6"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
926dependencies = [
927 "generic-array",
928 "typenum",
929]
930
931[[package]]
932name = "ctor"
933version = "0.2.6"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
936dependencies = [
937 "quote",
938 "syn 2.0.41",
939]
940
941[[package]]
942name = "data-encoding"
943version = "2.5.0"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
946
947[[package]]
948name = "deadpool"
949version = "0.9.5"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e"
952dependencies = [
953 "async-trait",
954 "deadpool-runtime",
955 "num_cpus",
956 "retain_mut",
957 "tokio",
958]
959
960[[package]]
961name = "deadpool-runtime"
962version = "0.1.3"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
965
966[[package]]
967name = "der"
968version = "0.7.8"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
971dependencies = [
972 "const-oid",
973 "pem-rfc7468",
974 "zeroize",
975]
976
977[[package]]
978name = "deranged"
979version = "0.3.10"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
982dependencies = [
983 "powerfmt",
984]
985
986[[package]]
987name = "digest"
988version = "0.10.7"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
991dependencies = [
992 "block-buffer",
993 "const-oid",
994 "crypto-common",
995 "subtle",
996]
997
998[[package]]
999name = "directories"
1000version = "5.0.1"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
1003dependencies = [
1004 "dirs-sys",
1005]
1006
1007[[package]]
1008name = "dirs-sys"
1009version = "0.4.1"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1012dependencies = [
1013 "libc",
1014 "option-ext",
1015 "redox_users",
1016 "windows-sys 0.48.0",
1017]
1018
1019[[package]]
1020name = "dyn-clone"
1021version = "1.0.16"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
1024
1025[[package]]
1026name = "either"
1027version = "1.9.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
1030
1031[[package]]
1032name = "encode_unicode"
1033version = "0.3.6"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1036
1037[[package]]
1038name = "encoding_rs"
1039version = "0.8.33"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
1042dependencies = [
1043 "cfg-if",
1044]
1045
1046[[package]]
1047name = "env_logger"
1048version = "0.10.1"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
1051dependencies = [
1052 "humantime",
1053 "is-terminal",
1054 "log",
1055 "regex",
1056 "termcolor",
1057]
1058
1059[[package]]
1060name = "equivalent"
1061version = "1.0.1"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1064
1065[[package]]
1066name = "errno"
1067version = "0.3.8"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
1070dependencies = [
1071 "libc",
1072 "windows-sys 0.52.0",
1073]
1074
1075[[package]]
1076name = "event-listener"
1077version = "2.5.3"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1080
1081[[package]]
1082name = "event-listener"
1083version = "4.0.0"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae"
1086dependencies = [
1087 "concurrent-queue",
1088 "parking",
1089 "pin-project-lite",
1090]
1091
1092[[package]]
1093name = "event-listener-strategy"
1094version = "0.4.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
1097dependencies = [
1098 "event-listener 4.0.0",
1099 "pin-project-lite",
1100]
1101
1102[[package]]
1103name = "eyre"
1104version = "0.6.11"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799"
1107dependencies = [
1108 "indenter",
1109 "once_cell",
1110]
1111
1112[[package]]
1113name = "fastrand"
1114version = "1.9.0"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1117dependencies = [
1118 "instant",
1119]
1120
1121[[package]]
1122name = "fastrand"
1123version = "2.0.1"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
1126
1127[[package]]
1128name = "flate2"
1129version = "1.0.28"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
1132dependencies = [
1133 "crc32fast",
1134 "miniz_oxide",
1135]
1136
1137[[package]]
1138name = "fnv"
1139version = "1.0.7"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1142
1143[[package]]
1144name = "foreign-types"
1145version = "0.3.2"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1148dependencies = [
1149 "foreign-types-shared",
1150]
1151
1152[[package]]
1153name = "foreign-types-shared"
1154version = "0.1.1"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1157
1158[[package]]
1159name = "form_urlencoded"
1160version = "1.2.1"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1163dependencies = [
1164 "percent-encoding",
1165]
1166
1167[[package]]
1168name = "fs-err"
1169version = "2.11.0"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
1172dependencies = [
1173 "autocfg",
1174]
1175
1176[[package]]
1177name = "futures"
1178version = "0.3.29"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
1181dependencies = [
1182 "futures-channel",
1183 "futures-core",
1184 "futures-executor",
1185 "futures-io",
1186 "futures-sink",
1187 "futures-task",
1188 "futures-util",
1189]
1190
1191[[package]]
1192name = "futures-channel"
1193version = "0.3.29"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
1196dependencies = [
1197 "futures-core",
1198 "futures-sink",
1199]
1200
1201[[package]]
1202name = "futures-core"
1203version = "0.3.29"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
1206
1207[[package]]
1208name = "futures-executor"
1209version = "0.3.29"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
1212dependencies = [
1213 "futures-core",
1214 "futures-task",
1215 "futures-util",
1216]
1217
1218[[package]]
1219name = "futures-io"
1220version = "0.3.29"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
1223
1224[[package]]
1225name = "futures-lite"
1226version = "1.13.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1229dependencies = [
1230 "fastrand 1.9.0",
1231 "futures-core",
1232 "futures-io",
1233 "memchr",
1234 "parking",
1235 "pin-project-lite",
1236 "waker-fn",
1237]
1238
1239[[package]]
1240name = "futures-macro"
1241version = "0.3.29"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
1244dependencies = [
1245 "proc-macro2",
1246 "quote",
1247 "syn 2.0.41",
1248]
1249
1250[[package]]
1251name = "futures-sink"
1252version = "0.3.29"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
1255
1256[[package]]
1257name = "futures-task"
1258version = "0.3.29"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
1261
1262[[package]]
1263name = "futures-timer"
1264version = "3.0.2"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
1267
1268[[package]]
1269name = "futures-util"
1270version = "0.3.29"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
1273dependencies = [
1274 "futures-channel",
1275 "futures-core",
1276 "futures-io",
1277 "futures-macro",
1278 "futures-sink",
1279 "futures-task",
1280 "memchr",
1281 "pin-project-lite",
1282 "pin-utils",
1283 "slab",
1284]
1285
1286[[package]]
1287name = "generator"
1288version = "0.7.5"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
1291dependencies = [
1292 "cc",
1293 "libc",
1294 "log",
1295 "rustversion",
1296 "windows",
1297]
1298
1299[[package]]
1300name = "generic-array"
1301version = "0.14.7"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1304dependencies = [
1305 "typenum",
1306 "version_check",
1307]
1308
1309[[package]]
1310name = "getrandom"
1311version = "0.1.16"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1314dependencies = [
1315 "cfg-if",
1316 "libc",
1317 "wasi 0.9.0+wasi-snapshot-preview1",
1318]
1319
1320[[package]]
1321name = "getrandom"
1322version = "0.2.11"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
1325dependencies = [
1326 "cfg-if",
1327 "js-sys",
1328 "libc",
1329 "wasi 0.11.0+wasi-snapshot-preview1",
1330 "wasm-bindgen",
1331]
1332
1333[[package]]
1334name = "gimli"
1335version = "0.28.1"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
1338
1339[[package]]
1340name = "glob"
1341version = "0.3.1"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1344
1345[[package]]
1346name = "globset"
1347version = "0.4.14"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
1350dependencies = [
1351 "aho-corasick",
1352 "bstr",
1353 "log",
1354 "regex-automata 0.4.3",
1355 "regex-syntax 0.8.2",
1356]
1357
1358[[package]]
1359name = "goblin"
1360version = "0.6.1"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
1363dependencies = [
1364 "log",
1365 "plain",
1366 "scroll",
1367]
1368
1369[[package]]
1370name = "h2"
1371version = "0.3.22"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
1374dependencies = [
1375 "bytes",
1376 "fnv",
1377 "futures-core",
1378 "futures-sink",
1379 "futures-util",
1380 "http",
1381 "indexmap 2.1.0",
1382 "slab",
1383 "tokio",
1384 "tokio-util",
1385 "tracing",
1386]
1387
1388[[package]]
1389name = "hashbrown"
1390version = "0.12.3"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1393
1394[[package]]
1395name = "hashbrown"
1396version = "0.14.3"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
1399
1400[[package]]
1401name = "heck"
1402version = "0.4.1"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1405
1406[[package]]
1407name = "hermit-abi"
1408version = "0.3.3"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
1411
1412[[package]]
1413name = "hkdf"
1414version = "0.12.4"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1417dependencies = [
1418 "hmac",
1419]
1420
1421[[package]]
1422name = "hmac"
1423version = "0.12.1"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1426dependencies = [
1427 "digest",
1428]
1429
1430[[package]]
1431name = "home"
1432version = "0.5.9"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1435dependencies = [
1436 "windows-sys 0.52.0",
1437]
1438
1439[[package]]
1440name = "http"
1441version = "0.2.11"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
1444dependencies = [
1445 "bytes",
1446 "fnv",
1447 "itoa",
1448]
1449
1450[[package]]
1451name = "http-body"
1452version = "0.4.6"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1455dependencies = [
1456 "bytes",
1457 "http",
1458 "pin-project-lite",
1459]
1460
1461[[package]]
1462name = "http-types"
1463version = "2.12.0"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
1466dependencies = [
1467 "anyhow",
1468 "async-channel",
1469 "base64 0.13.1",
1470 "futures-lite",
1471 "http",
1472 "infer",
1473 "pin-project-lite",
1474 "rand 0.7.3",
1475 "serde",
1476 "serde_json",
1477 "serde_qs 0.8.5",
1478 "serde_urlencoded",
1479 "url",
1480]
1481
1482[[package]]
1483name = "httparse"
1484version = "1.8.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1487
1488[[package]]
1489name = "httpdate"
1490version = "1.0.3"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1493
1494[[package]]
1495name = "humantime"
1496version = "2.1.0"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1499
1500[[package]]
1501name = "hyper"
1502version = "0.14.27"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
1505dependencies = [
1506 "bytes",
1507 "futures-channel",
1508 "futures-core",
1509 "futures-util",
1510 "h2",
1511 "http",
1512 "http-body",
1513 "httparse",
1514 "httpdate",
1515 "itoa",
1516 "pin-project-lite",
1517 "socket2 0.4.10",
1518 "tokio",
1519 "tower-service",
1520 "tracing",
1521 "want",
1522]
1523
1524[[package]]
1525name = "hyper-tls"
1526version = "0.5.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1529dependencies = [
1530 "bytes",
1531 "hyper",
1532 "native-tls",
1533 "tokio",
1534 "tokio-native-tls",
1535]
1536
1537[[package]]
1538name = "iana-time-zone"
1539version = "0.1.58"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
1542dependencies = [
1543 "android_system_properties",
1544 "core-foundation-sys",
1545 "iana-time-zone-haiku",
1546 "js-sys",
1547 "wasm-bindgen",
1548 "windows-core",
1549]
1550
1551[[package]]
1552name = "iana-time-zone-haiku"
1553version = "0.1.2"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1556dependencies = [
1557 "cc",
1558]
1559
1560[[package]]
1561name = "idna"
1562version = "0.5.0"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1565dependencies = [
1566 "unicode-bidi",
1567 "unicode-normalization",
1568]
1569
1570[[package]]
1571name = "indenter"
1572version = "0.3.3"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1575
1576[[package]]
1577name = "indexmap"
1578version = "1.9.3"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1581dependencies = [
1582 "autocfg",
1583 "hashbrown 0.12.3",
1584 "serde",
1585]
1586
1587[[package]]
1588name = "indexmap"
1589version = "2.1.0"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
1592dependencies = [
1593 "equivalent",
1594 "hashbrown 0.14.3",
1595]
1596
1597[[package]]
1598name = "indoc"
1599version = "2.0.4"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
1602
1603[[package]]
1604name = "infer"
1605version = "0.2.3"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
1608
1609[[package]]
1610name = "inout"
1611version = "0.1.3"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1614dependencies = [
1615 "block-padding",
1616 "generic-array",
1617]
1618
1619[[package]]
1620name = "inquire"
1621version = "0.6.2"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "c33e7c1ddeb15c9abcbfef6029d8e29f69b52b6d6c891031b88ed91b5065803b"
1624dependencies = [
1625 "bitflags 1.3.2",
1626 "crossterm 0.25.0",
1627 "dyn-clone",
1628 "lazy_static",
1629 "newline-converter",
1630 "thiserror",
1631 "unicode-segmentation",
1632 "unicode-width",
1633]
1634
1635[[package]]
1636name = "instant"
1637version = "0.1.12"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1640dependencies = [
1641 "cfg-if",
1642]
1643
1644[[package]]
1645name = "ipnet"
1646version = "2.9.0"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1649
1650[[package]]
1651name = "is-terminal"
1652version = "0.4.9"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
1655dependencies = [
1656 "hermit-abi",
1657 "rustix",
1658 "windows-sys 0.48.0",
1659]
1660
1661[[package]]
1662name = "is_ci"
1663version = "1.1.1"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
1666
1667[[package]]
1668name = "itertools"
1669version = "0.12.0"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
1672dependencies = [
1673 "either",
1674]
1675
1676[[package]]
1677name = "itoa"
1678version = "1.0.10"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
1681
1682[[package]]
1683name = "js-sys"
1684version = "0.3.66"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
1687dependencies = [
1688 "wasm-bindgen",
1689]
1690
1691[[package]]
1692name = "lazy_static"
1693version = "1.4.0"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1696dependencies = [
1697 "spin",
1698]
1699
1700[[package]]
1701name = "libc"
1702version = "0.2.151"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
1705
1706[[package]]
1707name = "libloading"
1708version = "0.8.1"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
1711dependencies = [
1712 "cfg-if",
1713 "windows-sys 0.48.0",
1714]
1715
1716[[package]]
1717name = "libm"
1718version = "0.2.8"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
1721
1722[[package]]
1723name = "libredox"
1724version = "0.0.1"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
1727dependencies = [
1728 "bitflags 2.4.1",
1729 "libc",
1730 "redox_syscall",
1731]
1732
1733[[package]]
1734name = "line-wrap"
1735version = "0.1.1"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
1738dependencies = [
1739 "safemem",
1740]
1741
1742[[package]]
1743name = "linux-raw-sys"
1744version = "0.4.12"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
1747
1748[[package]]
1749name = "lock_api"
1750version = "0.4.11"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
1753dependencies = [
1754 "autocfg",
1755 "scopeguard",
1756]
1757
1758[[package]]
1759name = "log"
1760version = "0.4.20"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
1763
1764[[package]]
1765name = "loom"
1766version = "0.5.6"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
1769dependencies = [
1770 "cfg-if",
1771 "generator",
1772 "pin-utils",
1773 "scoped-tls",
1774 "tracing",
1775 "tracing-subscriber",
1776]
1777
1778[[package]]
1779name = "matchers"
1780version = "0.1.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1783dependencies = [
1784 "regex-automata 0.1.10",
1785]
1786
1787[[package]]
1788name = "memchr"
1789version = "2.6.4"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
1792
1793[[package]]
1794name = "memoffset"
1795version = "0.9.0"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1798dependencies = [
1799 "autocfg",
1800]
1801
1802[[package]]
1803name = "mime"
1804version = "0.3.17"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1807
1808[[package]]
1809name = "mime_guess"
1810version = "2.0.4"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1813dependencies = [
1814 "mime",
1815 "unicase",
1816]
1817
1818[[package]]
1819name = "minimal-lexical"
1820version = "0.2.1"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1823
1824[[package]]
1825name = "miniz_oxide"
1826version = "0.7.1"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1829dependencies = [
1830 "adler",
1831]
1832
1833[[package]]
1834name = "mio"
1835version = "0.8.10"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
1838dependencies = [
1839 "libc",
1840 "log",
1841 "wasi 0.11.0+wasi-snapshot-preview1",
1842 "windows-sys 0.48.0",
1843]
1844
1845[[package]]
1846name = "napi"
1847version = "2.14.1"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "1133249c46e92da921bafc8aba4912bf84d6c475f7625183772ed2d0844dc3a7"
1850dependencies = [
1851 "bitflags 2.4.1",
1852 "ctor",
1853 "napi-derive",
1854 "napi-sys",
1855 "once_cell",
1856 "tokio",
1857]
1858
1859[[package]]
1860name = "napi-build"
1861version = "2.1.0"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "d4b4532cf86bfef556348ac65e561e3123879f0e7566cca6d43a6ff5326f13df"
1864
1865[[package]]
1866name = "napi-derive"
1867version = "2.14.4"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "9b5af262f1d8e660742eb722abc7113a5b3c3de4144d0ef23ede2518672ceff1"
1870dependencies = [
1871 "cfg-if",
1872 "convert_case",
1873 "napi-derive-backend",
1874 "proc-macro2",
1875 "quote",
1876 "syn 2.0.41",
1877]
1878
1879[[package]]
1880name = "napi-derive-backend"
1881version = "1.0.57"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "4ea236321b521d6926213a2021e407b0562e28a257c037a45919e414d2cdb4f8"
1884dependencies = [
1885 "convert_case",
1886 "once_cell",
1887 "proc-macro2",
1888 "quote",
1889 "regex",
1890 "semver",
1891 "syn 2.0.41",
1892]
1893
1894[[package]]
1895name = "napi-sys"
1896version = "2.3.0"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "2503fa6af34dc83fb74888df8b22afe933b58d37daf7d80424b1c60c68196b8b"
1899dependencies = [
1900 "libloading",
1901]
1902
1903[[package]]
1904name = "native-tls"
1905version = "0.2.11"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1908dependencies = [
1909 "lazy_static",
1910 "libc",
1911 "log",
1912 "openssl",
1913 "openssl-probe",
1914 "openssl-sys",
1915 "schannel",
1916 "security-framework",
1917 "security-framework-sys",
1918 "tempfile",
1919]
1920
1921[[package]]
1922name = "newline-converter"
1923version = "0.2.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
1926dependencies = [
1927 "unicode-segmentation",
1928]
1929
1930[[package]]
1931name = "nom"
1932version = "7.1.3"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1935dependencies = [
1936 "memchr",
1937 "minimal-lexical",
1938]
1939
1940[[package]]
1941name = "nu-ansi-term"
1942version = "0.46.0"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1945dependencies = [
1946 "overload",
1947 "winapi",
1948]
1949
1950[[package]]
1951name = "nu-ansi-term"
1952version = "0.49.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
1955dependencies = [
1956 "windows-sys 0.48.0",
1957]
1958
1959[[package]]
1960name = "num-bigint"
1961version = "0.4.4"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
1964dependencies = [
1965 "autocfg",
1966 "num-integer",
1967 "num-traits",
1968]
1969
1970[[package]]
1971name = "num-bigint-dig"
1972version = "0.8.4"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
1975dependencies = [
1976 "byteorder",
1977 "lazy_static",
1978 "libm",
1979 "num-integer",
1980 "num-iter",
1981 "num-traits",
1982 "rand 0.8.5",
1983 "smallvec",
1984 "zeroize",
1985]
1986
1987[[package]]
1988name = "num-integer"
1989version = "0.1.45"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1992dependencies = [
1993 "autocfg",
1994 "num-traits",
1995]
1996
1997[[package]]
1998name = "num-iter"
1999version = "0.1.43"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2002dependencies = [
2003 "autocfg",
2004 "num-integer",
2005 "num-traits",
2006]
2007
2008[[package]]
2009name = "num-traits"
2010version = "0.2.17"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2013dependencies = [
2014 "autocfg",
2015 "libm",
2016]
2017
2018[[package]]
2019name = "num_cpus"
2020version = "1.16.0"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2023dependencies = [
2024 "hermit-abi",
2025 "libc",
2026]
2027
2028[[package]]
2029name = "object"
2030version = "0.32.1"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2033dependencies = [
2034 "memchr",
2035]
2036
2037[[package]]
2038name = "once_cell"
2039version = "1.19.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2042
2043[[package]]
2044name = "oneshot"
2045version = "0.1.6"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "6f6640c6bda7731b1fdbab747981a0f896dd1fedaf9f4a53fa237a04a84431f4"
2048dependencies = [
2049 "loom",
2050]
2051
2052[[package]]
2053name = "onig"
2054version = "6.4.0"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
2057dependencies = [
2058 "bitflags 1.3.2",
2059 "libc",
2060 "once_cell",
2061 "onig_sys",
2062]
2063
2064[[package]]
2065name = "onig_sys"
2066version = "69.8.1"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
2069dependencies = [
2070 "cc",
2071 "pkg-config",
2072]
2073
2074[[package]]
2075name = "openssl"
2076version = "0.10.61"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45"
2079dependencies = [
2080 "bitflags 2.4.1",
2081 "cfg-if",
2082 "foreign-types",
2083 "libc",
2084 "once_cell",
2085 "openssl-macros",
2086 "openssl-sys",
2087]
2088
2089[[package]]
2090name = "openssl-macros"
2091version = "0.1.1"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2094dependencies = [
2095 "proc-macro2",
2096 "quote",
2097 "syn 2.0.41",
2098]
2099
2100[[package]]
2101name = "openssl-probe"
2102version = "0.1.5"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2105
2106[[package]]
2107name = "openssl-src"
2108version = "300.2.1+3.2.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3"
2111dependencies = [
2112 "cc",
2113]
2114
2115[[package]]
2116name = "openssl-sys"
2117version = "0.9.97"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b"
2120dependencies = [
2121 "cc",
2122 "libc",
2123 "openssl-src",
2124 "pkg-config",
2125 "vcpkg",
2126]
2127
2128[[package]]
2129name = "option-ext"
2130version = "0.2.0"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2133
2134[[package]]
2135name = "overload"
2136version = "0.1.1"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2139
2140[[package]]
2141name = "owo-colors"
2142version = "3.5.0"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2145
2146[[package]]
2147name = "parking"
2148version = "2.2.0"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2151
2152[[package]]
2153name = "parking_lot"
2154version = "0.12.1"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2157dependencies = [
2158 "lock_api",
2159 "parking_lot_core",
2160]
2161
2162[[package]]
2163name = "parking_lot_core"
2164version = "0.9.9"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2167dependencies = [
2168 "cfg-if",
2169 "libc",
2170 "redox_syscall",
2171 "smallvec",
2172 "windows-targets 0.48.5",
2173]
2174
2175[[package]]
2176name = "password-hash"
2177version = "0.5.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
2180dependencies = [
2181 "base64ct",
2182 "rand_core 0.6.4",
2183 "subtle",
2184]
2185
2186[[package]]
2187name = "paste"
2188version = "1.0.14"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2191
2192[[package]]
2193name = "path_abs"
2194version = "0.5.1"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3"
2197dependencies = [
2198 "std_prelude",
2199]
2200
2201[[package]]
2202name = "pbkdf2"
2203version = "0.12.2"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
2206dependencies = [
2207 "digest",
2208]
2209
2210[[package]]
2211name = "pem-rfc7468"
2212version = "0.7.0"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2215dependencies = [
2216 "base64ct",
2217]
2218
2219[[package]]
2220name = "percent-encoding"
2221version = "2.3.1"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2224
2225[[package]]
2226name = "pin-project-lite"
2227version = "0.2.13"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2230
2231[[package]]
2232name = "pin-utils"
2233version = "0.1.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2236
2237[[package]]
2238name = "pkcs1"
2239version = "0.7.5"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2242dependencies = [
2243 "der",
2244 "pkcs8",
2245 "spki",
2246]
2247
2248[[package]]
2249name = "pkcs8"
2250version = "0.10.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2253dependencies = [
2254 "der",
2255 "spki",
2256]
2257
2258[[package]]
2259name = "pkg-config"
2260version = "0.3.27"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2263
2264[[package]]
2265name = "plain"
2266version = "0.2.3"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2269
2270[[package]]
2271name = "plist"
2272version = "1.6.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
2275dependencies = [
2276 "base64 0.21.5",
2277 "indexmap 2.1.0",
2278 "line-wrap",
2279 "quick-xml",
2280 "serde",
2281 "time",
2282]
2283
2284[[package]]
2285name = "powerfmt"
2286version = "0.2.0"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2289
2290[[package]]
2291name = "ppv-lite86"
2292version = "0.2.17"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2295
2296[[package]]
2297name = "proc-macro2"
2298version = "1.0.70"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
2301dependencies = [
2302 "unicode-ident",
2303]
2304
2305[[package]]
2306name = "pyo3"
2307version = "0.20.0"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "04e8453b658fe480c3e70c8ed4e3d3ec33eb74988bd186561b0cc66b85c3bc4b"
2310dependencies = [
2311 "cfg-if",
2312 "indoc",
2313 "libc",
2314 "memoffset",
2315 "parking_lot",
2316 "pyo3-build-config",
2317 "pyo3-ffi",
2318 "pyo3-macros",
2319 "unindent",
2320]
2321
2322[[package]]
2323name = "pyo3-asyncio"
2324version = "0.20.0"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "6ea6b68e93db3622f3bb3bf363246cf948ed5375afe7abff98ccbdd50b184995"
2327dependencies = [
2328 "futures",
2329 "once_cell",
2330 "pin-project-lite",
2331 "pyo3",
2332 "pyo3-asyncio-macros",
2333 "tokio",
2334]
2335
2336[[package]]
2337name = "pyo3-asyncio-macros"
2338version = "0.20.0"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "56c467178e1da6252c95c29ecf898b133f742e9181dca5def15dc24e19d45a39"
2341dependencies = [
2342 "proc-macro2",
2343 "quote",
2344 "syn 1.0.109",
2345]
2346
2347[[package]]
2348name = "pyo3-build-config"
2349version = "0.20.0"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "a96fe70b176a89cff78f2fa7b3c930081e163d5379b4dcdf993e3ae29ca662e5"
2352dependencies = [
2353 "once_cell",
2354 "target-lexicon",
2355]
2356
2357[[package]]
2358name = "pyo3-ffi"
2359version = "0.20.0"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "214929900fd25e6604661ed9cf349727c8920d47deff196c4e28165a6ef2a96b"
2362dependencies = [
2363 "libc",
2364 "pyo3-build-config",
2365]
2366
2367[[package]]
2368name = "pyo3-log"
2369version = "0.9.0"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "4c10808ee7250403bedb24bc30c32493e93875fef7ba3e4292226fe924f398bd"
2372dependencies = [
2373 "arc-swap",
2374 "log",
2375 "pyo3",
2376]
2377
2378[[package]]
2379name = "pyo3-macros"
2380version = "0.20.0"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "dac53072f717aa1bfa4db832b39de8c875b7c7af4f4a6fe93cdbf9264cf8383b"
2383dependencies = [
2384 "proc-macro2",
2385 "pyo3-macros-backend",
2386 "quote",
2387 "syn 2.0.41",
2388]
2389
2390[[package]]
2391name = "pyo3-macros-backend"
2392version = "0.20.0"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "7774b5a8282bd4f25f803b1f0d945120be959a36c72e08e7cd031c792fdfd424"
2395dependencies = [
2396 "heck",
2397 "proc-macro2",
2398 "quote",
2399 "syn 2.0.41",
2400]
2401
2402[[package]]
2403name = "quick-xml"
2404version = "0.31.0"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
2407dependencies = [
2408 "memchr",
2409]
2410
2411[[package]]
2412name = "quote"
2413version = "1.0.33"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2416dependencies = [
2417 "proc-macro2",
2418]
2419
2420[[package]]
2421name = "rand"
2422version = "0.7.3"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2425dependencies = [
2426 "getrandom 0.1.16",
2427 "libc",
2428 "rand_chacha 0.2.2",
2429 "rand_core 0.5.1",
2430 "rand_hc",
2431]
2432
2433[[package]]
2434name = "rand"
2435version = "0.8.5"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2438dependencies = [
2439 "libc",
2440 "rand_chacha 0.3.1",
2441 "rand_core 0.6.4",
2442]
2443
2444[[package]]
2445name = "rand_chacha"
2446version = "0.2.2"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2449dependencies = [
2450 "ppv-lite86",
2451 "rand_core 0.5.1",
2452]
2453
2454[[package]]
2455name = "rand_chacha"
2456version = "0.3.1"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2459dependencies = [
2460 "ppv-lite86",
2461 "rand_core 0.6.4",
2462]
2463
2464[[package]]
2465name = "rand_core"
2466version = "0.5.1"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2469dependencies = [
2470 "getrandom 0.1.16",
2471]
2472
2473[[package]]
2474name = "rand_core"
2475version = "0.6.4"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2478dependencies = [
2479 "getrandom 0.2.11",
2480]
2481
2482[[package]]
2483name = "rand_hc"
2484version = "0.2.0"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2487dependencies = [
2488 "rand_core 0.5.1",
2489]
2490
2491[[package]]
2492name = "redox_syscall"
2493version = "0.4.1"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2496dependencies = [
2497 "bitflags 1.3.2",
2498]
2499
2500[[package]]
2501name = "redox_users"
2502version = "0.4.4"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
2505dependencies = [
2506 "getrandom 0.2.11",
2507 "libredox",
2508 "thiserror",
2509]
2510
2511[[package]]
2512name = "regex"
2513version = "1.10.2"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2516dependencies = [
2517 "aho-corasick",
2518 "memchr",
2519 "regex-automata 0.4.3",
2520 "regex-syntax 0.8.2",
2521]
2522
2523[[package]]
2524name = "regex-automata"
2525version = "0.1.10"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2528dependencies = [
2529 "regex-syntax 0.6.29",
2530]
2531
2532[[package]]
2533name = "regex-automata"
2534version = "0.4.3"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2537dependencies = [
2538 "aho-corasick",
2539 "memchr",
2540 "regex-syntax 0.8.2",
2541]
2542
2543[[package]]
2544name = "regex-syntax"
2545version = "0.6.29"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2548
2549[[package]]
2550name = "regex-syntax"
2551version = "0.7.5"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2554
2555[[package]]
2556name = "regex-syntax"
2557version = "0.8.2"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2560
2561[[package]]
2562name = "reqwest"
2563version = "0.11.22"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
2566dependencies = [
2567 "base64 0.21.5",
2568 "bytes",
2569 "encoding_rs",
2570 "futures-core",
2571 "futures-util",
2572 "h2",
2573 "http",
2574 "http-body",
2575 "hyper",
2576 "hyper-tls",
2577 "ipnet",
2578 "js-sys",
2579 "log",
2580 "mime",
2581 "mime_guess",
2582 "native-tls",
2583 "once_cell",
2584 "percent-encoding",
2585 "pin-project-lite",
2586 "serde",
2587 "serde_json",
2588 "serde_urlencoded",
2589 "system-configuration",
2590 "tokio",
2591 "tokio-native-tls",
2592 "tower-service",
2593 "url",
2594 "wasm-bindgen",
2595 "wasm-bindgen-futures",
2596 "web-sys",
2597 "winreg",
2598]
2599
2600[[package]]
2601name = "retain_mut"
2602version = "0.1.9"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
2605
2606[[package]]
2607name = "rgb"
2608version = "0.8.37"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
2611dependencies = [
2612 "bytemuck",
2613]
2614
2615[[package]]
2616name = "rsa"
2617version = "0.9.6"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2620dependencies = [
2621 "const-oid",
2622 "digest",
2623 "num-bigint-dig",
2624 "num-integer",
2625 "num-traits",
2626 "pkcs1",
2627 "pkcs8",
2628 "rand_core 0.6.4",
2629 "signature",
2630 "spki",
2631 "subtle",
2632 "zeroize",
2633]
2634
2635[[package]]
2636name = "rustc-demangle"
2637version = "0.1.23"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2640
2641[[package]]
2642name = "rustix"
2643version = "0.38.28"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
2646dependencies = [
2647 "bitflags 2.4.1",
2648 "errno",
2649 "libc",
2650 "linux-raw-sys",
2651 "windows-sys 0.52.0",
2652]
2653
2654[[package]]
2655name = "rustversion"
2656version = "1.0.14"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2659
2660[[package]]
2661name = "ryu"
2662version = "1.0.16"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
2665
2666[[package]]
2667name = "safemem"
2668version = "0.3.3"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2671
2672[[package]]
2673name = "same-file"
2674version = "1.0.6"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2677dependencies = [
2678 "winapi-util",
2679]
2680
2681[[package]]
2682name = "schannel"
2683version = "0.1.22"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2686dependencies = [
2687 "windows-sys 0.48.0",
2688]
2689
2690[[package]]
2691name = "schemars"
2692version = "0.8.16"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29"
2695dependencies = [
2696 "chrono",
2697 "dyn-clone",
2698 "indexmap 1.9.3",
2699 "schemars_derive",
2700 "serde",
2701 "serde_json",
2702 "uuid",
2703]
2704
2705[[package]]
2706name = "schemars_derive"
2707version = "0.8.16"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967"
2710dependencies = [
2711 "proc-macro2",
2712 "quote",
2713 "serde_derive_internals",
2714 "syn 1.0.109",
2715]
2716
2717[[package]]
2718name = "scoped-tls"
2719version = "1.0.1"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2722
2723[[package]]
2724name = "scopeguard"
2725version = "1.2.0"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2728
2729[[package]]
2730name = "scroll"
2731version = "0.11.0"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
2734dependencies = [
2735 "scroll_derive",
2736]
2737
2738[[package]]
2739name = "scroll_derive"
2740version = "0.11.1"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
2743dependencies = [
2744 "proc-macro2",
2745 "quote",
2746 "syn 2.0.41",
2747]
2748
2749[[package]]
2750name = "sdk-schemas"
2751version = "0.1.0"
2752dependencies = [
2753 "anyhow",
2754 "bitwarden",
2755 "bitwarden-json",
2756 "bitwarden-uniffi",
2757 "itertools",
2758 "schemars",
2759 "serde_json",
2760]
2761
2762[[package]]
2763name = "security-framework"
2764version = "2.9.2"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2767dependencies = [
2768 "bitflags 1.3.2",
2769 "core-foundation",
2770 "core-foundation-sys",
2771 "libc",
2772 "security-framework-sys",
2773]
2774
2775[[package]]
2776name = "security-framework-sys"
2777version = "2.9.1"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2780dependencies = [
2781 "core-foundation-sys",
2782 "libc",
2783]
2784
2785[[package]]
2786name = "semver"
2787version = "1.0.20"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2790dependencies = [
2791 "serde",
2792]
2793
2794[[package]]
2795name = "serde"
2796version = "1.0.193"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
2799dependencies = [
2800 "serde_derive",
2801]
2802
2803[[package]]
2804name = "serde_derive"
2805version = "1.0.193"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
2808dependencies = [
2809 "proc-macro2",
2810 "quote",
2811 "syn 2.0.41",
2812]
2813
2814[[package]]
2815name = "serde_derive_internals"
2816version = "0.26.0"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
2819dependencies = [
2820 "proc-macro2",
2821 "quote",
2822 "syn 1.0.109",
2823]
2824
2825[[package]]
2826name = "serde_json"
2827version = "1.0.108"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
2830dependencies = [
2831 "itoa",
2832 "ryu",
2833 "serde",
2834]
2835
2836[[package]]
2837name = "serde_qs"
2838version = "0.8.5"
2839source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
2841dependencies = [
2842 "percent-encoding",
2843 "serde",
2844 "thiserror",
2845]
2846
2847[[package]]
2848name = "serde_qs"
2849version = "0.12.0"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
2852dependencies = [
2853 "percent-encoding",
2854 "serde",
2855 "thiserror",
2856]
2857
2858[[package]]
2859name = "serde_repr"
2860version = "0.1.17"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145"
2863dependencies = [
2864 "proc-macro2",
2865 "quote",
2866 "syn 2.0.41",
2867]
2868
2869[[package]]
2870name = "serde_spanned"
2871version = "0.6.4"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
2874dependencies = [
2875 "serde",
2876]
2877
2878[[package]]
2879name = "serde_urlencoded"
2880version = "0.7.1"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2883dependencies = [
2884 "form_urlencoded",
2885 "itoa",
2886 "ryu",
2887 "serde",
2888]
2889
2890[[package]]
2891name = "serde_yaml"
2892version = "0.9.27"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
2895dependencies = [
2896 "indexmap 2.1.0",
2897 "itoa",
2898 "ryu",
2899 "serde",
2900 "unsafe-libyaml",
2901]
2902
2903[[package]]
2904name = "sha1"
2905version = "0.10.6"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2908dependencies = [
2909 "cfg-if",
2910 "cpufeatures",
2911 "digest",
2912]
2913
2914[[package]]
2915name = "sha2"
2916version = "0.10.8"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2919dependencies = [
2920 "cfg-if",
2921 "cpufeatures",
2922 "digest",
2923]
2924
2925[[package]]
2926name = "sharded-slab"
2927version = "0.1.7"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2930dependencies = [
2931 "lazy_static",
2932]
2933
2934[[package]]
2935name = "signal-hook"
2936version = "0.3.17"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
2939dependencies = [
2940 "libc",
2941 "signal-hook-registry",
2942]
2943
2944[[package]]
2945name = "signal-hook-mio"
2946version = "0.2.3"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
2949dependencies = [
2950 "libc",
2951 "mio",
2952 "signal-hook",
2953]
2954
2955[[package]]
2956name = "signal-hook-registry"
2957version = "1.4.1"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2960dependencies = [
2961 "libc",
2962]
2963
2964[[package]]
2965name = "signature"
2966version = "2.2.0"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2969dependencies = [
2970 "digest",
2971 "rand_core 0.6.4",
2972]
2973
2974[[package]]
2975name = "siphasher"
2976version = "0.3.11"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2979
2980[[package]]
2981name = "slab"
2982version = "0.4.9"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2985dependencies = [
2986 "autocfg",
2987]
2988
2989[[package]]
2990name = "smallvec"
2991version = "1.11.2"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2994
2995[[package]]
2996name = "smawk"
2997version = "0.3.2"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
3000
3001[[package]]
3002name = "socket2"
3003version = "0.4.10"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
3005checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
3006dependencies = [
3007 "libc",
3008 "winapi",
3009]
3010
3011[[package]]
3012name = "socket2"
3013version = "0.5.5"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
3016dependencies = [
3017 "libc",
3018 "windows-sys 0.48.0",
3019]
3020
3021[[package]]
3022name = "spin"
3023version = "0.5.2"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3026
3027[[package]]
3028name = "spki"
3029version = "0.7.3"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3032dependencies = [
3033 "base64ct",
3034 "der",
3035]
3036
3037[[package]]
3038name = "static_assertions"
3039version = "1.1.0"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3042
3043[[package]]
3044name = "std_prelude"
3045version = "0.2.12"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe"
3048
3049[[package]]
3050name = "strsim"
3051version = "0.10.0"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
3054
3055[[package]]
3056name = "strum"
3057version = "0.25.0"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
3060
3061[[package]]
3062name = "strum_macros"
3063version = "0.25.3"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
3066dependencies = [
3067 "heck",
3068 "proc-macro2",
3069 "quote",
3070 "rustversion",
3071 "syn 2.0.41",
3072]
3073
3074[[package]]
3075name = "subtle"
3076version = "2.5.0"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
3079
3080[[package]]
3081name = "supports-color"
3082version = "2.1.0"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89"
3085dependencies = [
3086 "is-terminal",
3087 "is_ci",
3088]
3089
3090[[package]]
3091name = "syn"
3092version = "1.0.109"
3093source = "registry+https://github.com/rust-lang/crates.io-index"
3094checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3095dependencies = [
3096 "proc-macro2",
3097 "quote",
3098 "unicode-ident",
3099]
3100
3101[[package]]
3102name = "syn"
3103version = "2.0.41"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269"
3106dependencies = [
3107 "proc-macro2",
3108 "quote",
3109 "unicode-ident",
3110]
3111
3112[[package]]
3113name = "syntect"
3114version = "5.1.0"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91"
3117dependencies = [
3118 "bincode",
3119 "bitflags 1.3.2",
3120 "flate2",
3121 "fnv",
3122 "once_cell",
3123 "onig",
3124 "regex-syntax 0.7.5",
3125 "serde",
3126 "serde_json",
3127 "thiserror",
3128 "walkdir",
3129]
3130
3131[[package]]
3132name = "system-configuration"
3133version = "0.5.1"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
3136dependencies = [
3137 "bitflags 1.3.2",
3138 "core-foundation",
3139 "system-configuration-sys",
3140]
3141
3142[[package]]
3143name = "system-configuration-sys"
3144version = "0.5.0"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
3147dependencies = [
3148 "core-foundation-sys",
3149 "libc",
3150]
3151
3152[[package]]
3153name = "target-lexicon"
3154version = "0.12.12"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
3157
3158[[package]]
3159name = "tempfile"
3160version = "3.8.1"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
3163dependencies = [
3164 "cfg-if",
3165 "fastrand 2.0.1",
3166 "redox_syscall",
3167 "rustix",
3168 "windows-sys 0.48.0",
3169]
3170
3171[[package]]
3172name = "termcolor"
3173version = "1.4.0"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
3176dependencies = [
3177 "winapi-util",
3178]
3179
3180[[package]]
3181name = "textwrap"
3182version = "0.16.0"
3183source = "registry+https://github.com/rust-lang/crates.io-index"
3184checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
3185dependencies = [
3186 "smawk",
3187 "unicode-linebreak",
3188 "unicode-width",
3189]
3190
3191[[package]]
3192name = "thiserror"
3193version = "1.0.51"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
3196dependencies = [
3197 "thiserror-impl",
3198]
3199
3200[[package]]
3201name = "thiserror-impl"
3202version = "1.0.51"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
3205dependencies = [
3206 "proc-macro2",
3207 "quote",
3208 "syn 2.0.41",
3209]
3210
3211[[package]]
3212name = "thread_local"
3213version = "1.1.7"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
3216dependencies = [
3217 "cfg-if",
3218 "once_cell",
3219]
3220
3221[[package]]
3222name = "time"
3223version = "0.3.30"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
3226dependencies = [
3227 "deranged",
3228 "itoa",
3229 "powerfmt",
3230 "serde",
3231 "time-core",
3232 "time-macros",
3233]
3234
3235[[package]]
3236name = "time-core"
3237version = "0.1.2"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
3240
3241[[package]]
3242name = "time-macros"
3243version = "0.2.15"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
3246dependencies = [
3247 "time-core",
3248]
3249
3250[[package]]
3251name = "tinyvec"
3252version = "1.6.0"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3255dependencies = [
3256 "tinyvec_macros",
3257]
3258
3259[[package]]
3260name = "tinyvec_macros"
3261version = "0.1.1"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3264
3265[[package]]
3266name = "tokio"
3267version = "1.35.0"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c"
3270dependencies = [
3271 "backtrace",
3272 "bytes",
3273 "libc",
3274 "mio",
3275 "num_cpus",
3276 "pin-project-lite",
3277 "socket2 0.5.5",
3278 "tokio-macros",
3279 "windows-sys 0.48.0",
3280]
3281
3282[[package]]
3283name = "tokio-macros"
3284version = "2.2.0"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
3287dependencies = [
3288 "proc-macro2",
3289 "quote",
3290 "syn 2.0.41",
3291]
3292
3293[[package]]
3294name = "tokio-native-tls"
3295version = "0.3.1"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3298dependencies = [
3299 "native-tls",
3300 "tokio",
3301]
3302
3303[[package]]
3304name = "tokio-util"
3305version = "0.7.10"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
3308dependencies = [
3309 "bytes",
3310 "futures-core",
3311 "futures-sink",
3312 "pin-project-lite",
3313 "tokio",
3314 "tracing",
3315]
3316
3317[[package]]
3318name = "toml"
3319version = "0.5.11"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
3322dependencies = [
3323 "serde",
3324]
3325
3326[[package]]
3327name = "toml"
3328version = "0.8.8"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
3331dependencies = [
3332 "serde",
3333 "serde_spanned",
3334 "toml_datetime",
3335 "toml_edit",
3336]
3337
3338[[package]]
3339name = "toml_datetime"
3340version = "0.6.5"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
3343dependencies = [
3344 "serde",
3345]
3346
3347[[package]]
3348name = "toml_edit"
3349version = "0.21.0"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
3352dependencies = [
3353 "indexmap 2.1.0",
3354 "serde",
3355 "serde_spanned",
3356 "toml_datetime",
3357 "winnow",
3358]
3359
3360[[package]]
3361name = "tower-service"
3362version = "0.3.2"
3363source = "registry+https://github.com/rust-lang/crates.io-index"
3364checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3365
3366[[package]]
3367name = "tracing"
3368version = "0.1.40"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3371dependencies = [
3372 "pin-project-lite",
3373 "tracing-attributes",
3374 "tracing-core",
3375]
3376
3377[[package]]
3378name = "tracing-attributes"
3379version = "0.1.27"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
3382dependencies = [
3383 "proc-macro2",
3384 "quote",
3385 "syn 2.0.41",
3386]
3387
3388[[package]]
3389name = "tracing-core"
3390version = "0.1.32"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
3393dependencies = [
3394 "once_cell",
3395 "valuable",
3396]
3397
3398[[package]]
3399name = "tracing-error"
3400version = "0.2.0"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
3403dependencies = [
3404 "tracing",
3405 "tracing-subscriber",
3406]
3407
3408[[package]]
3409name = "tracing-log"
3410version = "0.2.0"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3413dependencies = [
3414 "log",
3415 "once_cell",
3416 "tracing-core",
3417]
3418
3419[[package]]
3420name = "tracing-subscriber"
3421version = "0.3.18"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
3424dependencies = [
3425 "matchers",
3426 "nu-ansi-term 0.46.0",
3427 "once_cell",
3428 "regex",
3429 "sharded-slab",
3430 "smallvec",
3431 "thread_local",
3432 "tracing",
3433 "tracing-core",
3434 "tracing-log",
3435]
3436
3437[[package]]
3438name = "try-lock"
3439version = "0.2.5"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3442
3443[[package]]
3444name = "typenum"
3445version = "1.17.0"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3448
3449[[package]]
3450name = "unicase"
3451version = "2.7.0"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
3454dependencies = [
3455 "version_check",
3456]
3457
3458[[package]]
3459name = "unicode-bidi"
3460version = "0.3.14"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
3463
3464[[package]]
3465name = "unicode-ident"
3466version = "1.0.12"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
3469
3470[[package]]
3471name = "unicode-linebreak"
3472version = "0.1.5"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
3475
3476[[package]]
3477name = "unicode-normalization"
3478version = "0.1.22"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
3481dependencies = [
3482 "tinyvec",
3483]
3484
3485[[package]]
3486name = "unicode-segmentation"
3487version = "1.10.1"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
3490
3491[[package]]
3492name = "unicode-width"
3493version = "0.1.11"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
3496
3497[[package]]
3498name = "uniffi"
3499version = "0.25.2"
3500source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3501dependencies = [
3502 "anyhow",
3503 "camino",
3504 "clap",
3505 "uniffi_bindgen",
3506 "uniffi_build",
3507 "uniffi_core",
3508 "uniffi_macros",
3509]
3510
3511[[package]]
3512name = "uniffi-bindgen"
3513version = "0.1.0"
3514dependencies = [
3515 "uniffi",
3516]
3517
3518[[package]]
3519name = "uniffi_bindgen"
3520version = "0.25.2"
3521source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3522dependencies = [
3523 "anyhow",
3524 "askama",
3525 "camino",
3526 "cargo_metadata",
3527 "clap",
3528 "fs-err",
3529 "glob",
3530 "goblin",
3531 "heck",
3532 "once_cell",
3533 "paste",
3534 "serde",
3535 "textwrap",
3536 "toml 0.5.11",
3537 "uniffi_meta",
3538 "uniffi_testing",
3539 "uniffi_udl",
3540]
3541
3542[[package]]
3543name = "uniffi_build"
3544version = "0.25.2"
3545source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3546dependencies = [
3547 "anyhow",
3548 "camino",
3549 "uniffi_bindgen",
3550]
3551
3552[[package]]
3553name = "uniffi_checksum_derive"
3554version = "0.25.2"
3555source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3556dependencies = [
3557 "quote",
3558 "syn 2.0.41",
3559]
3560
3561[[package]]
3562name = "uniffi_core"
3563version = "0.25.2"
3564source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3565dependencies = [
3566 "anyhow",
3567 "async-compat",
3568 "bytes",
3569 "camino",
3570 "log",
3571 "once_cell",
3572 "oneshot",
3573 "paste",
3574 "static_assertions",
3575]
3576
3577[[package]]
3578name = "uniffi_macros"
3579version = "0.25.2"
3580source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3581dependencies = [
3582 "bincode",
3583 "camino",
3584 "fs-err",
3585 "once_cell",
3586 "proc-macro2",
3587 "quote",
3588 "serde",
3589 "syn 2.0.41",
3590 "toml 0.5.11",
3591 "uniffi_build",
3592 "uniffi_meta",
3593]
3594
3595[[package]]
3596name = "uniffi_meta"
3597version = "0.25.2"
3598source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3599dependencies = [
3600 "anyhow",
3601 "bytes",
3602 "siphasher",
3603 "uniffi_checksum_derive",
3604]
3605
3606[[package]]
3607name = "uniffi_testing"
3608version = "0.25.2"
3609source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3610dependencies = [
3611 "anyhow",
3612 "camino",
3613 "cargo_metadata",
3614 "fs-err",
3615 "once_cell",
3616]
3617
3618[[package]]
3619name = "uniffi_udl"
3620version = "0.25.2"
3621source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3622dependencies = [
3623 "anyhow",
3624 "textwrap",
3625 "uniffi_meta",
3626 "uniffi_testing",
3627 "weedle2",
3628]
3629
3630[[package]]
3631name = "unindent"
3632version = "0.2.3"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
3635
3636[[package]]
3637name = "unsafe-libyaml"
3638version = "0.2.10"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
3641
3642[[package]]
3643name = "url"
3644version = "2.5.0"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
3647dependencies = [
3648 "form_urlencoded",
3649 "idna",
3650 "percent-encoding",
3651 "serde",
3652]
3653
3654[[package]]
3655name = "utf8parse"
3656version = "0.2.1"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
3659
3660[[package]]
3661name = "uuid"
3662version = "1.6.1"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
3665dependencies = [
3666 "serde",
3667]
3668
3669[[package]]
3670name = "valuable"
3671version = "0.1.0"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3674
3675[[package]]
3676name = "vcpkg"
3677version = "0.2.15"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3680
3681[[package]]
3682name = "version_check"
3683version = "0.9.4"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3686
3687[[package]]
3688name = "waker-fn"
3689version = "1.1.1"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
3692
3693[[package]]
3694name = "walkdir"
3695version = "2.4.0"
3696source = "registry+https://github.com/rust-lang/crates.io-index"
3697checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
3698dependencies = [
3699 "same-file",
3700 "winapi-util",
3701]
3702
3703[[package]]
3704name = "want"
3705version = "0.3.1"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3708dependencies = [
3709 "try-lock",
3710]
3711
3712[[package]]
3713name = "wasi"
3714version = "0.9.0+wasi-snapshot-preview1"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3717
3718[[package]]
3719name = "wasi"
3720version = "0.11.0+wasi-snapshot-preview1"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3723
3724[[package]]
3725name = "wasm-bindgen"
3726version = "0.2.89"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
3729dependencies = [
3730 "cfg-if",
3731 "serde",
3732 "serde_json",
3733 "wasm-bindgen-macro",
3734]
3735
3736[[package]]
3737name = "wasm-bindgen-backend"
3738version = "0.2.89"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
3741dependencies = [
3742 "bumpalo",
3743 "log",
3744 "once_cell",
3745 "proc-macro2",
3746 "quote",
3747 "syn 2.0.41",
3748 "wasm-bindgen-shared",
3749]
3750
3751[[package]]
3752name = "wasm-bindgen-futures"
3753version = "0.4.39"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
3756dependencies = [
3757 "cfg-if",
3758 "js-sys",
3759 "wasm-bindgen",
3760 "web-sys",
3761]
3762
3763[[package]]
3764name = "wasm-bindgen-macro"
3765version = "0.2.89"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
3768dependencies = [
3769 "quote",
3770 "wasm-bindgen-macro-support",
3771]
3772
3773[[package]]
3774name = "wasm-bindgen-macro-support"
3775version = "0.2.89"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
3778dependencies = [
3779 "proc-macro2",
3780 "quote",
3781 "syn 2.0.41",
3782 "wasm-bindgen-backend",
3783 "wasm-bindgen-shared",
3784]
3785
3786[[package]]
3787name = "wasm-bindgen-shared"
3788version = "0.2.89"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
3791
3792[[package]]
3793name = "wasm-bindgen-test"
3794version = "0.3.39"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "2cf9242c0d27999b831eae4767b2a146feb0b27d332d553e605864acd2afd403"
3797dependencies = [
3798 "console_error_panic_hook",
3799 "js-sys",
3800 "scoped-tls",
3801 "wasm-bindgen",
3802 "wasm-bindgen-futures",
3803 "wasm-bindgen-test-macro",
3804]
3805
3806[[package]]
3807name = "wasm-bindgen-test-macro"
3808version = "0.3.39"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "794645f5408c9a039fd09f4d113cdfb2e7eba5ff1956b07bcf701cf4b394fe89"
3811dependencies = [
3812 "proc-macro2",
3813 "quote",
3814 "syn 2.0.41",
3815]
3816
3817[[package]]
3818name = "web-sys"
3819version = "0.3.66"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
3822dependencies = [
3823 "js-sys",
3824 "wasm-bindgen",
3825]
3826
3827[[package]]
3828name = "weedle2"
3829version = "4.0.0"
3830source = "git+https://github.com/mozilla/uniffi-rs?rev=23711c8151bbb794369aa1f9d383db386792dff9#23711c8151bbb794369aa1f9d383db386792dff9"
3831dependencies = [
3832 "nom",
3833]
3834
3835[[package]]
3836name = "winapi"
3837version = "0.3.9"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3840dependencies = [
3841 "winapi-i686-pc-windows-gnu",
3842 "winapi-x86_64-pc-windows-gnu",
3843]
3844
3845[[package]]
3846name = "winapi-i686-pc-windows-gnu"
3847version = "0.4.0"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3850
3851[[package]]
3852name = "winapi-util"
3853version = "0.1.6"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
3856dependencies = [
3857 "winapi",
3858]
3859
3860[[package]]
3861name = "winapi-x86_64-pc-windows-gnu"
3862version = "0.4.0"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3865
3866[[package]]
3867name = "windows"
3868version = "0.48.0"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
3871dependencies = [
3872 "windows-targets 0.48.5",
3873]
3874
3875[[package]]
3876name = "windows-core"
3877version = "0.51.1"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
3880dependencies = [
3881 "windows-targets 0.48.5",
3882]
3883
3884[[package]]
3885name = "windows-sys"
3886version = "0.45.0"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3889dependencies = [
3890 "windows-targets 0.42.2",
3891]
3892
3893[[package]]
3894name = "windows-sys"
3895version = "0.48.0"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3898dependencies = [
3899 "windows-targets 0.48.5",
3900]
3901
3902[[package]]
3903name = "windows-sys"
3904version = "0.52.0"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3907dependencies = [
3908 "windows-targets 0.52.0",
3909]
3910
3911[[package]]
3912name = "windows-targets"
3913version = "0.42.2"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
3916dependencies = [
3917 "windows_aarch64_gnullvm 0.42.2",
3918 "windows_aarch64_msvc 0.42.2",
3919 "windows_i686_gnu 0.42.2",
3920 "windows_i686_msvc 0.42.2",
3921 "windows_x86_64_gnu 0.42.2",
3922 "windows_x86_64_gnullvm 0.42.2",
3923 "windows_x86_64_msvc 0.42.2",
3924]
3925
3926[[package]]
3927name = "windows-targets"
3928version = "0.48.5"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3931dependencies = [
3932 "windows_aarch64_gnullvm 0.48.5",
3933 "windows_aarch64_msvc 0.48.5",
3934 "windows_i686_gnu 0.48.5",
3935 "windows_i686_msvc 0.48.5",
3936 "windows_x86_64_gnu 0.48.5",
3937 "windows_x86_64_gnullvm 0.48.5",
3938 "windows_x86_64_msvc 0.48.5",
3939]
3940
3941[[package]]
3942name = "windows-targets"
3943version = "0.52.0"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
3946dependencies = [
3947 "windows_aarch64_gnullvm 0.52.0",
3948 "windows_aarch64_msvc 0.52.0",
3949 "windows_i686_gnu 0.52.0",
3950 "windows_i686_msvc 0.52.0",
3951 "windows_x86_64_gnu 0.52.0",
3952 "windows_x86_64_gnullvm 0.52.0",
3953 "windows_x86_64_msvc 0.52.0",
3954]
3955
3956[[package]]
3957name = "windows_aarch64_gnullvm"
3958version = "0.42.2"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
3961
3962[[package]]
3963name = "windows_aarch64_gnullvm"
3964version = "0.48.5"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3967
3968[[package]]
3969name = "windows_aarch64_gnullvm"
3970version = "0.52.0"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
3973
3974[[package]]
3975name = "windows_aarch64_msvc"
3976version = "0.42.2"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
3979
3980[[package]]
3981name = "windows_aarch64_msvc"
3982version = "0.48.5"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3985
3986[[package]]
3987name = "windows_aarch64_msvc"
3988version = "0.52.0"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
3991
3992[[package]]
3993name = "windows_i686_gnu"
3994version = "0.42.2"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
3997
3998[[package]]
3999name = "windows_i686_gnu"
4000version = "0.48.5"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4003
4004[[package]]
4005name = "windows_i686_gnu"
4006version = "0.52.0"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
4009
4010[[package]]
4011name = "windows_i686_msvc"
4012version = "0.42.2"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4015
4016[[package]]
4017name = "windows_i686_msvc"
4018version = "0.48.5"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4021
4022[[package]]
4023name = "windows_i686_msvc"
4024version = "0.52.0"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
4027
4028[[package]]
4029name = "windows_x86_64_gnu"
4030version = "0.42.2"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4033
4034[[package]]
4035name = "windows_x86_64_gnu"
4036version = "0.48.5"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4039
4040[[package]]
4041name = "windows_x86_64_gnu"
4042version = "0.52.0"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
4045
4046[[package]]
4047name = "windows_x86_64_gnullvm"
4048version = "0.42.2"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4051
4052[[package]]
4053name = "windows_x86_64_gnullvm"
4054version = "0.48.5"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4057
4058[[package]]
4059name = "windows_x86_64_gnullvm"
4060version = "0.52.0"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
4063
4064[[package]]
4065name = "windows_x86_64_msvc"
4066version = "0.42.2"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4069
4070[[package]]
4071name = "windows_x86_64_msvc"
4072version = "0.48.5"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4075
4076[[package]]
4077name = "windows_x86_64_msvc"
4078version = "0.52.0"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
4081
4082[[package]]
4083name = "winnow"
4084version = "0.5.28"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "6c830786f7720c2fd27a1a0e27a709dbd3c4d009b56d098fc742d4f4eab91fe2"
4087dependencies = [
4088 "memchr",
4089]
4090
4091[[package]]
4092name = "winreg"
4093version = "0.50.0"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4096dependencies = [
4097 "cfg-if",
4098 "windows-sys 0.48.0",
4099]
4100
4101[[package]]
4102name = "wiremock"
4103version = "0.5.22"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "13a3a53eaf34f390dd30d7b1b078287dd05df2aa2e21a589ccb80f5c7253c2e9"
4106dependencies = [
4107 "assert-json-diff",
4108 "async-trait",
4109 "base64 0.21.5",
4110 "deadpool",
4111 "futures",
4112 "futures-timer",
4113 "http-types",
4114 "hyper",
4115 "log",
4116 "once_cell",
4117 "regex",
4118 "serde",
4119 "serde_json",
4120 "tokio",
4121]
4122
4123[[package]]
4124name = "zeroize"
4125version = "1.7.0"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"