dump-shitty-claude-md 0.1.0

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.
package/Cargo.lock ADDED
@@ -0,0 +1,1049 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.5"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "android_system_properties"
16
+ version = "0.1.6"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
19
+ dependencies = [
20
+ "libc",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "anstream"
25
+ version = "1.0.0"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
28
+ dependencies = [
29
+ "anstyle",
30
+ "anstyle-parse",
31
+ "anstyle-query",
32
+ "anstyle-wincon",
33
+ "colorchoice",
34
+ "is_terminal_polyfill",
35
+ "utf8parse",
36
+ ]
37
+
38
+ [[package]]
39
+ name = "anstyle"
40
+ version = "1.0.14"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
43
+
44
+ [[package]]
45
+ name = "anstyle-parse"
46
+ version = "1.0.0"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
49
+ dependencies = [
50
+ "utf8parse",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "anstyle-query"
55
+ version = "1.1.5"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
58
+ dependencies = [
59
+ "windows-sys 0.61.2",
60
+ ]
61
+
62
+ [[package]]
63
+ name = "anstyle-wincon"
64
+ version = "3.0.11"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
67
+ dependencies = [
68
+ "anstyle",
69
+ "once_cell_polyfill",
70
+ "windows-sys 0.61.2",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "anyhow"
75
+ version = "1.0.104"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
78
+
79
+ [[package]]
80
+ name = "autocfg"
81
+ version = "1.5.1"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
84
+
85
+ [[package]]
86
+ name = "bitflags"
87
+ version = "2.13.2"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
90
+
91
+ [[package]]
92
+ name = "bstr"
93
+ version = "1.13.1"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "6bb31b46c14244e20ee9984b11bf5c992b91fb6939fea616e3512c8baecdbe5f"
96
+ dependencies = [
97
+ "memchr",
98
+ "serde_core",
99
+ ]
100
+
101
+ [[package]]
102
+ name = "bumpalo"
103
+ version = "3.20.3"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
106
+
107
+ [[package]]
108
+ name = "cc"
109
+ version = "1.4.7"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "54413ede23c2daf518f35156dfde027feb2374004d63bd497f983c8db9c0e313"
112
+ dependencies = [
113
+ "find-msvc-tools",
114
+ "shlex",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "cfg-if"
119
+ version = "1.0.5"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "4e7648175b45a9a48536d676f68d918270699102aa8dab5496df06904c914600"
122
+
123
+ [[package]]
124
+ name = "chrono"
125
+ version = "0.4.45"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
128
+ dependencies = [
129
+ "iana-time-zone",
130
+ "num-traits",
131
+ "windows-link",
132
+ ]
133
+
134
+ [[package]]
135
+ name = "clap"
136
+ version = "4.6.7"
137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
138
+ checksum = "aa8876b300ab35ba921adea3dfd70157a46249b33f95c9084ae5709785478946"
139
+ dependencies = [
140
+ "clap_builder",
141
+ "clap_derive",
142
+ ]
143
+
144
+ [[package]]
145
+ name = "clap_builder"
146
+ version = "4.6.7"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "ec0797fb7aeb1406c84efac526901f7ec3ead2124f946b494e72879d4b54704d"
149
+ dependencies = [
150
+ "anstream",
151
+ "anstyle",
152
+ "clap_lex",
153
+ "strsim",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "clap_derive"
158
+ version = "4.6.7"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "f9c751b79415d4e559e3d1fcf128e09e720eb673a06d26cf6f392d37d75b66e0"
161
+ dependencies = [
162
+ "heck",
163
+ "proc-macro2",
164
+ "quote",
165
+ "syn 3.0.6",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "clap_lex"
170
+ version = "1.1.1"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "1c133bc6a41be0d194c306b5506d15e6feeea7b1d6604bd3f8310dfb2ca96486"
173
+
174
+ [[package]]
175
+ name = "colorchoice"
176
+ version = "1.0.5"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
179
+
180
+ [[package]]
181
+ name = "console"
182
+ version = "0.15.11"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
185
+ dependencies = [
186
+ "encode_unicode",
187
+ "libc",
188
+ "once_cell",
189
+ "unicode-width",
190
+ "windows-sys 0.59.0",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "core-foundation-sys"
195
+ version = "0.8.7"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
198
+
199
+ [[package]]
200
+ name = "crossbeam-deque"
201
+ version = "0.8.8"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
204
+ dependencies = [
205
+ "crossbeam-epoch",
206
+ "crossbeam-utils",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "crossbeam-epoch"
211
+ version = "0.9.21"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
214
+ dependencies = [
215
+ "crossbeam-utils",
216
+ ]
217
+
218
+ [[package]]
219
+ name = "crossbeam-utils"
220
+ version = "0.8.23"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
223
+
224
+ [[package]]
225
+ name = "dialoguer"
226
+ version = "0.11.0"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
229
+ dependencies = [
230
+ "console",
231
+ "shell-words",
232
+ "tempfile",
233
+ "thiserror 1.0.69",
234
+ "zeroize",
235
+ ]
236
+
237
+ [[package]]
238
+ name = "dirs"
239
+ version = "7.0.0"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "8d57d423b3c82e89b9a24ca3091fee61f456a26edbd28d26c65906f4bc1dcd8f"
242
+ dependencies = [
243
+ "dirs-sys",
244
+ ]
245
+
246
+ [[package]]
247
+ name = "dirs-sys"
248
+ version = "0.5.0"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
251
+ dependencies = [
252
+ "libc",
253
+ "option-ext",
254
+ "redox_users",
255
+ "windows-sys 0.61.2",
256
+ ]
257
+
258
+ [[package]]
259
+ name = "dump-shitty-claude-md"
260
+ version = "0.1.0"
261
+ dependencies = [
262
+ "anyhow",
263
+ "clap",
264
+ "dialoguer",
265
+ "dirs",
266
+ "ignore",
267
+ "serde",
268
+ "serde_json",
269
+ "trash",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "encode_unicode"
274
+ version = "1.0.0"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
277
+
278
+ [[package]]
279
+ name = "errno"
280
+ version = "0.3.14"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
283
+ dependencies = [
284
+ "libc",
285
+ "windows-sys 0.61.2",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "fastrand"
290
+ version = "2.5.0"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
293
+
294
+ [[package]]
295
+ name = "find-msvc-tools"
296
+ version = "0.1.13"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "ef25905e51abafe4dcea6c15fec58c57b601cdbd0ee53d22ea1d3016c587d39b"
299
+
300
+ [[package]]
301
+ name = "futures-core"
302
+ version = "0.3.34"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
305
+
306
+ [[package]]
307
+ name = "futures-task"
308
+ version = "0.3.34"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
311
+
312
+ [[package]]
313
+ name = "futures-util"
314
+ version = "0.3.34"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
317
+ dependencies = [
318
+ "futures-core",
319
+ "futures-task",
320
+ "pin-project-lite",
321
+ "slab",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "getrandom"
326
+ version = "0.4.3"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
329
+ dependencies = [
330
+ "cfg-if",
331
+ "libc",
332
+ "r-efi",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "globset"
337
+ version = "0.4.20"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "07c34a9410465b45bd9787443bc7370f37735bad04b0f0cd57ff1a3186c98988"
340
+ dependencies = [
341
+ "aho-corasick",
342
+ "bstr",
343
+ "log",
344
+ "regex-automata",
345
+ "regex-syntax",
346
+ ]
347
+
348
+ [[package]]
349
+ name = "heck"
350
+ version = "0.5.0"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
353
+
354
+ [[package]]
355
+ name = "iana-time-zone"
356
+ version = "0.1.65"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
359
+ dependencies = [
360
+ "android_system_properties",
361
+ "core-foundation-sys",
362
+ "iana-time-zone-haiku",
363
+ "js-sys",
364
+ "log",
365
+ "wasm-bindgen",
366
+ "windows-core",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "iana-time-zone-haiku"
371
+ version = "0.1.2"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
374
+ dependencies = [
375
+ "cc",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "ignore"
380
+ version = "0.4.33"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "00b69833ed729dc5aa7d19541d96d6cf8e9137194207a04916d658e43168402f"
383
+ dependencies = [
384
+ "crossbeam-deque",
385
+ "globset",
386
+ "log",
387
+ "memchr",
388
+ "regex-automata",
389
+ "same-file",
390
+ "walkdir",
391
+ "winapi-util",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "is_terminal_polyfill"
396
+ version = "1.70.2"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
399
+
400
+ [[package]]
401
+ name = "itoa"
402
+ version = "1.0.18"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
405
+
406
+ [[package]]
407
+ name = "js-sys"
408
+ version = "0.3.105"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
411
+ dependencies = [
412
+ "cfg-if",
413
+ "futures-util",
414
+ "wasm-bindgen",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "libc"
419
+ version = "0.2.189"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
422
+
423
+ [[package]]
424
+ name = "libredox"
425
+ version = "0.1.25"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "61ff90caf6077a803a240f62fdbe88645a890bbca49ef8174c3cb0404362171d"
428
+ dependencies = [
429
+ "libc",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "linux-raw-sys"
434
+ version = "0.12.1"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
437
+
438
+ [[package]]
439
+ name = "log"
440
+ version = "0.4.34"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
443
+
444
+ [[package]]
445
+ name = "memchr"
446
+ version = "2.8.3"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
449
+
450
+ [[package]]
451
+ name = "num-traits"
452
+ version = "0.2.19"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
455
+ dependencies = [
456
+ "autocfg",
457
+ ]
458
+
459
+ [[package]]
460
+ name = "objc2"
461
+ version = "0.6.4"
462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
463
+ checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
464
+ dependencies = [
465
+ "objc2-encode",
466
+ ]
467
+
468
+ [[package]]
469
+ name = "objc2-encode"
470
+ version = "4.1.0"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
473
+
474
+ [[package]]
475
+ name = "objc2-foundation"
476
+ version = "0.3.2"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
479
+ dependencies = [
480
+ "bitflags",
481
+ "objc2",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "once_cell"
486
+ version = "1.21.4"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
489
+
490
+ [[package]]
491
+ name = "once_cell_polyfill"
492
+ version = "1.70.2"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
495
+
496
+ [[package]]
497
+ name = "option-ext"
498
+ version = "0.2.0"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
501
+
502
+ [[package]]
503
+ name = "percent-encoding"
504
+ version = "2.3.2"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
507
+
508
+ [[package]]
509
+ name = "pin-project-lite"
510
+ version = "0.2.17"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
513
+
514
+ [[package]]
515
+ name = "proc-macro2"
516
+ version = "1.0.107"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
519
+ dependencies = [
520
+ "unicode-ident",
521
+ ]
522
+
523
+ [[package]]
524
+ name = "quote"
525
+ version = "1.0.47"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
528
+ dependencies = [
529
+ "proc-macro2",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "r-efi"
534
+ version = "6.0.0"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
537
+
538
+ [[package]]
539
+ name = "redox_users"
540
+ version = "0.5.3"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "60dc65c0ff1a7ae1294b0c67b9f14baf70b644404010370171787bfac1038fc0"
543
+ dependencies = [
544
+ "libredox",
545
+ "thiserror 2.0.20",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "regex-automata"
550
+ version = "0.4.18"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
553
+ dependencies = [
554
+ "aho-corasick",
555
+ "memchr",
556
+ "regex-syntax",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "regex-syntax"
561
+ version = "0.8.11"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
564
+
565
+ [[package]]
566
+ name = "rustix"
567
+ version = "1.1.5"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "891efababe418670775f199f0d233d84843c227a0949a883ce15b37c78d6629d"
570
+ dependencies = [
571
+ "bitflags",
572
+ "errno",
573
+ "libc",
574
+ "linux-raw-sys",
575
+ "windows-sys 0.61.2",
576
+ ]
577
+
578
+ [[package]]
579
+ name = "rustversion"
580
+ version = "1.0.23"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
583
+
584
+ [[package]]
585
+ name = "same-file"
586
+ version = "1.0.6"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
589
+ dependencies = [
590
+ "winapi-util",
591
+ ]
592
+
593
+ [[package]]
594
+ name = "scopeguard"
595
+ version = "1.2.0"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
598
+
599
+ [[package]]
600
+ name = "serde"
601
+ version = "1.0.229"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
604
+ dependencies = [
605
+ "serde_core",
606
+ "serde_derive",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "serde_core"
611
+ version = "1.0.229"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
614
+ dependencies = [
615
+ "serde_derive",
616
+ ]
617
+
618
+ [[package]]
619
+ name = "serde_derive"
620
+ version = "1.0.229"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
623
+ dependencies = [
624
+ "proc-macro2",
625
+ "quote",
626
+ "syn 3.0.6",
627
+ ]
628
+
629
+ [[package]]
630
+ name = "serde_json"
631
+ version = "1.0.151"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
634
+ dependencies = [
635
+ "itoa",
636
+ "memchr",
637
+ "serde",
638
+ "serde_core",
639
+ "zmij",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "shell-words"
644
+ version = "1.1.1"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
647
+
648
+ [[package]]
649
+ name = "shlex"
650
+ version = "2.0.1"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
653
+
654
+ [[package]]
655
+ name = "slab"
656
+ version = "0.4.12"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
659
+
660
+ [[package]]
661
+ name = "strsim"
662
+ version = "0.11.1"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
665
+
666
+ [[package]]
667
+ name = "syn"
668
+ version = "2.0.119"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
671
+ dependencies = [
672
+ "proc-macro2",
673
+ "quote",
674
+ "unicode-ident",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "syn"
679
+ version = "3.0.6"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "8593e8e72159ed2257d083c7a454a85cbf854f37a0966d8d483aff8c8a3ebcee"
682
+ dependencies = [
683
+ "proc-macro2",
684
+ "quote",
685
+ "unicode-ident",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "tempfile"
690
+ version = "3.27.0"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
693
+ dependencies = [
694
+ "fastrand",
695
+ "getrandom",
696
+ "once_cell",
697
+ "rustix",
698
+ "windows-sys 0.61.2",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "thiserror"
703
+ version = "1.0.69"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
706
+ dependencies = [
707
+ "thiserror-impl 1.0.69",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "thiserror"
712
+ version = "2.0.20"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
715
+ dependencies = [
716
+ "thiserror-impl 2.0.20",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "thiserror-impl"
721
+ version = "1.0.69"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
724
+ dependencies = [
725
+ "proc-macro2",
726
+ "quote",
727
+ "syn 2.0.119",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "thiserror-impl"
732
+ version = "2.0.20"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
735
+ dependencies = [
736
+ "proc-macro2",
737
+ "quote",
738
+ "syn 3.0.6",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "trash"
743
+ version = "5.2.9"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "be89b3fe156965d29ac4f8522f3a640c655affdd9f21cb4f36857f0c92c00317"
746
+ dependencies = [
747
+ "chrono",
748
+ "libc",
749
+ "log",
750
+ "objc2",
751
+ "objc2-foundation",
752
+ "once_cell",
753
+ "percent-encoding",
754
+ "scopeguard",
755
+ "urlencoding",
756
+ "windows",
757
+ ]
758
+
759
+ [[package]]
760
+ name = "unicode-ident"
761
+ version = "1.0.26"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "d245f478577f809a851594d02313b640fb437e0bb33866753cff937863096954"
764
+
765
+ [[package]]
766
+ name = "unicode-width"
767
+ version = "0.2.2"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
770
+
771
+ [[package]]
772
+ name = "urlencoding"
773
+ version = "2.1.3"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
776
+
777
+ [[package]]
778
+ name = "utf8parse"
779
+ version = "0.2.2"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
782
+
783
+ [[package]]
784
+ name = "walkdir"
785
+ version = "2.5.0"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
788
+ dependencies = [
789
+ "same-file",
790
+ "winapi-util",
791
+ ]
792
+
793
+ [[package]]
794
+ name = "wasm-bindgen"
795
+ version = "0.2.128"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
798
+ dependencies = [
799
+ "cfg-if",
800
+ "once_cell",
801
+ "rustversion",
802
+ "wasm-bindgen-macro",
803
+ "wasm-bindgen-shared",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "wasm-bindgen-macro"
808
+ version = "0.2.128"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
811
+ dependencies = [
812
+ "quote",
813
+ "wasm-bindgen-macro-support",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "wasm-bindgen-macro-support"
818
+ version = "0.2.128"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
821
+ dependencies = [
822
+ "bumpalo",
823
+ "proc-macro2",
824
+ "quote",
825
+ "syn 3.0.6",
826
+ "wasm-bindgen-shared",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "wasm-bindgen-shared"
831
+ version = "0.2.128"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
834
+ dependencies = [
835
+ "unicode-ident",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "winapi-util"
840
+ version = "0.1.11"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
843
+ dependencies = [
844
+ "windows-sys 0.61.2",
845
+ ]
846
+
847
+ [[package]]
848
+ name = "windows"
849
+ version = "0.62.2"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
852
+ dependencies = [
853
+ "windows-collections",
854
+ "windows-core",
855
+ "windows-future",
856
+ "windows-numerics",
857
+ ]
858
+
859
+ [[package]]
860
+ name = "windows-collections"
861
+ version = "0.3.2"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
864
+ dependencies = [
865
+ "windows-core",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "windows-core"
870
+ version = "0.62.2"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
873
+ dependencies = [
874
+ "windows-implement",
875
+ "windows-interface",
876
+ "windows-link",
877
+ "windows-result",
878
+ "windows-strings",
879
+ ]
880
+
881
+ [[package]]
882
+ name = "windows-future"
883
+ version = "0.3.2"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
886
+ dependencies = [
887
+ "windows-core",
888
+ "windows-link",
889
+ "windows-threading",
890
+ ]
891
+
892
+ [[package]]
893
+ name = "windows-implement"
894
+ version = "0.60.2"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
897
+ dependencies = [
898
+ "proc-macro2",
899
+ "quote",
900
+ "syn 2.0.119",
901
+ ]
902
+
903
+ [[package]]
904
+ name = "windows-interface"
905
+ version = "0.59.3"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
908
+ dependencies = [
909
+ "proc-macro2",
910
+ "quote",
911
+ "syn 2.0.119",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "windows-link"
916
+ version = "0.2.1"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
919
+
920
+ [[package]]
921
+ name = "windows-numerics"
922
+ version = "0.3.1"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
925
+ dependencies = [
926
+ "windows-core",
927
+ "windows-link",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "windows-result"
932
+ version = "0.4.1"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
935
+ dependencies = [
936
+ "windows-link",
937
+ ]
938
+
939
+ [[package]]
940
+ name = "windows-strings"
941
+ version = "0.5.1"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
944
+ dependencies = [
945
+ "windows-link",
946
+ ]
947
+
948
+ [[package]]
949
+ name = "windows-sys"
950
+ version = "0.59.0"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
953
+ dependencies = [
954
+ "windows-targets",
955
+ ]
956
+
957
+ [[package]]
958
+ name = "windows-sys"
959
+ version = "0.61.2"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
962
+ dependencies = [
963
+ "windows-link",
964
+ ]
965
+
966
+ [[package]]
967
+ name = "windows-targets"
968
+ version = "0.52.6"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
971
+ dependencies = [
972
+ "windows_aarch64_gnullvm",
973
+ "windows_aarch64_msvc",
974
+ "windows_i686_gnu",
975
+ "windows_i686_gnullvm",
976
+ "windows_i686_msvc",
977
+ "windows_x86_64_gnu",
978
+ "windows_x86_64_gnullvm",
979
+ "windows_x86_64_msvc",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "windows-threading"
984
+ version = "0.2.1"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
987
+ dependencies = [
988
+ "windows-link",
989
+ ]
990
+
991
+ [[package]]
992
+ name = "windows_aarch64_gnullvm"
993
+ version = "0.52.6"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
996
+
997
+ [[package]]
998
+ name = "windows_aarch64_msvc"
999
+ version = "0.52.6"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1002
+
1003
+ [[package]]
1004
+ name = "windows_i686_gnu"
1005
+ version = "0.52.6"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1008
+
1009
+ [[package]]
1010
+ name = "windows_i686_gnullvm"
1011
+ version = "0.52.6"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1014
+
1015
+ [[package]]
1016
+ name = "windows_i686_msvc"
1017
+ version = "0.52.6"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1020
+
1021
+ [[package]]
1022
+ name = "windows_x86_64_gnu"
1023
+ version = "0.52.6"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1026
+
1027
+ [[package]]
1028
+ name = "windows_x86_64_gnullvm"
1029
+ version = "0.52.6"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1032
+
1033
+ [[package]]
1034
+ name = "windows_x86_64_msvc"
1035
+ version = "0.52.6"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1038
+
1039
+ [[package]]
1040
+ name = "zeroize"
1041
+ version = "1.9.0"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1044
+
1045
+ [[package]]
1046
+ name = "zmij"
1047
+ version = "1.0.23"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"