tools for building gleam projects with nix
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 = "autocfg"
22version = "1.5.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
25
26[[package]]
27name = "backtrace"
28version = "0.3.75"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
31dependencies = [
32 "addr2line",
33 "cfg-if",
34 "libc",
35 "miniz_oxide",
36 "object",
37 "rustc-demangle",
38 "windows-targets 0.52.6",
39]
40
41[[package]]
42name = "backtrace-ext"
43version = "0.2.1"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
46dependencies = [
47 "backtrace",
48]
49
50[[package]]
51name = "base64"
52version = "0.22.1"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
55
56[[package]]
57name = "bitflags"
58version = "2.9.4"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
61
62[[package]]
63name = "byteorder"
64version = "1.5.0"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
67
68[[package]]
69name = "cfg-if"
70version = "1.0.3"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
73
74[[package]]
75name = "equivalent"
76version = "1.0.2"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
79
80[[package]]
81name = "errno"
82version = "0.3.14"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
85dependencies = [
86 "libc",
87 "windows-sys 0.61.0",
88]
89
90[[package]]
91name = "facet"
92version = "0.29.1"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "c47b7ae49fd26ee306c81aa350375f16830946729a2339d51fde6a660a210946"
95dependencies = [
96 "facet-core",
97 "facet-macros",
98 "static_assertions",
99]
100
101[[package]]
102name = "facet-core"
103version = "0.29.1"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "9f448a18de9f8f180a0154dba3ca6ba36174f6f666c17bf94bc98df00e48bd47"
106dependencies = [
107 "bitflags",
108 "impls",
109]
110
111[[package]]
112name = "facet-deserialize"
113version = "0.29.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "8fa3ec7b589ab5e9fb0261b9f58513c103a7b77a54ff13e36dd98b6c028dd70f"
116dependencies = [
117 "facet-core",
118 "facet-reflect",
119 "log",
120 "owo-colors",
121]
122
123[[package]]
124name = "facet-json"
125version = "0.29.0"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "7562901108c968a1619ccdf2ed8daa09f2b9b947e19dd105ec058f4aba13c926"
128dependencies = [
129 "facet-core",
130 "facet-deserialize",
131 "facet-reflect",
132 "facet-serialize",
133 "itoa",
134 "lexical-parse-float",
135 "lexical-parse-integer",
136 "log",
137 "ryu",
138]
139
140[[package]]
141name = "facet-macros"
142version = "0.29.1"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "d726fb66effa4ef614ec0cd55828e5527ac4ed2efdfb3344e84048348e8c5cfe"
145dependencies = [
146 "facet-core",
147 "facet-macros-emit",
148]
149
150[[package]]
151name = "facet-macros-emit"
152version = "0.29.1"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "b3c8d5653543879fb9357b5ce45599a5f456e3225cedcb14f9b3d3d96dc1fe61"
155dependencies = [
156 "facet-macros-parse",
157 "quote",
158]
159
160[[package]]
161name = "facet-macros-parse"
162version = "0.29.1"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "9f775c1ed593adacc14d224aacedb0a633d0baab8a0107d9e61da53c8ba97736"
165dependencies = [
166 "proc-macro2",
167 "quote",
168 "unsynn",
169]
170
171[[package]]
172name = "facet-reflect"
173version = "0.29.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "b19421a5caf7eb6a04d41fe4b1438aa24689c3ca155bfe3e81368955c0b53d30"
176dependencies = [
177 "bitflags",
178 "facet-core",
179]
180
181[[package]]
182name = "facet-serialize"
183version = "0.29.0"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "8120d560b46dca40232f62fac58c9d986449dbf8b7f41f7aee71322fc09f93a1"
186dependencies = [
187 "facet-core",
188 "facet-reflect",
189 "log",
190]
191
192[[package]]
193name = "facet-toml"
194version = "0.29.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "b9b94418eafea27217c6aeb6edefa012ab211fa9b97d79aaf3031d5cc8eab136"
197dependencies = [
198 "facet-core",
199 "facet-reflect",
200 "facet-serialize",
201 "log",
202 "num-traits",
203 "owo-colors",
204 "toml_edit",
205]
206
207[[package]]
208name = "fxhash"
209version = "0.2.1"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
212dependencies = [
213 "byteorder",
214]
215
216[[package]]
217name = "gimli"
218version = "0.31.1"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
221
222[[package]]
223name = "gleam2nix"
224version = "0.1.0"
225dependencies = [
226 "base64",
227 "facet",
228 "facet-json",
229 "facet-toml",
230 "hex",
231 "miette",
232]
233
234[[package]]
235name = "gleam_tool"
236version = "0.1.0"
237dependencies = [
238 "facet",
239 "facet-toml",
240 "miette",
241]
242
243[[package]]
244name = "hashbrown"
245version = "0.15.5"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
248
249[[package]]
250name = "hex"
251version = "0.4.3"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
254
255[[package]]
256name = "impls"
257version = "1.0.3"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "7a46645bbd70538861a90d0f26c31537cdf1e44aae99a794fb75a664b70951bc"
260
261[[package]]
262name = "indexmap"
263version = "2.11.3"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3"
266dependencies = [
267 "equivalent",
268 "hashbrown",
269]
270
271[[package]]
272name = "is_ci"
273version = "1.2.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
276
277[[package]]
278name = "itoa"
279version = "1.0.15"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
282
283[[package]]
284name = "lexical-parse-float"
285version = "1.0.5"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2"
288dependencies = [
289 "lexical-parse-integer",
290 "lexical-util",
291 "static_assertions",
292]
293
294[[package]]
295name = "lexical-parse-integer"
296version = "1.0.5"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e"
299dependencies = [
300 "lexical-util",
301 "static_assertions",
302]
303
304[[package]]
305name = "lexical-util"
306version = "1.0.6"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3"
309dependencies = [
310 "static_assertions",
311]
312
313[[package]]
314name = "libc"
315version = "0.2.175"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
318
319[[package]]
320name = "linux-raw-sys"
321version = "0.11.0"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
324
325[[package]]
326name = "log"
327version = "0.4.28"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
330
331[[package]]
332name = "memchr"
333version = "2.7.5"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
336
337[[package]]
338name = "miette"
339version = "7.6.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
342dependencies = [
343 "backtrace",
344 "backtrace-ext",
345 "cfg-if",
346 "owo-colors",
347 "supports-color",
348 "supports-hyperlinks",
349 "supports-unicode",
350 "terminal_size",
351 "textwrap",
352 "unicode-width 0.1.14",
353]
354
355[[package]]
356name = "miniz_oxide"
357version = "0.8.9"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
360dependencies = [
361 "adler2",
362]
363
364[[package]]
365name = "mutants"
366version = "0.0.3"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126"
369
370[[package]]
371name = "num-traits"
372version = "0.2.19"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
375dependencies = [
376 "autocfg",
377]
378
379[[package]]
380name = "object"
381version = "0.36.7"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
384dependencies = [
385 "memchr",
386]
387
388[[package]]
389name = "owo-colors"
390version = "4.2.2"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
393
394[[package]]
395name = "proc-macro2"
396version = "1.0.101"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
399dependencies = [
400 "unicode-ident",
401]
402
403[[package]]
404name = "quote"
405version = "1.0.40"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
408dependencies = [
409 "proc-macro2",
410]
411
412[[package]]
413name = "rustc-demangle"
414version = "0.1.26"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
417
418[[package]]
419name = "rustix"
420version = "1.1.2"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
423dependencies = [
424 "bitflags",
425 "errno",
426 "libc",
427 "linux-raw-sys",
428 "windows-sys 0.61.0",
429]
430
431[[package]]
432name = "ryu"
433version = "1.0.20"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
436
437[[package]]
438name = "shadow_counted"
439version = "0.4.0"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "65da48d447333cebe1aadbdd3662f3ba56e76e67f53bc46f3dd5f67c74629d6b"
442
443[[package]]
444name = "static_assertions"
445version = "1.1.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
448
449[[package]]
450name = "supports-color"
451version = "3.0.2"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
454dependencies = [
455 "is_ci",
456]
457
458[[package]]
459name = "supports-hyperlinks"
460version = "3.1.0"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
463
464[[package]]
465name = "supports-unicode"
466version = "3.0.0"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
469
470[[package]]
471name = "terminal_size"
472version = "0.4.3"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
475dependencies = [
476 "rustix",
477 "windows-sys 0.60.2",
478]
479
480[[package]]
481name = "textwrap"
482version = "0.16.2"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
485dependencies = [
486 "unicode-linebreak",
487 "unicode-width 0.2.1",
488]
489
490[[package]]
491name = "toml_datetime"
492version = "0.6.11"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
495
496[[package]]
497name = "toml_edit"
498version = "0.22.27"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
501dependencies = [
502 "indexmap",
503 "toml_datetime",
504 "winnow",
505]
506
507[[package]]
508name = "unicode-ident"
509version = "1.0.19"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
512
513[[package]]
514name = "unicode-linebreak"
515version = "0.1.5"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
518
519[[package]]
520name = "unicode-width"
521version = "0.1.14"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
524
525[[package]]
526name = "unicode-width"
527version = "0.2.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
530
531[[package]]
532name = "unsynn"
533version = "0.1.1"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "7940603a9e25cf11211cc43b81f4fcad2b8ab4df291ca855f32c40e1ac22d5bc"
536dependencies = [
537 "fxhash",
538 "mutants",
539 "proc-macro2",
540 "shadow_counted",
541]
542
543[[package]]
544name = "windows-link"
545version = "0.1.3"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
548
549[[package]]
550name = "windows-link"
551version = "0.2.0"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
554
555[[package]]
556name = "windows-sys"
557version = "0.60.2"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
560dependencies = [
561 "windows-targets 0.53.3",
562]
563
564[[package]]
565name = "windows-sys"
566version = "0.61.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
569dependencies = [
570 "windows-link 0.2.0",
571]
572
573[[package]]
574name = "windows-targets"
575version = "0.52.6"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
578dependencies = [
579 "windows_aarch64_gnullvm 0.52.6",
580 "windows_aarch64_msvc 0.52.6",
581 "windows_i686_gnu 0.52.6",
582 "windows_i686_gnullvm 0.52.6",
583 "windows_i686_msvc 0.52.6",
584 "windows_x86_64_gnu 0.52.6",
585 "windows_x86_64_gnullvm 0.52.6",
586 "windows_x86_64_msvc 0.52.6",
587]
588
589[[package]]
590name = "windows-targets"
591version = "0.53.3"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
594dependencies = [
595 "windows-link 0.1.3",
596 "windows_aarch64_gnullvm 0.53.0",
597 "windows_aarch64_msvc 0.53.0",
598 "windows_i686_gnu 0.53.0",
599 "windows_i686_gnullvm 0.53.0",
600 "windows_i686_msvc 0.53.0",
601 "windows_x86_64_gnu 0.53.0",
602 "windows_x86_64_gnullvm 0.53.0",
603 "windows_x86_64_msvc 0.53.0",
604]
605
606[[package]]
607name = "windows_aarch64_gnullvm"
608version = "0.52.6"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
611
612[[package]]
613name = "windows_aarch64_gnullvm"
614version = "0.53.0"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
617
618[[package]]
619name = "windows_aarch64_msvc"
620version = "0.52.6"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
623
624[[package]]
625name = "windows_aarch64_msvc"
626version = "0.53.0"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
629
630[[package]]
631name = "windows_i686_gnu"
632version = "0.52.6"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
635
636[[package]]
637name = "windows_i686_gnu"
638version = "0.53.0"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
641
642[[package]]
643name = "windows_i686_gnullvm"
644version = "0.52.6"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
647
648[[package]]
649name = "windows_i686_gnullvm"
650version = "0.53.0"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
653
654[[package]]
655name = "windows_i686_msvc"
656version = "0.52.6"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
659
660[[package]]
661name = "windows_i686_msvc"
662version = "0.53.0"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
665
666[[package]]
667name = "windows_x86_64_gnu"
668version = "0.52.6"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
671
672[[package]]
673name = "windows_x86_64_gnu"
674version = "0.53.0"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
677
678[[package]]
679name = "windows_x86_64_gnullvm"
680version = "0.52.6"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
683
684[[package]]
685name = "windows_x86_64_gnullvm"
686version = "0.53.0"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
689
690[[package]]
691name = "windows_x86_64_msvc"
692version = "0.52.6"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
695
696[[package]]
697name = "windows_x86_64_msvc"
698version = "0.53.0"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
701
702[[package]]
703name = "winnow"
704version = "0.7.13"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
707dependencies = [
708 "memchr",
709]