cruise 0.1.0 → 0.2.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.
data/Cargo.lock ADDED
@@ -0,0 +1,827 @@
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.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "anstream"
16
+ version = "1.0.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
19
+ dependencies = [
20
+ "anstyle",
21
+ "anstyle-parse",
22
+ "anstyle-query",
23
+ "anstyle-wincon",
24
+ "colorchoice",
25
+ "is_terminal_polyfill",
26
+ "utf8parse",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "anstyle"
31
+ version = "1.0.14"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
34
+
35
+ [[package]]
36
+ name = "anstyle-parse"
37
+ version = "1.0.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
40
+ dependencies = [
41
+ "utf8parse",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle-query"
46
+ version = "1.1.5"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
49
+ dependencies = [
50
+ "windows-sys 0.61.2",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "anstyle-wincon"
55
+ version = "3.0.11"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
58
+ dependencies = [
59
+ "anstyle",
60
+ "once_cell_polyfill",
61
+ "windows-sys 0.61.2",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "bitflags"
66
+ version = "1.3.2"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
69
+
70
+ [[package]]
71
+ name = "bitflags"
72
+ version = "2.11.0"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
75
+
76
+ [[package]]
77
+ name = "bstr"
78
+ version = "1.12.1"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
81
+ dependencies = [
82
+ "memchr",
83
+ "serde",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "cbindgen"
88
+ version = "0.28.0"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
91
+ dependencies = [
92
+ "clap",
93
+ "heck",
94
+ "indexmap",
95
+ "log",
96
+ "proc-macro2",
97
+ "quote",
98
+ "serde",
99
+ "serde_json",
100
+ "syn",
101
+ "tempfile",
102
+ "toml",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "cfg-if"
107
+ version = "1.0.4"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
110
+
111
+ [[package]]
112
+ name = "clap"
113
+ version = "4.6.3"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "0fb99565819980999fb7b4a1796046a5c949e6d4ff132cf5fadf5a641e20d776"
116
+ dependencies = [
117
+ "clap_builder",
118
+ ]
119
+
120
+ [[package]]
121
+ name = "clap_builder"
122
+ version = "4.6.2"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
125
+ dependencies = [
126
+ "anstream",
127
+ "anstyle",
128
+ "clap_lex",
129
+ "strsim",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "clap_lex"
134
+ version = "1.1.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
137
+
138
+ [[package]]
139
+ name = "colorchoice"
140
+ version = "1.0.5"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
143
+
144
+ [[package]]
145
+ name = "cruise"
146
+ version = "0.2.0"
147
+ dependencies = [
148
+ "cbindgen",
149
+ "globset",
150
+ "libc",
151
+ "notify",
152
+ "notify-debouncer-full",
153
+ ]
154
+
155
+ [[package]]
156
+ name = "equivalent"
157
+ version = "1.0.2"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
160
+
161
+ [[package]]
162
+ name = "errno"
163
+ version = "0.3.14"
164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
165
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
166
+ dependencies = [
167
+ "libc",
168
+ "windows-sys 0.61.2",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "fastrand"
173
+ version = "2.5.0"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
176
+
177
+ [[package]]
178
+ name = "file-id"
179
+ version = "0.2.3"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "e1fc6a637b6dc58414714eddd9170ff187ecb0933d4c7024d1abbd23a3cc26e9"
182
+ dependencies = [
183
+ "windows-sys 0.60.2",
184
+ ]
185
+
186
+ [[package]]
187
+ name = "filetime"
188
+ version = "0.2.27"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
191
+ dependencies = [
192
+ "cfg-if",
193
+ "libc",
194
+ "libredox",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "fsevent-sys"
199
+ version = "4.1.0"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
202
+ dependencies = [
203
+ "libc",
204
+ ]
205
+
206
+ [[package]]
207
+ name = "getrandom"
208
+ version = "0.4.3"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
211
+ dependencies = [
212
+ "cfg-if",
213
+ "libc",
214
+ "r-efi",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "globset"
219
+ version = "0.4.18"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
222
+ dependencies = [
223
+ "aho-corasick",
224
+ "bstr",
225
+ "log",
226
+ "regex-automata",
227
+ "regex-syntax",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "hashbrown"
232
+ version = "0.17.1"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
235
+
236
+ [[package]]
237
+ name = "heck"
238
+ version = "0.4.1"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
241
+
242
+ [[package]]
243
+ name = "indexmap"
244
+ version = "2.14.0"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
247
+ dependencies = [
248
+ "equivalent",
249
+ "hashbrown",
250
+ ]
251
+
252
+ [[package]]
253
+ name = "inotify"
254
+ version = "0.10.2"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc"
257
+ dependencies = [
258
+ "bitflags 1.3.2",
259
+ "inotify-sys",
260
+ "libc",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "inotify-sys"
265
+ version = "0.1.5"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
268
+ dependencies = [
269
+ "libc",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "instant"
274
+ version = "0.1.13"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
277
+ dependencies = [
278
+ "cfg-if",
279
+ ]
280
+
281
+ [[package]]
282
+ name = "is_terminal_polyfill"
283
+ version = "1.70.2"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
286
+
287
+ [[package]]
288
+ name = "itoa"
289
+ version = "1.0.18"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
292
+
293
+ [[package]]
294
+ name = "kqueue"
295
+ version = "1.1.1"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
298
+ dependencies = [
299
+ "kqueue-sys",
300
+ "libc",
301
+ ]
302
+
303
+ [[package]]
304
+ name = "kqueue-sys"
305
+ version = "1.0.4"
306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
307
+ checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
308
+ dependencies = [
309
+ "bitflags 1.3.2",
310
+ "libc",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "libc"
315
+ version = "0.2.183"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
318
+
319
+ [[package]]
320
+ name = "libredox"
321
+ version = "0.1.14"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a"
324
+ dependencies = [
325
+ "bitflags 2.11.0",
326
+ "libc",
327
+ "plain",
328
+ "redox_syscall",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "linux-raw-sys"
333
+ version = "0.12.1"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
336
+
337
+ [[package]]
338
+ name = "log"
339
+ version = "0.4.29"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
342
+
343
+ [[package]]
344
+ name = "memchr"
345
+ version = "2.8.0"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
348
+
349
+ [[package]]
350
+ name = "mio"
351
+ version = "1.1.1"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
354
+ dependencies = [
355
+ "libc",
356
+ "log",
357
+ "wasi",
358
+ "windows-sys 0.61.2",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "notify"
363
+ version = "7.0.0"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009"
366
+ dependencies = [
367
+ "bitflags 2.11.0",
368
+ "filetime",
369
+ "fsevent-sys",
370
+ "inotify",
371
+ "kqueue",
372
+ "libc",
373
+ "log",
374
+ "mio",
375
+ "notify-types",
376
+ "walkdir",
377
+ "windows-sys 0.52.0",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "notify-debouncer-full"
382
+ version = "0.4.0"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "9dcf855483228259b2353f89e99df35fc639b2b2510d1166e4858e3f67ec1afb"
385
+ dependencies = [
386
+ "file-id",
387
+ "log",
388
+ "notify",
389
+ "notify-types",
390
+ "walkdir",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "notify-types"
395
+ version = "1.0.1"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174"
398
+ dependencies = [
399
+ "instant",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "once_cell"
404
+ version = "1.21.4"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
407
+
408
+ [[package]]
409
+ name = "once_cell_polyfill"
410
+ version = "1.70.2"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
413
+
414
+ [[package]]
415
+ name = "plain"
416
+ version = "0.2.3"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
419
+
420
+ [[package]]
421
+ name = "proc-macro2"
422
+ version = "1.0.106"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
425
+ dependencies = [
426
+ "unicode-ident",
427
+ ]
428
+
429
+ [[package]]
430
+ name = "quote"
431
+ version = "1.0.45"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
434
+ dependencies = [
435
+ "proc-macro2",
436
+ ]
437
+
438
+ [[package]]
439
+ name = "r-efi"
440
+ version = "6.0.0"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
443
+
444
+ [[package]]
445
+ name = "redox_syscall"
446
+ version = "0.7.3"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
449
+ dependencies = [
450
+ "bitflags 2.11.0",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "regex-automata"
455
+ version = "0.4.14"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
458
+ dependencies = [
459
+ "aho-corasick",
460
+ "memchr",
461
+ "regex-syntax",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "regex-syntax"
466
+ version = "0.8.10"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
469
+
470
+ [[package]]
471
+ name = "rustix"
472
+ version = "1.1.4"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
475
+ dependencies = [
476
+ "bitflags 2.11.0",
477
+ "errno",
478
+ "libc",
479
+ "linux-raw-sys",
480
+ "windows-sys 0.61.2",
481
+ ]
482
+
483
+ [[package]]
484
+ name = "same-file"
485
+ version = "1.0.6"
486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
487
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
488
+ dependencies = [
489
+ "winapi-util",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "serde"
494
+ version = "1.0.228"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
497
+ dependencies = [
498
+ "serde_core",
499
+ "serde_derive",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "serde_core"
504
+ version = "1.0.228"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
507
+ dependencies = [
508
+ "serde_derive",
509
+ ]
510
+
511
+ [[package]]
512
+ name = "serde_derive"
513
+ version = "1.0.228"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
516
+ dependencies = [
517
+ "proc-macro2",
518
+ "quote",
519
+ "syn",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "serde_json"
524
+ version = "1.0.151"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
527
+ dependencies = [
528
+ "itoa",
529
+ "memchr",
530
+ "serde",
531
+ "serde_core",
532
+ "zmij",
533
+ ]
534
+
535
+ [[package]]
536
+ name = "serde_spanned"
537
+ version = "0.6.9"
538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
539
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
540
+ dependencies = [
541
+ "serde",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "strsim"
546
+ version = "0.11.1"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
549
+
550
+ [[package]]
551
+ name = "syn"
552
+ version = "2.0.117"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
555
+ dependencies = [
556
+ "proc-macro2",
557
+ "quote",
558
+ "unicode-ident",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "tempfile"
563
+ version = "3.27.0"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
566
+ dependencies = [
567
+ "fastrand",
568
+ "getrandom",
569
+ "once_cell",
570
+ "rustix",
571
+ "windows-sys 0.61.2",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "toml"
576
+ version = "0.8.23"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
579
+ dependencies = [
580
+ "serde",
581
+ "serde_spanned",
582
+ "toml_datetime",
583
+ "toml_edit",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "toml_datetime"
588
+ version = "0.6.11"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
591
+ dependencies = [
592
+ "serde",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "toml_edit"
597
+ version = "0.22.27"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
600
+ dependencies = [
601
+ "indexmap",
602
+ "serde",
603
+ "serde_spanned",
604
+ "toml_datetime",
605
+ "toml_write",
606
+ "winnow",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "toml_write"
611
+ version = "0.1.2"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
614
+
615
+ [[package]]
616
+ name = "unicode-ident"
617
+ version = "1.0.24"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
620
+
621
+ [[package]]
622
+ name = "utf8parse"
623
+ version = "0.2.2"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
626
+
627
+ [[package]]
628
+ name = "walkdir"
629
+ version = "2.5.0"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
632
+ dependencies = [
633
+ "same-file",
634
+ "winapi-util",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "wasi"
639
+ version = "0.11.1+wasi-snapshot-preview1"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
642
+
643
+ [[package]]
644
+ name = "winapi-util"
645
+ version = "0.1.11"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
648
+ dependencies = [
649
+ "windows-sys 0.61.2",
650
+ ]
651
+
652
+ [[package]]
653
+ name = "windows-link"
654
+ version = "0.2.1"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
657
+
658
+ [[package]]
659
+ name = "windows-sys"
660
+ version = "0.52.0"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
663
+ dependencies = [
664
+ "windows-targets 0.52.6",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "windows-sys"
669
+ version = "0.60.2"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
672
+ dependencies = [
673
+ "windows-targets 0.53.5",
674
+ ]
675
+
676
+ [[package]]
677
+ name = "windows-sys"
678
+ version = "0.61.2"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
681
+ dependencies = [
682
+ "windows-link",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "windows-targets"
687
+ version = "0.52.6"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
690
+ dependencies = [
691
+ "windows_aarch64_gnullvm 0.52.6",
692
+ "windows_aarch64_msvc 0.52.6",
693
+ "windows_i686_gnu 0.52.6",
694
+ "windows_i686_gnullvm 0.52.6",
695
+ "windows_i686_msvc 0.52.6",
696
+ "windows_x86_64_gnu 0.52.6",
697
+ "windows_x86_64_gnullvm 0.52.6",
698
+ "windows_x86_64_msvc 0.52.6",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "windows-targets"
703
+ version = "0.53.5"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
706
+ dependencies = [
707
+ "windows-link",
708
+ "windows_aarch64_gnullvm 0.53.1",
709
+ "windows_aarch64_msvc 0.53.1",
710
+ "windows_i686_gnu 0.53.1",
711
+ "windows_i686_gnullvm 0.53.1",
712
+ "windows_i686_msvc 0.53.1",
713
+ "windows_x86_64_gnu 0.53.1",
714
+ "windows_x86_64_gnullvm 0.53.1",
715
+ "windows_x86_64_msvc 0.53.1",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "windows_aarch64_gnullvm"
720
+ version = "0.52.6"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
723
+
724
+ [[package]]
725
+ name = "windows_aarch64_gnullvm"
726
+ version = "0.53.1"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
729
+
730
+ [[package]]
731
+ name = "windows_aarch64_msvc"
732
+ version = "0.52.6"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
735
+
736
+ [[package]]
737
+ name = "windows_aarch64_msvc"
738
+ version = "0.53.1"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
741
+
742
+ [[package]]
743
+ name = "windows_i686_gnu"
744
+ version = "0.52.6"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
747
+
748
+ [[package]]
749
+ name = "windows_i686_gnu"
750
+ version = "0.53.1"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
753
+
754
+ [[package]]
755
+ name = "windows_i686_gnullvm"
756
+ version = "0.52.6"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
759
+
760
+ [[package]]
761
+ name = "windows_i686_gnullvm"
762
+ version = "0.53.1"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
765
+
766
+ [[package]]
767
+ name = "windows_i686_msvc"
768
+ version = "0.52.6"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
771
+
772
+ [[package]]
773
+ name = "windows_i686_msvc"
774
+ version = "0.53.1"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
777
+
778
+ [[package]]
779
+ name = "windows_x86_64_gnu"
780
+ version = "0.52.6"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
783
+
784
+ [[package]]
785
+ name = "windows_x86_64_gnu"
786
+ version = "0.53.1"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
789
+
790
+ [[package]]
791
+ name = "windows_x86_64_gnullvm"
792
+ version = "0.52.6"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
795
+
796
+ [[package]]
797
+ name = "windows_x86_64_gnullvm"
798
+ version = "0.53.1"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
801
+
802
+ [[package]]
803
+ name = "windows_x86_64_msvc"
804
+ version = "0.52.6"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
807
+
808
+ [[package]]
809
+ name = "windows_x86_64_msvc"
810
+ version = "0.53.1"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
813
+
814
+ [[package]]
815
+ name = "winnow"
816
+ version = "0.7.15"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
819
+ dependencies = [
820
+ "memchr",
821
+ ]
822
+
823
+ [[package]]
824
+ name = "zmij"
825
+ version = "1.0.23"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"