blob: fb7ed86ce0a883355a850525e11e40a89ade4306 [file] [log] [blame]
Mohammed Naser942099f2025-02-13 13:23:51 -05001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
20[[package]]
21name = "android-tzdata"
22version = "0.1.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
25
26[[package]]
27name = "android_system_properties"
28version = "0.1.5"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
31dependencies = [
32 "libc",
33]
34
35[[package]]
36name = "atmosphere"
37version = "0.0.0"
38dependencies = [
39 "rustainers",
40 "tokio",
41]
42
43[[package]]
44name = "autocfg"
45version = "1.4.0"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
48
49[[package]]
50name = "backtrace"
51version = "0.3.74"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
54dependencies = [
55 "addr2line",
56 "cfg-if",
57 "libc",
58 "miniz_oxide",
59 "object",
60 "rustc-demangle",
61 "windows-targets",
62]
63
64[[package]]
65name = "base64"
66version = "0.22.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
69
70[[package]]
71name = "bitflags"
72version = "2.8.0"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
75
76[[package]]
77name = "bollard"
78version = "0.18.1"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "97ccca1260af6a459d75994ad5acc1651bcabcbdbc41467cc9786519ab854c30"
81dependencies = [
82 "base64",
83 "bollard-stubs",
84 "bytes",
85 "futures-core",
86 "futures-util",
87 "hex",
88 "http",
89 "http-body-util",
90 "hyper",
91 "hyper-named-pipe",
92 "hyper-util",
93 "hyperlocal",
94 "log",
95 "pin-project-lite",
96 "serde",
97 "serde_derive",
98 "serde_json",
99 "serde_repr",
100 "serde_urlencoded",
101 "thiserror",
102 "tokio",
103 "tokio-util",
104 "tower-service",
105 "url",
106 "winapi",
107]
108
109[[package]]
110name = "bollard-stubs"
111version = "1.47.1-rc.27.3.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "3f179cfbddb6e77a5472703d4b30436bff32929c0aa8a9008ecf23d1d3cdd0da"
114dependencies = [
115 "serde",
116 "serde_repr",
117 "serde_with",
118]
119
120[[package]]
121name = "bumpalo"
122version = "3.17.0"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
125
126[[package]]
127name = "byteorder"
128version = "1.5.0"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
131
132[[package]]
133name = "bytes"
134version = "1.10.0"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
137
138[[package]]
139name = "cc"
140version = "1.2.13"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda"
143dependencies = [
144 "shlex",
145]
146
147[[package]]
148name = "cfg-if"
149version = "1.0.0"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
152
153[[package]]
154name = "chrono"
155version = "0.4.39"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
158dependencies = [
159 "android-tzdata",
160 "iana-time-zone",
161 "num-traits",
162 "serde",
163 "windows-targets",
164]
165
166[[package]]
167name = "core-foundation-sys"
168version = "0.8.7"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
171
172[[package]]
173name = "deranged"
174version = "0.3.11"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
177dependencies = [
178 "powerfmt",
179 "serde",
180]
181
182[[package]]
183name = "displaydoc"
184version = "0.2.5"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
187dependencies = [
188 "proc-macro2",
189 "quote",
190 "syn",
191]
192
193[[package]]
194name = "equivalent"
195version = "1.0.1"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
198
199[[package]]
200name = "errno"
201version = "0.3.10"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
204dependencies = [
205 "libc",
206 "windows-sys 0.59.0",
207]
208
209[[package]]
210name = "filetime"
211version = "0.2.25"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
214dependencies = [
215 "cfg-if",
216 "libc",
217 "libredox",
218 "windows-sys 0.59.0",
219]
220
221[[package]]
222name = "fnv"
223version = "1.0.7"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
226
227[[package]]
228name = "form_urlencoded"
229version = "1.2.1"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
232dependencies = [
233 "percent-encoding",
234]
235
236[[package]]
237name = "futures-channel"
238version = "0.3.31"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
241dependencies = [
242 "futures-core",
243]
244
245[[package]]
246name = "futures-core"
247version = "0.3.31"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
250
251[[package]]
252name = "futures-macro"
253version = "0.3.31"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
256dependencies = [
257 "proc-macro2",
258 "quote",
259 "syn",
260]
261
262[[package]]
263name = "futures-sink"
264version = "0.3.31"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
267
268[[package]]
269name = "futures-task"
270version = "0.3.31"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
273
274[[package]]
275name = "futures-util"
276version = "0.3.31"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
279dependencies = [
280 "futures-core",
281 "futures-macro",
282 "futures-task",
283 "pin-project-lite",
284 "pin-utils",
285 "slab",
286]
287
288[[package]]
289name = "getrandom"
290version = "0.2.15"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
293dependencies = [
294 "cfg-if",
295 "libc",
296 "wasi",
297]
298
299[[package]]
300name = "gimli"
301version = "0.31.1"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
304
305[[package]]
306name = "hashbrown"
307version = "0.12.3"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
310
311[[package]]
312name = "hashbrown"
313version = "0.15.2"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
316
317[[package]]
318name = "hex"
319version = "0.4.3"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
322
323[[package]]
324name = "http"
325version = "1.2.0"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
328dependencies = [
329 "bytes",
330 "fnv",
331 "itoa",
332]
333
334[[package]]
335name = "http-body"
336version = "1.0.1"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
339dependencies = [
340 "bytes",
341 "http",
342]
343
344[[package]]
345name = "http-body-util"
346version = "0.1.2"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
349dependencies = [
350 "bytes",
351 "futures-util",
352 "http",
353 "http-body",
354 "pin-project-lite",
355]
356
357[[package]]
358name = "httparse"
359version = "1.10.0"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
362
363[[package]]
364name = "httpdate"
365version = "1.0.3"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
368
369[[package]]
370name = "hyper"
371version = "1.6.0"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
374dependencies = [
375 "bytes",
376 "futures-channel",
377 "futures-util",
378 "http",
379 "http-body",
380 "httparse",
381 "httpdate",
382 "itoa",
383 "pin-project-lite",
384 "smallvec",
385 "tokio",
386 "want",
387]
388
389[[package]]
390name = "hyper-named-pipe"
391version = "0.1.0"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278"
394dependencies = [
395 "hex",
396 "hyper",
397 "hyper-util",
398 "pin-project-lite",
399 "tokio",
400 "tower-service",
401 "winapi",
402]
403
404[[package]]
405name = "hyper-util"
406version = "0.1.10"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
409dependencies = [
410 "bytes",
411 "futures-channel",
412 "futures-util",
413 "http",
414 "http-body",
415 "hyper",
416 "pin-project-lite",
417 "socket2",
418 "tokio",
419 "tower-service",
420 "tracing",
421]
422
423[[package]]
424name = "hyperlocal"
425version = "0.9.1"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7"
428dependencies = [
429 "hex",
430 "http-body-util",
431 "hyper",
432 "hyper-util",
433 "pin-project-lite",
434 "tokio",
435 "tower-service",
436]
437
438[[package]]
439name = "iana-time-zone"
440version = "0.1.61"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
443dependencies = [
444 "android_system_properties",
445 "core-foundation-sys",
446 "iana-time-zone-haiku",
447 "js-sys",
448 "wasm-bindgen",
449 "windows-core",
450]
451
452[[package]]
453name = "iana-time-zone-haiku"
454version = "0.1.2"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
457dependencies = [
458 "cc",
459]
460
461[[package]]
462name = "icu_collections"
463version = "1.5.0"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
466dependencies = [
467 "displaydoc",
468 "yoke",
469 "zerofrom",
470 "zerovec",
471]
472
473[[package]]
474name = "icu_locid"
475version = "1.5.0"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
478dependencies = [
479 "displaydoc",
480 "litemap",
481 "tinystr",
482 "writeable",
483 "zerovec",
484]
485
486[[package]]
487name = "icu_locid_transform"
488version = "1.5.0"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
491dependencies = [
492 "displaydoc",
493 "icu_locid",
494 "icu_locid_transform_data",
495 "icu_provider",
496 "tinystr",
497 "zerovec",
498]
499
500[[package]]
501name = "icu_locid_transform_data"
502version = "1.5.0"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
505
506[[package]]
507name = "icu_normalizer"
508version = "1.5.0"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
511dependencies = [
512 "displaydoc",
513 "icu_collections",
514 "icu_normalizer_data",
515 "icu_properties",
516 "icu_provider",
517 "smallvec",
518 "utf16_iter",
519 "utf8_iter",
520 "write16",
521 "zerovec",
522]
523
524[[package]]
525name = "icu_normalizer_data"
526version = "1.5.0"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
529
530[[package]]
531name = "icu_properties"
532version = "1.5.1"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
535dependencies = [
536 "displaydoc",
537 "icu_collections",
538 "icu_locid_transform",
539 "icu_properties_data",
540 "icu_provider",
541 "tinystr",
542 "zerovec",
543]
544
545[[package]]
546name = "icu_properties_data"
547version = "1.5.0"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
550
551[[package]]
552name = "icu_provider"
553version = "1.5.0"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
556dependencies = [
557 "displaydoc",
558 "icu_locid",
559 "icu_provider_macros",
560 "stable_deref_trait",
561 "tinystr",
562 "writeable",
563 "yoke",
564 "zerofrom",
565 "zerovec",
566]
567
568[[package]]
569name = "icu_provider_macros"
570version = "1.5.0"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
573dependencies = [
574 "proc-macro2",
575 "quote",
576 "syn",
577]
578
579[[package]]
580name = "idna"
581version = "1.0.3"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
584dependencies = [
585 "idna_adapter",
586 "smallvec",
587 "utf8_iter",
588]
589
590[[package]]
591name = "idna_adapter"
592version = "1.2.0"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
595dependencies = [
596 "icu_normalizer",
597 "icu_properties",
598]
599
600[[package]]
601name = "indexmap"
602version = "1.9.3"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
605dependencies = [
606 "autocfg",
607 "hashbrown 0.12.3",
608 "serde",
609]
610
611[[package]]
612name = "indexmap"
613version = "2.7.1"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
616dependencies = [
617 "equivalent",
618 "hashbrown 0.15.2",
619 "serde",
620]
621
622[[package]]
623name = "itoa"
624version = "1.0.14"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
627
628[[package]]
629name = "js-sys"
630version = "0.3.77"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
633dependencies = [
634 "once_cell",
635 "wasm-bindgen",
636]
637
638[[package]]
639name = "libc"
640version = "0.2.169"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
643
644[[package]]
645name = "libredox"
646version = "0.1.3"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
649dependencies = [
650 "bitflags",
651 "libc",
652 "redox_syscall",
653]
654
655[[package]]
656name = "linux-raw-sys"
657version = "0.4.15"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
660
661[[package]]
662name = "litemap"
663version = "0.7.4"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
666
667[[package]]
668name = "log"
669version = "0.4.25"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
672
673[[package]]
674name = "memchr"
675version = "2.7.4"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
678
679[[package]]
680name = "miniz_oxide"
681version = "0.8.4"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "b3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b"
684dependencies = [
685 "adler2",
686]
687
688[[package]]
689name = "mio"
690version = "1.0.3"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
693dependencies = [
694 "libc",
695 "wasi",
696 "windows-sys 0.52.0",
697]
698
699[[package]]
700name = "num-conv"
701version = "0.1.0"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
704
705[[package]]
706name = "num-traits"
707version = "0.2.19"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
710dependencies = [
711 "autocfg",
712]
713
714[[package]]
715name = "object"
716version = "0.36.7"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
719dependencies = [
720 "memchr",
721]
722
723[[package]]
724name = "once_cell"
725version = "1.20.3"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
728
729[[package]]
730name = "passwd"
731version = "0.1.0"
732dependencies = [
733 "thiserror",
734]
735
736[[package]]
737name = "percent-encoding"
738version = "2.3.1"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
741
742[[package]]
743name = "pin-project-lite"
744version = "0.2.16"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
747
748[[package]]
749name = "pin-utils"
750version = "0.1.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
753
754[[package]]
755name = "powerfmt"
756version = "0.2.0"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
759
760[[package]]
761name = "ppv-lite86"
762version = "0.2.20"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
765dependencies = [
766 "zerocopy",
767]
768
769[[package]]
770name = "proc-macro2"
771version = "1.0.93"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
774dependencies = [
775 "unicode-ident",
776]
777
778[[package]]
779name = "quote"
780version = "1.0.38"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
783dependencies = [
784 "proc-macro2",
785]
786
787[[package]]
788name = "rand"
789version = "0.8.5"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
792dependencies = [
793 "libc",
794 "rand_chacha",
795 "rand_core",
796]
797
798[[package]]
799name = "rand_chacha"
800version = "0.3.1"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
803dependencies = [
804 "ppv-lite86",
805 "rand_core",
806]
807
808[[package]]
809name = "rand_core"
810version = "0.6.4"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
813dependencies = [
814 "getrandom",
815]
816
817[[package]]
818name = "redox_syscall"
819version = "0.5.8"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
822dependencies = [
823 "bitflags",
824]
825
826[[package]]
827name = "rustainers"
828version = "0.1.0"
829dependencies = [
830 "bollard",
831 "bytes",
832 "futures-util",
833 "passwd",
834 "rand",
835 "tar",
836 "thiserror",
837 "tokio",
838]
839
840[[package]]
841name = "rustc-demangle"
842version = "0.1.24"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
845
846[[package]]
847name = "rustix"
848version = "0.38.44"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
851dependencies = [
852 "bitflags",
853 "errno",
854 "libc",
855 "linux-raw-sys",
856 "windows-sys 0.59.0",
857]
858
859[[package]]
860name = "rustversion"
861version = "1.0.19"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
864
865[[package]]
866name = "ryu"
867version = "1.0.19"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
870
871[[package]]
872name = "serde"
873version = "1.0.217"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
876dependencies = [
877 "serde_derive",
878]
879
880[[package]]
881name = "serde_derive"
882version = "1.0.217"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
885dependencies = [
886 "proc-macro2",
887 "quote",
888 "syn",
889]
890
891[[package]]
892name = "serde_json"
893version = "1.0.138"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
896dependencies = [
897 "itoa",
898 "memchr",
899 "ryu",
900 "serde",
901]
902
903[[package]]
904name = "serde_repr"
905version = "0.1.19"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn",
912]
913
914[[package]]
915name = "serde_urlencoded"
916version = "0.7.1"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
919dependencies = [
920 "form_urlencoded",
921 "itoa",
922 "ryu",
923 "serde",
924]
925
926[[package]]
927name = "serde_with"
928version = "3.12.0"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
931dependencies = [
932 "base64",
933 "chrono",
934 "hex",
935 "indexmap 1.9.3",
936 "indexmap 2.7.1",
937 "serde",
938 "serde_derive",
939 "serde_json",
940 "time",
941]
942
943[[package]]
944name = "shlex"
945version = "1.3.0"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
948
949[[package]]
950name = "slab"
951version = "0.4.9"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
954dependencies = [
955 "autocfg",
956]
957
958[[package]]
959name = "smallvec"
960version = "1.13.2"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
963
964[[package]]
965name = "socket2"
966version = "0.5.8"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
969dependencies = [
970 "libc",
971 "windows-sys 0.52.0",
972]
973
974[[package]]
975name = "stable_deref_trait"
976version = "1.2.0"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
979
980[[package]]
981name = "syn"
982version = "2.0.98"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
985dependencies = [
986 "proc-macro2",
987 "quote",
988 "unicode-ident",
989]
990
991[[package]]
992name = "synstructure"
993version = "0.13.1"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
996dependencies = [
997 "proc-macro2",
998 "quote",
999 "syn",
1000]
1001
1002[[package]]
1003name = "tar"
1004version = "0.4.43"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6"
1007dependencies = [
1008 "filetime",
1009 "libc",
1010 "xattr",
1011]
1012
1013[[package]]
1014name = "thiserror"
1015version = "2.0.11"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
1018dependencies = [
1019 "thiserror-impl",
1020]
1021
1022[[package]]
1023name = "thiserror-impl"
1024version = "2.0.11"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
1027dependencies = [
1028 "proc-macro2",
1029 "quote",
1030 "syn",
1031]
1032
1033[[package]]
1034name = "time"
1035version = "0.3.37"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
1038dependencies = [
1039 "deranged",
1040 "itoa",
1041 "num-conv",
1042 "powerfmt",
1043 "serde",
1044 "time-core",
1045 "time-macros",
1046]
1047
1048[[package]]
1049name = "time-core"
1050version = "0.1.2"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
1053
1054[[package]]
1055name = "time-macros"
1056version = "0.2.19"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
1059dependencies = [
1060 "num-conv",
1061 "time-core",
1062]
1063
1064[[package]]
1065name = "tinystr"
1066version = "0.7.6"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
1069dependencies = [
1070 "displaydoc",
1071 "zerovec",
1072]
1073
1074[[package]]
1075name = "tokio"
1076version = "1.43.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
1079dependencies = [
1080 "backtrace",
1081 "bytes",
1082 "libc",
1083 "mio",
1084 "pin-project-lite",
1085 "socket2",
1086 "tokio-macros",
1087 "windows-sys 0.52.0",
1088]
1089
1090[[package]]
1091name = "tokio-macros"
1092version = "2.5.0"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1095dependencies = [
1096 "proc-macro2",
1097 "quote",
1098 "syn",
1099]
1100
1101[[package]]
1102name = "tokio-util"
1103version = "0.7.13"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
1106dependencies = [
1107 "bytes",
1108 "futures-core",
1109 "futures-sink",
1110 "pin-project-lite",
1111 "tokio",
1112]
1113
1114[[package]]
1115name = "tower-service"
1116version = "0.3.3"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1119
1120[[package]]
1121name = "tracing"
1122version = "0.1.41"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1125dependencies = [
1126 "pin-project-lite",
1127 "tracing-core",
1128]
1129
1130[[package]]
1131name = "tracing-core"
1132version = "0.1.33"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
1135dependencies = [
1136 "once_cell",
1137]
1138
1139[[package]]
1140name = "try-lock"
1141version = "0.2.5"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1144
1145[[package]]
1146name = "unicode-ident"
1147version = "1.0.16"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
1150
1151[[package]]
1152name = "url"
1153version = "2.5.4"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
1156dependencies = [
1157 "form_urlencoded",
1158 "idna",
1159 "percent-encoding",
1160]
1161
1162[[package]]
1163name = "utf16_iter"
1164version = "1.0.5"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
1167
1168[[package]]
1169name = "utf8_iter"
1170version = "1.0.4"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1173
1174[[package]]
1175name = "want"
1176version = "0.3.1"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1179dependencies = [
1180 "try-lock",
1181]
1182
1183[[package]]
1184name = "wasi"
1185version = "0.11.0+wasi-snapshot-preview1"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1188
1189[[package]]
1190name = "wasm-bindgen"
1191version = "0.2.100"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1194dependencies = [
1195 "cfg-if",
1196 "once_cell",
1197 "rustversion",
1198 "wasm-bindgen-macro",
1199]
1200
1201[[package]]
1202name = "wasm-bindgen-backend"
1203version = "0.2.100"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1206dependencies = [
1207 "bumpalo",
1208 "log",
1209 "proc-macro2",
1210 "quote",
1211 "syn",
1212 "wasm-bindgen-shared",
1213]
1214
1215[[package]]
1216name = "wasm-bindgen-macro"
1217version = "0.2.100"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1220dependencies = [
1221 "quote",
1222 "wasm-bindgen-macro-support",
1223]
1224
1225[[package]]
1226name = "wasm-bindgen-macro-support"
1227version = "0.2.100"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1230dependencies = [
1231 "proc-macro2",
1232 "quote",
1233 "syn",
1234 "wasm-bindgen-backend",
1235 "wasm-bindgen-shared",
1236]
1237
1238[[package]]
1239name = "wasm-bindgen-shared"
1240version = "0.2.100"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1243dependencies = [
1244 "unicode-ident",
1245]
1246
1247[[package]]
1248name = "winapi"
1249version = "0.3.9"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1252dependencies = [
1253 "winapi-i686-pc-windows-gnu",
1254 "winapi-x86_64-pc-windows-gnu",
1255]
1256
1257[[package]]
1258name = "winapi-i686-pc-windows-gnu"
1259version = "0.4.0"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1262
1263[[package]]
1264name = "winapi-x86_64-pc-windows-gnu"
1265version = "0.4.0"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1268
1269[[package]]
1270name = "windows-core"
1271version = "0.52.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1274dependencies = [
1275 "windows-targets",
1276]
1277
1278[[package]]
1279name = "windows-sys"
1280version = "0.52.0"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1283dependencies = [
1284 "windows-targets",
1285]
1286
1287[[package]]
1288name = "windows-sys"
1289version = "0.59.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1292dependencies = [
1293 "windows-targets",
1294]
1295
1296[[package]]
1297name = "windows-targets"
1298version = "0.52.6"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1301dependencies = [
1302 "windows_aarch64_gnullvm",
1303 "windows_aarch64_msvc",
1304 "windows_i686_gnu",
1305 "windows_i686_gnullvm",
1306 "windows_i686_msvc",
1307 "windows_x86_64_gnu",
1308 "windows_x86_64_gnullvm",
1309 "windows_x86_64_msvc",
1310]
1311
1312[[package]]
1313name = "windows_aarch64_gnullvm"
1314version = "0.52.6"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1317
1318[[package]]
1319name = "windows_aarch64_msvc"
1320version = "0.52.6"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1323
1324[[package]]
1325name = "windows_i686_gnu"
1326version = "0.52.6"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1329
1330[[package]]
1331name = "windows_i686_gnullvm"
1332version = "0.52.6"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1335
1336[[package]]
1337name = "windows_i686_msvc"
1338version = "0.52.6"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1341
1342[[package]]
1343name = "windows_x86_64_gnu"
1344version = "0.52.6"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1347
1348[[package]]
1349name = "windows_x86_64_gnullvm"
1350version = "0.52.6"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1353
1354[[package]]
1355name = "windows_x86_64_msvc"
1356version = "0.52.6"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1359
1360[[package]]
1361name = "write16"
1362version = "1.0.0"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
1365
1366[[package]]
1367name = "writeable"
1368version = "0.5.5"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
1371
1372[[package]]
1373name = "xattr"
1374version = "1.4.0"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909"
1377dependencies = [
1378 "libc",
1379 "linux-raw-sys",
1380 "rustix",
1381]
1382
1383[[package]]
1384name = "yoke"
1385version = "0.7.5"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
1388dependencies = [
1389 "serde",
1390 "stable_deref_trait",
1391 "yoke-derive",
1392 "zerofrom",
1393]
1394
1395[[package]]
1396name = "yoke-derive"
1397version = "0.7.5"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
1400dependencies = [
1401 "proc-macro2",
1402 "quote",
1403 "syn",
1404 "synstructure",
1405]
1406
1407[[package]]
1408name = "zerocopy"
1409version = "0.7.35"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
1412dependencies = [
1413 "byteorder",
1414 "zerocopy-derive",
1415]
1416
1417[[package]]
1418name = "zerocopy-derive"
1419version = "0.7.35"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
1422dependencies = [
1423 "proc-macro2",
1424 "quote",
1425 "syn",
1426]
1427
1428[[package]]
1429name = "zerofrom"
1430version = "0.1.5"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
1433dependencies = [
1434 "zerofrom-derive",
1435]
1436
1437[[package]]
1438name = "zerofrom-derive"
1439version = "0.1.5"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
1442dependencies = [
1443 "proc-macro2",
1444 "quote",
1445 "syn",
1446 "synstructure",
1447]
1448
1449[[package]]
1450name = "zerovec"
1451version = "0.10.4"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
1454dependencies = [
1455 "yoke",
1456 "zerofrom",
1457 "zerovec-derive",
1458]
1459
1460[[package]]
1461name = "zerovec-derive"
1462version = "0.10.3"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
1465dependencies = [
1466 "proc-macro2",
1467 "quote",
1468 "syn",
1469]