CLI tool for migrating PDS
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
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 = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "android-tzdata"
37version = "0.1.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
40
41[[package]]
42name = "android_system_properties"
43version = "0.1.5"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
46dependencies = [
47 "libc",
48]
49
50[[package]]
51name = "async-compression"
52version = "0.4.20"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
55dependencies = [
56 "flate2",
57 "futures-core",
58 "memchr",
59 "pin-project-lite",
60 "tokio",
61]
62
63[[package]]
64name = "async-lock"
65version = "3.4.0"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
68dependencies = [
69 "event-listener",
70 "event-listener-strategy",
71 "pin-project-lite",
72]
73
74[[package]]
75name = "async-recursion"
76version = "1.1.1"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
79dependencies = [
80 "proc-macro2",
81 "quote",
82 "syn",
83]
84
85[[package]]
86name = "async-trait"
87version = "0.1.83"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
90dependencies = [
91 "proc-macro2",
92 "quote",
93 "syn",
94]
95
96[[package]]
97name = "atrium-api"
98version = "0.25.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "ea3ea578c768ec91082e424a8d139517b2cb5c75149bf3cec04371a1e74f00f2"
101dependencies = [
102 "atrium-common",
103 "atrium-xrpc",
104 "chrono",
105 "http",
106 "ipld-core",
107 "langtag",
108 "regex",
109 "serde",
110 "serde_bytes",
111 "serde_json",
112 "thiserror 1.0.69",
113 "tokio",
114 "trait-variant",
115]
116
117[[package]]
118name = "atrium-common"
119version = "0.1.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "168e558408847bfed69df1033a32fd051f7a037ebc90ea46e588ccb2bfbd7233"
122dependencies = [
123 "dashmap",
124 "lru",
125 "moka",
126 "thiserror 1.0.69",
127 "tokio",
128 "trait-variant",
129 "web-time",
130]
131
132[[package]]
133name = "atrium-identity"
134version = "0.1.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "116fec95d2b8088f3e2c064f38bc5ceb6977ea1ce9e2ffd510d19304ded14b1c"
137dependencies = [
138 "atrium-api",
139 "atrium-common",
140 "atrium-xrpc",
141 "hickory-proto 0.24.4",
142 "serde",
143 "serde_html_form",
144 "serde_json",
145 "thiserror 1.0.69",
146 "trait-variant",
147]
148
149[[package]]
150name = "atrium-xrpc"
151version = "0.12.1"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "6b4956d94147cfbb669c68f654eb4fd6a1d00648c810cec79d04ec5425b8f378"
154dependencies = [
155 "http",
156 "serde",
157 "serde_html_form",
158 "serde_json",
159 "thiserror 1.0.69",
160 "trait-variant",
161]
162
163[[package]]
164name = "atrium-xrpc-client"
165version = "0.5.11"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "9bab4287ccef501b3892e1325280e61ae79a96eb9ee63dceabc0ed3bea35f2eb"
168dependencies = [
169 "atrium-xrpc",
170 "reqwest",
171]
172
173[[package]]
174name = "autocfg"
175version = "1.4.0"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
178
179[[package]]
180name = "backtrace"
181version = "0.3.74"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
184dependencies = [
185 "addr2line",
186 "cfg-if",
187 "libc",
188 "miniz_oxide",
189 "object",
190 "rustc-demangle",
191 "windows-targets 0.52.6",
192]
193
194[[package]]
195name = "base-x"
196version = "0.2.11"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
199
200[[package]]
201name = "base64"
202version = "0.22.1"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
205
206[[package]]
207name = "bitflags"
208version = "2.9.0"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
211
212[[package]]
213name = "bumpalo"
214version = "3.17.0"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
217
218[[package]]
219name = "byteorder"
220version = "1.5.0"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
223
224[[package]]
225name = "bytes"
226version = "1.10.1"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
229
230[[package]]
231name = "cc"
232version = "1.2.16"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
235dependencies = [
236 "shlex",
237]
238
239[[package]]
240name = "cfg-if"
241version = "1.0.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
244
245[[package]]
246name = "chrono"
247version = "0.4.40"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
250dependencies = [
251 "android-tzdata",
252 "iana-time-zone",
253 "js-sys",
254 "num-traits",
255 "serde",
256 "wasm-bindgen",
257 "windows-link",
258]
259
260[[package]]
261name = "cid"
262version = "0.11.1"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
265dependencies = [
266 "core2",
267 "multibase",
268 "multihash",
269 "serde",
270 "serde_bytes",
271 "unsigned-varint",
272]
273
274[[package]]
275name = "concurrent-queue"
276version = "2.5.0"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
279dependencies = [
280 "crossbeam-utils",
281]
282
283[[package]]
284name = "core-foundation"
285version = "0.9.4"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
288dependencies = [
289 "core-foundation-sys",
290 "libc",
291]
292
293[[package]]
294name = "core-foundation-sys"
295version = "0.8.7"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
298
299[[package]]
300name = "core2"
301version = "0.4.0"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
304dependencies = [
305 "memchr",
306]
307
308[[package]]
309name = "crc32fast"
310version = "1.4.2"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
313dependencies = [
314 "cfg-if",
315]
316
317[[package]]
318name = "critical-section"
319version = "1.2.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
322
323[[package]]
324name = "crossbeam-channel"
325version = "0.5.14"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
328dependencies = [
329 "crossbeam-utils",
330]
331
332[[package]]
333name = "crossbeam-epoch"
334version = "0.9.18"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
337dependencies = [
338 "crossbeam-utils",
339]
340
341[[package]]
342name = "crossbeam-utils"
343version = "0.8.21"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
346
347[[package]]
348name = "dashmap"
349version = "6.1.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
352dependencies = [
353 "cfg-if",
354 "crossbeam-utils",
355 "hashbrown 0.14.5",
356 "lock_api",
357 "once_cell",
358 "parking_lot_core",
359]
360
361[[package]]
362name = "data-encoding"
363version = "2.8.0"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
366
367[[package]]
368name = "data-encoding-macro"
369version = "0.1.17"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558"
372dependencies = [
373 "data-encoding",
374 "data-encoding-macro-internal",
375]
376
377[[package]]
378name = "data-encoding-macro-internal"
379version = "0.1.15"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f"
382dependencies = [
383 "data-encoding",
384 "syn",
385]
386
387[[package]]
388name = "displaydoc"
389version = "0.2.5"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
392dependencies = [
393 "proc-macro2",
394 "quote",
395 "syn",
396]
397
398[[package]]
399name = "enum-as-inner"
400version = "0.6.1"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
403dependencies = [
404 "heck",
405 "proc-macro2",
406 "quote",
407 "syn",
408]
409
410[[package]]
411name = "equivalent"
412version = "1.0.2"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
415
416[[package]]
417name = "errno"
418version = "0.3.10"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
421dependencies = [
422 "libc",
423 "windows-sys 0.59.0",
424]
425
426[[package]]
427name = "event-listener"
428version = "5.4.0"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
431dependencies = [
432 "concurrent-queue",
433 "parking",
434 "pin-project-lite",
435]
436
437[[package]]
438name = "event-listener-strategy"
439version = "0.5.3"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
442dependencies = [
443 "event-listener",
444 "pin-project-lite",
445]
446
447[[package]]
448name = "fastrand"
449version = "2.3.0"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
452
453[[package]]
454name = "flate2"
455version = "1.1.0"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
458dependencies = [
459 "crc32fast",
460 "miniz_oxide",
461]
462
463[[package]]
464name = "fnv"
465version = "1.0.7"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
468
469[[package]]
470name = "foldhash"
471version = "0.1.4"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
474
475[[package]]
476name = "foreign-types"
477version = "0.3.2"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
480dependencies = [
481 "foreign-types-shared",
482]
483
484[[package]]
485name = "foreign-types-shared"
486version = "0.1.1"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
489
490[[package]]
491name = "form_urlencoded"
492version = "1.2.1"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
495dependencies = [
496 "percent-encoding",
497]
498
499[[package]]
500name = "futures-channel"
501version = "0.3.31"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
504dependencies = [
505 "futures-core",
506]
507
508[[package]]
509name = "futures-core"
510version = "0.3.31"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
513
514[[package]]
515name = "futures-io"
516version = "0.3.31"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
519
520[[package]]
521name = "futures-macro"
522version = "0.3.31"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
525dependencies = [
526 "proc-macro2",
527 "quote",
528 "syn",
529]
530
531[[package]]
532name = "futures-sink"
533version = "0.3.31"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
536
537[[package]]
538name = "futures-task"
539version = "0.3.31"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
542
543[[package]]
544name = "futures-util"
545version = "0.3.31"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
548dependencies = [
549 "futures-core",
550 "futures-macro",
551 "futures-task",
552 "pin-project-lite",
553 "pin-utils",
554 "slab",
555]
556
557[[package]]
558name = "generator"
559version = "0.8.4"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd"
562dependencies = [
563 "cfg-if",
564 "libc",
565 "log",
566 "rustversion",
567 "windows 0.58.0",
568]
569
570[[package]]
571name = "getrandom"
572version = "0.2.15"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
575dependencies = [
576 "cfg-if",
577 "libc",
578 "wasi 0.11.0+wasi-snapshot-preview1",
579]
580
581[[package]]
582name = "getrandom"
583version = "0.3.1"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
586dependencies = [
587 "cfg-if",
588 "libc",
589 "wasi 0.13.3+wasi-0.2.2",
590 "windows-targets 0.52.6",
591]
592
593[[package]]
594name = "gimli"
595version = "0.31.1"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
598
599[[package]]
600name = "hashbrown"
601version = "0.14.5"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
604
605[[package]]
606name = "hashbrown"
607version = "0.15.2"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
610dependencies = [
611 "allocator-api2",
612 "equivalent",
613 "foldhash",
614]
615
616[[package]]
617name = "heck"
618version = "0.5.0"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
621
622[[package]]
623name = "hickory-proto"
624version = "0.24.4"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
627dependencies = [
628 "async-trait",
629 "cfg-if",
630 "data-encoding",
631 "enum-as-inner",
632 "futures-channel",
633 "futures-io",
634 "futures-util",
635 "idna",
636 "ipnet",
637 "once_cell",
638 "rand 0.8.5",
639 "thiserror 1.0.69",
640 "tinyvec",
641 "tracing",
642 "url",
643]
644
645[[package]]
646name = "hickory-proto"
647version = "0.25.1"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "6d844af74f7b799e41c78221be863bade11c430d46042c3b49ca8ae0c6d27287"
650dependencies = [
651 "async-recursion",
652 "async-trait",
653 "cfg-if",
654 "critical-section",
655 "data-encoding",
656 "enum-as-inner",
657 "futures-channel",
658 "futures-io",
659 "futures-util",
660 "idna",
661 "ipnet",
662 "once_cell",
663 "rand 0.9.0",
664 "ring",
665 "thiserror 2.0.12",
666 "tinyvec",
667 "tokio",
668 "tracing",
669 "url",
670]
671
672[[package]]
673name = "hickory-resolver"
674version = "0.25.1"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "a128410b38d6f931fcc6ca5c107a3b02cabd6c05967841269a4ad65d23c44331"
677dependencies = [
678 "cfg-if",
679 "futures-util",
680 "hickory-proto 0.25.1",
681 "ipconfig",
682 "moka",
683 "once_cell",
684 "parking_lot",
685 "rand 0.9.0",
686 "resolv-conf",
687 "smallvec",
688 "thiserror 2.0.12",
689 "tokio",
690 "tracing",
691]
692
693[[package]]
694name = "hostname"
695version = "0.4.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
698dependencies = [
699 "cfg-if",
700 "libc",
701 "windows 0.52.0",
702]
703
704[[package]]
705name = "http"
706version = "1.3.1"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
709dependencies = [
710 "bytes",
711 "fnv",
712 "itoa",
713]
714
715[[package]]
716name = "http-body"
717version = "1.0.1"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
720dependencies = [
721 "bytes",
722 "http",
723]
724
725[[package]]
726name = "http-body-util"
727version = "0.1.3"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
730dependencies = [
731 "bytes",
732 "futures-core",
733 "http",
734 "http-body",
735 "pin-project-lite",
736]
737
738[[package]]
739name = "httparse"
740version = "1.10.1"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
743
744[[package]]
745name = "hyper"
746version = "1.6.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
749dependencies = [
750 "bytes",
751 "futures-channel",
752 "futures-util",
753 "http",
754 "http-body",
755 "httparse",
756 "itoa",
757 "pin-project-lite",
758 "smallvec",
759 "tokio",
760 "want",
761]
762
763[[package]]
764name = "hyper-tls"
765version = "0.6.0"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
768dependencies = [
769 "bytes",
770 "http-body-util",
771 "hyper",
772 "hyper-util",
773 "native-tls",
774 "tokio",
775 "tokio-native-tls",
776 "tower-service",
777]
778
779[[package]]
780name = "hyper-util"
781version = "0.1.10"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
784dependencies = [
785 "bytes",
786 "futures-channel",
787 "futures-util",
788 "http",
789 "http-body",
790 "hyper",
791 "pin-project-lite",
792 "socket2",
793 "tokio",
794 "tower-service",
795 "tracing",
796]
797
798[[package]]
799name = "iana-time-zone"
800version = "0.1.61"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
803dependencies = [
804 "android_system_properties",
805 "core-foundation-sys",
806 "iana-time-zone-haiku",
807 "js-sys",
808 "wasm-bindgen",
809 "windows-core 0.52.0",
810]
811
812[[package]]
813name = "iana-time-zone-haiku"
814version = "0.1.2"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
817dependencies = [
818 "cc",
819]
820
821[[package]]
822name = "icu_collections"
823version = "1.5.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
826dependencies = [
827 "displaydoc",
828 "yoke",
829 "zerofrom",
830 "zerovec",
831]
832
833[[package]]
834name = "icu_locid"
835version = "1.5.0"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
838dependencies = [
839 "displaydoc",
840 "litemap",
841 "tinystr",
842 "writeable",
843 "zerovec",
844]
845
846[[package]]
847name = "icu_locid_transform"
848version = "1.5.0"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
851dependencies = [
852 "displaydoc",
853 "icu_locid",
854 "icu_locid_transform_data",
855 "icu_provider",
856 "tinystr",
857 "zerovec",
858]
859
860[[package]]
861name = "icu_locid_transform_data"
862version = "1.5.0"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
865
866[[package]]
867name = "icu_normalizer"
868version = "1.5.0"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
871dependencies = [
872 "displaydoc",
873 "icu_collections",
874 "icu_normalizer_data",
875 "icu_properties",
876 "icu_provider",
877 "smallvec",
878 "utf16_iter",
879 "utf8_iter",
880 "write16",
881 "zerovec",
882]
883
884[[package]]
885name = "icu_normalizer_data"
886version = "1.5.0"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
889
890[[package]]
891name = "icu_properties"
892version = "1.5.1"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
895dependencies = [
896 "displaydoc",
897 "icu_collections",
898 "icu_locid_transform",
899 "icu_properties_data",
900 "icu_provider",
901 "tinystr",
902 "zerovec",
903]
904
905[[package]]
906name = "icu_properties_data"
907version = "1.5.0"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
910
911[[package]]
912name = "icu_provider"
913version = "1.5.0"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
916dependencies = [
917 "displaydoc",
918 "icu_locid",
919 "icu_provider_macros",
920 "stable_deref_trait",
921 "tinystr",
922 "writeable",
923 "yoke",
924 "zerofrom",
925 "zerovec",
926]
927
928[[package]]
929name = "icu_provider_macros"
930version = "1.5.0"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
933dependencies = [
934 "proc-macro2",
935 "quote",
936 "syn",
937]
938
939[[package]]
940name = "idna"
941version = "1.0.3"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
944dependencies = [
945 "idna_adapter",
946 "smallvec",
947 "utf8_iter",
948]
949
950[[package]]
951name = "idna_adapter"
952version = "1.2.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
955dependencies = [
956 "icu_normalizer",
957 "icu_properties",
958]
959
960[[package]]
961name = "indexmap"
962version = "2.8.0"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
965dependencies = [
966 "equivalent",
967 "hashbrown 0.15.2",
968]
969
970[[package]]
971name = "ipconfig"
972version = "0.3.2"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
975dependencies = [
976 "socket2",
977 "widestring",
978 "windows-sys 0.48.0",
979 "winreg",
980]
981
982[[package]]
983name = "ipld-core"
984version = "0.4.2"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
987dependencies = [
988 "cid",
989 "serde",
990 "serde_bytes",
991]
992
993[[package]]
994name = "ipnet"
995version = "2.11.0"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
998
999[[package]]
1000name = "itoa"
1001version = "1.0.15"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1004
1005[[package]]
1006name = "js-sys"
1007version = "0.3.77"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1010dependencies = [
1011 "once_cell",
1012 "wasm-bindgen",
1013]
1014
1015[[package]]
1016name = "langtag"
1017version = "0.3.4"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
1020dependencies = [
1021 "serde",
1022]
1023
1024[[package]]
1025name = "lazy_static"
1026version = "1.5.0"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1029
1030[[package]]
1031name = "libc"
1032version = "0.2.171"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
1035
1036[[package]]
1037name = "linux-raw-sys"
1038version = "0.9.2"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
1041
1042[[package]]
1043name = "litemap"
1044version = "0.7.5"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1047
1048[[package]]
1049name = "lock_api"
1050version = "0.4.12"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1053dependencies = [
1054 "autocfg",
1055 "scopeguard",
1056]
1057
1058[[package]]
1059name = "log"
1060version = "0.4.26"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
1063
1064[[package]]
1065name = "loom"
1066version = "0.7.2"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1069dependencies = [
1070 "cfg-if",
1071 "generator",
1072 "scoped-tls",
1073 "tracing",
1074 "tracing-subscriber",
1075]
1076
1077[[package]]
1078name = "lru"
1079version = "0.12.5"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1082dependencies = [
1083 "hashbrown 0.15.2",
1084]
1085
1086[[package]]
1087name = "matchers"
1088version = "0.1.0"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1091dependencies = [
1092 "regex-automata 0.1.10",
1093]
1094
1095[[package]]
1096name = "memchr"
1097version = "2.7.4"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1100
1101[[package]]
1102name = "mime"
1103version = "0.3.17"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1106
1107[[package]]
1108name = "miniz_oxide"
1109version = "0.8.5"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
1112dependencies = [
1113 "adler2",
1114]
1115
1116[[package]]
1117name = "mio"
1118version = "1.0.3"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
1121dependencies = [
1122 "libc",
1123 "wasi 0.11.0+wasi-snapshot-preview1",
1124 "windows-sys 0.52.0",
1125]
1126
1127[[package]]
1128name = "moka"
1129version = "0.12.10"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
1132dependencies = [
1133 "async-lock",
1134 "crossbeam-channel",
1135 "crossbeam-epoch",
1136 "crossbeam-utils",
1137 "event-listener",
1138 "futures-util",
1139 "loom",
1140 "parking_lot",
1141 "portable-atomic",
1142 "rustc_version",
1143 "smallvec",
1144 "tagptr",
1145 "thiserror 1.0.69",
1146 "uuid",
1147]
1148
1149[[package]]
1150name = "multibase"
1151version = "0.9.1"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
1154dependencies = [
1155 "base-x",
1156 "data-encoding",
1157 "data-encoding-macro",
1158]
1159
1160[[package]]
1161name = "multihash"
1162version = "0.19.3"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1165dependencies = [
1166 "core2",
1167 "serde",
1168 "unsigned-varint",
1169]
1170
1171[[package]]
1172name = "native-tls"
1173version = "0.2.14"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1176dependencies = [
1177 "libc",
1178 "log",
1179 "openssl",
1180 "openssl-probe",
1181 "openssl-sys",
1182 "schannel",
1183 "security-framework",
1184 "security-framework-sys",
1185 "tempfile",
1186]
1187
1188[[package]]
1189name = "nu-ansi-term"
1190version = "0.46.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1193dependencies = [
1194 "overload",
1195 "winapi",
1196]
1197
1198[[package]]
1199name = "num-traits"
1200version = "0.2.19"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1203dependencies = [
1204 "autocfg",
1205]
1206
1207[[package]]
1208name = "object"
1209version = "0.36.7"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1212dependencies = [
1213 "memchr",
1214]
1215
1216[[package]]
1217name = "once_cell"
1218version = "1.21.0"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad"
1221dependencies = [
1222 "critical-section",
1223 "portable-atomic",
1224]
1225
1226[[package]]
1227name = "openssl"
1228version = "0.10.71"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
1231dependencies = [
1232 "bitflags",
1233 "cfg-if",
1234 "foreign-types",
1235 "libc",
1236 "once_cell",
1237 "openssl-macros",
1238 "openssl-sys",
1239]
1240
1241[[package]]
1242name = "openssl-macros"
1243version = "0.1.1"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1246dependencies = [
1247 "proc-macro2",
1248 "quote",
1249 "syn",
1250]
1251
1252[[package]]
1253name = "openssl-probe"
1254version = "0.1.6"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1257
1258[[package]]
1259name = "openssl-sys"
1260version = "0.9.106"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
1263dependencies = [
1264 "cc",
1265 "libc",
1266 "pkg-config",
1267 "vcpkg",
1268]
1269
1270[[package]]
1271name = "overload"
1272version = "0.1.1"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1275
1276[[package]]
1277name = "parking"
1278version = "2.2.1"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1281
1282[[package]]
1283name = "parking_lot"
1284version = "0.12.3"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1287dependencies = [
1288 "lock_api",
1289 "parking_lot_core",
1290]
1291
1292[[package]]
1293name = "parking_lot_core"
1294version = "0.9.10"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1297dependencies = [
1298 "cfg-if",
1299 "libc",
1300 "redox_syscall",
1301 "smallvec",
1302 "windows-targets 0.52.6",
1303]
1304
1305[[package]]
1306name = "pds-migrate"
1307version = "0.1.0"
1308dependencies = [
1309 "atrium-api",
1310 "atrium-common",
1311 "atrium-identity",
1312 "atrium-xrpc-client",
1313 "hickory-resolver",
1314 "tokio",
1315]
1316
1317[[package]]
1318name = "percent-encoding"
1319version = "2.3.1"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1322
1323[[package]]
1324name = "pin-project-lite"
1325version = "0.2.16"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1328
1329[[package]]
1330name = "pin-utils"
1331version = "0.1.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1334
1335[[package]]
1336name = "pkg-config"
1337version = "0.3.32"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1340
1341[[package]]
1342name = "portable-atomic"
1343version = "1.11.0"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
1346
1347[[package]]
1348name = "ppv-lite86"
1349version = "0.2.20"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
1352dependencies = [
1353 "zerocopy 0.7.35",
1354]
1355
1356[[package]]
1357name = "proc-macro2"
1358version = "1.0.94"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
1361dependencies = [
1362 "unicode-ident",
1363]
1364
1365[[package]]
1366name = "quote"
1367version = "1.0.40"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1370dependencies = [
1371 "proc-macro2",
1372]
1373
1374[[package]]
1375name = "rand"
1376version = "0.8.5"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1379dependencies = [
1380 "libc",
1381 "rand_chacha 0.3.1",
1382 "rand_core 0.6.4",
1383]
1384
1385[[package]]
1386name = "rand"
1387version = "0.9.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
1390dependencies = [
1391 "rand_chacha 0.9.0",
1392 "rand_core 0.9.3",
1393 "zerocopy 0.8.23",
1394]
1395
1396[[package]]
1397name = "rand_chacha"
1398version = "0.3.1"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1401dependencies = [
1402 "ppv-lite86",
1403 "rand_core 0.6.4",
1404]
1405
1406[[package]]
1407name = "rand_chacha"
1408version = "0.9.0"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1411dependencies = [
1412 "ppv-lite86",
1413 "rand_core 0.9.3",
1414]
1415
1416[[package]]
1417name = "rand_core"
1418version = "0.6.4"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1421dependencies = [
1422 "getrandom 0.2.15",
1423]
1424
1425[[package]]
1426name = "rand_core"
1427version = "0.9.3"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1430dependencies = [
1431 "getrandom 0.3.1",
1432]
1433
1434[[package]]
1435name = "redox_syscall"
1436version = "0.5.10"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
1439dependencies = [
1440 "bitflags",
1441]
1442
1443[[package]]
1444name = "regex"
1445version = "1.11.1"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1448dependencies = [
1449 "aho-corasick",
1450 "memchr",
1451 "regex-automata 0.4.9",
1452 "regex-syntax 0.8.5",
1453]
1454
1455[[package]]
1456name = "regex-automata"
1457version = "0.1.10"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1460dependencies = [
1461 "regex-syntax 0.6.29",
1462]
1463
1464[[package]]
1465name = "regex-automata"
1466version = "0.4.9"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1469dependencies = [
1470 "aho-corasick",
1471 "memchr",
1472 "regex-syntax 0.8.5",
1473]
1474
1475[[package]]
1476name = "regex-syntax"
1477version = "0.6.29"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1480
1481[[package]]
1482name = "regex-syntax"
1483version = "0.8.5"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1486
1487[[package]]
1488name = "reqwest"
1489version = "0.12.14"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254"
1492dependencies = [
1493 "async-compression",
1494 "base64",
1495 "bytes",
1496 "futures-core",
1497 "futures-util",
1498 "http",
1499 "http-body",
1500 "http-body-util",
1501 "hyper",
1502 "hyper-tls",
1503 "hyper-util",
1504 "ipnet",
1505 "js-sys",
1506 "log",
1507 "mime",
1508 "native-tls",
1509 "once_cell",
1510 "percent-encoding",
1511 "pin-project-lite",
1512 "rustls-pemfile",
1513 "serde",
1514 "serde_json",
1515 "serde_urlencoded",
1516 "sync_wrapper",
1517 "tokio",
1518 "tokio-native-tls",
1519 "tokio-util",
1520 "tower",
1521 "tower-service",
1522 "url",
1523 "wasm-bindgen",
1524 "wasm-bindgen-futures",
1525 "web-sys",
1526 "windows-registry",
1527]
1528
1529[[package]]
1530name = "resolv-conf"
1531version = "0.7.1"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "48375394603e3dd4b2d64371f7148fd8c7baa2680e28741f2cb8d23b59e3d4c4"
1534dependencies = [
1535 "hostname",
1536]
1537
1538[[package]]
1539name = "ring"
1540version = "0.17.14"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1543dependencies = [
1544 "cc",
1545 "cfg-if",
1546 "getrandom 0.2.15",
1547 "libc",
1548 "untrusted",
1549 "windows-sys 0.52.0",
1550]
1551
1552[[package]]
1553name = "rustc-demangle"
1554version = "0.1.24"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1557
1558[[package]]
1559name = "rustc_version"
1560version = "0.4.1"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1563dependencies = [
1564 "semver",
1565]
1566
1567[[package]]
1568name = "rustix"
1569version = "1.0.2"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825"
1572dependencies = [
1573 "bitflags",
1574 "errno",
1575 "libc",
1576 "linux-raw-sys",
1577 "windows-sys 0.59.0",
1578]
1579
1580[[package]]
1581name = "rustls-pemfile"
1582version = "2.2.0"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1585dependencies = [
1586 "rustls-pki-types",
1587]
1588
1589[[package]]
1590name = "rustls-pki-types"
1591version = "1.11.0"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
1594
1595[[package]]
1596name = "rustversion"
1597version = "1.0.20"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
1600
1601[[package]]
1602name = "ryu"
1603version = "1.0.20"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1606
1607[[package]]
1608name = "schannel"
1609version = "0.1.27"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
1612dependencies = [
1613 "windows-sys 0.59.0",
1614]
1615
1616[[package]]
1617name = "scoped-tls"
1618version = "1.0.1"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1621
1622[[package]]
1623name = "scopeguard"
1624version = "1.2.0"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1627
1628[[package]]
1629name = "security-framework"
1630version = "2.11.1"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1633dependencies = [
1634 "bitflags",
1635 "core-foundation",
1636 "core-foundation-sys",
1637 "libc",
1638 "security-framework-sys",
1639]
1640
1641[[package]]
1642name = "security-framework-sys"
1643version = "2.14.0"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
1646dependencies = [
1647 "core-foundation-sys",
1648 "libc",
1649]
1650
1651[[package]]
1652name = "semver"
1653version = "1.0.26"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
1656
1657[[package]]
1658name = "serde"
1659version = "1.0.219"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1662dependencies = [
1663 "serde_derive",
1664]
1665
1666[[package]]
1667name = "serde_bytes"
1668version = "0.11.17"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
1671dependencies = [
1672 "serde",
1673]
1674
1675[[package]]
1676name = "serde_derive"
1677version = "1.0.219"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1680dependencies = [
1681 "proc-macro2",
1682 "quote",
1683 "syn",
1684]
1685
1686[[package]]
1687name = "serde_html_form"
1688version = "0.2.7"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
1691dependencies = [
1692 "form_urlencoded",
1693 "indexmap",
1694 "itoa",
1695 "ryu",
1696 "serde",
1697]
1698
1699[[package]]
1700name = "serde_json"
1701version = "1.0.140"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1704dependencies = [
1705 "itoa",
1706 "memchr",
1707 "ryu",
1708 "serde",
1709]
1710
1711[[package]]
1712name = "serde_urlencoded"
1713version = "0.7.1"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1716dependencies = [
1717 "form_urlencoded",
1718 "itoa",
1719 "ryu",
1720 "serde",
1721]
1722
1723[[package]]
1724name = "sharded-slab"
1725version = "0.1.7"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1728dependencies = [
1729 "lazy_static",
1730]
1731
1732[[package]]
1733name = "shlex"
1734version = "1.3.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1737
1738[[package]]
1739name = "slab"
1740version = "0.4.9"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1743dependencies = [
1744 "autocfg",
1745]
1746
1747[[package]]
1748name = "smallvec"
1749version = "1.14.0"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
1752
1753[[package]]
1754name = "socket2"
1755version = "0.5.8"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
1758dependencies = [
1759 "libc",
1760 "windows-sys 0.52.0",
1761]
1762
1763[[package]]
1764name = "stable_deref_trait"
1765version = "1.2.0"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1768
1769[[package]]
1770name = "syn"
1771version = "2.0.100"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
1774dependencies = [
1775 "proc-macro2",
1776 "quote",
1777 "unicode-ident",
1778]
1779
1780[[package]]
1781name = "sync_wrapper"
1782version = "1.0.2"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1785dependencies = [
1786 "futures-core",
1787]
1788
1789[[package]]
1790name = "synstructure"
1791version = "0.13.1"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
1794dependencies = [
1795 "proc-macro2",
1796 "quote",
1797 "syn",
1798]
1799
1800[[package]]
1801name = "tagptr"
1802version = "0.2.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
1805
1806[[package]]
1807name = "tempfile"
1808version = "3.18.0"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567"
1811dependencies = [
1812 "cfg-if",
1813 "fastrand",
1814 "getrandom 0.3.1",
1815 "once_cell",
1816 "rustix",
1817 "windows-sys 0.59.0",
1818]
1819
1820[[package]]
1821name = "thiserror"
1822version = "1.0.69"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1825dependencies = [
1826 "thiserror-impl 1.0.69",
1827]
1828
1829[[package]]
1830name = "thiserror"
1831version = "2.0.12"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
1834dependencies = [
1835 "thiserror-impl 2.0.12",
1836]
1837
1838[[package]]
1839name = "thiserror-impl"
1840version = "1.0.69"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1843dependencies = [
1844 "proc-macro2",
1845 "quote",
1846 "syn",
1847]
1848
1849[[package]]
1850name = "thiserror-impl"
1851version = "2.0.12"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
1854dependencies = [
1855 "proc-macro2",
1856 "quote",
1857 "syn",
1858]
1859
1860[[package]]
1861name = "thread_local"
1862version = "1.1.8"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
1865dependencies = [
1866 "cfg-if",
1867 "once_cell",
1868]
1869
1870[[package]]
1871name = "tinystr"
1872version = "0.7.6"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
1875dependencies = [
1876 "displaydoc",
1877 "zerovec",
1878]
1879
1880[[package]]
1881name = "tinyvec"
1882version = "1.6.0"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1885dependencies = [
1886 "tinyvec_macros",
1887]
1888
1889[[package]]
1890name = "tinyvec_macros"
1891version = "0.1.1"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1894
1895[[package]]
1896name = "tokio"
1897version = "1.44.0"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a"
1900dependencies = [
1901 "backtrace",
1902 "bytes",
1903 "libc",
1904 "mio",
1905 "pin-project-lite",
1906 "socket2",
1907 "tokio-macros",
1908 "windows-sys 0.52.0",
1909]
1910
1911[[package]]
1912name = "tokio-macros"
1913version = "2.5.0"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1916dependencies = [
1917 "proc-macro2",
1918 "quote",
1919 "syn",
1920]
1921
1922[[package]]
1923name = "tokio-native-tls"
1924version = "0.3.1"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1927dependencies = [
1928 "native-tls",
1929 "tokio",
1930]
1931
1932[[package]]
1933name = "tokio-util"
1934version = "0.7.13"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
1937dependencies = [
1938 "bytes",
1939 "futures-core",
1940 "futures-sink",
1941 "pin-project-lite",
1942 "tokio",
1943]
1944
1945[[package]]
1946name = "tower"
1947version = "0.5.2"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1950dependencies = [
1951 "futures-core",
1952 "futures-util",
1953 "pin-project-lite",
1954 "sync_wrapper",
1955 "tokio",
1956 "tower-layer",
1957 "tower-service",
1958]
1959
1960[[package]]
1961name = "tower-layer"
1962version = "0.3.3"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1965
1966[[package]]
1967name = "tower-service"
1968version = "0.3.3"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1971
1972[[package]]
1973name = "tracing"
1974version = "0.1.41"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1977dependencies = [
1978 "pin-project-lite",
1979 "tracing-attributes",
1980 "tracing-core",
1981]
1982
1983[[package]]
1984name = "tracing-attributes"
1985version = "0.1.28"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
1988dependencies = [
1989 "proc-macro2",
1990 "quote",
1991 "syn",
1992]
1993
1994[[package]]
1995name = "tracing-core"
1996version = "0.1.33"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
1999dependencies = [
2000 "once_cell",
2001 "valuable",
2002]
2003
2004[[package]]
2005name = "tracing-log"
2006version = "0.2.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2009dependencies = [
2010 "log",
2011 "once_cell",
2012 "tracing-core",
2013]
2014
2015[[package]]
2016name = "tracing-subscriber"
2017version = "0.3.19"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2020dependencies = [
2021 "matchers",
2022 "nu-ansi-term",
2023 "once_cell",
2024 "regex",
2025 "sharded-slab",
2026 "smallvec",
2027 "thread_local",
2028 "tracing",
2029 "tracing-core",
2030 "tracing-log",
2031]
2032
2033[[package]]
2034name = "trait-variant"
2035version = "0.1.2"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
2038dependencies = [
2039 "proc-macro2",
2040 "quote",
2041 "syn",
2042]
2043
2044[[package]]
2045name = "try-lock"
2046version = "0.2.5"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2049
2050[[package]]
2051name = "unicode-ident"
2052version = "1.0.18"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2055
2056[[package]]
2057name = "unsigned-varint"
2058version = "0.8.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
2061
2062[[package]]
2063name = "untrusted"
2064version = "0.9.0"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2067
2068[[package]]
2069name = "url"
2070version = "2.5.4"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2073dependencies = [
2074 "form_urlencoded",
2075 "idna",
2076 "percent-encoding",
2077]
2078
2079[[package]]
2080name = "utf16_iter"
2081version = "1.0.5"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2084
2085[[package]]
2086name = "utf8_iter"
2087version = "1.0.4"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2090
2091[[package]]
2092name = "uuid"
2093version = "1.15.1"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
2096dependencies = [
2097 "getrandom 0.3.1",
2098]
2099
2100[[package]]
2101name = "valuable"
2102version = "0.1.1"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2105
2106[[package]]
2107name = "vcpkg"
2108version = "0.2.15"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2111
2112[[package]]
2113name = "want"
2114version = "0.3.1"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2117dependencies = [
2118 "try-lock",
2119]
2120
2121[[package]]
2122name = "wasi"
2123version = "0.11.0+wasi-snapshot-preview1"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2126
2127[[package]]
2128name = "wasi"
2129version = "0.13.3+wasi-0.2.2"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
2132dependencies = [
2133 "wit-bindgen-rt",
2134]
2135
2136[[package]]
2137name = "wasm-bindgen"
2138version = "0.2.100"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2141dependencies = [
2142 "cfg-if",
2143 "once_cell",
2144 "rustversion",
2145 "wasm-bindgen-macro",
2146]
2147
2148[[package]]
2149name = "wasm-bindgen-backend"
2150version = "0.2.100"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2153dependencies = [
2154 "bumpalo",
2155 "log",
2156 "proc-macro2",
2157 "quote",
2158 "syn",
2159 "wasm-bindgen-shared",
2160]
2161
2162[[package]]
2163name = "wasm-bindgen-futures"
2164version = "0.4.50"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2167dependencies = [
2168 "cfg-if",
2169 "js-sys",
2170 "once_cell",
2171 "wasm-bindgen",
2172 "web-sys",
2173]
2174
2175[[package]]
2176name = "wasm-bindgen-macro"
2177version = "0.2.100"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2180dependencies = [
2181 "quote",
2182 "wasm-bindgen-macro-support",
2183]
2184
2185[[package]]
2186name = "wasm-bindgen-macro-support"
2187version = "0.2.100"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2190dependencies = [
2191 "proc-macro2",
2192 "quote",
2193 "syn",
2194 "wasm-bindgen-backend",
2195 "wasm-bindgen-shared",
2196]
2197
2198[[package]]
2199name = "wasm-bindgen-shared"
2200version = "0.2.100"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2203dependencies = [
2204 "unicode-ident",
2205]
2206
2207[[package]]
2208name = "web-sys"
2209version = "0.3.77"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2212dependencies = [
2213 "js-sys",
2214 "wasm-bindgen",
2215]
2216
2217[[package]]
2218name = "web-time"
2219version = "1.1.0"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2222dependencies = [
2223 "js-sys",
2224 "wasm-bindgen",
2225]
2226
2227[[package]]
2228name = "widestring"
2229version = "1.2.0"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
2232
2233[[package]]
2234name = "winapi"
2235version = "0.3.9"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2238dependencies = [
2239 "winapi-i686-pc-windows-gnu",
2240 "winapi-x86_64-pc-windows-gnu",
2241]
2242
2243[[package]]
2244name = "winapi-i686-pc-windows-gnu"
2245version = "0.4.0"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2248
2249[[package]]
2250name = "winapi-x86_64-pc-windows-gnu"
2251version = "0.4.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2254
2255[[package]]
2256name = "windows"
2257version = "0.52.0"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2260dependencies = [
2261 "windows-core 0.52.0",
2262 "windows-targets 0.52.6",
2263]
2264
2265[[package]]
2266name = "windows"
2267version = "0.58.0"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
2270dependencies = [
2271 "windows-core 0.58.0",
2272 "windows-targets 0.52.6",
2273]
2274
2275[[package]]
2276name = "windows-core"
2277version = "0.52.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2280dependencies = [
2281 "windows-targets 0.52.6",
2282]
2283
2284[[package]]
2285name = "windows-core"
2286version = "0.58.0"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
2289dependencies = [
2290 "windows-implement",
2291 "windows-interface",
2292 "windows-result 0.2.0",
2293 "windows-strings 0.1.0",
2294 "windows-targets 0.52.6",
2295]
2296
2297[[package]]
2298name = "windows-implement"
2299version = "0.58.0"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
2302dependencies = [
2303 "proc-macro2",
2304 "quote",
2305 "syn",
2306]
2307
2308[[package]]
2309name = "windows-interface"
2310version = "0.58.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
2313dependencies = [
2314 "proc-macro2",
2315 "quote",
2316 "syn",
2317]
2318
2319[[package]]
2320name = "windows-link"
2321version = "0.1.0"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
2324
2325[[package]]
2326name = "windows-registry"
2327version = "0.4.0"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
2330dependencies = [
2331 "windows-result 0.3.1",
2332 "windows-strings 0.3.1",
2333 "windows-targets 0.53.0",
2334]
2335
2336[[package]]
2337name = "windows-result"
2338version = "0.2.0"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2341dependencies = [
2342 "windows-targets 0.52.6",
2343]
2344
2345[[package]]
2346name = "windows-result"
2347version = "0.3.1"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
2350dependencies = [
2351 "windows-link",
2352]
2353
2354[[package]]
2355name = "windows-strings"
2356version = "0.1.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
2359dependencies = [
2360 "windows-result 0.2.0",
2361 "windows-targets 0.52.6",
2362]
2363
2364[[package]]
2365name = "windows-strings"
2366version = "0.3.1"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
2369dependencies = [
2370 "windows-link",
2371]
2372
2373[[package]]
2374name = "windows-sys"
2375version = "0.48.0"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2378dependencies = [
2379 "windows-targets 0.48.5",
2380]
2381
2382[[package]]
2383name = "windows-sys"
2384version = "0.52.0"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2387dependencies = [
2388 "windows-targets 0.52.6",
2389]
2390
2391[[package]]
2392name = "windows-sys"
2393version = "0.59.0"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2396dependencies = [
2397 "windows-targets 0.52.6",
2398]
2399
2400[[package]]
2401name = "windows-targets"
2402version = "0.48.5"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2405dependencies = [
2406 "windows_aarch64_gnullvm 0.48.5",
2407 "windows_aarch64_msvc 0.48.5",
2408 "windows_i686_gnu 0.48.5",
2409 "windows_i686_msvc 0.48.5",
2410 "windows_x86_64_gnu 0.48.5",
2411 "windows_x86_64_gnullvm 0.48.5",
2412 "windows_x86_64_msvc 0.48.5",
2413]
2414
2415[[package]]
2416name = "windows-targets"
2417version = "0.52.6"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2420dependencies = [
2421 "windows_aarch64_gnullvm 0.52.6",
2422 "windows_aarch64_msvc 0.52.6",
2423 "windows_i686_gnu 0.52.6",
2424 "windows_i686_gnullvm 0.52.6",
2425 "windows_i686_msvc 0.52.6",
2426 "windows_x86_64_gnu 0.52.6",
2427 "windows_x86_64_gnullvm 0.52.6",
2428 "windows_x86_64_msvc 0.52.6",
2429]
2430
2431[[package]]
2432name = "windows-targets"
2433version = "0.53.0"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
2436dependencies = [
2437 "windows_aarch64_gnullvm 0.53.0",
2438 "windows_aarch64_msvc 0.53.0",
2439 "windows_i686_gnu 0.53.0",
2440 "windows_i686_gnullvm 0.53.0",
2441 "windows_i686_msvc 0.53.0",
2442 "windows_x86_64_gnu 0.53.0",
2443 "windows_x86_64_gnullvm 0.53.0",
2444 "windows_x86_64_msvc 0.53.0",
2445]
2446
2447[[package]]
2448name = "windows_aarch64_gnullvm"
2449version = "0.48.5"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2452
2453[[package]]
2454name = "windows_aarch64_gnullvm"
2455version = "0.52.6"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2458
2459[[package]]
2460name = "windows_aarch64_gnullvm"
2461version = "0.53.0"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2464
2465[[package]]
2466name = "windows_aarch64_msvc"
2467version = "0.48.5"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2470
2471[[package]]
2472name = "windows_aarch64_msvc"
2473version = "0.52.6"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2476
2477[[package]]
2478name = "windows_aarch64_msvc"
2479version = "0.53.0"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2482
2483[[package]]
2484name = "windows_i686_gnu"
2485version = "0.48.5"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2488
2489[[package]]
2490name = "windows_i686_gnu"
2491version = "0.52.6"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2494
2495[[package]]
2496name = "windows_i686_gnu"
2497version = "0.53.0"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2500
2501[[package]]
2502name = "windows_i686_gnullvm"
2503version = "0.52.6"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2506
2507[[package]]
2508name = "windows_i686_gnullvm"
2509version = "0.53.0"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2512
2513[[package]]
2514name = "windows_i686_msvc"
2515version = "0.48.5"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2518
2519[[package]]
2520name = "windows_i686_msvc"
2521version = "0.52.6"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2524
2525[[package]]
2526name = "windows_i686_msvc"
2527version = "0.53.0"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2530
2531[[package]]
2532name = "windows_x86_64_gnu"
2533version = "0.48.5"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2536
2537[[package]]
2538name = "windows_x86_64_gnu"
2539version = "0.52.6"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2542
2543[[package]]
2544name = "windows_x86_64_gnu"
2545version = "0.53.0"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2548
2549[[package]]
2550name = "windows_x86_64_gnullvm"
2551version = "0.48.5"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2554
2555[[package]]
2556name = "windows_x86_64_gnullvm"
2557version = "0.52.6"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2560
2561[[package]]
2562name = "windows_x86_64_gnullvm"
2563version = "0.53.0"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2566
2567[[package]]
2568name = "windows_x86_64_msvc"
2569version = "0.48.5"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2572
2573[[package]]
2574name = "windows_x86_64_msvc"
2575version = "0.52.6"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2578
2579[[package]]
2580name = "windows_x86_64_msvc"
2581version = "0.53.0"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2584
2585[[package]]
2586name = "winreg"
2587version = "0.50.0"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2590dependencies = [
2591 "cfg-if",
2592 "windows-sys 0.48.0",
2593]
2594
2595[[package]]
2596name = "wit-bindgen-rt"
2597version = "0.33.0"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
2600dependencies = [
2601 "bitflags",
2602]
2603
2604[[package]]
2605name = "write16"
2606version = "1.0.0"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
2609
2610[[package]]
2611name = "writeable"
2612version = "0.5.5"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2615
2616[[package]]
2617name = "yoke"
2618version = "0.7.5"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
2621dependencies = [
2622 "serde",
2623 "stable_deref_trait",
2624 "yoke-derive",
2625 "zerofrom",
2626]
2627
2628[[package]]
2629name = "yoke-derive"
2630version = "0.7.5"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
2633dependencies = [
2634 "proc-macro2",
2635 "quote",
2636 "syn",
2637 "synstructure",
2638]
2639
2640[[package]]
2641name = "zerocopy"
2642version = "0.7.35"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2645dependencies = [
2646 "byteorder",
2647 "zerocopy-derive 0.7.35",
2648]
2649
2650[[package]]
2651name = "zerocopy"
2652version = "0.8.23"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
2655dependencies = [
2656 "zerocopy-derive 0.8.23",
2657]
2658
2659[[package]]
2660name = "zerocopy-derive"
2661version = "0.7.35"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2664dependencies = [
2665 "proc-macro2",
2666 "quote",
2667 "syn",
2668]
2669
2670[[package]]
2671name = "zerocopy-derive"
2672version = "0.8.23"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
2675dependencies = [
2676 "proc-macro2",
2677 "quote",
2678 "syn",
2679]
2680
2681[[package]]
2682name = "zerofrom"
2683version = "0.1.6"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2686dependencies = [
2687 "zerofrom-derive",
2688]
2689
2690[[package]]
2691name = "zerofrom-derive"
2692version = "0.1.6"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2695dependencies = [
2696 "proc-macro2",
2697 "quote",
2698 "syn",
2699 "synstructure",
2700]
2701
2702[[package]]
2703name = "zerovec"
2704version = "0.10.4"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
2707dependencies = [
2708 "yoke",
2709 "zerofrom",
2710 "zerovec-derive",
2711]
2712
2713[[package]]
2714name = "zerovec-derive"
2715version = "0.10.3"
2716source = "registry+https://github.com/rust-lang/crates.io-index"
2717checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
2718dependencies = [
2719 "proc-macro2",
2720 "quote",
2721 "syn",
2722]