A better Rust ATProto crate
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "android_system_properties"
16version = "0.1.5"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19dependencies = [
20 "libc",
21]
22
23[[package]]
24name = "anstream"
25version = "0.6.20"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
28dependencies = [
29 "anstyle",
30 "anstyle-parse",
31 "anstyle-query",
32 "anstyle-wincon",
33 "colorchoice",
34 "is_terminal_polyfill",
35 "utf8parse",
36]
37
38[[package]]
39name = "anstyle"
40version = "1.0.11"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
43
44[[package]]
45name = "anstyle-parse"
46version = "0.2.7"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
49dependencies = [
50 "utf8parse",
51]
52
53[[package]]
54name = "anstyle-query"
55version = "1.1.4"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
58dependencies = [
59 "windows-sys",
60]
61
62[[package]]
63name = "anstyle-wincon"
64version = "3.0.10"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
67dependencies = [
68 "anstyle",
69 "once_cell_polyfill",
70 "windows-sys",
71]
72
73[[package]]
74name = "autocfg"
75version = "1.5.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
78
79[[package]]
80name = "base-x"
81version = "0.2.11"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
84
85[[package]]
86name = "bumpalo"
87version = "3.19.0"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
90
91[[package]]
92name = "castaway"
93version = "0.2.4"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
96dependencies = [
97 "rustversion",
98]
99
100[[package]]
101name = "cc"
102version = "1.2.39"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
105dependencies = [
106 "find-msvc-tools",
107 "shlex",
108]
109
110[[package]]
111name = "cfg-if"
112version = "1.0.3"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
115
116[[package]]
117name = "chrono"
118version = "0.4.42"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
121dependencies = [
122 "iana-time-zone",
123 "js-sys",
124 "num-traits",
125 "wasm-bindgen",
126 "windows-link",
127]
128
129[[package]]
130name = "cid"
131version = "0.11.1"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
134dependencies = [
135 "core2",
136 "multibase",
137 "multihash",
138 "serde",
139 "serde_bytes",
140 "unsigned-varint",
141]
142
143[[package]]
144name = "clap"
145version = "4.5.48"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
148dependencies = [
149 "clap_builder",
150 "clap_derive",
151]
152
153[[package]]
154name = "clap_builder"
155version = "4.5.48"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
158dependencies = [
159 "anstream",
160 "anstyle",
161 "clap_lex",
162 "strsim",
163]
164
165[[package]]
166name = "clap_derive"
167version = "4.5.47"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
170dependencies = [
171 "heck",
172 "proc-macro2",
173 "quote",
174 "syn",
175]
176
177[[package]]
178name = "clap_lex"
179version = "0.7.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
182
183[[package]]
184name = "colorchoice"
185version = "1.0.4"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
188
189[[package]]
190name = "compact_str"
191version = "0.9.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
194dependencies = [
195 "castaway",
196 "cfg-if",
197 "itoa",
198 "rustversion",
199 "ryu",
200 "static_assertions",
201]
202
203[[package]]
204name = "core-foundation-sys"
205version = "0.8.7"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
208
209[[package]]
210name = "core2"
211version = "0.4.0"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
214dependencies = [
215 "memchr",
216]
217
218[[package]]
219name = "data-encoding"
220version = "2.9.0"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
223
224[[package]]
225name = "data-encoding-macro"
226version = "0.1.18"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
229dependencies = [
230 "data-encoding",
231 "data-encoding-macro-internal",
232]
233
234[[package]]
235name = "data-encoding-macro-internal"
236version = "0.1.16"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
239dependencies = [
240 "data-encoding",
241 "syn",
242]
243
244[[package]]
245name = "equivalent"
246version = "1.0.2"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
249
250[[package]]
251name = "find-msvc-tools"
252version = "0.1.2"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
255
256[[package]]
257name = "form_urlencoded"
258version = "1.2.2"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
261dependencies = [
262 "percent-encoding",
263]
264
265[[package]]
266name = "hashbrown"
267version = "0.16.0"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
270
271[[package]]
272name = "heck"
273version = "0.5.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
276
277[[package]]
278name = "iana-time-zone"
279version = "0.1.64"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
282dependencies = [
283 "android_system_properties",
284 "core-foundation-sys",
285 "iana-time-zone-haiku",
286 "js-sys",
287 "log",
288 "wasm-bindgen",
289 "windows-core",
290]
291
292[[package]]
293name = "iana-time-zone-haiku"
294version = "0.1.2"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
297dependencies = [
298 "cc",
299]
300
301[[package]]
302name = "indexmap"
303version = "2.11.4"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
306dependencies = [
307 "equivalent",
308 "hashbrown",
309]
310
311[[package]]
312name = "is_terminal_polyfill"
313version = "1.70.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
316
317[[package]]
318name = "itoa"
319version = "1.0.15"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
322
323[[package]]
324name = "jacquard"
325version = "0.1.0"
326dependencies = [
327 "clap",
328 "jacquard-common",
329]
330
331[[package]]
332name = "jacquard-common"
333version = "0.1.0"
334dependencies = [
335 "chrono",
336 "cid",
337 "compact_str",
338 "miette",
339 "multibase",
340 "multihash",
341 "regex",
342 "serde",
343 "serde_html_form",
344 "serde_json",
345 "thiserror",
346]
347
348[[package]]
349name = "js-sys"
350version = "0.3.81"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
353dependencies = [
354 "once_cell",
355 "wasm-bindgen",
356]
357
358[[package]]
359name = "libc"
360version = "0.2.176"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
363
364[[package]]
365name = "log"
366version = "0.4.28"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
369
370[[package]]
371name = "memchr"
372version = "2.7.6"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
375
376[[package]]
377name = "miette"
378version = "7.6.0"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
381dependencies = [
382 "cfg-if",
383 "miette-derive",
384 "unicode-width",
385]
386
387[[package]]
388name = "miette-derive"
389version = "7.6.0"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
392dependencies = [
393 "proc-macro2",
394 "quote",
395 "syn",
396]
397
398[[package]]
399name = "multibase"
400version = "0.9.1"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
403dependencies = [
404 "base-x",
405 "data-encoding",
406 "data-encoding-macro",
407]
408
409[[package]]
410name = "multihash"
411version = "0.19.3"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
414dependencies = [
415 "core2",
416 "serde",
417 "unsigned-varint",
418]
419
420[[package]]
421name = "num-traits"
422version = "0.2.19"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
425dependencies = [
426 "autocfg",
427]
428
429[[package]]
430name = "once_cell"
431version = "1.21.3"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
434
435[[package]]
436name = "once_cell_polyfill"
437version = "1.70.1"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
440
441[[package]]
442name = "percent-encoding"
443version = "2.3.2"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
446
447[[package]]
448name = "proc-macro2"
449version = "1.0.101"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
452dependencies = [
453 "unicode-ident",
454]
455
456[[package]]
457name = "quote"
458version = "1.0.40"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
461dependencies = [
462 "proc-macro2",
463]
464
465[[package]]
466name = "regex"
467version = "1.11.3"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
470dependencies = [
471 "aho-corasick",
472 "memchr",
473 "regex-automata",
474 "regex-syntax",
475]
476
477[[package]]
478name = "regex-automata"
479version = "0.4.11"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
482dependencies = [
483 "aho-corasick",
484 "memchr",
485 "regex-syntax",
486]
487
488[[package]]
489name = "regex-syntax"
490version = "0.8.6"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
493
494[[package]]
495name = "rustversion"
496version = "1.0.22"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
499
500[[package]]
501name = "ryu"
502version = "1.0.20"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
505
506[[package]]
507name = "serde"
508version = "1.0.227"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "80ece43fc6fbed4eb5392ab50c07334d3e577cbf40997ee896fe7af40bba4245"
511dependencies = [
512 "serde_core",
513 "serde_derive",
514]
515
516[[package]]
517name = "serde_bytes"
518version = "0.11.17"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
521dependencies = [
522 "serde",
523]
524
525[[package]]
526name = "serde_core"
527version = "1.0.227"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "7a576275b607a2c86ea29e410193df32bc680303c82f31e275bbfcafe8b33be5"
530dependencies = [
531 "serde_derive",
532]
533
534[[package]]
535name = "serde_derive"
536version = "1.0.227"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "51e694923b8824cf0e9b382adf0f60d4e05f348f357b38833a3fa5ed7c2ede04"
539dependencies = [
540 "proc-macro2",
541 "quote",
542 "syn",
543]
544
545[[package]]
546name = "serde_html_form"
547version = "0.2.8"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
550dependencies = [
551 "form_urlencoded",
552 "indexmap",
553 "itoa",
554 "ryu",
555 "serde_core",
556]
557
558[[package]]
559name = "serde_json"
560version = "1.0.145"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
563dependencies = [
564 "itoa",
565 "memchr",
566 "ryu",
567 "serde",
568 "serde_core",
569]
570
571[[package]]
572name = "shlex"
573version = "1.3.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
576
577[[package]]
578name = "static_assertions"
579version = "1.1.0"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
582
583[[package]]
584name = "strsim"
585version = "0.11.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
588
589[[package]]
590name = "syn"
591version = "2.0.106"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
594dependencies = [
595 "proc-macro2",
596 "quote",
597 "unicode-ident",
598]
599
600[[package]]
601name = "thiserror"
602version = "2.0.16"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
605dependencies = [
606 "thiserror-impl",
607]
608
609[[package]]
610name = "thiserror-impl"
611version = "2.0.16"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
614dependencies = [
615 "proc-macro2",
616 "quote",
617 "syn",
618]
619
620[[package]]
621name = "unicode-ident"
622version = "1.0.19"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
625
626[[package]]
627name = "unicode-width"
628version = "0.1.14"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
631
632[[package]]
633name = "unsigned-varint"
634version = "0.8.0"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
637
638[[package]]
639name = "utf8parse"
640version = "0.2.2"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
643
644[[package]]
645name = "wasm-bindgen"
646version = "0.2.104"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
649dependencies = [
650 "cfg-if",
651 "once_cell",
652 "rustversion",
653 "wasm-bindgen-macro",
654 "wasm-bindgen-shared",
655]
656
657[[package]]
658name = "wasm-bindgen-backend"
659version = "0.2.104"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
662dependencies = [
663 "bumpalo",
664 "log",
665 "proc-macro2",
666 "quote",
667 "syn",
668 "wasm-bindgen-shared",
669]
670
671[[package]]
672name = "wasm-bindgen-macro"
673version = "0.2.104"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
676dependencies = [
677 "quote",
678 "wasm-bindgen-macro-support",
679]
680
681[[package]]
682name = "wasm-bindgen-macro-support"
683version = "0.2.104"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
686dependencies = [
687 "proc-macro2",
688 "quote",
689 "syn",
690 "wasm-bindgen-backend",
691 "wasm-bindgen-shared",
692]
693
694[[package]]
695name = "wasm-bindgen-shared"
696version = "0.2.104"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
699dependencies = [
700 "unicode-ident",
701]
702
703[[package]]
704name = "windows-core"
705version = "0.62.1"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
708dependencies = [
709 "windows-implement",
710 "windows-interface",
711 "windows-link",
712 "windows-result",
713 "windows-strings",
714]
715
716[[package]]
717name = "windows-implement"
718version = "0.60.1"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
721dependencies = [
722 "proc-macro2",
723 "quote",
724 "syn",
725]
726
727[[package]]
728name = "windows-interface"
729version = "0.59.2"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
732dependencies = [
733 "proc-macro2",
734 "quote",
735 "syn",
736]
737
738[[package]]
739name = "windows-link"
740version = "0.2.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
743
744[[package]]
745name = "windows-result"
746version = "0.4.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
749dependencies = [
750 "windows-link",
751]
752
753[[package]]
754name = "windows-strings"
755version = "0.5.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
758dependencies = [
759 "windows-link",
760]
761
762[[package]]
763name = "windows-sys"
764version = "0.60.2"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
767dependencies = [
768 "windows-targets",
769]
770
771[[package]]
772name = "windows-targets"
773version = "0.53.4"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
776dependencies = [
777 "windows-link",
778 "windows_aarch64_gnullvm",
779 "windows_aarch64_msvc",
780 "windows_i686_gnu",
781 "windows_i686_gnullvm",
782 "windows_i686_msvc",
783 "windows_x86_64_gnu",
784 "windows_x86_64_gnullvm",
785 "windows_x86_64_msvc",
786]
787
788[[package]]
789name = "windows_aarch64_gnullvm"
790version = "0.53.0"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
793
794[[package]]
795name = "windows_aarch64_msvc"
796version = "0.53.0"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
799
800[[package]]
801name = "windows_i686_gnu"
802version = "0.53.0"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
805
806[[package]]
807name = "windows_i686_gnullvm"
808version = "0.53.0"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
811
812[[package]]
813name = "windows_i686_msvc"
814version = "0.53.0"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
817
818[[package]]
819name = "windows_x86_64_gnu"
820version = "0.53.0"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
823
824[[package]]
825name = "windows_x86_64_gnullvm"
826version = "0.53.0"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
829
830[[package]]
831name = "windows_x86_64_msvc"
832version = "0.53.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"