sc-sha 1.4.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,932 @@
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
+
11
+ [[package]]
12
+ name = "anstream"
13
+ version = "1.0.0"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
16
+ dependencies = [
17
+ "anstyle",
18
+ "anstyle-parse",
19
+ "anstyle-query",
20
+ "anstyle-wincon",
21
+ "colorchoice",
22
+ "is_terminal_polyfill",
23
+ "utf8parse",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "anstyle"
28
+ version = "1.0.14"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
31
+
32
+ [[package]]
33
+ name = "anstyle-parse"
34
+ version = "1.0.0"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
37
+ dependencies = [
38
+ "utf8parse",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "anstyle-query"
43
+ version = "1.1.5"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
46
+ dependencies = [
47
+ "windows-sys",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-wincon"
52
+ version = "3.0.11"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
55
+ dependencies = [
56
+ "anstyle",
57
+ "once_cell_polyfill",
58
+ "windows-sys",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "anyhow"
63
+ version = "1.0.103"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
66
+
67
+ [[package]]
68
+ name = "block-buffer"
69
+ version = "0.10.4"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
72
+ dependencies = [
73
+ "generic-array",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "bumpalo"
78
+ version = "3.20.2"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
81
+
82
+ [[package]]
83
+ name = "cc"
84
+ version = "1.2.60"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
87
+ dependencies = [
88
+ "find-msvc-tools",
89
+ "shlex",
90
+ ]
91
+
92
+ [[package]]
93
+ name = "cfg-if"
94
+ version = "1.0.4"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
97
+
98
+ [[package]]
99
+ name = "clap"
100
+ version = "4.6.0"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
103
+ dependencies = [
104
+ "clap_builder",
105
+ "clap_derive",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "clap_builder"
110
+ version = "4.6.0"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
113
+ dependencies = [
114
+ "anstream",
115
+ "anstyle",
116
+ "clap_lex",
117
+ "strsim",
118
+ ]
119
+
120
+ [[package]]
121
+ name = "clap_derive"
122
+ version = "4.6.0"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
125
+ dependencies = [
126
+ "heck",
127
+ "proc-macro2",
128
+ "quote",
129
+ "syn",
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 = "cpufeatures"
146
+ version = "0.2.17"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
149
+ dependencies = [
150
+ "libc",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "crypto-common"
155
+ version = "0.1.7"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
158
+ dependencies = [
159
+ "generic-array",
160
+ "typenum",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "deranged"
165
+ version = "0.5.8"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
168
+ dependencies = [
169
+ "powerfmt",
170
+ "serde_core",
171
+ ]
172
+
173
+ [[package]]
174
+ name = "digest"
175
+ version = "0.10.7"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
178
+ dependencies = [
179
+ "block-buffer",
180
+ "crypto-common",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "equivalent"
185
+ version = "1.0.2"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
188
+
189
+ [[package]]
190
+ name = "find-msvc-tools"
191
+ version = "0.1.9"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
194
+
195
+ [[package]]
196
+ name = "generic-array"
197
+ version = "0.14.7"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
200
+ dependencies = [
201
+ "typenum",
202
+ "version_check",
203
+ ]
204
+
205
+ [[package]]
206
+ name = "getrandom"
207
+ version = "0.3.4"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
210
+ dependencies = [
211
+ "cfg-if",
212
+ "libc",
213
+ "r-efi",
214
+ "wasip2",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "glob"
219
+ version = "0.3.3"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
222
+
223
+ [[package]]
224
+ name = "hashbrown"
225
+ version = "0.16.1"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
228
+
229
+ [[package]]
230
+ name = "heck"
231
+ version = "0.5.0"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
234
+
235
+ [[package]]
236
+ name = "indexmap"
237
+ version = "2.13.0"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
240
+ dependencies = [
241
+ "equivalent",
242
+ "hashbrown",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "is_terminal_polyfill"
247
+ version = "1.70.2"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
250
+
251
+ [[package]]
252
+ name = "itoa"
253
+ version = "1.0.18"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
256
+
257
+ [[package]]
258
+ name = "js-sys"
259
+ version = "0.3.91"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
262
+ dependencies = [
263
+ "once_cell",
264
+ "wasm-bindgen",
265
+ ]
266
+
267
+ [[package]]
268
+ name = "libc"
269
+ version = "0.2.183"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
272
+
273
+ [[package]]
274
+ name = "libmimalloc-sys"
275
+ version = "0.1.44"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
278
+ dependencies = [
279
+ "cc",
280
+ "libc",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "memchr"
285
+ version = "2.8.0"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
288
+
289
+ [[package]]
290
+ name = "memo-map"
291
+ version = "0.3.3"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
294
+
295
+ [[package]]
296
+ name = "mimalloc"
297
+ version = "0.1.48"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
300
+ dependencies = [
301
+ "libmimalloc-sys",
302
+ ]
303
+
304
+ [[package]]
305
+ name = "minijinja"
306
+ version = "2.18.0"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "328251e58ad8e415be6198888fc207502727dc77945806421ab34f35bf012e7d"
309
+ dependencies = [
310
+ "aho-corasick",
311
+ "memo-map",
312
+ "serde",
313
+ "serde_json",
314
+ ]
315
+
316
+ [[package]]
317
+ name = "num-conv"
318
+ version = "0.2.1"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
321
+
322
+ [[package]]
323
+ name = "once_cell"
324
+ version = "1.21.4"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
327
+
328
+ [[package]]
329
+ name = "once_cell_polyfill"
330
+ version = "1.70.2"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
333
+
334
+ [[package]]
335
+ name = "portable-atomic"
336
+ version = "1.13.1"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
339
+
340
+ [[package]]
341
+ name = "powerfmt"
342
+ version = "0.2.0"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
345
+
346
+ [[package]]
347
+ name = "ppv-lite86"
348
+ version = "0.2.21"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
351
+ dependencies = [
352
+ "zerocopy",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "proc-macro2"
357
+ version = "1.0.106"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
360
+ dependencies = [
361
+ "unicode-ident",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "pyo3"
366
+ version = "0.29.0"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
369
+ dependencies = [
370
+ "libc",
371
+ "once_cell",
372
+ "portable-atomic",
373
+ "pyo3-build-config",
374
+ "pyo3-ffi",
375
+ "pyo3-macros",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "pyo3-build-config"
380
+ version = "0.29.0"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
383
+ dependencies = [
384
+ "target-lexicon",
385
+ ]
386
+
387
+ [[package]]
388
+ name = "pyo3-ffi"
389
+ version = "0.29.0"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
392
+ dependencies = [
393
+ "libc",
394
+ "pyo3-build-config",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "pyo3-macros"
399
+ version = "0.29.0"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
402
+ dependencies = [
403
+ "proc-macro2",
404
+ "pyo3-macros-backend",
405
+ "quote",
406
+ "syn",
407
+ ]
408
+
409
+ [[package]]
410
+ name = "pyo3-macros-backend"
411
+ version = "0.29.0"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
414
+ dependencies = [
415
+ "heck",
416
+ "proc-macro2",
417
+ "quote",
418
+ "syn",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "quick-xml"
423
+ version = "0.41.0"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
426
+ dependencies = [
427
+ "memchr",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "quote"
432
+ version = "1.0.45"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
435
+ dependencies = [
436
+ "proc-macro2",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "r-efi"
441
+ version = "5.3.0"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
444
+
445
+ [[package]]
446
+ name = "rand"
447
+ version = "0.9.2"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
450
+ dependencies = [
451
+ "rand_chacha",
452
+ "rand_core",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "rand_chacha"
457
+ version = "0.9.0"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
460
+ dependencies = [
461
+ "ppv-lite86",
462
+ "rand_core",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "rand_core"
467
+ version = "0.9.5"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
470
+ dependencies = [
471
+ "getrandom",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "rustversion"
476
+ version = "1.0.22"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
479
+
480
+ [[package]]
481
+ name = "ryu"
482
+ version = "1.0.23"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
485
+
486
+ [[package]]
487
+ name = "sc-compose"
488
+ version = "1.4.0"
489
+ dependencies = [
490
+ "anyhow",
491
+ "clap",
492
+ "glob",
493
+ "mimalloc",
494
+ "sc-composer",
495
+ "sc-observability",
496
+ "sc-observability-types",
497
+ "serde",
498
+ "serde_json",
499
+ "serde_yaml",
500
+ "time",
501
+ "toml",
502
+ "ulid",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "sc-compose-py"
507
+ version = "1.4.0"
508
+ dependencies = [
509
+ "pyo3",
510
+ "sc-composer",
511
+ "serde_json",
512
+ "serde_yaml",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "sc-composer"
517
+ version = "1.4.0"
518
+ dependencies = [
519
+ "minijinja",
520
+ "quick-xml",
521
+ "sc-sha",
522
+ "serde",
523
+ "serde_json",
524
+ "serde_yaml",
525
+ "similar",
526
+ "thiserror",
527
+ "time",
528
+ "toml",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "sc-observability"
533
+ version = "1.2.0"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "2055d92ac115dce2a139b182f9f7c716351a4f93c4449f9693a2a3c4493b345d"
536
+ dependencies = [
537
+ "sc-observability-types",
538
+ "serde",
539
+ "serde_json",
540
+ "thiserror",
541
+ "windows-sys",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "sc-observability-types"
546
+ version = "1.2.0"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "b3ddd83dc10e65f4fda4c8b392fb9cfb520c4007c5ee5d0cde3af75c463b98ab"
549
+ dependencies = [
550
+ "serde",
551
+ "serde_json",
552
+ "thiserror",
553
+ "time",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "sc-sha"
558
+ version = "1.4.0"
559
+ dependencies = [
560
+ "sha2",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "sc-sha-python"
565
+ version = "1.4.0"
566
+ dependencies = [
567
+ "pyo3",
568
+ "sc-sha",
569
+ ]
570
+
571
+ [[package]]
572
+ name = "serde"
573
+ version = "1.0.228"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
576
+ dependencies = [
577
+ "serde_core",
578
+ "serde_derive",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "serde_core"
583
+ version = "1.0.228"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
586
+ dependencies = [
587
+ "serde_derive",
588
+ ]
589
+
590
+ [[package]]
591
+ name = "serde_derive"
592
+ version = "1.0.228"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
595
+ dependencies = [
596
+ "proc-macro2",
597
+ "quote",
598
+ "syn",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "serde_json"
603
+ version = "1.0.149"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
606
+ dependencies = [
607
+ "itoa",
608
+ "memchr",
609
+ "serde",
610
+ "serde_core",
611
+ "zmij",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "serde_spanned"
616
+ version = "0.6.9"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
619
+ dependencies = [
620
+ "serde",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "serde_yaml"
625
+ version = "0.9.34+deprecated"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
628
+ dependencies = [
629
+ "indexmap",
630
+ "itoa",
631
+ "ryu",
632
+ "serde",
633
+ "unsafe-libyaml",
634
+ ]
635
+
636
+ [[package]]
637
+ name = "sha2"
638
+ version = "0.10.9"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
641
+ dependencies = [
642
+ "cfg-if",
643
+ "cpufeatures",
644
+ "digest",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "shlex"
649
+ version = "1.3.0"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
652
+
653
+ [[package]]
654
+ name = "similar"
655
+ version = "2.7.0"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
658
+
659
+ [[package]]
660
+ name = "strsim"
661
+ version = "0.11.1"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
664
+
665
+ [[package]]
666
+ name = "syn"
667
+ version = "2.0.117"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
670
+ dependencies = [
671
+ "proc-macro2",
672
+ "quote",
673
+ "unicode-ident",
674
+ ]
675
+
676
+ [[package]]
677
+ name = "target-lexicon"
678
+ version = "0.13.5"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
681
+
682
+ [[package]]
683
+ name = "thiserror"
684
+ version = "2.0.18"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
687
+ dependencies = [
688
+ "thiserror-impl",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "thiserror-impl"
693
+ version = "2.0.18"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
696
+ dependencies = [
697
+ "proc-macro2",
698
+ "quote",
699
+ "syn",
700
+ ]
701
+
702
+ [[package]]
703
+ name = "time"
704
+ version = "0.3.47"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
707
+ dependencies = [
708
+ "deranged",
709
+ "itoa",
710
+ "num-conv",
711
+ "powerfmt",
712
+ "serde_core",
713
+ "time-core",
714
+ "time-macros",
715
+ ]
716
+
717
+ [[package]]
718
+ name = "time-core"
719
+ version = "0.1.8"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
722
+
723
+ [[package]]
724
+ name = "time-macros"
725
+ version = "0.2.27"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
728
+ dependencies = [
729
+ "num-conv",
730
+ "time-core",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "toml"
735
+ version = "0.8.23"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
738
+ dependencies = [
739
+ "serde",
740
+ "serde_spanned",
741
+ "toml_datetime",
742
+ "toml_edit",
743
+ ]
744
+
745
+ [[package]]
746
+ name = "toml_datetime"
747
+ version = "0.6.11"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
750
+ dependencies = [
751
+ "serde",
752
+ ]
753
+
754
+ [[package]]
755
+ name = "toml_edit"
756
+ version = "0.22.27"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
759
+ dependencies = [
760
+ "indexmap",
761
+ "serde",
762
+ "serde_spanned",
763
+ "toml_datetime",
764
+ "toml_write",
765
+ "winnow",
766
+ ]
767
+
768
+ [[package]]
769
+ name = "toml_write"
770
+ version = "0.1.2"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
773
+
774
+ [[package]]
775
+ name = "typenum"
776
+ version = "1.20.1"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
779
+
780
+ [[package]]
781
+ name = "ulid"
782
+ version = "1.2.1"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
785
+ dependencies = [
786
+ "rand",
787
+ "web-time",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "unicode-ident"
792
+ version = "1.0.24"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
795
+
796
+ [[package]]
797
+ name = "unsafe-libyaml"
798
+ version = "0.2.11"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
801
+
802
+ [[package]]
803
+ name = "utf8parse"
804
+ version = "0.2.2"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
807
+
808
+ [[package]]
809
+ name = "version_check"
810
+ version = "0.9.5"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
813
+
814
+ [[package]]
815
+ name = "wasip2"
816
+ version = "1.0.2+wasi-0.2.9"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
819
+ dependencies = [
820
+ "wit-bindgen",
821
+ ]
822
+
823
+ [[package]]
824
+ name = "wasm-bindgen"
825
+ version = "0.2.114"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
828
+ dependencies = [
829
+ "cfg-if",
830
+ "once_cell",
831
+ "rustversion",
832
+ "wasm-bindgen-macro",
833
+ "wasm-bindgen-shared",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "wasm-bindgen-macro"
838
+ version = "0.2.114"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
841
+ dependencies = [
842
+ "quote",
843
+ "wasm-bindgen-macro-support",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "wasm-bindgen-macro-support"
848
+ version = "0.2.114"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
851
+ dependencies = [
852
+ "bumpalo",
853
+ "proc-macro2",
854
+ "quote",
855
+ "syn",
856
+ "wasm-bindgen-shared",
857
+ ]
858
+
859
+ [[package]]
860
+ name = "wasm-bindgen-shared"
861
+ version = "0.2.114"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
864
+ dependencies = [
865
+ "unicode-ident",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "web-time"
870
+ version = "1.1.0"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
873
+ dependencies = [
874
+ "js-sys",
875
+ "wasm-bindgen",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "windows-link"
880
+ version = "0.2.1"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
883
+
884
+ [[package]]
885
+ name = "windows-sys"
886
+ version = "0.61.2"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
889
+ dependencies = [
890
+ "windows-link",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "winnow"
895
+ version = "0.7.15"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
898
+ dependencies = [
899
+ "memchr",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "wit-bindgen"
904
+ version = "0.51.0"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
907
+
908
+ [[package]]
909
+ name = "zerocopy"
910
+ version = "0.8.47"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
913
+ dependencies = [
914
+ "zerocopy-derive",
915
+ ]
916
+
917
+ [[package]]
918
+ name = "zerocopy-derive"
919
+ version = "0.8.47"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
922
+ dependencies = [
923
+ "proc-macro2",
924
+ "quote",
925
+ "syn",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "zmij"
930
+ version = "1.0.21"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"