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.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "at-advent"
22version = "0.1.0"
23dependencies = [
24 "axum",
25 "serde_json",
26 "tokio",
27]
28
29[[package]]
30name = "autocfg"
31version = "1.5.0"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
34
35[[package]]
36name = "axum"
37version = "0.8.4"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
40dependencies = [
41 "axum-core",
42 "bytes",
43 "form_urlencoded",
44 "futures-util",
45 "http",
46 "http-body",
47 "http-body-util",
48 "hyper",
49 "hyper-util",
50 "itoa",
51 "matchit",
52 "memchr",
53 "mime",
54 "percent-encoding",
55 "pin-project-lite",
56 "rustversion",
57 "serde",
58 "serde_json",
59 "serde_path_to_error",
60 "serde_urlencoded",
61 "sync_wrapper",
62 "tokio",
63 "tower",
64 "tower-layer",
65 "tower-service",
66 "tracing",
67]
68
69[[package]]
70name = "axum-core"
71version = "0.5.2"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
74dependencies = [
75 "bytes",
76 "futures-core",
77 "http",
78 "http-body",
79 "http-body-util",
80 "mime",
81 "pin-project-lite",
82 "rustversion",
83 "sync_wrapper",
84 "tower-layer",
85 "tower-service",
86 "tracing",
87]
88
89[[package]]
90name = "backtrace"
91version = "0.3.75"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
94dependencies = [
95 "addr2line",
96 "cfg-if",
97 "libc",
98 "miniz_oxide",
99 "object",
100 "rustc-demangle",
101 "windows-targets",
102]
103
104[[package]]
105name = "bitflags"
106version = "2.9.1"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
109
110[[package]]
111name = "bytes"
112version = "1.10.1"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
115
116[[package]]
117name = "cfg-if"
118version = "1.0.1"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
121
122[[package]]
123name = "fnv"
124version = "1.0.7"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
127
128[[package]]
129name = "form_urlencoded"
130version = "1.2.1"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
133dependencies = [
134 "percent-encoding",
135]
136
137[[package]]
138name = "futures-channel"
139version = "0.3.31"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
142dependencies = [
143 "futures-core",
144]
145
146[[package]]
147name = "futures-core"
148version = "0.3.31"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
151
152[[package]]
153name = "futures-task"
154version = "0.3.31"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
157
158[[package]]
159name = "futures-util"
160version = "0.3.31"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
163dependencies = [
164 "futures-core",
165 "futures-task",
166 "pin-project-lite",
167 "pin-utils",
168]
169
170[[package]]
171name = "gimli"
172version = "0.31.1"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
175
176[[package]]
177name = "http"
178version = "1.3.1"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
181dependencies = [
182 "bytes",
183 "fnv",
184 "itoa",
185]
186
187[[package]]
188name = "http-body"
189version = "1.0.1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
192dependencies = [
193 "bytes",
194 "http",
195]
196
197[[package]]
198name = "http-body-util"
199version = "0.1.3"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
202dependencies = [
203 "bytes",
204 "futures-core",
205 "http",
206 "http-body",
207 "pin-project-lite",
208]
209
210[[package]]
211name = "httparse"
212version = "1.10.1"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
215
216[[package]]
217name = "httpdate"
218version = "1.0.3"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
221
222[[package]]
223name = "hyper"
224version = "1.6.0"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
227dependencies = [
228 "bytes",
229 "futures-channel",
230 "futures-util",
231 "http",
232 "http-body",
233 "httparse",
234 "httpdate",
235 "itoa",
236 "pin-project-lite",
237 "smallvec",
238 "tokio",
239]
240
241[[package]]
242name = "hyper-util"
243version = "0.1.16"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
246dependencies = [
247 "bytes",
248 "futures-core",
249 "http",
250 "http-body",
251 "hyper",
252 "pin-project-lite",
253 "tokio",
254 "tower-service",
255]
256
257[[package]]
258name = "io-uring"
259version = "0.7.9"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
262dependencies = [
263 "bitflags",
264 "cfg-if",
265 "libc",
266]
267
268[[package]]
269name = "itoa"
270version = "1.0.15"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
273
274[[package]]
275name = "libc"
276version = "0.2.174"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
279
280[[package]]
281name = "lock_api"
282version = "0.4.13"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
285dependencies = [
286 "autocfg",
287 "scopeguard",
288]
289
290[[package]]
291name = "log"
292version = "0.4.27"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
295
296[[package]]
297name = "matchit"
298version = "0.8.4"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
301
302[[package]]
303name = "memchr"
304version = "2.7.5"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
307
308[[package]]
309name = "mime"
310version = "0.3.17"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
313
314[[package]]
315name = "miniz_oxide"
316version = "0.8.9"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
319dependencies = [
320 "adler2",
321]
322
323[[package]]
324name = "mio"
325version = "1.0.4"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
328dependencies = [
329 "libc",
330 "wasi",
331 "windows-sys 0.59.0",
332]
333
334[[package]]
335name = "object"
336version = "0.36.7"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
339dependencies = [
340 "memchr",
341]
342
343[[package]]
344name = "once_cell"
345version = "1.21.3"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
348
349[[package]]
350name = "parking_lot"
351version = "0.12.4"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
354dependencies = [
355 "lock_api",
356 "parking_lot_core",
357]
358
359[[package]]
360name = "parking_lot_core"
361version = "0.9.11"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
364dependencies = [
365 "cfg-if",
366 "libc",
367 "redox_syscall",
368 "smallvec",
369 "windows-targets",
370]
371
372[[package]]
373name = "percent-encoding"
374version = "2.3.1"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
377
378[[package]]
379name = "pin-project-lite"
380version = "0.2.16"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
383
384[[package]]
385name = "pin-utils"
386version = "0.1.0"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
389
390[[package]]
391name = "proc-macro2"
392version = "1.0.95"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
395dependencies = [
396 "unicode-ident",
397]
398
399[[package]]
400name = "quote"
401version = "1.0.40"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
404dependencies = [
405 "proc-macro2",
406]
407
408[[package]]
409name = "redox_syscall"
410version = "0.5.13"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
413dependencies = [
414 "bitflags",
415]
416
417[[package]]
418name = "rustc-demangle"
419version = "0.1.25"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
422
423[[package]]
424name = "rustversion"
425version = "1.0.21"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
428
429[[package]]
430name = "ryu"
431version = "1.0.20"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
434
435[[package]]
436name = "scopeguard"
437version = "1.2.0"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
440
441[[package]]
442name = "serde"
443version = "1.0.219"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
446dependencies = [
447 "serde_derive",
448]
449
450[[package]]
451name = "serde_derive"
452version = "1.0.219"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
455dependencies = [
456 "proc-macro2",
457 "quote",
458 "syn",
459]
460
461[[package]]
462name = "serde_json"
463version = "1.0.141"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
466dependencies = [
467 "itoa",
468 "memchr",
469 "ryu",
470 "serde",
471]
472
473[[package]]
474name = "serde_path_to_error"
475version = "0.1.17"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
478dependencies = [
479 "itoa",
480 "serde",
481]
482
483[[package]]
484name = "serde_urlencoded"
485version = "0.7.1"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
488dependencies = [
489 "form_urlencoded",
490 "itoa",
491 "ryu",
492 "serde",
493]
494
495[[package]]
496name = "signal-hook-registry"
497version = "1.4.5"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
500dependencies = [
501 "libc",
502]
503
504[[package]]
505name = "slab"
506version = "0.4.10"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
509
510[[package]]
511name = "smallvec"
512version = "1.15.1"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
515
516[[package]]
517name = "socket2"
518version = "0.5.10"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
521dependencies = [
522 "libc",
523 "windows-sys 0.52.0",
524]
525
526[[package]]
527name = "syn"
528version = "2.0.104"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
531dependencies = [
532 "proc-macro2",
533 "quote",
534 "unicode-ident",
535]
536
537[[package]]
538name = "sync_wrapper"
539version = "1.0.2"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
542
543[[package]]
544name = "tokio"
545version = "1.46.1"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
548dependencies = [
549 "backtrace",
550 "bytes",
551 "io-uring",
552 "libc",
553 "mio",
554 "parking_lot",
555 "pin-project-lite",
556 "signal-hook-registry",
557 "slab",
558 "socket2",
559 "tokio-macros",
560 "windows-sys 0.52.0",
561]
562
563[[package]]
564name = "tokio-macros"
565version = "2.5.0"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
568dependencies = [
569 "proc-macro2",
570 "quote",
571 "syn",
572]
573
574[[package]]
575name = "tower"
576version = "0.5.2"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
579dependencies = [
580 "futures-core",
581 "futures-util",
582 "pin-project-lite",
583 "sync_wrapper",
584 "tokio",
585 "tower-layer",
586 "tower-service",
587 "tracing",
588]
589
590[[package]]
591name = "tower-layer"
592version = "0.3.3"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
595
596[[package]]
597name = "tower-service"
598version = "0.3.3"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
601
602[[package]]
603name = "tracing"
604version = "0.1.41"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
607dependencies = [
608 "log",
609 "pin-project-lite",
610 "tracing-core",
611]
612
613[[package]]
614name = "tracing-core"
615version = "0.1.34"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
618dependencies = [
619 "once_cell",
620]
621
622[[package]]
623name = "unicode-ident"
624version = "1.0.18"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
627
628[[package]]
629name = "wasi"
630version = "0.11.1+wasi-snapshot-preview1"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
633
634[[package]]
635name = "windows-sys"
636version = "0.52.0"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
639dependencies = [
640 "windows-targets",
641]
642
643[[package]]
644name = "windows-sys"
645version = "0.59.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
648dependencies = [
649 "windows-targets",
650]
651
652[[package]]
653name = "windows-targets"
654version = "0.52.6"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
657dependencies = [
658 "windows_aarch64_gnullvm",
659 "windows_aarch64_msvc",
660 "windows_i686_gnu",
661 "windows_i686_gnullvm",
662 "windows_i686_msvc",
663 "windows_x86_64_gnu",
664 "windows_x86_64_gnullvm",
665 "windows_x86_64_msvc",
666]
667
668[[package]]
669name = "windows_aarch64_gnullvm"
670version = "0.52.6"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
673
674[[package]]
675name = "windows_aarch64_msvc"
676version = "0.52.6"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
679
680[[package]]
681name = "windows_i686_gnu"
682version = "0.52.6"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
685
686[[package]]
687name = "windows_i686_gnullvm"
688version = "0.52.6"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
691
692[[package]]
693name = "windows_i686_msvc"
694version = "0.52.6"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
697
698[[package]]
699name = "windows_x86_64_gnu"
700version = "0.52.6"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
703
704[[package]]
705name = "windows_x86_64_gnullvm"
706version = "0.52.6"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
709
710[[package]]
711name = "windows_x86_64_msvc"
712version = "0.52.6"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"