polars-marc21 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1553 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstream"
22
+ version = "1.0.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
25
+ dependencies = [
26
+ "anstyle",
27
+ "anstyle-parse",
28
+ "anstyle-query",
29
+ "anstyle-wincon",
30
+ "colorchoice",
31
+ "is_terminal_polyfill",
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle"
37
+ version = "1.0.14"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
40
+
41
+ [[package]]
42
+ name = "anstyle-parse"
43
+ version = "1.0.0"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
46
+ dependencies = [
47
+ "utf8parse",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-query"
52
+ version = "1.1.5"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
55
+ dependencies = [
56
+ "windows-sys",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-wincon"
61
+ version = "3.0.11"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
64
+ dependencies = [
65
+ "anstyle",
66
+ "once_cell_polyfill",
67
+ "windows-sys",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anyhow"
72
+ version = "1.0.102"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
75
+
76
+ [[package]]
77
+ name = "assert_cmd"
78
+ version = "2.2.2"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "2aa3a22042e45de04255c7bf3626e239f450200fd0493c1e382263544b20aea6"
81
+ dependencies = [
82
+ "anstyle",
83
+ "bstr",
84
+ "libc",
85
+ "predicates",
86
+ "predicates-core",
87
+ "predicates-tree",
88
+ "wait-timeout",
89
+ ]
90
+
91
+ [[package]]
92
+ name = "assert_fs"
93
+ version = "1.1.4"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "6ecf5c70ca07b7f80220bce936f0556a960ca6fb00fc2bd4125b5e581b218137"
96
+ dependencies = [
97
+ "anstyle",
98
+ "globwalk",
99
+ "predicates",
100
+ "predicates-core",
101
+ "predicates-tree",
102
+ "tempfile",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "autocfg"
107
+ version = "1.5.1"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
110
+
111
+ [[package]]
112
+ name = "automod"
113
+ version = "1.0.17"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "a273e731a7fb8c2268fd2932c9e9a3469f4fd171d85d070d2687190229653bd3"
116
+ dependencies = [
117
+ "proc-macro2",
118
+ "quote",
119
+ "syn",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "bitflags"
124
+ version = "2.13.0"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
127
+
128
+ [[package]]
129
+ name = "block-buffer"
130
+ version = "0.12.1"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
133
+ dependencies = [
134
+ "hybrid-array",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "bstr"
139
+ version = "1.12.1"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
142
+ dependencies = [
143
+ "memchr",
144
+ "regex-automata",
145
+ "serde",
146
+ ]
147
+
148
+ [[package]]
149
+ name = "bumpalo"
150
+ version = "3.20.3"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
153
+
154
+ [[package]]
155
+ name = "cfg-if"
156
+ version = "1.0.4"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
159
+
160
+ [[package]]
161
+ name = "chacha20"
162
+ version = "0.10.0"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
165
+ dependencies = [
166
+ "cfg-if",
167
+ "cpufeatures",
168
+ "rand_core",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "clap"
173
+ version = "4.6.1"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
176
+ dependencies = [
177
+ "clap_builder",
178
+ "clap_derive",
179
+ ]
180
+
181
+ [[package]]
182
+ name = "clap_builder"
183
+ version = "4.6.0"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
186
+ dependencies = [
187
+ "anstream",
188
+ "anstyle",
189
+ "clap_lex",
190
+ "strsim",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "clap_complete"
195
+ version = "4.6.5"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772"
198
+ dependencies = [
199
+ "clap",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "clap_derive"
204
+ version = "4.6.1"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
207
+ dependencies = [
208
+ "heck",
209
+ "proc-macro2",
210
+ "quote",
211
+ "syn",
212
+ ]
213
+
214
+ [[package]]
215
+ name = "clap_lex"
216
+ version = "1.1.0"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
219
+
220
+ [[package]]
221
+ name = "clap_mangen"
222
+ version = "0.3.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "d82842b45bf9f6a3be090dd860095ac30728042c08e0d6261ca7259b5d850f07"
225
+ dependencies = [
226
+ "clap",
227
+ "roff",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "colorchoice"
232
+ version = "1.0.5"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
235
+
236
+ [[package]]
237
+ name = "console"
238
+ version = "0.16.3"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
241
+ dependencies = [
242
+ "encode_unicode",
243
+ "libc",
244
+ "unicode-width",
245
+ "windows-sys",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "const-oid"
250
+ version = "0.10.2"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
253
+
254
+ [[package]]
255
+ name = "content_inspector"
256
+ version = "0.2.4"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
259
+ dependencies = [
260
+ "memchr",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "cpufeatures"
265
+ version = "0.3.0"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
268
+ dependencies = [
269
+ "libc",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "crc32fast"
274
+ version = "1.5.0"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
277
+ dependencies = [
278
+ "cfg-if",
279
+ ]
280
+
281
+ [[package]]
282
+ name = "crossbeam-deque"
283
+ version = "0.8.6"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
286
+ dependencies = [
287
+ "crossbeam-epoch",
288
+ "crossbeam-utils",
289
+ ]
290
+
291
+ [[package]]
292
+ name = "crossbeam-epoch"
293
+ version = "0.9.18"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
296
+ dependencies = [
297
+ "crossbeam-utils",
298
+ ]
299
+
300
+ [[package]]
301
+ name = "crossbeam-utils"
302
+ version = "0.8.21"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
305
+
306
+ [[package]]
307
+ name = "crypto-common"
308
+ version = "0.2.2"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
311
+ dependencies = [
312
+ "hybrid-array",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "csv"
317
+ version = "1.4.0"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
320
+ dependencies = [
321
+ "csv-core",
322
+ "itoa",
323
+ "ryu",
324
+ "serde_core",
325
+ ]
326
+
327
+ [[package]]
328
+ name = "csv-core"
329
+ version = "0.1.13"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
332
+ dependencies = [
333
+ "memchr",
334
+ ]
335
+
336
+ [[package]]
337
+ name = "difflib"
338
+ version = "0.4.0"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
341
+
342
+ [[package]]
343
+ name = "digest"
344
+ version = "0.11.3"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
347
+ dependencies = [
348
+ "block-buffer",
349
+ "const-oid",
350
+ "crypto-common",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "dunce"
355
+ version = "1.0.5"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
358
+
359
+ [[package]]
360
+ name = "either"
361
+ version = "1.16.0"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
364
+
365
+ [[package]]
366
+ name = "encode_unicode"
367
+ version = "1.0.0"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
370
+
371
+ [[package]]
372
+ name = "equivalent"
373
+ version = "1.0.2"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
376
+
377
+ [[package]]
378
+ name = "errno"
379
+ version = "0.3.14"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
382
+ dependencies = [
383
+ "libc",
384
+ "windows-sys",
385
+ ]
386
+
387
+ [[package]]
388
+ name = "fastrand"
389
+ version = "2.4.1"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
392
+
393
+ [[package]]
394
+ name = "filetime"
395
+ version = "0.2.29"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
398
+ dependencies = [
399
+ "cfg-if",
400
+ "libc",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "flate2"
405
+ version = "1.1.9"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
408
+ dependencies = [
409
+ "crc32fast",
410
+ "miniz_oxide",
411
+ "zlib-rs",
412
+ ]
413
+
414
+ [[package]]
415
+ name = "float-cmp"
416
+ version = "0.10.0"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
419
+ dependencies = [
420
+ "num-traits",
421
+ ]
422
+
423
+ [[package]]
424
+ name = "foldhash"
425
+ version = "0.1.5"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
428
+
429
+ [[package]]
430
+ name = "futures-core"
431
+ version = "0.3.32"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
434
+
435
+ [[package]]
436
+ name = "futures-task"
437
+ version = "0.3.32"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
440
+
441
+ [[package]]
442
+ name = "futures-util"
443
+ version = "0.3.32"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
446
+ dependencies = [
447
+ "futures-core",
448
+ "futures-task",
449
+ "pin-project-lite",
450
+ "slab",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "getrandom"
455
+ version = "0.4.2"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
458
+ dependencies = [
459
+ "cfg-if",
460
+ "libc",
461
+ "r-efi",
462
+ "rand_core",
463
+ "wasip2",
464
+ "wasip3",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "glob"
469
+ version = "0.3.3"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
472
+
473
+ [[package]]
474
+ name = "globset"
475
+ version = "0.4.18"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
478
+ dependencies = [
479
+ "aho-corasick",
480
+ "bstr",
481
+ "log",
482
+ "regex-automata",
483
+ "regex-syntax",
484
+ ]
485
+
486
+ [[package]]
487
+ name = "globwalk"
488
+ version = "0.9.1"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
491
+ dependencies = [
492
+ "bitflags",
493
+ "ignore",
494
+ "walkdir",
495
+ ]
496
+
497
+ [[package]]
498
+ name = "hashbrown"
499
+ version = "0.15.5"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
502
+ dependencies = [
503
+ "foldhash",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "hashbrown"
508
+ version = "0.17.1"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
511
+
512
+ [[package]]
513
+ name = "heck"
514
+ version = "0.5.0"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
517
+
518
+ [[package]]
519
+ name = "humantime"
520
+ version = "2.3.0"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
523
+
524
+ [[package]]
525
+ name = "humantime-serde"
526
+ version = "1.1.1"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
529
+ dependencies = [
530
+ "humantime",
531
+ "serde",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "hybrid-array"
536
+ version = "0.4.12"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
539
+ dependencies = [
540
+ "typenum",
541
+ ]
542
+
543
+ [[package]]
544
+ name = "id-arena"
545
+ version = "2.3.0"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
548
+
549
+ [[package]]
550
+ name = "ignore"
551
+ version = "0.4.26"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "b915661dd01db3f05050265b2477bcc6527b3792388e2749b41623cc592be67d"
554
+ dependencies = [
555
+ "crossbeam-deque",
556
+ "globset",
557
+ "log",
558
+ "memchr",
559
+ "regex-automata",
560
+ "same-file",
561
+ "walkdir",
562
+ "winapi-util",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "indexmap"
567
+ version = "2.14.0"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
570
+ dependencies = [
571
+ "equivalent",
572
+ "hashbrown 0.17.1",
573
+ "serde",
574
+ "serde_core",
575
+ ]
576
+
577
+ [[package]]
578
+ name = "indicatif"
579
+ version = "0.18.4"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb"
582
+ dependencies = [
583
+ "console",
584
+ "portable-atomic",
585
+ "unicode-width",
586
+ "unit-prefix",
587
+ "web-time",
588
+ ]
589
+
590
+ [[package]]
591
+ name = "is_terminal_polyfill"
592
+ version = "1.70.2"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
595
+
596
+ [[package]]
597
+ name = "itoa"
598
+ version = "1.0.18"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
601
+
602
+ [[package]]
603
+ name = "js-sys"
604
+ version = "0.3.102"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
607
+ dependencies = [
608
+ "cfg-if",
609
+ "futures-util",
610
+ "wasm-bindgen",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "leb128fmt"
615
+ version = "0.1.0"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
618
+
619
+ [[package]]
620
+ name = "libc"
621
+ version = "0.2.186"
622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
623
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
624
+
625
+ [[package]]
626
+ name = "linux-raw-sys"
627
+ version = "0.12.1"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
630
+
631
+ [[package]]
632
+ name = "log"
633
+ version = "0.4.32"
634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
635
+ checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
636
+
637
+ [[package]]
638
+ name = "marc21"
639
+ version = "0.4.0"
640
+ dependencies = [
641
+ "aho-corasick",
642
+ "bstr",
643
+ "flate2",
644
+ "regex",
645
+ "serde",
646
+ "serde_test",
647
+ "smallvec",
648
+ "strsim",
649
+ "trycmd",
650
+ "winnow",
651
+ ]
652
+
653
+ [[package]]
654
+ name = "marc21"
655
+ version = "0.4.0"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "edbaac1ddb448f31eb8881ef25fbd184e0b3e9ff0dcfedcc407d4ae30b704edf"
658
+ dependencies = [
659
+ "aho-corasick",
660
+ "bstr",
661
+ "flate2",
662
+ "regex",
663
+ "smallvec",
664
+ "strsim",
665
+ "winnow",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "marc21-cli"
670
+ version = "0.4.0"
671
+ dependencies = [
672
+ "anyhow",
673
+ "assert_cmd",
674
+ "assert_fs",
675
+ "bstr",
676
+ "clap",
677
+ "clap_complete",
678
+ "clap_mangen",
679
+ "csv",
680
+ "flate2",
681
+ "indicatif",
682
+ "marc21 0.4.0",
683
+ "predicates",
684
+ "rand",
685
+ "sha2",
686
+ "unicode-normalization",
687
+ ]
688
+
689
+ [[package]]
690
+ name = "memchr"
691
+ version = "2.8.2"
692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
694
+
695
+ [[package]]
696
+ name = "miniz_oxide"
697
+ version = "0.8.9"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
700
+ dependencies = [
701
+ "adler2",
702
+ "simd-adler32",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "normalize-line-endings"
707
+ version = "0.3.0"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
710
+
711
+ [[package]]
712
+ name = "num-traits"
713
+ version = "0.2.19"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
716
+ dependencies = [
717
+ "autocfg",
718
+ ]
719
+
720
+ [[package]]
721
+ name = "once_cell"
722
+ version = "1.21.4"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
725
+
726
+ [[package]]
727
+ name = "once_cell_polyfill"
728
+ version = "1.70.2"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
731
+
732
+ [[package]]
733
+ name = "os_pipe"
734
+ version = "1.2.3"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967"
737
+ dependencies = [
738
+ "libc",
739
+ "windows-sys",
740
+ ]
741
+
742
+ [[package]]
743
+ name = "pin-project-lite"
744
+ version = "0.2.17"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
747
+
748
+ [[package]]
749
+ name = "polars-marc21"
750
+ version = "0.1.0"
751
+ dependencies = [
752
+ "bstr",
753
+ "marc21 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
754
+ "pyo3",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "portable-atomic"
759
+ version = "1.13.1"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
762
+
763
+ [[package]]
764
+ name = "predicates"
765
+ version = "3.1.4"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe"
768
+ dependencies = [
769
+ "anstyle",
770
+ "difflib",
771
+ "float-cmp",
772
+ "normalize-line-endings",
773
+ "predicates-core",
774
+ "regex",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "predicates-core"
779
+ version = "1.0.10"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144"
782
+
783
+ [[package]]
784
+ name = "predicates-tree"
785
+ version = "1.0.13"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2"
788
+ dependencies = [
789
+ "predicates-core",
790
+ "termtree",
791
+ ]
792
+
793
+ [[package]]
794
+ name = "prettyplease"
795
+ version = "0.2.37"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
798
+ dependencies = [
799
+ "proc-macro2",
800
+ "syn",
801
+ ]
802
+
803
+ [[package]]
804
+ name = "proc-macro2"
805
+ version = "1.0.106"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
808
+ dependencies = [
809
+ "unicode-ident",
810
+ ]
811
+
812
+ [[package]]
813
+ name = "pyo3"
814
+ version = "0.29.0"
815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
816
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
817
+ dependencies = [
818
+ "libc",
819
+ "once_cell",
820
+ "portable-atomic",
821
+ "pyo3-build-config",
822
+ "pyo3-ffi",
823
+ "pyo3-macros",
824
+ ]
825
+
826
+ [[package]]
827
+ name = "pyo3-build-config"
828
+ version = "0.29.0"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
831
+ dependencies = [
832
+ "target-lexicon",
833
+ ]
834
+
835
+ [[package]]
836
+ name = "pyo3-ffi"
837
+ version = "0.29.0"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
840
+ dependencies = [
841
+ "libc",
842
+ "pyo3-build-config",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "pyo3-macros"
847
+ version = "0.29.0"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
850
+ dependencies = [
851
+ "proc-macro2",
852
+ "pyo3-macros-backend",
853
+ "quote",
854
+ "syn",
855
+ ]
856
+
857
+ [[package]]
858
+ name = "pyo3-macros-backend"
859
+ version = "0.29.0"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
862
+ dependencies = [
863
+ "heck",
864
+ "proc-macro2",
865
+ "quote",
866
+ "syn",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "quote"
871
+ version = "1.0.45"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
874
+ dependencies = [
875
+ "proc-macro2",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "r-efi"
880
+ version = "6.0.0"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
883
+
884
+ [[package]]
885
+ name = "rand"
886
+ version = "0.10.1"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
889
+ dependencies = [
890
+ "chacha20",
891
+ "getrandom",
892
+ "rand_core",
893
+ ]
894
+
895
+ [[package]]
896
+ name = "rand_core"
897
+ version = "0.10.1"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
900
+
901
+ [[package]]
902
+ name = "rayon"
903
+ version = "1.12.0"
904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
905
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
906
+ dependencies = [
907
+ "either",
908
+ "rayon-core",
909
+ ]
910
+
911
+ [[package]]
912
+ name = "rayon-core"
913
+ version = "1.13.0"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
916
+ dependencies = [
917
+ "crossbeam-deque",
918
+ "crossbeam-utils",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "regex"
923
+ version = "1.12.4"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
926
+ dependencies = [
927
+ "aho-corasick",
928
+ "memchr",
929
+ "regex-automata",
930
+ "regex-syntax",
931
+ ]
932
+
933
+ [[package]]
934
+ name = "regex-automata"
935
+ version = "0.4.14"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
938
+ dependencies = [
939
+ "aho-corasick",
940
+ "memchr",
941
+ "regex-syntax",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "regex-syntax"
946
+ version = "0.8.11"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
949
+
950
+ [[package]]
951
+ name = "roff"
952
+ version = "1.1.1"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "323c417e1d9665a65b263ec744ba09030cfb277e9daa0b018a4ab62e57bc8189"
955
+
956
+ [[package]]
957
+ name = "rustix"
958
+ version = "1.1.4"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
961
+ dependencies = [
962
+ "bitflags",
963
+ "errno",
964
+ "libc",
965
+ "linux-raw-sys",
966
+ "windows-sys",
967
+ ]
968
+
969
+ [[package]]
970
+ name = "rustversion"
971
+ version = "1.0.22"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
974
+
975
+ [[package]]
976
+ name = "ryu"
977
+ version = "1.0.23"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
980
+
981
+ [[package]]
982
+ name = "same-file"
983
+ version = "1.0.6"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
986
+ dependencies = [
987
+ "winapi-util",
988
+ ]
989
+
990
+ [[package]]
991
+ name = "semver"
992
+ version = "1.0.28"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
995
+
996
+ [[package]]
997
+ name = "serde"
998
+ version = "1.0.228"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1001
+ dependencies = [
1002
+ "serde_core",
1003
+ "serde_derive",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "serde_core"
1008
+ version = "1.0.228"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1011
+ dependencies = [
1012
+ "serde_derive",
1013
+ ]
1014
+
1015
+ [[package]]
1016
+ name = "serde_derive"
1017
+ version = "1.0.228"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1020
+ dependencies = [
1021
+ "proc-macro2",
1022
+ "quote",
1023
+ "syn",
1024
+ ]
1025
+
1026
+ [[package]]
1027
+ name = "serde_json"
1028
+ version = "1.0.150"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1031
+ dependencies = [
1032
+ "itoa",
1033
+ "memchr",
1034
+ "serde",
1035
+ "serde_core",
1036
+ "zmij",
1037
+ ]
1038
+
1039
+ [[package]]
1040
+ name = "serde_spanned"
1041
+ version = "1.1.1"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1044
+ dependencies = [
1045
+ "serde_core",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "serde_test"
1050
+ version = "1.0.177"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed"
1053
+ dependencies = [
1054
+ "serde",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "sha2"
1059
+ version = "0.11.0"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
1062
+ dependencies = [
1063
+ "cfg-if",
1064
+ "cpufeatures",
1065
+ "digest",
1066
+ ]
1067
+
1068
+ [[package]]
1069
+ name = "shlex"
1070
+ version = "1.3.0"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1073
+
1074
+ [[package]]
1075
+ name = "simd-adler32"
1076
+ version = "0.3.9"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1079
+
1080
+ [[package]]
1081
+ name = "similar"
1082
+ version = "3.1.1"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16"
1085
+ dependencies = [
1086
+ "bstr",
1087
+ ]
1088
+
1089
+ [[package]]
1090
+ name = "slab"
1091
+ version = "0.4.12"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1094
+
1095
+ [[package]]
1096
+ name = "smallvec"
1097
+ version = "1.15.2"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1100
+
1101
+ [[package]]
1102
+ name = "snapbox"
1103
+ version = "1.2.2"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "8de56eb4784a2c5c1efede55a0f06fbf481bc12b42b355b9525c15db1e3581a8"
1106
+ dependencies = [
1107
+ "anstream",
1108
+ "anstyle",
1109
+ "content_inspector",
1110
+ "dunce",
1111
+ "filetime",
1112
+ "libc",
1113
+ "normalize-line-endings",
1114
+ "os_pipe",
1115
+ "similar",
1116
+ "snapbox-macros",
1117
+ "tempfile",
1118
+ "wait-timeout",
1119
+ "walkdir",
1120
+ "windows-sys",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "snapbox-macros"
1125
+ version = "1.1.0"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "ed4a172e483585ebbc7c7f7d1705ca7e3f94f606ed78caa14805673189fd5455"
1128
+ dependencies = [
1129
+ "anstream",
1130
+ ]
1131
+
1132
+ [[package]]
1133
+ name = "strsim"
1134
+ version = "0.11.1"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1137
+
1138
+ [[package]]
1139
+ name = "syn"
1140
+ version = "2.0.117"
1141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1142
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1143
+ dependencies = [
1144
+ "proc-macro2",
1145
+ "quote",
1146
+ "unicode-ident",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "target-lexicon"
1151
+ version = "0.13.5"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1154
+
1155
+ [[package]]
1156
+ name = "tempfile"
1157
+ version = "3.27.0"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1160
+ dependencies = [
1161
+ "fastrand",
1162
+ "once_cell",
1163
+ "rustix",
1164
+ "windows-sys",
1165
+ ]
1166
+
1167
+ [[package]]
1168
+ name = "termtree"
1169
+ version = "0.5.1"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
1172
+
1173
+ [[package]]
1174
+ name = "tinyvec"
1175
+ version = "1.11.0"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1178
+ dependencies = [
1179
+ "tinyvec_macros",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "tinyvec_macros"
1184
+ version = "0.1.1"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1187
+
1188
+ [[package]]
1189
+ name = "toml_datetime"
1190
+ version = "1.1.1+spec-1.1.0"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1193
+ dependencies = [
1194
+ "serde_core",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "toml_edit"
1199
+ version = "0.25.12+spec-1.1.0"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
1202
+ dependencies = [
1203
+ "indexmap",
1204
+ "serde_core",
1205
+ "serde_spanned",
1206
+ "toml_datetime",
1207
+ "toml_parser",
1208
+ "toml_writer",
1209
+ "winnow",
1210
+ ]
1211
+
1212
+ [[package]]
1213
+ name = "toml_parser"
1214
+ version = "1.1.2+spec-1.1.0"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
1217
+ dependencies = [
1218
+ "winnow",
1219
+ ]
1220
+
1221
+ [[package]]
1222
+ name = "toml_writer"
1223
+ version = "1.1.1+spec-1.1.0"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
1226
+
1227
+ [[package]]
1228
+ name = "trycmd"
1229
+ version = "1.2.0"
1230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1231
+ checksum = "218889993f76bda9b2ef57c12c3cab0eef4fd54ec7b36d1704849867f69e7bb4"
1232
+ dependencies = [
1233
+ "anstream",
1234
+ "automod",
1235
+ "glob",
1236
+ "humantime",
1237
+ "humantime-serde",
1238
+ "rayon",
1239
+ "serde",
1240
+ "shlex",
1241
+ "snapbox",
1242
+ "toml_edit",
1243
+ ]
1244
+
1245
+ [[package]]
1246
+ name = "typenum"
1247
+ version = "1.20.1"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1250
+
1251
+ [[package]]
1252
+ name = "unicode-ident"
1253
+ version = "1.0.24"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1256
+
1257
+ [[package]]
1258
+ name = "unicode-normalization"
1259
+ version = "0.1.25"
1260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1261
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
1262
+ dependencies = [
1263
+ "tinyvec",
1264
+ ]
1265
+
1266
+ [[package]]
1267
+ name = "unicode-width"
1268
+ version = "0.2.2"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1271
+
1272
+ [[package]]
1273
+ name = "unicode-xid"
1274
+ version = "0.2.6"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1277
+
1278
+ [[package]]
1279
+ name = "unit-prefix"
1280
+ version = "0.5.2"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
1283
+
1284
+ [[package]]
1285
+ name = "utf8parse"
1286
+ version = "0.2.2"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1289
+
1290
+ [[package]]
1291
+ name = "wait-timeout"
1292
+ version = "0.2.1"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
1295
+ dependencies = [
1296
+ "libc",
1297
+ ]
1298
+
1299
+ [[package]]
1300
+ name = "walkdir"
1301
+ version = "2.5.0"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1304
+ dependencies = [
1305
+ "same-file",
1306
+ "winapi-util",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "wasip2"
1311
+ version = "1.0.4+wasi-0.2.12"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1314
+ dependencies = [
1315
+ "wit-bindgen 0.57.1",
1316
+ ]
1317
+
1318
+ [[package]]
1319
+ name = "wasip3"
1320
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1322
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1323
+ dependencies = [
1324
+ "wit-bindgen 0.51.0",
1325
+ ]
1326
+
1327
+ [[package]]
1328
+ name = "wasm-bindgen"
1329
+ version = "0.2.125"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
1332
+ dependencies = [
1333
+ "cfg-if",
1334
+ "once_cell",
1335
+ "rustversion",
1336
+ "wasm-bindgen-macro",
1337
+ "wasm-bindgen-shared",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "wasm-bindgen-macro"
1342
+ version = "0.2.125"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
1345
+ dependencies = [
1346
+ "quote",
1347
+ "wasm-bindgen-macro-support",
1348
+ ]
1349
+
1350
+ [[package]]
1351
+ name = "wasm-bindgen-macro-support"
1352
+ version = "0.2.125"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
1355
+ dependencies = [
1356
+ "bumpalo",
1357
+ "proc-macro2",
1358
+ "quote",
1359
+ "syn",
1360
+ "wasm-bindgen-shared",
1361
+ ]
1362
+
1363
+ [[package]]
1364
+ name = "wasm-bindgen-shared"
1365
+ version = "0.2.125"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
1368
+ dependencies = [
1369
+ "unicode-ident",
1370
+ ]
1371
+
1372
+ [[package]]
1373
+ name = "wasm-encoder"
1374
+ version = "0.244.0"
1375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1376
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1377
+ dependencies = [
1378
+ "leb128fmt",
1379
+ "wasmparser",
1380
+ ]
1381
+
1382
+ [[package]]
1383
+ name = "wasm-metadata"
1384
+ version = "0.244.0"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1387
+ dependencies = [
1388
+ "anyhow",
1389
+ "indexmap",
1390
+ "wasm-encoder",
1391
+ "wasmparser",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "wasmparser"
1396
+ version = "0.244.0"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1399
+ dependencies = [
1400
+ "bitflags",
1401
+ "hashbrown 0.15.5",
1402
+ "indexmap",
1403
+ "semver",
1404
+ ]
1405
+
1406
+ [[package]]
1407
+ name = "web-time"
1408
+ version = "1.1.0"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1411
+ dependencies = [
1412
+ "js-sys",
1413
+ "wasm-bindgen",
1414
+ ]
1415
+
1416
+ [[package]]
1417
+ name = "winapi-util"
1418
+ version = "0.1.11"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1421
+ dependencies = [
1422
+ "windows-sys",
1423
+ ]
1424
+
1425
+ [[package]]
1426
+ name = "windows-link"
1427
+ version = "0.2.1"
1428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1429
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1430
+
1431
+ [[package]]
1432
+ name = "windows-sys"
1433
+ version = "0.61.2"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1436
+ dependencies = [
1437
+ "windows-link",
1438
+ ]
1439
+
1440
+ [[package]]
1441
+ name = "winnow"
1442
+ version = "1.0.3"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
1445
+ dependencies = [
1446
+ "memchr",
1447
+ ]
1448
+
1449
+ [[package]]
1450
+ name = "wit-bindgen"
1451
+ version = "0.51.0"
1452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1453
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1454
+ dependencies = [
1455
+ "wit-bindgen-rust-macro",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "wit-bindgen"
1460
+ version = "0.57.1"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1463
+
1464
+ [[package]]
1465
+ name = "wit-bindgen-core"
1466
+ version = "0.51.0"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1469
+ dependencies = [
1470
+ "anyhow",
1471
+ "heck",
1472
+ "wit-parser",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "wit-bindgen-rust"
1477
+ version = "0.51.0"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1480
+ dependencies = [
1481
+ "anyhow",
1482
+ "heck",
1483
+ "indexmap",
1484
+ "prettyplease",
1485
+ "syn",
1486
+ "wasm-metadata",
1487
+ "wit-bindgen-core",
1488
+ "wit-component",
1489
+ ]
1490
+
1491
+ [[package]]
1492
+ name = "wit-bindgen-rust-macro"
1493
+ version = "0.51.0"
1494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1496
+ dependencies = [
1497
+ "anyhow",
1498
+ "prettyplease",
1499
+ "proc-macro2",
1500
+ "quote",
1501
+ "syn",
1502
+ "wit-bindgen-core",
1503
+ "wit-bindgen-rust",
1504
+ ]
1505
+
1506
+ [[package]]
1507
+ name = "wit-component"
1508
+ version = "0.244.0"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1511
+ dependencies = [
1512
+ "anyhow",
1513
+ "bitflags",
1514
+ "indexmap",
1515
+ "log",
1516
+ "serde",
1517
+ "serde_derive",
1518
+ "serde_json",
1519
+ "wasm-encoder",
1520
+ "wasm-metadata",
1521
+ "wasmparser",
1522
+ "wit-parser",
1523
+ ]
1524
+
1525
+ [[package]]
1526
+ name = "wit-parser"
1527
+ version = "0.244.0"
1528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1530
+ dependencies = [
1531
+ "anyhow",
1532
+ "id-arena",
1533
+ "indexmap",
1534
+ "log",
1535
+ "semver",
1536
+ "serde",
1537
+ "serde_derive",
1538
+ "serde_json",
1539
+ "unicode-xid",
1540
+ "wasmparser",
1541
+ ]
1542
+
1543
+ [[package]]
1544
+ name = "zlib-rs"
1545
+ version = "0.6.3"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
1548
+
1549
+ [[package]]
1550
+ name = "zmij"
1551
+ version = "1.0.21"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"