@antprofuse/saddle-skill 0.3.9 → 0.3.11

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,2606 @@
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 = "allocator-api2"
16
+ version = "0.2.21"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
+
20
+ [[package]]
21
+ name = "anyhow"
22
+ version = "1.0.102"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
25
+
26
+ [[package]]
27
+ name = "async-stream"
28
+ version = "0.3.6"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
31
+ dependencies = [
32
+ "async-stream-impl",
33
+ "futures-core",
34
+ "pin-project-lite",
35
+ ]
36
+
37
+ [[package]]
38
+ name = "async-stream-impl"
39
+ version = "0.3.6"
40
+ source = "registry+https://github.com/rust-lang/crates.io-index"
41
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
42
+ dependencies = [
43
+ "proc-macro2",
44
+ "quote",
45
+ "syn 2.0.119",
46
+ ]
47
+
48
+ [[package]]
49
+ name = "async-trait"
50
+ version = "0.1.91"
51
+ source = "registry+https://github.com/rust-lang/crates.io-index"
52
+ checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
53
+ dependencies = [
54
+ "proc-macro2",
55
+ "quote",
56
+ "syn 3.0.3",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "atoi"
61
+ version = "2.0.0"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
64
+ dependencies = [
65
+ "num-traits",
66
+ ]
67
+
68
+ [[package]]
69
+ name = "atomic-waker"
70
+ version = "1.1.2"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
73
+
74
+ [[package]]
75
+ name = "autocfg"
76
+ version = "1.5.1"
77
+ source = "registry+https://github.com/rust-lang/crates.io-index"
78
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
79
+
80
+ [[package]]
81
+ name = "axum"
82
+ version = "0.7.9"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
85
+ dependencies = [
86
+ "async-trait",
87
+ "axum-core",
88
+ "bytes",
89
+ "futures-util",
90
+ "http",
91
+ "http-body",
92
+ "http-body-util",
93
+ "itoa",
94
+ "matchit",
95
+ "memchr",
96
+ "mime",
97
+ "percent-encoding",
98
+ "pin-project-lite",
99
+ "rustversion",
100
+ "serde",
101
+ "sync_wrapper",
102
+ "tower 0.5.3",
103
+ "tower-layer",
104
+ "tower-service",
105
+ ]
106
+
107
+ [[package]]
108
+ name = "axum-core"
109
+ version = "0.4.5"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
112
+ dependencies = [
113
+ "async-trait",
114
+ "bytes",
115
+ "futures-util",
116
+ "http",
117
+ "http-body",
118
+ "http-body-util",
119
+ "mime",
120
+ "pin-project-lite",
121
+ "rustversion",
122
+ "sync_wrapper",
123
+ "tower-layer",
124
+ "tower-service",
125
+ ]
126
+
127
+ [[package]]
128
+ name = "base64"
129
+ version = "0.22.1"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
132
+
133
+ [[package]]
134
+ name = "base64ct"
135
+ version = "1.8.3"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
138
+
139
+ [[package]]
140
+ name = "bitflags"
141
+ version = "2.13.1"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
144
+ dependencies = [
145
+ "serde_core",
146
+ ]
147
+
148
+ [[package]]
149
+ name = "block-buffer"
150
+ version = "0.10.4"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
153
+ dependencies = [
154
+ "generic-array",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "byteorder"
159
+ version = "1.5.0"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
162
+
163
+ [[package]]
164
+ name = "bytes"
165
+ version = "1.12.1"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
168
+
169
+ [[package]]
170
+ name = "cc"
171
+ version = "1.4.2"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
174
+ dependencies = [
175
+ "find-msvc-tools",
176
+ "shlex",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "cfg-if"
181
+ version = "1.0.4"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
184
+
185
+ [[package]]
186
+ name = "const-oid"
187
+ version = "0.9.6"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
190
+
191
+ [[package]]
192
+ name = "core-foundation"
193
+ version = "0.10.1"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
196
+ dependencies = [
197
+ "core-foundation-sys",
198
+ "libc",
199
+ ]
200
+
201
+ [[package]]
202
+ name = "core-foundation-sys"
203
+ version = "0.8.7"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
206
+
207
+ [[package]]
208
+ name = "cpufeatures"
209
+ version = "0.2.17"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
212
+ dependencies = [
213
+ "libc",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "crc"
218
+ version = "3.4.0"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
221
+ dependencies = [
222
+ "crc-catalog",
223
+ ]
224
+
225
+ [[package]]
226
+ name = "crc-catalog"
227
+ version = "2.5.0"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
230
+
231
+ [[package]]
232
+ name = "crossbeam-queue"
233
+ version = "0.3.13"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
236
+ dependencies = [
237
+ "crossbeam-utils",
238
+ ]
239
+
240
+ [[package]]
241
+ name = "crossbeam-utils"
242
+ version = "0.8.22"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
245
+
246
+ [[package]]
247
+ name = "crypto-common"
248
+ version = "0.1.7"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
251
+ dependencies = [
252
+ "generic-array",
253
+ "typenum",
254
+ ]
255
+
256
+ [[package]]
257
+ name = "der"
258
+ version = "0.7.10"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
261
+ dependencies = [
262
+ "const-oid",
263
+ "pem-rfc7468",
264
+ "zeroize",
265
+ ]
266
+
267
+ [[package]]
268
+ name = "deranged"
269
+ version = "0.5.8"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
272
+ dependencies = [
273
+ "powerfmt",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "digest"
278
+ version = "0.10.7"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
281
+ dependencies = [
282
+ "block-buffer",
283
+ "const-oid",
284
+ "crypto-common",
285
+ "subtle",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "displaydoc"
290
+ version = "0.2.7"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
293
+ dependencies = [
294
+ "proc-macro2",
295
+ "quote",
296
+ "syn 3.0.3",
297
+ ]
298
+
299
+ [[package]]
300
+ name = "dotenvy"
301
+ version = "0.15.7"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
304
+
305
+ [[package]]
306
+ name = "either"
307
+ version = "1.17.0"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
310
+ dependencies = [
311
+ "serde",
312
+ ]
313
+
314
+ [[package]]
315
+ name = "equivalent"
316
+ version = "1.0.2"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
319
+
320
+ [[package]]
321
+ name = "errno"
322
+ version = "0.3.14"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
325
+ dependencies = [
326
+ "libc",
327
+ "windows-sys 0.61.2",
328
+ ]
329
+
330
+ [[package]]
331
+ name = "event-listener"
332
+ version = "5.4.2"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
335
+ dependencies = [
336
+ "parking",
337
+ "pin-project-lite",
338
+ ]
339
+
340
+ [[package]]
341
+ name = "fastrand"
342
+ version = "2.5.0"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
345
+
346
+ [[package]]
347
+ name = "find-msvc-tools"
348
+ version = "0.1.10"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
351
+
352
+ [[package]]
353
+ name = "fixedbitset"
354
+ version = "0.4.2"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
357
+
358
+ [[package]]
359
+ name = "fnv"
360
+ version = "1.0.7"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
363
+
364
+ [[package]]
365
+ name = "foldhash"
366
+ version = "0.1.5"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
369
+
370
+ [[package]]
371
+ name = "form_urlencoded"
372
+ version = "1.2.2"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
375
+ dependencies = [
376
+ "percent-encoding",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "futures-channel"
381
+ version = "0.3.34"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
384
+ dependencies = [
385
+ "futures-core",
386
+ "futures-sink",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "futures-core"
391
+ version = "0.3.34"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
394
+
395
+ [[package]]
396
+ name = "futures-intrusive"
397
+ version = "0.5.0"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
400
+ dependencies = [
401
+ "futures-core",
402
+ "lock_api",
403
+ "parking_lot",
404
+ ]
405
+
406
+ [[package]]
407
+ name = "futures-io"
408
+ version = "0.3.34"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
411
+
412
+ [[package]]
413
+ name = "futures-sink"
414
+ version = "0.3.34"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
417
+
418
+ [[package]]
419
+ name = "futures-task"
420
+ version = "0.3.34"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
423
+
424
+ [[package]]
425
+ name = "futures-util"
426
+ version = "0.3.34"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
429
+ dependencies = [
430
+ "futures-core",
431
+ "futures-io",
432
+ "futures-sink",
433
+ "futures-task",
434
+ "memchr",
435
+ "pin-project-lite",
436
+ "slab",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "generic-array"
441
+ version = "0.14.7"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
444
+ dependencies = [
445
+ "typenum",
446
+ "version_check",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "getrandom"
451
+ version = "0.2.17"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
454
+ dependencies = [
455
+ "cfg-if",
456
+ "libc",
457
+ "wasi",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "getrandom"
462
+ version = "0.3.4"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
465
+ dependencies = [
466
+ "cfg-if",
467
+ "libc",
468
+ "r-efi 5.3.0",
469
+ "wasip2",
470
+ ]
471
+
472
+ [[package]]
473
+ name = "getrandom"
474
+ version = "0.4.3"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
477
+ dependencies = [
478
+ "cfg-if",
479
+ "libc",
480
+ "r-efi 6.0.0",
481
+ ]
482
+
483
+ [[package]]
484
+ name = "h2"
485
+ version = "0.4.13"
486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
487
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
488
+ dependencies = [
489
+ "atomic-waker",
490
+ "bytes",
491
+ "fnv",
492
+ "futures-core",
493
+ "futures-sink",
494
+ "http",
495
+ "indexmap 2.14.0",
496
+ "slab",
497
+ "tokio",
498
+ "tokio-util",
499
+ "tracing",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "hashbrown"
504
+ version = "0.12.3"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
507
+
508
+ [[package]]
509
+ name = "hashbrown"
510
+ version = "0.15.5"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
513
+ dependencies = [
514
+ "allocator-api2",
515
+ "equivalent",
516
+ "foldhash",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "hashbrown"
521
+ version = "0.17.1"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
524
+
525
+ [[package]]
526
+ name = "hashlink"
527
+ version = "0.10.0"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
530
+ dependencies = [
531
+ "hashbrown 0.15.5",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "heck"
536
+ version = "0.5.0"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
539
+
540
+ [[package]]
541
+ name = "hex"
542
+ version = "0.4.3"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
545
+
546
+ [[package]]
547
+ name = "hkdf"
548
+ version = "0.12.4"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
551
+ dependencies = [
552
+ "hmac",
553
+ ]
554
+
555
+ [[package]]
556
+ name = "hmac"
557
+ version = "0.12.1"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
560
+ dependencies = [
561
+ "digest",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "http"
566
+ version = "1.5.0"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
569
+ dependencies = [
570
+ "bytes",
571
+ "itoa",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "http-body"
576
+ version = "1.1.0"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
579
+ dependencies = [
580
+ "bytes",
581
+ "http",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "http-body-util"
586
+ version = "0.1.4"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
589
+ dependencies = [
590
+ "bytes",
591
+ "futures-core",
592
+ "http",
593
+ "http-body",
594
+ "pin-project-lite",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "httparse"
599
+ version = "1.10.1"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
602
+
603
+ [[package]]
604
+ name = "httpdate"
605
+ version = "1.0.3"
606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
607
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
608
+
609
+ [[package]]
610
+ name = "hyper"
611
+ version = "1.9.0"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
614
+ dependencies = [
615
+ "atomic-waker",
616
+ "bytes",
617
+ "futures-channel",
618
+ "futures-core",
619
+ "h2",
620
+ "http",
621
+ "http-body",
622
+ "httparse",
623
+ "httpdate",
624
+ "itoa",
625
+ "pin-project-lite",
626
+ "smallvec",
627
+ "tokio",
628
+ "want",
629
+ ]
630
+
631
+ [[package]]
632
+ name = "hyper-timeout"
633
+ version = "0.5.2"
634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
635
+ checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
636
+ dependencies = [
637
+ "hyper",
638
+ "hyper-util",
639
+ "pin-project-lite",
640
+ "tokio",
641
+ "tower-service",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "hyper-util"
646
+ version = "0.1.20"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
649
+ dependencies = [
650
+ "bytes",
651
+ "futures-channel",
652
+ "futures-util",
653
+ "http",
654
+ "http-body",
655
+ "hyper",
656
+ "libc",
657
+ "pin-project-lite",
658
+ "socket2 0.6.5",
659
+ "tokio",
660
+ "tower-service",
661
+ "tracing",
662
+ ]
663
+
664
+ [[package]]
665
+ name = "icu_collections"
666
+ version = "2.2.0"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
669
+ dependencies = [
670
+ "displaydoc",
671
+ "potential_utf",
672
+ "utf8_iter",
673
+ "yoke",
674
+ "zerofrom",
675
+ "zerovec",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "icu_locale_core"
680
+ version = "2.2.0"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
683
+ dependencies = [
684
+ "displaydoc",
685
+ "litemap",
686
+ "tinystr",
687
+ "writeable",
688
+ "zerovec",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "icu_normalizer"
693
+ version = "2.2.0"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
696
+ dependencies = [
697
+ "icu_collections",
698
+ "icu_normalizer_data",
699
+ "icu_properties",
700
+ "icu_provider",
701
+ "smallvec",
702
+ "zerovec",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "icu_normalizer_data"
707
+ version = "2.2.0"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
710
+
711
+ [[package]]
712
+ name = "icu_properties"
713
+ version = "2.2.0"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
716
+ dependencies = [
717
+ "icu_collections",
718
+ "icu_locale_core",
719
+ "icu_properties_data",
720
+ "icu_provider",
721
+ "zerotrie",
722
+ "zerovec",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "icu_properties_data"
727
+ version = "2.2.0"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
730
+
731
+ [[package]]
732
+ name = "icu_provider"
733
+ version = "2.2.0"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
736
+ dependencies = [
737
+ "displaydoc",
738
+ "icu_locale_core",
739
+ "writeable",
740
+ "yoke",
741
+ "zerofrom",
742
+ "zerotrie",
743
+ "zerovec",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "idna"
748
+ version = "1.1.0"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
751
+ dependencies = [
752
+ "idna_adapter",
753
+ "smallvec",
754
+ "utf8_iter",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "idna_adapter"
759
+ version = "1.2.2"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
762
+ dependencies = [
763
+ "icu_normalizer",
764
+ "icu_properties",
765
+ ]
766
+
767
+ [[package]]
768
+ name = "indexmap"
769
+ version = "1.9.3"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
772
+ dependencies = [
773
+ "autocfg",
774
+ "hashbrown 0.12.3",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "indexmap"
779
+ version = "2.14.0"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
782
+ dependencies = [
783
+ "equivalent",
784
+ "hashbrown 0.17.1",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "itertools"
789
+ version = "0.14.0"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
792
+ dependencies = [
793
+ "either",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "itoa"
798
+ version = "1.0.18"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
801
+
802
+ [[package]]
803
+ name = "lazy_static"
804
+ version = "1.5.0"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
807
+ dependencies = [
808
+ "spin",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "libc"
813
+ version = "0.2.189"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
816
+
817
+ [[package]]
818
+ name = "libm"
819
+ version = "0.2.16"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
822
+
823
+ [[package]]
824
+ name = "libredox"
825
+ version = "0.1.19"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa"
828
+ dependencies = [
829
+ "bitflags",
830
+ "libc",
831
+ "plain",
832
+ "redox_syscall 0.9.1",
833
+ ]
834
+
835
+ [[package]]
836
+ name = "linux-raw-sys"
837
+ version = "0.4.15"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
840
+
841
+ [[package]]
842
+ name = "linux-raw-sys"
843
+ version = "0.12.1"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
846
+
847
+ [[package]]
848
+ name = "litemap"
849
+ version = "0.8.2"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
852
+
853
+ [[package]]
854
+ name = "lock_api"
855
+ version = "0.4.14"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
858
+ dependencies = [
859
+ "scopeguard",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "log"
864
+ version = "0.4.33"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
867
+
868
+ [[package]]
869
+ name = "matchit"
870
+ version = "0.7.3"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
873
+
874
+ [[package]]
875
+ name = "md-5"
876
+ version = "0.10.6"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
879
+ dependencies = [
880
+ "cfg-if",
881
+ "digest",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "memchr"
886
+ version = "2.8.3"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
889
+
890
+ [[package]]
891
+ name = "mime"
892
+ version = "0.3.17"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
895
+
896
+ [[package]]
897
+ name = "mio"
898
+ version = "1.2.2"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
901
+ dependencies = [
902
+ "libc",
903
+ "wasi",
904
+ "windows-sys 0.61.2",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "multimap"
909
+ version = "0.10.1"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
912
+
913
+ [[package]]
914
+ name = "num-bigint-dig"
915
+ version = "0.8.6"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
918
+ dependencies = [
919
+ "lazy_static",
920
+ "libm",
921
+ "num-integer",
922
+ "num-iter",
923
+ "num-traits",
924
+ "rand",
925
+ "smallvec",
926
+ "zeroize",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "num-conv"
931
+ version = "0.2.1"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
934
+
935
+ [[package]]
936
+ name = "num-integer"
937
+ version = "0.1.47"
938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
939
+ checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
940
+ dependencies = [
941
+ "num-traits",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "num-iter"
946
+ version = "0.1.46"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
949
+ dependencies = [
950
+ "num-integer",
951
+ "num-traits",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "num-traits"
956
+ version = "0.2.19"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
959
+ dependencies = [
960
+ "autocfg",
961
+ "libm",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "num_threads"
966
+ version = "0.1.7"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
969
+ dependencies = [
970
+ "libc",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "once_cell"
975
+ version = "1.21.4"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
978
+
979
+ [[package]]
980
+ name = "openssl-probe"
981
+ version = "0.2.1"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
984
+
985
+ [[package]]
986
+ name = "parking"
987
+ version = "2.2.1"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
990
+
991
+ [[package]]
992
+ name = "parking_lot"
993
+ version = "0.12.5"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
996
+ dependencies = [
997
+ "lock_api",
998
+ "parking_lot_core",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "parking_lot_core"
1003
+ version = "0.9.12"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1006
+ dependencies = [
1007
+ "cfg-if",
1008
+ "libc",
1009
+ "redox_syscall 0.5.18",
1010
+ "smallvec",
1011
+ "windows-link",
1012
+ ]
1013
+
1014
+ [[package]]
1015
+ name = "pem-rfc7468"
1016
+ version = "0.7.0"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1019
+ dependencies = [
1020
+ "base64ct",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "percent-encoding"
1025
+ version = "2.3.2"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1028
+
1029
+ [[package]]
1030
+ name = "petgraph"
1031
+ version = "0.6.5"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
1034
+ dependencies = [
1035
+ "fixedbitset",
1036
+ "indexmap 2.14.0",
1037
+ ]
1038
+
1039
+ [[package]]
1040
+ name = "pin-project"
1041
+ version = "1.1.13"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
1044
+ dependencies = [
1045
+ "pin-project-internal",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "pin-project-internal"
1050
+ version = "1.1.13"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
1053
+ dependencies = [
1054
+ "proc-macro2",
1055
+ "quote",
1056
+ "syn 2.0.119",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "pin-project-lite"
1061
+ version = "0.2.17"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1064
+
1065
+ [[package]]
1066
+ name = "pkcs1"
1067
+ version = "0.7.5"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1070
+ dependencies = [
1071
+ "der",
1072
+ "pkcs8",
1073
+ "spki",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "pkcs8"
1078
+ version = "0.10.2"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1081
+ dependencies = [
1082
+ "der",
1083
+ "spki",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "plain"
1088
+ version = "0.2.3"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1091
+
1092
+ [[package]]
1093
+ name = "potential_utf"
1094
+ version = "0.1.5"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1097
+ dependencies = [
1098
+ "zerovec",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "powerfmt"
1103
+ version = "0.2.0"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1106
+
1107
+ [[package]]
1108
+ name = "ppv-lite86"
1109
+ version = "0.2.21"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1112
+ dependencies = [
1113
+ "zerocopy",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "prettyplease"
1118
+ version = "0.2.37"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1121
+ dependencies = [
1122
+ "proc-macro2",
1123
+ "syn 2.0.119",
1124
+ ]
1125
+
1126
+ [[package]]
1127
+ name = "proc-macro2"
1128
+ version = "1.0.107"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
1131
+ dependencies = [
1132
+ "unicode-ident",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "prost"
1137
+ version = "0.13.5"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
1140
+ dependencies = [
1141
+ "bytes",
1142
+ "prost-derive",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "prost-build"
1147
+ version = "0.13.5"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
1150
+ dependencies = [
1151
+ "heck",
1152
+ "itertools",
1153
+ "log",
1154
+ "multimap",
1155
+ "once_cell",
1156
+ "petgraph",
1157
+ "prettyplease",
1158
+ "prost",
1159
+ "prost-types",
1160
+ "regex",
1161
+ "syn 2.0.119",
1162
+ "tempfile",
1163
+ ]
1164
+
1165
+ [[package]]
1166
+ name = "prost-derive"
1167
+ version = "0.13.5"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
1170
+ dependencies = [
1171
+ "anyhow",
1172
+ "itertools",
1173
+ "proc-macro2",
1174
+ "quote",
1175
+ "syn 2.0.119",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "prost-types"
1180
+ version = "0.13.5"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
1183
+ dependencies = [
1184
+ "prost",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "protoc-bin-vendored"
1189
+ version = "3.2.0"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "d1c381df33c98266b5f08186583660090a4ffa0889e76c7e9a5e175f645a67fa"
1192
+ dependencies = [
1193
+ "protoc-bin-vendored-linux-aarch_64",
1194
+ "protoc-bin-vendored-linux-ppcle_64",
1195
+ "protoc-bin-vendored-linux-s390_64",
1196
+ "protoc-bin-vendored-linux-x86_32",
1197
+ "protoc-bin-vendored-linux-x86_64",
1198
+ "protoc-bin-vendored-macos-aarch_64",
1199
+ "protoc-bin-vendored-macos-x86_64",
1200
+ "protoc-bin-vendored-win32",
1201
+ ]
1202
+
1203
+ [[package]]
1204
+ name = "protoc-bin-vendored-linux-aarch_64"
1205
+ version = "3.2.0"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "c350df4d49b5b9e3ca79f7e646fde2377b199e13cfa87320308397e1f37e1a4c"
1208
+
1209
+ [[package]]
1210
+ name = "protoc-bin-vendored-linux-ppcle_64"
1211
+ version = "3.2.0"
1212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1213
+ checksum = "a55a63e6c7244f19b5c6393f025017eb5d793fd5467823a099740a7a4222440c"
1214
+
1215
+ [[package]]
1216
+ name = "protoc-bin-vendored-linux-s390_64"
1217
+ version = "3.2.0"
1218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1219
+ checksum = "1dba5565db4288e935d5330a07c264a4ee8e4a5b4a4e6f4e83fad824cc32f3b0"
1220
+
1221
+ [[package]]
1222
+ name = "protoc-bin-vendored-linux-x86_32"
1223
+ version = "3.2.0"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "8854774b24ee28b7868cd71dccaae8e02a2365e67a4a87a6cd11ee6cdbdf9cf5"
1226
+
1227
+ [[package]]
1228
+ name = "protoc-bin-vendored-linux-x86_64"
1229
+ version = "3.2.0"
1230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1231
+ checksum = "b38b07546580df720fa464ce124c4b03630a6fb83e05c336fea2a241df7e5d78"
1232
+
1233
+ [[package]]
1234
+ name = "protoc-bin-vendored-macos-aarch_64"
1235
+ version = "3.2.0"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "89278a9926ce312e51f1d999fee8825d324d603213344a9a706daa009f1d8092"
1238
+
1239
+ [[package]]
1240
+ name = "protoc-bin-vendored-macos-x86_64"
1241
+ version = "3.2.0"
1242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1243
+ checksum = "81745feda7ccfb9471d7a4de888f0652e806d5795b61480605d4943176299756"
1244
+
1245
+ [[package]]
1246
+ name = "protoc-bin-vendored-win32"
1247
+ version = "3.2.0"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "95067976aca6421a523e491fce939a3e65249bac4b977adee0ee9771568e8aa3"
1250
+
1251
+ [[package]]
1252
+ name = "quote"
1253
+ version = "1.0.47"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1256
+ dependencies = [
1257
+ "proc-macro2",
1258
+ ]
1259
+
1260
+ [[package]]
1261
+ name = "r-efi"
1262
+ version = "5.3.0"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1265
+
1266
+ [[package]]
1267
+ name = "r-efi"
1268
+ version = "6.0.0"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1271
+
1272
+ [[package]]
1273
+ name = "rand"
1274
+ version = "0.8.7"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
1277
+ dependencies = [
1278
+ "libc",
1279
+ "rand_chacha",
1280
+ "rand_core",
1281
+ ]
1282
+
1283
+ [[package]]
1284
+ name = "rand_chacha"
1285
+ version = "0.3.1"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1288
+ dependencies = [
1289
+ "ppv-lite86",
1290
+ "rand_core",
1291
+ ]
1292
+
1293
+ [[package]]
1294
+ name = "rand_core"
1295
+ version = "0.6.4"
1296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1297
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1298
+ dependencies = [
1299
+ "getrandom 0.2.17",
1300
+ ]
1301
+
1302
+ [[package]]
1303
+ name = "redox_syscall"
1304
+ version = "0.5.18"
1305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1306
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1307
+ dependencies = [
1308
+ "bitflags",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "redox_syscall"
1313
+ version = "0.9.1"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "07507be7b4a5f9f26eeb41eeaebb1f5a7ff29dfb29739facc21d35bf8b11c21e"
1316
+ dependencies = [
1317
+ "bitflags",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "regex"
1322
+ version = "1.13.1"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
1325
+ dependencies = [
1326
+ "aho-corasick",
1327
+ "memchr",
1328
+ "regex-automata",
1329
+ "regex-syntax",
1330
+ ]
1331
+
1332
+ [[package]]
1333
+ name = "regex-automata"
1334
+ version = "0.4.16"
1335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
1337
+ dependencies = [
1338
+ "aho-corasick",
1339
+ "memchr",
1340
+ "regex-syntax",
1341
+ ]
1342
+
1343
+ [[package]]
1344
+ name = "regex-syntax"
1345
+ version = "0.8.11"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1348
+
1349
+ [[package]]
1350
+ name = "ring"
1351
+ version = "0.17.14"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1354
+ dependencies = [
1355
+ "cc",
1356
+ "cfg-if",
1357
+ "getrandom 0.2.17",
1358
+ "libc",
1359
+ "untrusted",
1360
+ "windows-sys 0.52.0",
1361
+ ]
1362
+
1363
+ [[package]]
1364
+ name = "rsa"
1365
+ version = "0.9.10"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
1368
+ dependencies = [
1369
+ "const-oid",
1370
+ "digest",
1371
+ "num-bigint-dig",
1372
+ "num-integer",
1373
+ "num-traits",
1374
+ "pkcs1",
1375
+ "pkcs8",
1376
+ "rand_core",
1377
+ "signature",
1378
+ "spki",
1379
+ "subtle",
1380
+ "zeroize",
1381
+ ]
1382
+
1383
+ [[package]]
1384
+ name = "rustix"
1385
+ version = "0.38.44"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1388
+ dependencies = [
1389
+ "bitflags",
1390
+ "errno",
1391
+ "libc",
1392
+ "linux-raw-sys 0.4.15",
1393
+ "windows-sys 0.59.0",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "rustix"
1398
+ version = "1.1.4"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1401
+ dependencies = [
1402
+ "bitflags",
1403
+ "errno",
1404
+ "libc",
1405
+ "linux-raw-sys 0.12.1",
1406
+ "windows-sys 0.61.2",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "rustls"
1411
+ version = "0.23.43"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
1414
+ dependencies = [
1415
+ "once_cell",
1416
+ "ring",
1417
+ "rustls-pki-types",
1418
+ "rustls-webpki",
1419
+ "subtle",
1420
+ "zeroize",
1421
+ ]
1422
+
1423
+ [[package]]
1424
+ name = "rustls-native-certs"
1425
+ version = "0.8.4"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
1428
+ dependencies = [
1429
+ "openssl-probe",
1430
+ "rustls-pki-types",
1431
+ "schannel",
1432
+ "security-framework",
1433
+ ]
1434
+
1435
+ [[package]]
1436
+ name = "rustls-pki-types"
1437
+ version = "1.15.1"
1438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
1440
+ dependencies = [
1441
+ "zeroize",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "rustls-webpki"
1446
+ version = "0.103.14"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "0527518605e68109d875e248ea259b6758801cf165e4b2c2733ae3b51f12535a"
1449
+ dependencies = [
1450
+ "ring",
1451
+ "rustls-pki-types",
1452
+ "untrusted",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "rustversion"
1457
+ version = "1.0.23"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1460
+
1461
+ [[package]]
1462
+ name = "saddle-0311-consumer"
1463
+ version = "0.0.0"
1464
+ dependencies = [
1465
+ "saddle-framework",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "saddle-admission"
1470
+ version = "0.3.11"
1471
+ dependencies = [
1472
+ "saddle-core",
1473
+ "serde",
1474
+ "serde_json",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "saddle-boundary"
1479
+ version = "0.3.11"
1480
+ dependencies = [
1481
+ "prost",
1482
+ "prost-build",
1483
+ "prost-types",
1484
+ "protoc-bin-vendored",
1485
+ "saddle-core",
1486
+ "saddle-observability",
1487
+ "serde",
1488
+ "serde_json",
1489
+ "sha2",
1490
+ "tonic",
1491
+ "tonic-build",
1492
+ ]
1493
+
1494
+ [[package]]
1495
+ name = "saddle-core"
1496
+ version = "0.3.11"
1497
+ dependencies = [
1498
+ "ring",
1499
+ "rustix 0.38.44",
1500
+ "serde",
1501
+ "serde_json",
1502
+ "sha2",
1503
+ ]
1504
+
1505
+ [[package]]
1506
+ name = "saddle-db"
1507
+ version = "0.3.11"
1508
+ dependencies = [
1509
+ "futures-util",
1510
+ "saddle-admission",
1511
+ "saddle-core",
1512
+ "saddle-observability",
1513
+ "saddle-runtime",
1514
+ "serde",
1515
+ "serde_json",
1516
+ "sha2",
1517
+ "sqlx",
1518
+ "tokio",
1519
+ ]
1520
+
1521
+ [[package]]
1522
+ name = "saddle-framework"
1523
+ version = "0.3.11"
1524
+ dependencies = [
1525
+ "prost",
1526
+ "ring",
1527
+ "saddle-admission",
1528
+ "saddle-boundary",
1529
+ "saddle-core",
1530
+ "saddle-db",
1531
+ "saddle-macros",
1532
+ "saddle-observability",
1533
+ "saddle-runtime",
1534
+ "saddle-service",
1535
+ "serde",
1536
+ "serde_json",
1537
+ "sha2",
1538
+ "tokio",
1539
+ "toml",
1540
+ ]
1541
+
1542
+ [[package]]
1543
+ name = "saddle-macros"
1544
+ version = "0.3.11"
1545
+ dependencies = [
1546
+ "proc-macro2",
1547
+ "protoc-bin-vendored",
1548
+ "quote",
1549
+ "syn 2.0.119",
1550
+ ]
1551
+
1552
+ [[package]]
1553
+ name = "saddle-observability"
1554
+ version = "0.3.11"
1555
+ dependencies = [
1556
+ "getrandom 0.3.4",
1557
+ "rustix 0.38.44",
1558
+ "saddle-admission",
1559
+ "saddle-core",
1560
+ "serde",
1561
+ "serde_json",
1562
+ "sha2",
1563
+ "time",
1564
+ ]
1565
+
1566
+ [[package]]
1567
+ name = "saddle-runtime"
1568
+ version = "0.3.11"
1569
+ dependencies = [
1570
+ "saddle-admission",
1571
+ "saddle-core",
1572
+ "saddle-observability",
1573
+ "serde",
1574
+ "serde_json",
1575
+ "sha2",
1576
+ "tokio",
1577
+ ]
1578
+
1579
+ [[package]]
1580
+ name = "saddle-service"
1581
+ version = "0.3.11"
1582
+ dependencies = [
1583
+ "pin-project-lite",
1584
+ "saddle-admission",
1585
+ "saddle-core",
1586
+ "saddle-db",
1587
+ "saddle-observability",
1588
+ "saddle-runtime",
1589
+ "serde",
1590
+ "serde_json",
1591
+ "sha2",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "schannel"
1596
+ version = "0.1.29"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1599
+ dependencies = [
1600
+ "windows-sys 0.61.2",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "scopeguard"
1605
+ version = "1.2.0"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1608
+
1609
+ [[package]]
1610
+ name = "security-framework"
1611
+ version = "3.7.0"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1614
+ dependencies = [
1615
+ "bitflags",
1616
+ "core-foundation",
1617
+ "core-foundation-sys",
1618
+ "libc",
1619
+ "security-framework-sys",
1620
+ ]
1621
+
1622
+ [[package]]
1623
+ name = "security-framework-sys"
1624
+ version = "2.17.0"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1627
+ dependencies = [
1628
+ "core-foundation-sys",
1629
+ "libc",
1630
+ ]
1631
+
1632
+ [[package]]
1633
+ name = "serde"
1634
+ version = "1.0.229"
1635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1637
+ dependencies = [
1638
+ "serde_core",
1639
+ "serde_derive",
1640
+ ]
1641
+
1642
+ [[package]]
1643
+ name = "serde_core"
1644
+ version = "1.0.229"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1647
+ dependencies = [
1648
+ "serde_derive",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "serde_derive"
1653
+ version = "1.0.229"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1656
+ dependencies = [
1657
+ "proc-macro2",
1658
+ "quote",
1659
+ "syn 3.0.3",
1660
+ ]
1661
+
1662
+ [[package]]
1663
+ name = "serde_json"
1664
+ version = "1.0.151"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1667
+ dependencies = [
1668
+ "itoa",
1669
+ "memchr",
1670
+ "serde",
1671
+ "serde_core",
1672
+ "zmij",
1673
+ ]
1674
+
1675
+ [[package]]
1676
+ name = "serde_spanned"
1677
+ version = "1.1.1"
1678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1679
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1680
+ dependencies = [
1681
+ "serde_core",
1682
+ ]
1683
+
1684
+ [[package]]
1685
+ name = "sha1"
1686
+ version = "0.10.7"
1687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1688
+ checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
1689
+ dependencies = [
1690
+ "cfg-if",
1691
+ "cpufeatures",
1692
+ "digest",
1693
+ ]
1694
+
1695
+ [[package]]
1696
+ name = "sha2"
1697
+ version = "0.10.9"
1698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1699
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1700
+ dependencies = [
1701
+ "cfg-if",
1702
+ "cpufeatures",
1703
+ "digest",
1704
+ ]
1705
+
1706
+ [[package]]
1707
+ name = "shlex"
1708
+ version = "2.0.1"
1709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1711
+
1712
+ [[package]]
1713
+ name = "signal-hook-registry"
1714
+ version = "1.4.8"
1715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1716
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1717
+ dependencies = [
1718
+ "errno",
1719
+ "libc",
1720
+ ]
1721
+
1722
+ [[package]]
1723
+ name = "signature"
1724
+ version = "2.2.0"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1727
+ dependencies = [
1728
+ "digest",
1729
+ "rand_core",
1730
+ ]
1731
+
1732
+ [[package]]
1733
+ name = "slab"
1734
+ version = "0.4.12"
1735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1736
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1737
+
1738
+ [[package]]
1739
+ name = "smallvec"
1740
+ version = "1.15.2"
1741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1742
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1743
+
1744
+ [[package]]
1745
+ name = "socket2"
1746
+ version = "0.5.10"
1747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1748
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1749
+ dependencies = [
1750
+ "libc",
1751
+ "windows-sys 0.52.0",
1752
+ ]
1753
+
1754
+ [[package]]
1755
+ name = "socket2"
1756
+ version = "0.6.5"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1759
+ dependencies = [
1760
+ "libc",
1761
+ "windows-sys 0.61.2",
1762
+ ]
1763
+
1764
+ [[package]]
1765
+ name = "spin"
1766
+ version = "0.9.9"
1767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1768
+ checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
1769
+
1770
+ [[package]]
1771
+ name = "spki"
1772
+ version = "0.7.3"
1773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1775
+ dependencies = [
1776
+ "base64ct",
1777
+ "der",
1778
+ ]
1779
+
1780
+ [[package]]
1781
+ name = "sqlx"
1782
+ version = "0.8.6"
1783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1784
+ checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
1785
+ dependencies = [
1786
+ "sqlx-core",
1787
+ "sqlx-macros",
1788
+ "sqlx-mysql",
1789
+ ]
1790
+
1791
+ [[package]]
1792
+ name = "sqlx-core"
1793
+ version = "0.8.6"
1794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1795
+ checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
1796
+ dependencies = [
1797
+ "base64",
1798
+ "bytes",
1799
+ "crc",
1800
+ "crossbeam-queue",
1801
+ "either",
1802
+ "event-listener",
1803
+ "futures-core",
1804
+ "futures-intrusive",
1805
+ "futures-io",
1806
+ "futures-util",
1807
+ "hashbrown 0.15.5",
1808
+ "hashlink",
1809
+ "indexmap 2.14.0",
1810
+ "log",
1811
+ "memchr",
1812
+ "once_cell",
1813
+ "percent-encoding",
1814
+ "rustls",
1815
+ "rustls-native-certs",
1816
+ "serde",
1817
+ "sha2",
1818
+ "smallvec",
1819
+ "thiserror",
1820
+ "tokio",
1821
+ "tokio-stream",
1822
+ "tracing",
1823
+ "url",
1824
+ ]
1825
+
1826
+ [[package]]
1827
+ name = "sqlx-macros"
1828
+ version = "0.8.6"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
1831
+ dependencies = [
1832
+ "proc-macro2",
1833
+ "quote",
1834
+ "sqlx-core",
1835
+ "sqlx-macros-core",
1836
+ "syn 2.0.119",
1837
+ ]
1838
+
1839
+ [[package]]
1840
+ name = "sqlx-macros-core"
1841
+ version = "0.8.6"
1842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1843
+ checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
1844
+ dependencies = [
1845
+ "dotenvy",
1846
+ "either",
1847
+ "heck",
1848
+ "hex",
1849
+ "once_cell",
1850
+ "proc-macro2",
1851
+ "quote",
1852
+ "serde",
1853
+ "serde_json",
1854
+ "sha2",
1855
+ "sqlx-core",
1856
+ "sqlx-mysql",
1857
+ "syn 2.0.119",
1858
+ "tokio",
1859
+ "url",
1860
+ ]
1861
+
1862
+ [[package]]
1863
+ name = "sqlx-mysql"
1864
+ version = "0.8.6"
1865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1866
+ checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
1867
+ dependencies = [
1868
+ "atoi",
1869
+ "base64",
1870
+ "bitflags",
1871
+ "byteorder",
1872
+ "bytes",
1873
+ "crc",
1874
+ "digest",
1875
+ "dotenvy",
1876
+ "either",
1877
+ "futures-channel",
1878
+ "futures-core",
1879
+ "futures-io",
1880
+ "futures-util",
1881
+ "generic-array",
1882
+ "hex",
1883
+ "hkdf",
1884
+ "hmac",
1885
+ "itoa",
1886
+ "log",
1887
+ "md-5",
1888
+ "memchr",
1889
+ "once_cell",
1890
+ "percent-encoding",
1891
+ "rand",
1892
+ "rsa",
1893
+ "serde",
1894
+ "sha1",
1895
+ "sha2",
1896
+ "smallvec",
1897
+ "sqlx-core",
1898
+ "stringprep",
1899
+ "thiserror",
1900
+ "tracing",
1901
+ "whoami",
1902
+ ]
1903
+
1904
+ [[package]]
1905
+ name = "stable_deref_trait"
1906
+ version = "1.2.1"
1907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1908
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1909
+
1910
+ [[package]]
1911
+ name = "stringprep"
1912
+ version = "0.1.5"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
1915
+ dependencies = [
1916
+ "unicode-bidi",
1917
+ "unicode-normalization",
1918
+ "unicode-properties",
1919
+ ]
1920
+
1921
+ [[package]]
1922
+ name = "subtle"
1923
+ version = "2.6.1"
1924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1926
+
1927
+ [[package]]
1928
+ name = "syn"
1929
+ version = "2.0.119"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1932
+ dependencies = [
1933
+ "proc-macro2",
1934
+ "quote",
1935
+ "unicode-ident",
1936
+ ]
1937
+
1938
+ [[package]]
1939
+ name = "syn"
1940
+ version = "3.0.3"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1943
+ dependencies = [
1944
+ "proc-macro2",
1945
+ "quote",
1946
+ "unicode-ident",
1947
+ ]
1948
+
1949
+ [[package]]
1950
+ name = "sync_wrapper"
1951
+ version = "1.0.2"
1952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1953
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1954
+
1955
+ [[package]]
1956
+ name = "synstructure"
1957
+ version = "0.13.2"
1958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1960
+ dependencies = [
1961
+ "proc-macro2",
1962
+ "quote",
1963
+ "syn 2.0.119",
1964
+ ]
1965
+
1966
+ [[package]]
1967
+ name = "tempfile"
1968
+ version = "3.27.0"
1969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1971
+ dependencies = [
1972
+ "fastrand",
1973
+ "getrandom 0.4.3",
1974
+ "once_cell",
1975
+ "rustix 1.1.4",
1976
+ "windows-sys 0.61.2",
1977
+ ]
1978
+
1979
+ [[package]]
1980
+ name = "thiserror"
1981
+ version = "2.0.20"
1982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1983
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1984
+ dependencies = [
1985
+ "thiserror-impl",
1986
+ ]
1987
+
1988
+ [[package]]
1989
+ name = "thiserror-impl"
1990
+ version = "2.0.20"
1991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1992
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
1993
+ dependencies = [
1994
+ "proc-macro2",
1995
+ "quote",
1996
+ "syn 3.0.3",
1997
+ ]
1998
+
1999
+ [[package]]
2000
+ name = "time"
2001
+ version = "0.3.47"
2002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2003
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2004
+ dependencies = [
2005
+ "deranged",
2006
+ "itoa",
2007
+ "libc",
2008
+ "num-conv",
2009
+ "num_threads",
2010
+ "powerfmt",
2011
+ "serde_core",
2012
+ "time-core",
2013
+ "time-macros",
2014
+ ]
2015
+
2016
+ [[package]]
2017
+ name = "time-core"
2018
+ version = "0.1.8"
2019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2020
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2021
+
2022
+ [[package]]
2023
+ name = "time-macros"
2024
+ version = "0.2.27"
2025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2026
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2027
+ dependencies = [
2028
+ "num-conv",
2029
+ "time-core",
2030
+ ]
2031
+
2032
+ [[package]]
2033
+ name = "tinystr"
2034
+ version = "0.8.3"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2037
+ dependencies = [
2038
+ "displaydoc",
2039
+ "zerovec",
2040
+ ]
2041
+
2042
+ [[package]]
2043
+ name = "tinyvec"
2044
+ version = "1.12.0"
2045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
2047
+ dependencies = [
2048
+ "tinyvec_macros",
2049
+ ]
2050
+
2051
+ [[package]]
2052
+ name = "tinyvec_macros"
2053
+ version = "0.1.1"
2054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2055
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2056
+
2057
+ [[package]]
2058
+ name = "tokio"
2059
+ version = "1.53.1"
2060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2061
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
2062
+ dependencies = [
2063
+ "bytes",
2064
+ "libc",
2065
+ "mio",
2066
+ "pin-project-lite",
2067
+ "signal-hook-registry",
2068
+ "socket2 0.6.5",
2069
+ "tokio-macros",
2070
+ "windows-sys 0.61.2",
2071
+ ]
2072
+
2073
+ [[package]]
2074
+ name = "tokio-macros"
2075
+ version = "2.7.2"
2076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2077
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
2078
+ dependencies = [
2079
+ "proc-macro2",
2080
+ "quote",
2081
+ "syn 3.0.3",
2082
+ ]
2083
+
2084
+ [[package]]
2085
+ name = "tokio-stream"
2086
+ version = "0.1.19"
2087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+ checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
2089
+ dependencies = [
2090
+ "futures-core",
2091
+ "pin-project-lite",
2092
+ "tokio",
2093
+ ]
2094
+
2095
+ [[package]]
2096
+ name = "tokio-util"
2097
+ version = "0.7.18"
2098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2099
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2100
+ dependencies = [
2101
+ "bytes",
2102
+ "futures-core",
2103
+ "futures-sink",
2104
+ "pin-project-lite",
2105
+ "tokio",
2106
+ ]
2107
+
2108
+ [[package]]
2109
+ name = "toml"
2110
+ version = "0.9.12+spec-1.1.0"
2111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
2113
+ dependencies = [
2114
+ "indexmap 2.14.0",
2115
+ "serde_core",
2116
+ "serde_spanned",
2117
+ "toml_datetime",
2118
+ "toml_parser",
2119
+ "toml_writer",
2120
+ "winnow 0.7.15",
2121
+ ]
2122
+
2123
+ [[package]]
2124
+ name = "toml_datetime"
2125
+ version = "0.7.5+spec-1.1.0"
2126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2127
+ checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
2128
+ dependencies = [
2129
+ "serde_core",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "toml_parser"
2134
+ version = "1.1.3+spec-1.1.0"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
2137
+ dependencies = [
2138
+ "winnow 1.0.4",
2139
+ ]
2140
+
2141
+ [[package]]
2142
+ name = "toml_writer"
2143
+ version = "1.1.2+spec-1.1.0"
2144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2145
+ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
2146
+
2147
+ [[package]]
2148
+ name = "tonic"
2149
+ version = "0.12.3"
2150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+ checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
2152
+ dependencies = [
2153
+ "async-stream",
2154
+ "async-trait",
2155
+ "axum",
2156
+ "base64",
2157
+ "bytes",
2158
+ "h2",
2159
+ "http",
2160
+ "http-body",
2161
+ "http-body-util",
2162
+ "hyper",
2163
+ "hyper-timeout",
2164
+ "hyper-util",
2165
+ "percent-encoding",
2166
+ "pin-project",
2167
+ "prost",
2168
+ "socket2 0.5.10",
2169
+ "tokio",
2170
+ "tokio-stream",
2171
+ "tower 0.4.13",
2172
+ "tower-layer",
2173
+ "tower-service",
2174
+ "tracing",
2175
+ ]
2176
+
2177
+ [[package]]
2178
+ name = "tonic-build"
2179
+ version = "0.12.3"
2180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+ checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11"
2182
+ dependencies = [
2183
+ "prettyplease",
2184
+ "proc-macro2",
2185
+ "prost-build",
2186
+ "prost-types",
2187
+ "quote",
2188
+ "syn 2.0.119",
2189
+ ]
2190
+
2191
+ [[package]]
2192
+ name = "tower"
2193
+ version = "0.4.13"
2194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2195
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2196
+ dependencies = [
2197
+ "futures-core",
2198
+ "futures-util",
2199
+ "indexmap 1.9.3",
2200
+ "pin-project",
2201
+ "pin-project-lite",
2202
+ "rand",
2203
+ "slab",
2204
+ "tokio",
2205
+ "tokio-util",
2206
+ "tower-layer",
2207
+ "tower-service",
2208
+ "tracing",
2209
+ ]
2210
+
2211
+ [[package]]
2212
+ name = "tower"
2213
+ version = "0.5.3"
2214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2215
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2216
+ dependencies = [
2217
+ "futures-core",
2218
+ "futures-util",
2219
+ "pin-project-lite",
2220
+ "sync_wrapper",
2221
+ "tower-layer",
2222
+ "tower-service",
2223
+ ]
2224
+
2225
+ [[package]]
2226
+ name = "tower-layer"
2227
+ version = "0.3.3"
2228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2229
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2230
+
2231
+ [[package]]
2232
+ name = "tower-service"
2233
+ version = "0.3.3"
2234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2235
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2236
+
2237
+ [[package]]
2238
+ name = "tracing"
2239
+ version = "0.1.44"
2240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2242
+ dependencies = [
2243
+ "log",
2244
+ "pin-project-lite",
2245
+ "tracing-attributes",
2246
+ "tracing-core",
2247
+ ]
2248
+
2249
+ [[package]]
2250
+ name = "tracing-attributes"
2251
+ version = "0.1.31"
2252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2253
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2254
+ dependencies = [
2255
+ "proc-macro2",
2256
+ "quote",
2257
+ "syn 2.0.119",
2258
+ ]
2259
+
2260
+ [[package]]
2261
+ name = "tracing-core"
2262
+ version = "0.1.36"
2263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2264
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2265
+ dependencies = [
2266
+ "once_cell",
2267
+ ]
2268
+
2269
+ [[package]]
2270
+ name = "try-lock"
2271
+ version = "0.2.5"
2272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2273
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2274
+
2275
+ [[package]]
2276
+ name = "typenum"
2277
+ version = "1.20.1"
2278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2279
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2280
+
2281
+ [[package]]
2282
+ name = "unicode-bidi"
2283
+ version = "0.3.18"
2284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2285
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2286
+
2287
+ [[package]]
2288
+ name = "unicode-ident"
2289
+ version = "1.0.24"
2290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2291
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2292
+
2293
+ [[package]]
2294
+ name = "unicode-normalization"
2295
+ version = "0.1.25"
2296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2297
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2298
+ dependencies = [
2299
+ "tinyvec",
2300
+ ]
2301
+
2302
+ [[package]]
2303
+ name = "unicode-properties"
2304
+ version = "0.1.4"
2305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2306
+ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2307
+
2308
+ [[package]]
2309
+ name = "untrusted"
2310
+ version = "0.9.0"
2311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2312
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2313
+
2314
+ [[package]]
2315
+ name = "url"
2316
+ version = "2.5.8"
2317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2319
+ dependencies = [
2320
+ "form_urlencoded",
2321
+ "idna",
2322
+ "percent-encoding",
2323
+ "serde",
2324
+ ]
2325
+
2326
+ [[package]]
2327
+ name = "utf8_iter"
2328
+ version = "1.0.4"
2329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2330
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2331
+
2332
+ [[package]]
2333
+ name = "version_check"
2334
+ version = "0.9.5"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2337
+
2338
+ [[package]]
2339
+ name = "want"
2340
+ version = "0.3.1"
2341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2342
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2343
+ dependencies = [
2344
+ "try-lock",
2345
+ ]
2346
+
2347
+ [[package]]
2348
+ name = "wasi"
2349
+ version = "0.11.1+wasi-snapshot-preview1"
2350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2351
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2352
+
2353
+ [[package]]
2354
+ name = "wasip2"
2355
+ version = "1.0.4+wasi-0.2.12"
2356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2357
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2358
+ dependencies = [
2359
+ "wit-bindgen",
2360
+ ]
2361
+
2362
+ [[package]]
2363
+ name = "wasite"
2364
+ version = "0.1.0"
2365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2366
+ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2367
+
2368
+ [[package]]
2369
+ name = "whoami"
2370
+ version = "1.6.1"
2371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2372
+ checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
2373
+ dependencies = [
2374
+ "libredox",
2375
+ "wasite",
2376
+ ]
2377
+
2378
+ [[package]]
2379
+ name = "windows-link"
2380
+ version = "0.2.1"
2381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2382
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2383
+
2384
+ [[package]]
2385
+ name = "windows-sys"
2386
+ version = "0.52.0"
2387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2388
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2389
+ dependencies = [
2390
+ "windows-targets",
2391
+ ]
2392
+
2393
+ [[package]]
2394
+ name = "windows-sys"
2395
+ version = "0.59.0"
2396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2397
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2398
+ dependencies = [
2399
+ "windows-targets",
2400
+ ]
2401
+
2402
+ [[package]]
2403
+ name = "windows-sys"
2404
+ version = "0.61.2"
2405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2406
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2407
+ dependencies = [
2408
+ "windows-link",
2409
+ ]
2410
+
2411
+ [[package]]
2412
+ name = "windows-targets"
2413
+ version = "0.52.6"
2414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2415
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2416
+ dependencies = [
2417
+ "windows_aarch64_gnullvm",
2418
+ "windows_aarch64_msvc",
2419
+ "windows_i686_gnu",
2420
+ "windows_i686_gnullvm",
2421
+ "windows_i686_msvc",
2422
+ "windows_x86_64_gnu",
2423
+ "windows_x86_64_gnullvm",
2424
+ "windows_x86_64_msvc",
2425
+ ]
2426
+
2427
+ [[package]]
2428
+ name = "windows_aarch64_gnullvm"
2429
+ version = "0.52.6"
2430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2432
+
2433
+ [[package]]
2434
+ name = "windows_aarch64_msvc"
2435
+ version = "0.52.6"
2436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2437
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2438
+
2439
+ [[package]]
2440
+ name = "windows_i686_gnu"
2441
+ version = "0.52.6"
2442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2443
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2444
+
2445
+ [[package]]
2446
+ name = "windows_i686_gnullvm"
2447
+ version = "0.52.6"
2448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2449
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2450
+
2451
+ [[package]]
2452
+ name = "windows_i686_msvc"
2453
+ version = "0.52.6"
2454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2455
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2456
+
2457
+ [[package]]
2458
+ name = "windows_x86_64_gnu"
2459
+ version = "0.52.6"
2460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2461
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2462
+
2463
+ [[package]]
2464
+ name = "windows_x86_64_gnullvm"
2465
+ version = "0.52.6"
2466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2467
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2468
+
2469
+ [[package]]
2470
+ name = "windows_x86_64_msvc"
2471
+ version = "0.52.6"
2472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2473
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2474
+
2475
+ [[package]]
2476
+ name = "winnow"
2477
+ version = "0.7.15"
2478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2480
+
2481
+ [[package]]
2482
+ name = "winnow"
2483
+ version = "1.0.4"
2484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2485
+ checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
2486
+
2487
+ [[package]]
2488
+ name = "wit-bindgen"
2489
+ version = "0.57.1"
2490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2491
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2492
+
2493
+ [[package]]
2494
+ name = "writeable"
2495
+ version = "0.6.3"
2496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2497
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2498
+
2499
+ [[package]]
2500
+ name = "yoke"
2501
+ version = "0.8.3"
2502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2503
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2504
+ dependencies = [
2505
+ "stable_deref_trait",
2506
+ "yoke-derive",
2507
+ "zerofrom",
2508
+ ]
2509
+
2510
+ [[package]]
2511
+ name = "yoke-derive"
2512
+ version = "0.8.2"
2513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2514
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2515
+ dependencies = [
2516
+ "proc-macro2",
2517
+ "quote",
2518
+ "syn 2.0.119",
2519
+ "synstructure",
2520
+ ]
2521
+
2522
+ [[package]]
2523
+ name = "zerocopy"
2524
+ version = "0.8.56"
2525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2526
+ checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
2527
+ dependencies = [
2528
+ "zerocopy-derive",
2529
+ ]
2530
+
2531
+ [[package]]
2532
+ name = "zerocopy-derive"
2533
+ version = "0.8.56"
2534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2535
+ checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
2536
+ dependencies = [
2537
+ "proc-macro2",
2538
+ "quote",
2539
+ "syn 2.0.119",
2540
+ ]
2541
+
2542
+ [[package]]
2543
+ name = "zerofrom"
2544
+ version = "0.1.8"
2545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2546
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2547
+ dependencies = [
2548
+ "zerofrom-derive",
2549
+ ]
2550
+
2551
+ [[package]]
2552
+ name = "zerofrom-derive"
2553
+ version = "0.1.7"
2554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2555
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2556
+ dependencies = [
2557
+ "proc-macro2",
2558
+ "quote",
2559
+ "syn 2.0.119",
2560
+ "synstructure",
2561
+ ]
2562
+
2563
+ [[package]]
2564
+ name = "zeroize"
2565
+ version = "1.9.0"
2566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2567
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2568
+
2569
+ [[package]]
2570
+ name = "zerotrie"
2571
+ version = "0.2.4"
2572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2573
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2574
+ dependencies = [
2575
+ "displaydoc",
2576
+ "yoke",
2577
+ "zerofrom",
2578
+ ]
2579
+
2580
+ [[package]]
2581
+ name = "zerovec"
2582
+ version = "0.11.6"
2583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2584
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2585
+ dependencies = [
2586
+ "yoke",
2587
+ "zerofrom",
2588
+ "zerovec-derive",
2589
+ ]
2590
+
2591
+ [[package]]
2592
+ name = "zerovec-derive"
2593
+ version = "0.11.3"
2594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2595
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2596
+ dependencies = [
2597
+ "proc-macro2",
2598
+ "quote",
2599
+ "syn 2.0.119",
2600
+ ]
2601
+
2602
+ [[package]]
2603
+ name = "zmij"
2604
+ version = "1.0.23"
2605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2606
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"