@antprofuse/saddle-skill 0.1.2 → 0.2.0-rc.19

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,1814 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "allocator-api2"
7
+ version = "0.2.21"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
10
+
11
+ [[package]]
12
+ name = "atoi"
13
+ version = "2.0.0"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
16
+ dependencies = [
17
+ "num-traits",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "autocfg"
22
+ version = "1.5.1"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
25
+
26
+ [[package]]
27
+ name = "base64"
28
+ version = "0.22.1"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
31
+
32
+ [[package]]
33
+ name = "base64ct"
34
+ version = "1.8.3"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
37
+
38
+ [[package]]
39
+ name = "bitflags"
40
+ version = "2.13.1"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
43
+ dependencies = [
44
+ "serde_core",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "block-buffer"
49
+ version = "0.10.4"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
52
+ dependencies = [
53
+ "generic-array",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "byteorder"
58
+ version = "1.5.0"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
61
+
62
+ [[package]]
63
+ name = "bytes"
64
+ version = "1.12.1"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
67
+
68
+ [[package]]
69
+ name = "cc"
70
+ version = "1.4.2"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
73
+ dependencies = [
74
+ "find-msvc-tools",
75
+ "shlex",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "cfg-if"
80
+ version = "1.0.4"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
83
+
84
+ [[package]]
85
+ name = "const-oid"
86
+ version = "0.9.6"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
89
+
90
+ [[package]]
91
+ name = "core-foundation"
92
+ version = "0.10.1"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
95
+ dependencies = [
96
+ "core-foundation-sys",
97
+ "libc",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "core-foundation-sys"
102
+ version = "0.8.7"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
105
+
106
+ [[package]]
107
+ name = "cpufeatures"
108
+ version = "0.2.17"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
111
+ dependencies = [
112
+ "libc",
113
+ ]
114
+
115
+ [[package]]
116
+ name = "crc"
117
+ version = "3.4.0"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
120
+ dependencies = [
121
+ "crc-catalog",
122
+ ]
123
+
124
+ [[package]]
125
+ name = "crc-catalog"
126
+ version = "2.5.0"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
129
+
130
+ [[package]]
131
+ name = "crossbeam-queue"
132
+ version = "0.3.13"
133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
134
+ checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
135
+ dependencies = [
136
+ "crossbeam-utils",
137
+ ]
138
+
139
+ [[package]]
140
+ name = "crossbeam-utils"
141
+ version = "0.8.22"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
144
+
145
+ [[package]]
146
+ name = "crypto-common"
147
+ version = "0.1.7"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
150
+ dependencies = [
151
+ "generic-array",
152
+ "typenum",
153
+ ]
154
+
155
+ [[package]]
156
+ name = "der"
157
+ version = "0.7.10"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
160
+ dependencies = [
161
+ "const-oid",
162
+ "pem-rfc7468",
163
+ "zeroize",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "digest"
168
+ version = "0.10.7"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
171
+ dependencies = [
172
+ "block-buffer",
173
+ "const-oid",
174
+ "crypto-common",
175
+ "subtle",
176
+ ]
177
+
178
+ [[package]]
179
+ name = "displaydoc"
180
+ version = "0.2.7"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
183
+ dependencies = [
184
+ "proc-macro2",
185
+ "quote",
186
+ "syn 3.0.3",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "dotenvy"
191
+ version = "0.15.7"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
194
+
195
+ [[package]]
196
+ name = "either"
197
+ version = "1.17.0"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
200
+ dependencies = [
201
+ "serde",
202
+ ]
203
+
204
+ [[package]]
205
+ name = "equivalent"
206
+ version = "1.0.2"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
209
+
210
+ [[package]]
211
+ name = "errno"
212
+ version = "0.3.14"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
215
+ dependencies = [
216
+ "libc",
217
+ "windows-sys 0.61.2",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "event-listener"
222
+ version = "5.4.2"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
225
+ dependencies = [
226
+ "parking",
227
+ "pin-project-lite",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "find-msvc-tools"
232
+ version = "0.1.10"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
235
+
236
+ [[package]]
237
+ name = "foldhash"
238
+ version = "0.1.5"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
241
+
242
+ [[package]]
243
+ name = "form_urlencoded"
244
+ version = "1.2.2"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
247
+ dependencies = [
248
+ "percent-encoding",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "futures-channel"
253
+ version = "0.3.33"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
256
+ dependencies = [
257
+ "futures-core",
258
+ "futures-sink",
259
+ ]
260
+
261
+ [[package]]
262
+ name = "futures-core"
263
+ version = "0.3.33"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
266
+
267
+ [[package]]
268
+ name = "futures-intrusive"
269
+ version = "0.5.0"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
272
+ dependencies = [
273
+ "futures-core",
274
+ "lock_api",
275
+ "parking_lot",
276
+ ]
277
+
278
+ [[package]]
279
+ name = "futures-io"
280
+ version = "0.3.33"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
283
+
284
+ [[package]]
285
+ name = "futures-sink"
286
+ version = "0.3.33"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
289
+
290
+ [[package]]
291
+ name = "futures-task"
292
+ version = "0.3.33"
293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
294
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
295
+
296
+ [[package]]
297
+ name = "futures-util"
298
+ version = "0.3.33"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
301
+ dependencies = [
302
+ "futures-core",
303
+ "futures-io",
304
+ "futures-sink",
305
+ "futures-task",
306
+ "memchr",
307
+ "pin-project-lite",
308
+ "slab",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "generic-array"
313
+ version = "0.14.7"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
316
+ dependencies = [
317
+ "typenum",
318
+ "version_check",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "getrandom"
323
+ version = "0.2.17"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
326
+ dependencies = [
327
+ "cfg-if",
328
+ "libc",
329
+ "wasi",
330
+ ]
331
+
332
+ [[package]]
333
+ name = "getrandom"
334
+ version = "0.3.4"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
337
+ dependencies = [
338
+ "cfg-if",
339
+ "libc",
340
+ "r-efi",
341
+ "wasip2",
342
+ ]
343
+
344
+ [[package]]
345
+ name = "hashbrown"
346
+ version = "0.15.5"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
349
+ dependencies = [
350
+ "allocator-api2",
351
+ "equivalent",
352
+ "foldhash",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "hashbrown"
357
+ version = "0.17.1"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
360
+
361
+ [[package]]
362
+ name = "hashlink"
363
+ version = "0.10.0"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
366
+ dependencies = [
367
+ "hashbrown 0.15.5",
368
+ ]
369
+
370
+ [[package]]
371
+ name = "heck"
372
+ version = "0.5.0"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
375
+
376
+ [[package]]
377
+ name = "hex"
378
+ version = "0.4.3"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
381
+
382
+ [[package]]
383
+ name = "hkdf"
384
+ version = "0.12.4"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
387
+ dependencies = [
388
+ "hmac",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "hmac"
393
+ version = "0.12.1"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
396
+ dependencies = [
397
+ "digest",
398
+ ]
399
+
400
+ [[package]]
401
+ name = "icu_collections"
402
+ version = "2.1.1"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
405
+ dependencies = [
406
+ "displaydoc",
407
+ "potential_utf",
408
+ "yoke",
409
+ "zerofrom",
410
+ "zerovec",
411
+ ]
412
+
413
+ [[package]]
414
+ name = "icu_locale_core"
415
+ version = "2.1.1"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
418
+ dependencies = [
419
+ "displaydoc",
420
+ "litemap",
421
+ "tinystr",
422
+ "writeable",
423
+ "zerovec",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "icu_normalizer"
428
+ version = "2.1.1"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
431
+ dependencies = [
432
+ "icu_collections",
433
+ "icu_normalizer_data",
434
+ "icu_properties",
435
+ "icu_provider",
436
+ "smallvec",
437
+ "zerovec",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "icu_normalizer_data"
442
+ version = "2.1.1"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
445
+
446
+ [[package]]
447
+ name = "icu_properties"
448
+ version = "2.1.2"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
451
+ dependencies = [
452
+ "icu_collections",
453
+ "icu_locale_core",
454
+ "icu_properties_data",
455
+ "icu_provider",
456
+ "zerotrie",
457
+ "zerovec",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "icu_properties_data"
462
+ version = "2.1.2"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
465
+
466
+ [[package]]
467
+ name = "icu_provider"
468
+ version = "2.1.1"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
471
+ dependencies = [
472
+ "displaydoc",
473
+ "icu_locale_core",
474
+ "writeable",
475
+ "yoke",
476
+ "zerofrom",
477
+ "zerotrie",
478
+ "zerovec",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "idna"
483
+ version = "1.1.0"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
486
+ dependencies = [
487
+ "idna_adapter",
488
+ "smallvec",
489
+ "utf8_iter",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "idna_adapter"
494
+ version = "1.2.1"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
497
+ dependencies = [
498
+ "icu_normalizer",
499
+ "icu_properties",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "indexmap"
504
+ version = "2.14.0"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
507
+ dependencies = [
508
+ "equivalent",
509
+ "hashbrown 0.17.1",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "itoa"
514
+ version = "1.0.18"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
517
+
518
+ [[package]]
519
+ name = "lazy_static"
520
+ version = "1.5.0"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
523
+ dependencies = [
524
+ "spin",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "libc"
529
+ version = "0.2.189"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
532
+
533
+ [[package]]
534
+ name = "libm"
535
+ version = "0.2.16"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
538
+
539
+ [[package]]
540
+ name = "libredox"
541
+ version = "0.1.19"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa"
544
+ dependencies = [
545
+ "bitflags",
546
+ "libc",
547
+ "plain",
548
+ "redox_syscall 0.9.1",
549
+ ]
550
+
551
+ [[package]]
552
+ name = "linux-raw-sys"
553
+ version = "0.4.15"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
556
+
557
+ [[package]]
558
+ name = "litemap"
559
+ version = "0.8.2"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
562
+
563
+ [[package]]
564
+ name = "lock_api"
565
+ version = "0.4.14"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
568
+ dependencies = [
569
+ "scopeguard",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "log"
574
+ version = "0.4.33"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
577
+
578
+ [[package]]
579
+ name = "md-5"
580
+ version = "0.10.6"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
583
+ dependencies = [
584
+ "cfg-if",
585
+ "digest",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "memchr"
590
+ version = "2.8.3"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
593
+
594
+ [[package]]
595
+ name = "mio"
596
+ version = "1.2.2"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
599
+ dependencies = [
600
+ "libc",
601
+ "wasi",
602
+ "windows-sys 0.61.2",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "num-bigint-dig"
607
+ version = "0.8.6"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
610
+ dependencies = [
611
+ "lazy_static",
612
+ "libm",
613
+ "num-integer",
614
+ "num-iter",
615
+ "num-traits",
616
+ "rand",
617
+ "smallvec",
618
+ "zeroize",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "num-integer"
623
+ version = "0.1.46"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
626
+ dependencies = [
627
+ "num-traits",
628
+ ]
629
+
630
+ [[package]]
631
+ name = "num-iter"
632
+ version = "0.1.46"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
635
+ dependencies = [
636
+ "num-integer",
637
+ "num-traits",
638
+ ]
639
+
640
+ [[package]]
641
+ name = "num-traits"
642
+ version = "0.2.19"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
645
+ dependencies = [
646
+ "autocfg",
647
+ "libm",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "once_cell"
652
+ version = "1.21.4"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
655
+
656
+ [[package]]
657
+ name = "openssl-probe"
658
+ version = "0.2.1"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
661
+
662
+ [[package]]
663
+ name = "parking"
664
+ version = "2.2.1"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
667
+
668
+ [[package]]
669
+ name = "parking_lot"
670
+ version = "0.12.5"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
673
+ dependencies = [
674
+ "lock_api",
675
+ "parking_lot_core",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "parking_lot_core"
680
+ version = "0.9.12"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
683
+ dependencies = [
684
+ "cfg-if",
685
+ "libc",
686
+ "redox_syscall 0.5.18",
687
+ "smallvec",
688
+ "windows-link",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "pem-rfc7468"
693
+ version = "0.7.0"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
696
+ dependencies = [
697
+ "base64ct",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "percent-encoding"
702
+ version = "2.3.2"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
705
+
706
+ [[package]]
707
+ name = "pin-project-lite"
708
+ version = "0.2.17"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
711
+
712
+ [[package]]
713
+ name = "pkcs1"
714
+ version = "0.7.5"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
717
+ dependencies = [
718
+ "der",
719
+ "pkcs8",
720
+ "spki",
721
+ ]
722
+
723
+ [[package]]
724
+ name = "pkcs8"
725
+ version = "0.10.2"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
728
+ dependencies = [
729
+ "der",
730
+ "spki",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "plain"
735
+ version = "0.2.3"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
738
+
739
+ [[package]]
740
+ name = "potential_utf"
741
+ version = "0.1.5"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
744
+ dependencies = [
745
+ "zerovec",
746
+ ]
747
+
748
+ [[package]]
749
+ name = "ppv-lite86"
750
+ version = "0.2.21"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
753
+ dependencies = [
754
+ "zerocopy",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "proc-macro2"
759
+ version = "1.0.107"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
762
+ dependencies = [
763
+ "unicode-ident",
764
+ ]
765
+
766
+ [[package]]
767
+ name = "quote"
768
+ version = "1.0.47"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
771
+ dependencies = [
772
+ "proc-macro2",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "r-efi"
777
+ version = "5.3.0"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
780
+
781
+ [[package]]
782
+ name = "rand"
783
+ version = "0.8.7"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
786
+ dependencies = [
787
+ "libc",
788
+ "rand_chacha",
789
+ "rand_core",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "rand_chacha"
794
+ version = "0.3.1"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
797
+ dependencies = [
798
+ "ppv-lite86",
799
+ "rand_core",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "rand_core"
804
+ version = "0.6.4"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
807
+ dependencies = [
808
+ "getrandom 0.2.17",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "redox_syscall"
813
+ version = "0.5.18"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
816
+ dependencies = [
817
+ "bitflags",
818
+ ]
819
+
820
+ [[package]]
821
+ name = "redox_syscall"
822
+ version = "0.9.1"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "07507be7b4a5f9f26eeb41eeaebb1f5a7ff29dfb29739facc21d35bf8b11c21e"
825
+ dependencies = [
826
+ "bitflags",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "ring"
831
+ version = "0.17.14"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
834
+ dependencies = [
835
+ "cc",
836
+ "cfg-if",
837
+ "getrandom 0.2.17",
838
+ "libc",
839
+ "untrusted",
840
+ "windows-sys 0.52.0",
841
+ ]
842
+
843
+ [[package]]
844
+ name = "rsa"
845
+ version = "0.9.10"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
848
+ dependencies = [
849
+ "const-oid",
850
+ "digest",
851
+ "num-bigint-dig",
852
+ "num-integer",
853
+ "num-traits",
854
+ "pkcs1",
855
+ "pkcs8",
856
+ "rand_core",
857
+ "signature",
858
+ "spki",
859
+ "subtle",
860
+ "zeroize",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "rustix"
865
+ version = "0.38.44"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
868
+ dependencies = [
869
+ "bitflags",
870
+ "errno",
871
+ "libc",
872
+ "linux-raw-sys",
873
+ "windows-sys 0.59.0",
874
+ ]
875
+
876
+ [[package]]
877
+ name = "rustls"
878
+ version = "0.23.43"
879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
880
+ checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
881
+ dependencies = [
882
+ "once_cell",
883
+ "ring",
884
+ "rustls-pki-types",
885
+ "rustls-webpki",
886
+ "subtle",
887
+ "zeroize",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "rustls-native-certs"
892
+ version = "0.8.4"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
895
+ dependencies = [
896
+ "openssl-probe",
897
+ "rustls-pki-types",
898
+ "schannel",
899
+ "security-framework",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "rustls-pki-types"
904
+ version = "1.15.1"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
907
+ dependencies = [
908
+ "zeroize",
909
+ ]
910
+
911
+ [[package]]
912
+ name = "rustls-webpki"
913
+ version = "0.103.13"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
916
+ dependencies = [
917
+ "ring",
918
+ "rustls-pki-types",
919
+ "untrusted",
920
+ ]
921
+
922
+ [[package]]
923
+ name = "saddle-admission"
924
+ version = "0.2.0-rc.19"
925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
926
+ checksum = "87ac93a6e5e95fc64934c20d7b7b534b852df9972c0e2534a705100eb6166dcb"
927
+ dependencies = [
928
+ "saddle-core",
929
+ "serde",
930
+ "serde_json",
931
+ ]
932
+
933
+ [[package]]
934
+ name = "saddle-core"
935
+ version = "0.2.0-rc.19"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "c8da2ce735cc6d32474506748c1641115ba171901d75a23e17f8a6fe541e9f57"
938
+ dependencies = [
939
+ "ring",
940
+ "rustix",
941
+ "serde",
942
+ "serde_json",
943
+ "sha2",
944
+ ]
945
+
946
+ [[package]]
947
+ name = "saddle-db"
948
+ version = "0.2.0-rc.19"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "73b59ad40f9f9376198397009f06c1d982d7886b9b1af06a14e309e75874d8f8"
951
+ dependencies = [
952
+ "futures-util",
953
+ "saddle-admission",
954
+ "saddle-core",
955
+ "saddle-observability",
956
+ "saddle-runtime",
957
+ "serde",
958
+ "serde_json",
959
+ "sha2",
960
+ "sqlx",
961
+ "tokio",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "saddle-framework"
966
+ version = "0.2.0-rc.19"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "65b7879addd6739efe0281df357877633c04d9a2073bc3993885bb8eab11afff"
969
+ dependencies = [
970
+ "ring",
971
+ "saddle-admission",
972
+ "saddle-core",
973
+ "saddle-db",
974
+ "saddle-observability",
975
+ "saddle-runtime",
976
+ "saddle-service",
977
+ "serde_json",
978
+ "sha2",
979
+ "tokio",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "saddle-observability"
984
+ version = "0.2.0-rc.19"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "b64016c93ad54a07c90a6896eb946d7c4d1c96f6bdb2db3ba5687ef99024ae48"
987
+ dependencies = [
988
+ "getrandom 0.3.4",
989
+ "rustix",
990
+ "saddle-admission",
991
+ "saddle-core",
992
+ "serde",
993
+ "serde_json",
994
+ "sha2",
995
+ ]
996
+
997
+ [[package]]
998
+ name = "saddle-runtime"
999
+ version = "0.2.0-rc.19"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "addf7ef4a9ffe064d168f63ab4aae2702198faeac21512738a526a95af88e36c"
1002
+ dependencies = [
1003
+ "saddle-admission",
1004
+ "saddle-core",
1005
+ "saddle-observability",
1006
+ "serde",
1007
+ "serde_json",
1008
+ "sha2",
1009
+ "tokio",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "saddle-service"
1014
+ version = "0.2.0-rc.19"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "e1292672f35cb3d0e29d759a27f134657e0d249bee9e8cb932b1676fd4a7c1bb"
1017
+ dependencies = [
1018
+ "pin-project-lite",
1019
+ "saddle-admission",
1020
+ "saddle-core",
1021
+ "saddle-db",
1022
+ "saddle-observability",
1023
+ "saddle-runtime",
1024
+ "serde",
1025
+ "serde_json",
1026
+ "sha2",
1027
+ ]
1028
+
1029
+ [[package]]
1030
+ name = "saddle-skill-registry-consumer-template"
1031
+ version = "0.0.0"
1032
+ dependencies = [
1033
+ "saddle-admission",
1034
+ "saddle-core",
1035
+ "saddle-db",
1036
+ "saddle-framework",
1037
+ "saddle-observability",
1038
+ "saddle-runtime",
1039
+ "saddle-service",
1040
+ ]
1041
+
1042
+ [[package]]
1043
+ name = "schannel"
1044
+ version = "0.1.29"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1047
+ dependencies = [
1048
+ "windows-sys 0.61.2",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "scopeguard"
1053
+ version = "1.2.0"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1056
+
1057
+ [[package]]
1058
+ name = "security-framework"
1059
+ version = "3.7.0"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1062
+ dependencies = [
1063
+ "bitflags",
1064
+ "core-foundation",
1065
+ "core-foundation-sys",
1066
+ "libc",
1067
+ "security-framework-sys",
1068
+ ]
1069
+
1070
+ [[package]]
1071
+ name = "security-framework-sys"
1072
+ version = "2.17.0"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1075
+ dependencies = [
1076
+ "core-foundation-sys",
1077
+ "libc",
1078
+ ]
1079
+
1080
+ [[package]]
1081
+ name = "serde"
1082
+ version = "1.0.229"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1085
+ dependencies = [
1086
+ "serde_core",
1087
+ "serde_derive",
1088
+ ]
1089
+
1090
+ [[package]]
1091
+ name = "serde_core"
1092
+ version = "1.0.229"
1093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1094
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1095
+ dependencies = [
1096
+ "serde_derive",
1097
+ ]
1098
+
1099
+ [[package]]
1100
+ name = "serde_derive"
1101
+ version = "1.0.229"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1104
+ dependencies = [
1105
+ "proc-macro2",
1106
+ "quote",
1107
+ "syn 3.0.3",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "serde_json"
1112
+ version = "1.0.151"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1115
+ dependencies = [
1116
+ "itoa",
1117
+ "memchr",
1118
+ "serde",
1119
+ "serde_core",
1120
+ "zmij",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "sha1"
1125
+ version = "0.10.7"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
1128
+ dependencies = [
1129
+ "cfg-if",
1130
+ "cpufeatures",
1131
+ "digest",
1132
+ ]
1133
+
1134
+ [[package]]
1135
+ name = "sha2"
1136
+ version = "0.10.9"
1137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1139
+ dependencies = [
1140
+ "cfg-if",
1141
+ "cpufeatures",
1142
+ "digest",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "shlex"
1147
+ version = "2.0.1"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1150
+
1151
+ [[package]]
1152
+ name = "signal-hook-registry"
1153
+ version = "1.4.8"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1156
+ dependencies = [
1157
+ "errno",
1158
+ "libc",
1159
+ ]
1160
+
1161
+ [[package]]
1162
+ name = "signature"
1163
+ version = "2.2.0"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1166
+ dependencies = [
1167
+ "digest",
1168
+ "rand_core",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "slab"
1173
+ version = "0.4.12"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1176
+
1177
+ [[package]]
1178
+ name = "smallvec"
1179
+ version = "1.15.2"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1182
+
1183
+ [[package]]
1184
+ name = "socket2"
1185
+ version = "0.6.5"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1188
+ dependencies = [
1189
+ "libc",
1190
+ "windows-sys 0.61.2",
1191
+ ]
1192
+
1193
+ [[package]]
1194
+ name = "spin"
1195
+ version = "0.9.9"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
1198
+
1199
+ [[package]]
1200
+ name = "spki"
1201
+ version = "0.7.3"
1202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1203
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1204
+ dependencies = [
1205
+ "base64ct",
1206
+ "der",
1207
+ ]
1208
+
1209
+ [[package]]
1210
+ name = "sqlx"
1211
+ version = "0.8.6"
1212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1213
+ checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
1214
+ dependencies = [
1215
+ "sqlx-core",
1216
+ "sqlx-macros",
1217
+ "sqlx-mysql",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "sqlx-core"
1222
+ version = "0.8.6"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
1225
+ dependencies = [
1226
+ "base64",
1227
+ "bytes",
1228
+ "crc",
1229
+ "crossbeam-queue",
1230
+ "either",
1231
+ "event-listener",
1232
+ "futures-core",
1233
+ "futures-intrusive",
1234
+ "futures-io",
1235
+ "futures-util",
1236
+ "hashbrown 0.15.5",
1237
+ "hashlink",
1238
+ "indexmap",
1239
+ "log",
1240
+ "memchr",
1241
+ "once_cell",
1242
+ "percent-encoding",
1243
+ "rustls",
1244
+ "rustls-native-certs",
1245
+ "serde",
1246
+ "sha2",
1247
+ "smallvec",
1248
+ "thiserror",
1249
+ "tokio",
1250
+ "tokio-stream",
1251
+ "tracing",
1252
+ "url",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "sqlx-macros"
1257
+ version = "0.8.6"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
1260
+ dependencies = [
1261
+ "proc-macro2",
1262
+ "quote",
1263
+ "sqlx-core",
1264
+ "sqlx-macros-core",
1265
+ "syn 2.0.119",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "sqlx-macros-core"
1270
+ version = "0.8.6"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
1273
+ dependencies = [
1274
+ "dotenvy",
1275
+ "either",
1276
+ "heck",
1277
+ "hex",
1278
+ "once_cell",
1279
+ "proc-macro2",
1280
+ "quote",
1281
+ "serde",
1282
+ "serde_json",
1283
+ "sha2",
1284
+ "sqlx-core",
1285
+ "sqlx-mysql",
1286
+ "syn 2.0.119",
1287
+ "tokio",
1288
+ "url",
1289
+ ]
1290
+
1291
+ [[package]]
1292
+ name = "sqlx-mysql"
1293
+ version = "0.8.6"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
1296
+ dependencies = [
1297
+ "atoi",
1298
+ "base64",
1299
+ "bitflags",
1300
+ "byteorder",
1301
+ "bytes",
1302
+ "crc",
1303
+ "digest",
1304
+ "dotenvy",
1305
+ "either",
1306
+ "futures-channel",
1307
+ "futures-core",
1308
+ "futures-io",
1309
+ "futures-util",
1310
+ "generic-array",
1311
+ "hex",
1312
+ "hkdf",
1313
+ "hmac",
1314
+ "itoa",
1315
+ "log",
1316
+ "md-5",
1317
+ "memchr",
1318
+ "once_cell",
1319
+ "percent-encoding",
1320
+ "rand",
1321
+ "rsa",
1322
+ "serde",
1323
+ "sha1",
1324
+ "sha2",
1325
+ "smallvec",
1326
+ "sqlx-core",
1327
+ "stringprep",
1328
+ "thiserror",
1329
+ "tracing",
1330
+ "whoami",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "stable_deref_trait"
1335
+ version = "1.2.1"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1338
+
1339
+ [[package]]
1340
+ name = "stringprep"
1341
+ version = "0.1.5"
1342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+ checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
1344
+ dependencies = [
1345
+ "unicode-bidi",
1346
+ "unicode-normalization",
1347
+ "unicode-properties",
1348
+ ]
1349
+
1350
+ [[package]]
1351
+ name = "subtle"
1352
+ version = "2.6.1"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1355
+
1356
+ [[package]]
1357
+ name = "syn"
1358
+ version = "2.0.119"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1361
+ dependencies = [
1362
+ "proc-macro2",
1363
+ "quote",
1364
+ "unicode-ident",
1365
+ ]
1366
+
1367
+ [[package]]
1368
+ name = "syn"
1369
+ version = "3.0.3"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1372
+ dependencies = [
1373
+ "proc-macro2",
1374
+ "quote",
1375
+ "unicode-ident",
1376
+ ]
1377
+
1378
+ [[package]]
1379
+ name = "synstructure"
1380
+ version = "0.13.2"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1383
+ dependencies = [
1384
+ "proc-macro2",
1385
+ "quote",
1386
+ "syn 2.0.119",
1387
+ ]
1388
+
1389
+ [[package]]
1390
+ name = "thiserror"
1391
+ version = "2.0.20"
1392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1393
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1394
+ dependencies = [
1395
+ "thiserror-impl",
1396
+ ]
1397
+
1398
+ [[package]]
1399
+ name = "thiserror-impl"
1400
+ version = "2.0.20"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
1403
+ dependencies = [
1404
+ "proc-macro2",
1405
+ "quote",
1406
+ "syn 3.0.3",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "tinystr"
1411
+ version = "0.8.3"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1414
+ dependencies = [
1415
+ "displaydoc",
1416
+ "zerovec",
1417
+ ]
1418
+
1419
+ [[package]]
1420
+ name = "tinyvec"
1421
+ version = "1.12.0"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
1424
+ dependencies = [
1425
+ "tinyvec_macros",
1426
+ ]
1427
+
1428
+ [[package]]
1429
+ name = "tinyvec_macros"
1430
+ version = "0.1.1"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1433
+
1434
+ [[package]]
1435
+ name = "tokio"
1436
+ version = "1.53.1"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
1439
+ dependencies = [
1440
+ "bytes",
1441
+ "libc",
1442
+ "mio",
1443
+ "pin-project-lite",
1444
+ "signal-hook-registry",
1445
+ "socket2",
1446
+ "tokio-macros",
1447
+ "windows-sys 0.61.2",
1448
+ ]
1449
+
1450
+ [[package]]
1451
+ name = "tokio-macros"
1452
+ version = "2.7.2"
1453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1454
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
1455
+ dependencies = [
1456
+ "proc-macro2",
1457
+ "quote",
1458
+ "syn 3.0.3",
1459
+ ]
1460
+
1461
+ [[package]]
1462
+ name = "tokio-stream"
1463
+ version = "0.1.19"
1464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1465
+ checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
1466
+ dependencies = [
1467
+ "futures-core",
1468
+ "pin-project-lite",
1469
+ "tokio",
1470
+ ]
1471
+
1472
+ [[package]]
1473
+ name = "tracing"
1474
+ version = "0.1.44"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1477
+ dependencies = [
1478
+ "log",
1479
+ "pin-project-lite",
1480
+ "tracing-attributes",
1481
+ "tracing-core",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "tracing-attributes"
1486
+ version = "0.1.31"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1489
+ dependencies = [
1490
+ "proc-macro2",
1491
+ "quote",
1492
+ "syn 2.0.119",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "tracing-core"
1497
+ version = "0.1.36"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1500
+ dependencies = [
1501
+ "once_cell",
1502
+ ]
1503
+
1504
+ [[package]]
1505
+ name = "typenum"
1506
+ version = "1.20.1"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1509
+
1510
+ [[package]]
1511
+ name = "unicode-bidi"
1512
+ version = "0.3.18"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
1515
+
1516
+ [[package]]
1517
+ name = "unicode-ident"
1518
+ version = "1.0.24"
1519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1521
+
1522
+ [[package]]
1523
+ name = "unicode-normalization"
1524
+ version = "0.1.25"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
1527
+ dependencies = [
1528
+ "tinyvec",
1529
+ ]
1530
+
1531
+ [[package]]
1532
+ name = "unicode-properties"
1533
+ version = "0.1.4"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
1536
+
1537
+ [[package]]
1538
+ name = "untrusted"
1539
+ version = "0.9.0"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1542
+
1543
+ [[package]]
1544
+ name = "url"
1545
+ version = "2.5.8"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1548
+ dependencies = [
1549
+ "form_urlencoded",
1550
+ "idna",
1551
+ "percent-encoding",
1552
+ "serde",
1553
+ ]
1554
+
1555
+ [[package]]
1556
+ name = "utf8_iter"
1557
+ version = "1.0.4"
1558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1560
+
1561
+ [[package]]
1562
+ name = "version_check"
1563
+ version = "0.9.5"
1564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1566
+
1567
+ [[package]]
1568
+ name = "wasi"
1569
+ version = "0.11.1+wasi-snapshot-preview1"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1572
+
1573
+ [[package]]
1574
+ name = "wasip2"
1575
+ version = "1.0.1+wasi-0.2.4"
1576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1578
+ dependencies = [
1579
+ "wit-bindgen",
1580
+ ]
1581
+
1582
+ [[package]]
1583
+ name = "wasite"
1584
+ version = "0.1.0"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
1587
+
1588
+ [[package]]
1589
+ name = "whoami"
1590
+ version = "1.6.1"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
1593
+ dependencies = [
1594
+ "libredox",
1595
+ "wasite",
1596
+ ]
1597
+
1598
+ [[package]]
1599
+ name = "windows-link"
1600
+ version = "0.2.1"
1601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1602
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1603
+
1604
+ [[package]]
1605
+ name = "windows-sys"
1606
+ version = "0.52.0"
1607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1608
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1609
+ dependencies = [
1610
+ "windows-targets",
1611
+ ]
1612
+
1613
+ [[package]]
1614
+ name = "windows-sys"
1615
+ version = "0.59.0"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1618
+ dependencies = [
1619
+ "windows-targets",
1620
+ ]
1621
+
1622
+ [[package]]
1623
+ name = "windows-sys"
1624
+ version = "0.61.2"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1627
+ dependencies = [
1628
+ "windows-link",
1629
+ ]
1630
+
1631
+ [[package]]
1632
+ name = "windows-targets"
1633
+ version = "0.52.6"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1636
+ dependencies = [
1637
+ "windows_aarch64_gnullvm",
1638
+ "windows_aarch64_msvc",
1639
+ "windows_i686_gnu",
1640
+ "windows_i686_gnullvm",
1641
+ "windows_i686_msvc",
1642
+ "windows_x86_64_gnu",
1643
+ "windows_x86_64_gnullvm",
1644
+ "windows_x86_64_msvc",
1645
+ ]
1646
+
1647
+ [[package]]
1648
+ name = "windows_aarch64_gnullvm"
1649
+ version = "0.52.6"
1650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1651
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1652
+
1653
+ [[package]]
1654
+ name = "windows_aarch64_msvc"
1655
+ version = "0.52.6"
1656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1657
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1658
+
1659
+ [[package]]
1660
+ name = "windows_i686_gnu"
1661
+ version = "0.52.6"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1664
+
1665
+ [[package]]
1666
+ name = "windows_i686_gnullvm"
1667
+ version = "0.52.6"
1668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1669
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1670
+
1671
+ [[package]]
1672
+ name = "windows_i686_msvc"
1673
+ version = "0.52.6"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1676
+
1677
+ [[package]]
1678
+ name = "windows_x86_64_gnu"
1679
+ version = "0.52.6"
1680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1681
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1682
+
1683
+ [[package]]
1684
+ name = "windows_x86_64_gnullvm"
1685
+ version = "0.52.6"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1688
+
1689
+ [[package]]
1690
+ name = "windows_x86_64_msvc"
1691
+ version = "0.52.6"
1692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1693
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1694
+
1695
+ [[package]]
1696
+ name = "wit-bindgen"
1697
+ version = "0.46.0"
1698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1699
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1700
+
1701
+ [[package]]
1702
+ name = "writeable"
1703
+ version = "0.6.3"
1704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1705
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
1706
+
1707
+ [[package]]
1708
+ name = "yoke"
1709
+ version = "0.8.3"
1710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
1712
+ dependencies = [
1713
+ "stable_deref_trait",
1714
+ "yoke-derive",
1715
+ "zerofrom",
1716
+ ]
1717
+
1718
+ [[package]]
1719
+ name = "yoke-derive"
1720
+ version = "0.8.2"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1723
+ dependencies = [
1724
+ "proc-macro2",
1725
+ "quote",
1726
+ "syn 2.0.119",
1727
+ "synstructure",
1728
+ ]
1729
+
1730
+ [[package]]
1731
+ name = "zerocopy"
1732
+ version = "0.8.56"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
1735
+ dependencies = [
1736
+ "zerocopy-derive",
1737
+ ]
1738
+
1739
+ [[package]]
1740
+ name = "zerocopy-derive"
1741
+ version = "0.8.56"
1742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1743
+ checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
1744
+ dependencies = [
1745
+ "proc-macro2",
1746
+ "quote",
1747
+ "syn 2.0.119",
1748
+ ]
1749
+
1750
+ [[package]]
1751
+ name = "zerofrom"
1752
+ version = "0.1.8"
1753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1754
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1755
+ dependencies = [
1756
+ "zerofrom-derive",
1757
+ ]
1758
+
1759
+ [[package]]
1760
+ name = "zerofrom-derive"
1761
+ version = "0.1.7"
1762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1763
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1764
+ dependencies = [
1765
+ "proc-macro2",
1766
+ "quote",
1767
+ "syn 2.0.119",
1768
+ "synstructure",
1769
+ ]
1770
+
1771
+ [[package]]
1772
+ name = "zeroize"
1773
+ version = "1.9.0"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1776
+
1777
+ [[package]]
1778
+ name = "zerotrie"
1779
+ version = "0.2.4"
1780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1781
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
1782
+ dependencies = [
1783
+ "displaydoc",
1784
+ "yoke",
1785
+ "zerofrom",
1786
+ ]
1787
+
1788
+ [[package]]
1789
+ name = "zerovec"
1790
+ version = "0.11.6"
1791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1792
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
1793
+ dependencies = [
1794
+ "yoke",
1795
+ "zerofrom",
1796
+ "zerovec-derive",
1797
+ ]
1798
+
1799
+ [[package]]
1800
+ name = "zerovec-derive"
1801
+ version = "0.11.3"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
1804
+ dependencies = [
1805
+ "proc-macro2",
1806
+ "quote",
1807
+ "syn 2.0.119",
1808
+ ]
1809
+
1810
+ [[package]]
1811
+ name = "zmij"
1812
+ version = "1.0.23"
1813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1814
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"