taskturbine 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. taskturbine-0.1.0/Cargo.lock +2917 -0
  2. taskturbine-0.1.0/Cargo.toml +12 -0
  3. taskturbine-0.1.0/PKG-INFO +186 -0
  4. taskturbine-0.1.0/pyproject.toml +38 -0
  5. taskturbine-0.1.0/python/taskturbine/__init__.py +304 -0
  6. taskturbine-0.1.0/python/taskturbine/asynclib.py +635 -0
  7. taskturbine-0.1.0/python/taskturbine/context.py +196 -0
  8. taskturbine-0.1.0/python/taskturbine/metrics.py +50 -0
  9. taskturbine-0.1.0/python/taskturbine/models.py +43 -0
  10. taskturbine-0.1.0/python/taskturbine/serializer.py +25 -0
  11. taskturbine-0.1.0/python/taskturbine/taskturbine.pyi +556 -0
  12. taskturbine-0.1.0/python/taskturbine/worker.py +478 -0
  13. taskturbine-0.1.0/taskturbine-core/Cargo.toml +21 -0
  14. taskturbine-0.1.0/taskturbine-core/migrations/0001_initial-schema.sql +82 -0
  15. taskturbine-0.1.0/taskturbine-core/migrations/0002_scheduler_storage.sql +6 -0
  16. taskturbine-0.1.0/taskturbine-core/src/config.rs +89 -0
  17. taskturbine-0.1.0/taskturbine-core/src/lib.rs +9 -0
  18. taskturbine-0.1.0/taskturbine-core/src/models.rs +348 -0
  19. taskturbine-0.1.0/taskturbine-core/src/storage.rs +2421 -0
  20. taskturbine-0.1.0/taskturbine-core/src/testutils.rs +44 -0
  21. taskturbine-0.1.0/taskturbine-python/.python-version +1 -0
  22. taskturbine-0.1.0/taskturbine-python/Cargo.toml +16 -0
  23. taskturbine-0.1.0/taskturbine-python/README.md +176 -0
  24. taskturbine-0.1.0/taskturbine-python/python/taskturbine/__init__.py +304 -0
  25. taskturbine-0.1.0/taskturbine-python/python/taskturbine/asynclib.py +635 -0
  26. taskturbine-0.1.0/taskturbine-python/python/taskturbine/context.py +196 -0
  27. taskturbine-0.1.0/taskturbine-python/python/taskturbine/metrics.py +50 -0
  28. taskturbine-0.1.0/taskturbine-python/python/taskturbine/models.py +43 -0
  29. taskturbine-0.1.0/taskturbine-python/python/taskturbine/serializer.py +25 -0
  30. taskturbine-0.1.0/taskturbine-python/python/taskturbine/taskturbine.pyi +556 -0
  31. taskturbine-0.1.0/taskturbine-python/python/taskturbine/worker.py +478 -0
  32. taskturbine-0.1.0/taskturbine-python/python/tests/__init__.py +0 -0
  33. taskturbine-0.1.0/taskturbine-python/python/tests/conftest.py +80 -0
  34. taskturbine-0.1.0/taskturbine-python/python/tests/demo.py +37 -0
  35. taskturbine-0.1.0/taskturbine-python/python/tests/test_app.py +197 -0
  36. taskturbine-0.1.0/taskturbine-python/python/tests/test_asynccontext.py +356 -0
  37. taskturbine-0.1.0/taskturbine-python/python/tests/test_asynclib.py +208 -0
  38. taskturbine-0.1.0/taskturbine-python/python/tests/test_asyncworker.py +218 -0
  39. taskturbine-0.1.0/taskturbine-python/python/tests/test_config.py +17 -0
  40. taskturbine-0.1.0/taskturbine-python/python/tests/test_context.py +346 -0
  41. taskturbine-0.1.0/taskturbine-python/python/tests/test_worker.py +179 -0
  42. taskturbine-0.1.0/taskturbine-python/sdist/taskturbine_python-0.1.0-cp313-cp313-manylinux_2_34_x86_64.whl +0 -0
  43. taskturbine-0.1.0/taskturbine-python/src/asynclib.rs +433 -0
  44. taskturbine-0.1.0/taskturbine-python/src/config.rs +138 -0
  45. taskturbine-0.1.0/taskturbine-python/src/lib.rs +510 -0
  46. taskturbine-0.1.0/taskturbine-python/src/models.rs +289 -0
  47. taskturbine-0.1.0/taskturbine-python/uv.lock +333 -0
@@ -0,0 +1,2917 @@
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 = "android_system_properties"
13
+ version = "0.1.5"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16
+ dependencies = [
17
+ "libc",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstream"
22
+ version = "1.0.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
25
+ dependencies = [
26
+ "anstyle",
27
+ "anstyle-parse",
28
+ "anstyle-query",
29
+ "anstyle-wincon",
30
+ "colorchoice",
31
+ "is_terminal_polyfill",
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle"
37
+ version = "1.0.14"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
40
+
41
+ [[package]]
42
+ name = "anstyle-parse"
43
+ version = "1.0.0"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
46
+ dependencies = [
47
+ "utf8parse",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-query"
52
+ version = "1.1.5"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
55
+ dependencies = [
56
+ "windows-sys 0.61.2",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-wincon"
61
+ version = "3.0.11"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
64
+ dependencies = [
65
+ "anstyle",
66
+ "once_cell_polyfill",
67
+ "windows-sys 0.61.2",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anyhow"
72
+ version = "1.0.102"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
75
+
76
+ [[package]]
77
+ name = "async-channel"
78
+ version = "2.5.0"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
81
+ dependencies = [
82
+ "concurrent-queue",
83
+ "event-listener-strategy",
84
+ "futures-core",
85
+ "pin-project-lite",
86
+ ]
87
+
88
+ [[package]]
89
+ name = "atoi"
90
+ version = "2.0.0"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
93
+ dependencies = [
94
+ "num-traits",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "atomic"
99
+ version = "0.6.1"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
102
+ dependencies = [
103
+ "bytemuck",
104
+ ]
105
+
106
+ [[package]]
107
+ name = "atomic-waker"
108
+ version = "1.1.2"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
111
+
112
+ [[package]]
113
+ name = "autocfg"
114
+ version = "1.5.0"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
117
+
118
+ [[package]]
119
+ name = "axum"
120
+ version = "0.8.9"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
123
+ dependencies = [
124
+ "axum-core",
125
+ "bytes",
126
+ "form_urlencoded",
127
+ "futures-util",
128
+ "http",
129
+ "http-body",
130
+ "http-body-util",
131
+ "hyper",
132
+ "hyper-util",
133
+ "itoa",
134
+ "matchit",
135
+ "memchr",
136
+ "mime",
137
+ "percent-encoding",
138
+ "pin-project-lite",
139
+ "serde_core",
140
+ "serde_json",
141
+ "serde_path_to_error",
142
+ "serde_urlencoded",
143
+ "sync_wrapper",
144
+ "tokio",
145
+ "tower",
146
+ "tower-layer",
147
+ "tower-service",
148
+ "tracing",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "axum-core"
153
+ version = "0.5.6"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
156
+ dependencies = [
157
+ "bytes",
158
+ "futures-core",
159
+ "http",
160
+ "http-body",
161
+ "http-body-util",
162
+ "mime",
163
+ "pin-project-lite",
164
+ "sync_wrapper",
165
+ "tower-layer",
166
+ "tower-service",
167
+ "tracing",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "base64"
172
+ version = "0.22.1"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
175
+
176
+ [[package]]
177
+ name = "base64ct"
178
+ version = "1.8.3"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
181
+
182
+ [[package]]
183
+ name = "bitflags"
184
+ version = "2.11.1"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
187
+ dependencies = [
188
+ "serde_core",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "block-buffer"
193
+ version = "0.10.4"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
196
+ dependencies = [
197
+ "generic-array",
198
+ ]
199
+
200
+ [[package]]
201
+ name = "bumpalo"
202
+ version = "3.20.2"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
205
+
206
+ [[package]]
207
+ name = "bytemuck"
208
+ version = "1.25.0"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
211
+
212
+ [[package]]
213
+ name = "byteorder"
214
+ version = "1.5.0"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
217
+
218
+ [[package]]
219
+ name = "bytes"
220
+ version = "1.11.1"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
223
+
224
+ [[package]]
225
+ name = "cc"
226
+ version = "1.2.60"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
229
+ dependencies = [
230
+ "find-msvc-tools",
231
+ "shlex",
232
+ ]
233
+
234
+ [[package]]
235
+ name = "cfg-if"
236
+ version = "1.0.4"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
239
+
240
+ [[package]]
241
+ name = "chrono"
242
+ version = "0.4.44"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
245
+ dependencies = [
246
+ "iana-time-zone",
247
+ "js-sys",
248
+ "num-traits",
249
+ "wasm-bindgen",
250
+ "windows-link",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "clap"
255
+ version = "4.6.1"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
258
+ dependencies = [
259
+ "clap_builder",
260
+ "clap_derive",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "clap_builder"
265
+ version = "4.6.0"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
268
+ dependencies = [
269
+ "anstream",
270
+ "anstyle",
271
+ "clap_lex",
272
+ "strsim",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "clap_derive"
277
+ version = "4.6.1"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
280
+ dependencies = [
281
+ "heck",
282
+ "proc-macro2",
283
+ "quote",
284
+ "syn",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "clap_lex"
289
+ version = "1.1.0"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
292
+
293
+ [[package]]
294
+ name = "colorchoice"
295
+ version = "1.0.5"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
298
+
299
+ [[package]]
300
+ name = "colored"
301
+ version = "3.1.1"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
304
+ dependencies = [
305
+ "windows-sys 0.61.2",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "concurrent-queue"
310
+ version = "2.5.0"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
313
+ dependencies = [
314
+ "crossbeam-utils",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "const-oid"
319
+ version = "0.9.6"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
322
+
323
+ [[package]]
324
+ name = "core-foundation-sys"
325
+ version = "0.8.7"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
328
+
329
+ [[package]]
330
+ name = "cpufeatures"
331
+ version = "0.2.17"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
334
+ dependencies = [
335
+ "libc",
336
+ ]
337
+
338
+ [[package]]
339
+ name = "crc"
340
+ version = "3.4.0"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
343
+ dependencies = [
344
+ "crc-catalog",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "crc-catalog"
349
+ version = "2.4.0"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
352
+
353
+ [[package]]
354
+ name = "cron"
355
+ version = "0.16.0"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "089df96cf6a25253b4b6b6744d86f91150a3d4df546f31a95def47976b8cba97"
358
+ dependencies = [
359
+ "chrono",
360
+ "once_cell",
361
+ "phf",
362
+ "winnow 0.7.15",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "crossbeam-queue"
367
+ version = "0.3.12"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
370
+ dependencies = [
371
+ "crossbeam-utils",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "crossbeam-utils"
376
+ version = "0.8.21"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
379
+
380
+ [[package]]
381
+ name = "crypto-common"
382
+ version = "0.1.7"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
385
+ dependencies = [
386
+ "generic-array",
387
+ "typenum",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "der"
392
+ version = "0.7.10"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
395
+ dependencies = [
396
+ "const-oid",
397
+ "pem-rfc7468",
398
+ "zeroize",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "deranged"
403
+ version = "0.5.8"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
406
+ dependencies = [
407
+ "powerfmt",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "digest"
412
+ version = "0.10.7"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
415
+ dependencies = [
416
+ "block-buffer",
417
+ "const-oid",
418
+ "crypto-common",
419
+ "subtle",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "displaydoc"
424
+ version = "0.2.5"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
427
+ dependencies = [
428
+ "proc-macro2",
429
+ "quote",
430
+ "syn",
431
+ ]
432
+
433
+ [[package]]
434
+ name = "dotenvy"
435
+ version = "0.15.7"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
438
+
439
+ [[package]]
440
+ name = "either"
441
+ version = "1.15.0"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
444
+ dependencies = [
445
+ "serde",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "elegant-departure"
450
+ version = "0.3.2"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "dd2dc636be64a7402771c4c26324d9fe6c6a36a3d718bc33047aaee981e0fa13"
453
+ dependencies = [
454
+ "futures-util",
455
+ "pin-project-lite",
456
+ "tokio",
457
+ "tokio-util",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "equivalent"
462
+ version = "1.0.2"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
465
+
466
+ [[package]]
467
+ name = "errno"
468
+ version = "0.3.14"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
471
+ dependencies = [
472
+ "libc",
473
+ "windows-sys 0.61.2",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "etcetera"
478
+ version = "0.10.0"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "26c7b13d0780cb82722fd59f6f57f925e143427e4a75313a6c77243bf5326ae6"
481
+ dependencies = [
482
+ "cfg-if",
483
+ "home",
484
+ "windows-sys 0.59.0",
485
+ ]
486
+
487
+ [[package]]
488
+ name = "event-listener"
489
+ version = "5.4.1"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
492
+ dependencies = [
493
+ "concurrent-queue",
494
+ "parking",
495
+ "pin-project-lite",
496
+ ]
497
+
498
+ [[package]]
499
+ name = "event-listener-strategy"
500
+ version = "0.5.4"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
503
+ dependencies = [
504
+ "event-listener",
505
+ "pin-project-lite",
506
+ ]
507
+
508
+ [[package]]
509
+ name = "figment"
510
+ version = "0.10.19"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
513
+ dependencies = [
514
+ "atomic",
515
+ "serde",
516
+ "uncased",
517
+ "version_check",
518
+ ]
519
+
520
+ [[package]]
521
+ name = "find-msvc-tools"
522
+ version = "0.1.9"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
525
+
526
+ [[package]]
527
+ name = "flume"
528
+ version = "0.11.1"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
531
+ dependencies = [
532
+ "futures-core",
533
+ "futures-sink",
534
+ "spin",
535
+ ]
536
+
537
+ [[package]]
538
+ name = "foldhash"
539
+ version = "0.1.5"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
542
+
543
+ [[package]]
544
+ name = "foldhash"
545
+ version = "0.2.0"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
548
+
549
+ [[package]]
550
+ name = "form_urlencoded"
551
+ version = "1.2.2"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
554
+ dependencies = [
555
+ "percent-encoding",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "futures"
560
+ version = "0.3.32"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
563
+ dependencies = [
564
+ "futures-channel",
565
+ "futures-core",
566
+ "futures-executor",
567
+ "futures-io",
568
+ "futures-sink",
569
+ "futures-task",
570
+ "futures-util",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "futures-channel"
575
+ version = "0.3.32"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
578
+ dependencies = [
579
+ "futures-core",
580
+ "futures-sink",
581
+ ]
582
+
583
+ [[package]]
584
+ name = "futures-core"
585
+ version = "0.3.32"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
588
+
589
+ [[package]]
590
+ name = "futures-executor"
591
+ version = "0.3.32"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
594
+ dependencies = [
595
+ "futures-core",
596
+ "futures-task",
597
+ "futures-util",
598
+ ]
599
+
600
+ [[package]]
601
+ name = "futures-intrusive"
602
+ version = "0.5.0"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
605
+ dependencies = [
606
+ "futures-core",
607
+ "lock_api",
608
+ "parking_lot",
609
+ ]
610
+
611
+ [[package]]
612
+ name = "futures-io"
613
+ version = "0.3.32"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
616
+
617
+ [[package]]
618
+ name = "futures-macro"
619
+ version = "0.3.32"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
622
+ dependencies = [
623
+ "proc-macro2",
624
+ "quote",
625
+ "syn",
626
+ ]
627
+
628
+ [[package]]
629
+ name = "futures-sink"
630
+ version = "0.3.32"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
633
+
634
+ [[package]]
635
+ name = "futures-task"
636
+ version = "0.3.32"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
639
+
640
+ [[package]]
641
+ name = "futures-util"
642
+ version = "0.3.32"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
645
+ dependencies = [
646
+ "futures-channel",
647
+ "futures-core",
648
+ "futures-io",
649
+ "futures-macro",
650
+ "futures-sink",
651
+ "futures-task",
652
+ "memchr",
653
+ "pin-project-lite",
654
+ "slab",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "generic-array"
659
+ version = "0.14.7"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
662
+ dependencies = [
663
+ "typenum",
664
+ "version_check",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "getrandom"
669
+ version = "0.2.17"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
672
+ dependencies = [
673
+ "cfg-if",
674
+ "libc",
675
+ "wasi",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "getrandom"
680
+ version = "0.4.2"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
683
+ dependencies = [
684
+ "cfg-if",
685
+ "libc",
686
+ "r-efi",
687
+ "wasip2",
688
+ "wasip3",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "hashbrown"
693
+ version = "0.15.5"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
696
+ dependencies = [
697
+ "foldhash 0.1.5",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "hashbrown"
702
+ version = "0.16.1"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
705
+ dependencies = [
706
+ "allocator-api2",
707
+ "equivalent",
708
+ "foldhash 0.2.0",
709
+ ]
710
+
711
+ [[package]]
712
+ name = "hashbrown"
713
+ version = "0.17.0"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
716
+
717
+ [[package]]
718
+ name = "hashlink"
719
+ version = "0.10.0"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
722
+ dependencies = [
723
+ "hashbrown 0.15.5",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "heck"
728
+ version = "0.5.0"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
731
+
732
+ [[package]]
733
+ name = "hex"
734
+ version = "0.4.3"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
737
+
738
+ [[package]]
739
+ name = "hkdf"
740
+ version = "0.12.4"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
743
+ dependencies = [
744
+ "hmac",
745
+ ]
746
+
747
+ [[package]]
748
+ name = "hmac"
749
+ version = "0.12.1"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
752
+ dependencies = [
753
+ "digest",
754
+ ]
755
+
756
+ [[package]]
757
+ name = "home"
758
+ version = "0.5.12"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
761
+ dependencies = [
762
+ "windows-sys 0.61.2",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "http"
767
+ version = "1.4.0"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
770
+ dependencies = [
771
+ "bytes",
772
+ "itoa",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "http-body"
777
+ version = "1.0.1"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
780
+ dependencies = [
781
+ "bytes",
782
+ "http",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "http-body-util"
787
+ version = "0.1.3"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
790
+ dependencies = [
791
+ "bytes",
792
+ "futures-core",
793
+ "http",
794
+ "http-body",
795
+ "pin-project-lite",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "httparse"
800
+ version = "1.10.1"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
803
+
804
+ [[package]]
805
+ name = "httpdate"
806
+ version = "1.0.3"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
809
+
810
+ [[package]]
811
+ name = "hyper"
812
+ version = "1.9.0"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
815
+ dependencies = [
816
+ "atomic-waker",
817
+ "bytes",
818
+ "futures-channel",
819
+ "futures-core",
820
+ "http",
821
+ "http-body",
822
+ "httparse",
823
+ "httpdate",
824
+ "itoa",
825
+ "pin-project-lite",
826
+ "smallvec",
827
+ "tokio",
828
+ ]
829
+
830
+ [[package]]
831
+ name = "hyper-util"
832
+ version = "0.1.20"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
835
+ dependencies = [
836
+ "bytes",
837
+ "http",
838
+ "http-body",
839
+ "hyper",
840
+ "pin-project-lite",
841
+ "tokio",
842
+ "tower-service",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "iana-time-zone"
847
+ version = "0.1.65"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
850
+ dependencies = [
851
+ "android_system_properties",
852
+ "core-foundation-sys",
853
+ "iana-time-zone-haiku",
854
+ "js-sys",
855
+ "log",
856
+ "wasm-bindgen",
857
+ "windows-core",
858
+ ]
859
+
860
+ [[package]]
861
+ name = "iana-time-zone-haiku"
862
+ version = "0.1.2"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
865
+ dependencies = [
866
+ "cc",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "icu_collections"
871
+ version = "2.2.0"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
874
+ dependencies = [
875
+ "displaydoc",
876
+ "potential_utf",
877
+ "utf8_iter",
878
+ "yoke",
879
+ "zerofrom",
880
+ "zerovec",
881
+ ]
882
+
883
+ [[package]]
884
+ name = "icu_locale_core"
885
+ version = "2.2.0"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
888
+ dependencies = [
889
+ "displaydoc",
890
+ "litemap",
891
+ "tinystr",
892
+ "writeable",
893
+ "zerovec",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "icu_normalizer"
898
+ version = "2.2.0"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
901
+ dependencies = [
902
+ "icu_collections",
903
+ "icu_normalizer_data",
904
+ "icu_properties",
905
+ "icu_provider",
906
+ "smallvec",
907
+ "zerovec",
908
+ ]
909
+
910
+ [[package]]
911
+ name = "icu_normalizer_data"
912
+ version = "2.2.0"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
915
+
916
+ [[package]]
917
+ name = "icu_properties"
918
+ version = "2.2.0"
919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
920
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
921
+ dependencies = [
922
+ "icu_collections",
923
+ "icu_locale_core",
924
+ "icu_properties_data",
925
+ "icu_provider",
926
+ "zerotrie",
927
+ "zerovec",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "icu_properties_data"
932
+ version = "2.2.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
935
+
936
+ [[package]]
937
+ name = "icu_provider"
938
+ version = "2.2.0"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
941
+ dependencies = [
942
+ "displaydoc",
943
+ "icu_locale_core",
944
+ "writeable",
945
+ "yoke",
946
+ "zerofrom",
947
+ "zerotrie",
948
+ "zerovec",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "id-arena"
953
+ version = "2.3.0"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
956
+
957
+ [[package]]
958
+ name = "idna"
959
+ version = "1.1.0"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
962
+ dependencies = [
963
+ "idna_adapter",
964
+ "smallvec",
965
+ "utf8_iter",
966
+ ]
967
+
968
+ [[package]]
969
+ name = "idna_adapter"
970
+ version = "1.2.1"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
973
+ dependencies = [
974
+ "icu_normalizer",
975
+ "icu_properties",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "indexmap"
980
+ version = "2.14.0"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
983
+ dependencies = [
984
+ "equivalent",
985
+ "hashbrown 0.17.0",
986
+ "serde",
987
+ "serde_core",
988
+ ]
989
+
990
+ [[package]]
991
+ name = "is_terminal_polyfill"
992
+ version = "1.70.2"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
995
+
996
+ [[package]]
997
+ name = "itoa"
998
+ version = "1.0.18"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1001
+
1002
+ [[package]]
1003
+ name = "js-sys"
1004
+ version = "0.3.95"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
1007
+ dependencies = [
1008
+ "once_cell",
1009
+ "wasm-bindgen",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "lazy_static"
1014
+ version = "1.5.0"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1017
+ dependencies = [
1018
+ "spin",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "leb128fmt"
1023
+ version = "0.1.0"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1026
+
1027
+ [[package]]
1028
+ name = "libc"
1029
+ version = "0.2.185"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
1032
+
1033
+ [[package]]
1034
+ name = "libm"
1035
+ version = "0.2.16"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1038
+
1039
+ [[package]]
1040
+ name = "libredox"
1041
+ version = "0.1.16"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
1044
+ dependencies = [
1045
+ "bitflags",
1046
+ "libc",
1047
+ "plain",
1048
+ "redox_syscall 0.7.4",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "libsqlite3-sys"
1053
+ version = "0.35.0"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
1056
+ dependencies = [
1057
+ "pkg-config",
1058
+ "vcpkg",
1059
+ ]
1060
+
1061
+ [[package]]
1062
+ name = "litemap"
1063
+ version = "0.8.2"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1066
+
1067
+ [[package]]
1068
+ name = "lock_api"
1069
+ version = "0.4.14"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1072
+ dependencies = [
1073
+ "scopeguard",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "log"
1078
+ version = "0.4.29"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1081
+
1082
+ [[package]]
1083
+ name = "matchit"
1084
+ version = "0.8.4"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1087
+
1088
+ [[package]]
1089
+ name = "md-5"
1090
+ version = "0.10.6"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1093
+ dependencies = [
1094
+ "cfg-if",
1095
+ "digest",
1096
+ ]
1097
+
1098
+ [[package]]
1099
+ name = "memchr"
1100
+ version = "2.8.0"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1103
+
1104
+ [[package]]
1105
+ name = "memo-map"
1106
+ version = "0.3.3"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
1109
+
1110
+ [[package]]
1111
+ name = "metrics"
1112
+ version = "0.24.6"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "89550ee9f79e88fef3119de263694973a8adb26c21d75322164fb8c493039fe2"
1115
+ dependencies = [
1116
+ "portable-atomic",
1117
+ "rapidhash",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "mime"
1122
+ version = "0.3.17"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1125
+
1126
+ [[package]]
1127
+ name = "minijinja"
1128
+ version = "2.19.0"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "805bfd7352166bae857ee569628b52bcd85a1cecf7810861ebceb1686b72b75d"
1131
+ dependencies = [
1132
+ "memo-map",
1133
+ "serde",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "mio"
1138
+ version = "1.2.0"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1141
+ dependencies = [
1142
+ "libc",
1143
+ "wasi",
1144
+ "windows-sys 0.61.2",
1145
+ ]
1146
+
1147
+ [[package]]
1148
+ name = "num-bigint-dig"
1149
+ version = "0.8.6"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
1152
+ dependencies = [
1153
+ "lazy_static",
1154
+ "libm",
1155
+ "num-integer",
1156
+ "num-iter",
1157
+ "num-traits",
1158
+ "rand",
1159
+ "smallvec",
1160
+ "zeroize",
1161
+ ]
1162
+
1163
+ [[package]]
1164
+ name = "num-conv"
1165
+ version = "0.2.1"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1168
+
1169
+ [[package]]
1170
+ name = "num-integer"
1171
+ version = "0.1.46"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1174
+ dependencies = [
1175
+ "num-traits",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "num-iter"
1180
+ version = "0.1.45"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1183
+ dependencies = [
1184
+ "autocfg",
1185
+ "num-integer",
1186
+ "num-traits",
1187
+ ]
1188
+
1189
+ [[package]]
1190
+ name = "num-traits"
1191
+ version = "0.2.19"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1194
+ dependencies = [
1195
+ "autocfg",
1196
+ "libm",
1197
+ ]
1198
+
1199
+ [[package]]
1200
+ name = "num_threads"
1201
+ version = "0.1.7"
1202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1203
+ checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
1204
+ dependencies = [
1205
+ "libc",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "once_cell"
1210
+ version = "1.21.4"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1213
+
1214
+ [[package]]
1215
+ name = "once_cell_polyfill"
1216
+ version = "1.70.2"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1219
+
1220
+ [[package]]
1221
+ name = "parking"
1222
+ version = "2.2.1"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1225
+
1226
+ [[package]]
1227
+ name = "parking_lot"
1228
+ version = "0.12.5"
1229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1230
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1231
+ dependencies = [
1232
+ "lock_api",
1233
+ "parking_lot_core",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "parking_lot_core"
1238
+ version = "0.9.12"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1241
+ dependencies = [
1242
+ "cfg-if",
1243
+ "libc",
1244
+ "redox_syscall 0.5.18",
1245
+ "smallvec",
1246
+ "windows-link",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "pem-rfc7468"
1251
+ version = "0.7.0"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1254
+ dependencies = [
1255
+ "base64ct",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "percent-encoding"
1260
+ version = "2.3.2"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1263
+
1264
+ [[package]]
1265
+ name = "phf"
1266
+ version = "0.11.3"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1269
+ dependencies = [
1270
+ "phf_macros",
1271
+ "phf_shared",
1272
+ ]
1273
+
1274
+ [[package]]
1275
+ name = "phf_generator"
1276
+ version = "0.11.3"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1279
+ dependencies = [
1280
+ "phf_shared",
1281
+ "rand",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "phf_macros"
1286
+ version = "0.11.3"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1289
+ dependencies = [
1290
+ "phf_generator",
1291
+ "phf_shared",
1292
+ "proc-macro2",
1293
+ "quote",
1294
+ "syn",
1295
+ ]
1296
+
1297
+ [[package]]
1298
+ name = "phf_shared"
1299
+ version = "0.11.3"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1302
+ dependencies = [
1303
+ "siphasher",
1304
+ ]
1305
+
1306
+ [[package]]
1307
+ name = "pin-project-lite"
1308
+ version = "0.2.17"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1311
+
1312
+ [[package]]
1313
+ name = "pkcs1"
1314
+ version = "0.7.5"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1317
+ dependencies = [
1318
+ "der",
1319
+ "pkcs8",
1320
+ "spki",
1321
+ ]
1322
+
1323
+ [[package]]
1324
+ name = "pkcs8"
1325
+ version = "0.10.2"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1328
+ dependencies = [
1329
+ "der",
1330
+ "spki",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "pkg-config"
1335
+ version = "0.3.33"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1338
+
1339
+ [[package]]
1340
+ name = "plain"
1341
+ version = "0.2.3"
1342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1344
+
1345
+ [[package]]
1346
+ name = "portable-atomic"
1347
+ version = "1.13.1"
1348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1349
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1350
+
1351
+ [[package]]
1352
+ name = "potential_utf"
1353
+ version = "0.1.5"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1356
+ dependencies = [
1357
+ "zerovec",
1358
+ ]
1359
+
1360
+ [[package]]
1361
+ name = "powerfmt"
1362
+ version = "0.2.0"
1363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1364
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1365
+
1366
+ [[package]]
1367
+ name = "ppv-lite86"
1368
+ version = "0.2.21"
1369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1370
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1371
+ dependencies = [
1372
+ "zerocopy",
1373
+ ]
1374
+
1375
+ [[package]]
1376
+ name = "prettyplease"
1377
+ version = "0.2.37"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1380
+ dependencies = [
1381
+ "proc-macro2",
1382
+ "syn",
1383
+ ]
1384
+
1385
+ [[package]]
1386
+ name = "proc-macro2"
1387
+ version = "1.0.106"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1390
+ dependencies = [
1391
+ "unicode-ident",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "pyo3"
1396
+ version = "0.28.3"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
1399
+ dependencies = [
1400
+ "libc",
1401
+ "once_cell",
1402
+ "portable-atomic",
1403
+ "pyo3-build-config",
1404
+ "pyo3-ffi",
1405
+ "pyo3-macros",
1406
+ ]
1407
+
1408
+ [[package]]
1409
+ name = "pyo3-async-runtimes"
1410
+ version = "0.28.0"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "9e7364a95bf00e8377bbf9b0f09d7ff9715a29d8fcf93b47d1a967363b973178"
1413
+ dependencies = [
1414
+ "futures-channel",
1415
+ "futures-util",
1416
+ "once_cell",
1417
+ "pin-project-lite",
1418
+ "pyo3",
1419
+ "tokio",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "pyo3-build-config"
1424
+ version = "0.28.3"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
1427
+ dependencies = [
1428
+ "target-lexicon",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "pyo3-ffi"
1433
+ version = "0.28.3"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
1436
+ dependencies = [
1437
+ "libc",
1438
+ "pyo3-build-config",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "pyo3-macros"
1443
+ version = "0.28.3"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
1446
+ dependencies = [
1447
+ "proc-macro2",
1448
+ "pyo3-macros-backend",
1449
+ "quote",
1450
+ "syn",
1451
+ ]
1452
+
1453
+ [[package]]
1454
+ name = "pyo3-macros-backend"
1455
+ version = "0.28.3"
1456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1457
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
1458
+ dependencies = [
1459
+ "heck",
1460
+ "proc-macro2",
1461
+ "pyo3-build-config",
1462
+ "quote",
1463
+ "syn",
1464
+ ]
1465
+
1466
+ [[package]]
1467
+ name = "quote"
1468
+ version = "1.0.45"
1469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1470
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1471
+ dependencies = [
1472
+ "proc-macro2",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "r-efi"
1477
+ version = "6.0.0"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1480
+
1481
+ [[package]]
1482
+ name = "rand"
1483
+ version = "0.8.6"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1486
+ dependencies = [
1487
+ "libc",
1488
+ "rand_chacha",
1489
+ "rand_core",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "rand_chacha"
1494
+ version = "0.3.1"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1497
+ dependencies = [
1498
+ "ppv-lite86",
1499
+ "rand_core",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "rand_core"
1504
+ version = "0.6.4"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1507
+ dependencies = [
1508
+ "getrandom 0.2.17",
1509
+ ]
1510
+
1511
+ [[package]]
1512
+ name = "rapidhash"
1513
+ version = "4.4.1"
1514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1515
+ checksum = "b5e48930979c155e2f33aa36ab3119b5ee81332beb6482199a8ecd6029b80b59"
1516
+ dependencies = [
1517
+ "rustversion",
1518
+ ]
1519
+
1520
+ [[package]]
1521
+ name = "redox_syscall"
1522
+ version = "0.5.18"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1525
+ dependencies = [
1526
+ "bitflags",
1527
+ ]
1528
+
1529
+ [[package]]
1530
+ name = "redox_syscall"
1531
+ version = "0.7.4"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a"
1534
+ dependencies = [
1535
+ "bitflags",
1536
+ ]
1537
+
1538
+ [[package]]
1539
+ name = "rsa"
1540
+ version = "0.9.10"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
1543
+ dependencies = [
1544
+ "const-oid",
1545
+ "digest",
1546
+ "num-bigint-dig",
1547
+ "num-integer",
1548
+ "num-traits",
1549
+ "pkcs1",
1550
+ "pkcs8",
1551
+ "rand_core",
1552
+ "signature",
1553
+ "spki",
1554
+ "subtle",
1555
+ "zeroize",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "rust-demo"
1560
+ version = "0.1.0"
1561
+ dependencies = [
1562
+ "axum",
1563
+ "chrono",
1564
+ "hex",
1565
+ "hmac",
1566
+ "log",
1567
+ "minijinja",
1568
+ "serde",
1569
+ "serde_json",
1570
+ "sha2",
1571
+ "simple_logger",
1572
+ "sqlx",
1573
+ "taskturbine",
1574
+ "tokio",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "rustversion"
1579
+ version = "1.0.22"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1582
+
1583
+ [[package]]
1584
+ name = "ryu"
1585
+ version = "1.0.23"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1588
+
1589
+ [[package]]
1590
+ name = "scopeguard"
1591
+ version = "1.2.0"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1594
+
1595
+ [[package]]
1596
+ name = "semver"
1597
+ version = "1.0.28"
1598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1599
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1600
+
1601
+ [[package]]
1602
+ name = "serde"
1603
+ version = "1.0.228"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1606
+ dependencies = [
1607
+ "serde_core",
1608
+ "serde_derive",
1609
+ ]
1610
+
1611
+ [[package]]
1612
+ name = "serde_core"
1613
+ version = "1.0.228"
1614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1615
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1616
+ dependencies = [
1617
+ "serde_derive",
1618
+ ]
1619
+
1620
+ [[package]]
1621
+ name = "serde_derive"
1622
+ version = "1.0.228"
1623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1625
+ dependencies = [
1626
+ "proc-macro2",
1627
+ "quote",
1628
+ "syn",
1629
+ ]
1630
+
1631
+ [[package]]
1632
+ name = "serde_json"
1633
+ version = "1.0.149"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1636
+ dependencies = [
1637
+ "itoa",
1638
+ "memchr",
1639
+ "serde",
1640
+ "serde_core",
1641
+ "zmij",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "serde_path_to_error"
1646
+ version = "0.1.20"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1649
+ dependencies = [
1650
+ "itoa",
1651
+ "serde",
1652
+ "serde_core",
1653
+ ]
1654
+
1655
+ [[package]]
1656
+ name = "serde_spanned"
1657
+ version = "1.1.1"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1660
+ dependencies = [
1661
+ "serde_core",
1662
+ ]
1663
+
1664
+ [[package]]
1665
+ name = "serde_urlencoded"
1666
+ version = "0.7.1"
1667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1668
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1669
+ dependencies = [
1670
+ "form_urlencoded",
1671
+ "itoa",
1672
+ "ryu",
1673
+ "serde",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "sha1"
1678
+ version = "0.10.6"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1681
+ dependencies = [
1682
+ "cfg-if",
1683
+ "cpufeatures",
1684
+ "digest",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "sha2"
1689
+ version = "0.10.9"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1692
+ dependencies = [
1693
+ "cfg-if",
1694
+ "cpufeatures",
1695
+ "digest",
1696
+ ]
1697
+
1698
+ [[package]]
1699
+ name = "shlex"
1700
+ version = "1.3.0"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1703
+
1704
+ [[package]]
1705
+ name = "signal-hook-registry"
1706
+ version = "1.4.8"
1707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1708
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1709
+ dependencies = [
1710
+ "errno",
1711
+ "libc",
1712
+ ]
1713
+
1714
+ [[package]]
1715
+ name = "signature"
1716
+ version = "2.2.0"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1719
+ dependencies = [
1720
+ "digest",
1721
+ "rand_core",
1722
+ ]
1723
+
1724
+ [[package]]
1725
+ name = "simple_logger"
1726
+ version = "5.2.0"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "c7038d0e96661bf9ce647e1a6f6ef6d6f3663f66d9bf741abf14ba4876071c17"
1729
+ dependencies = [
1730
+ "colored",
1731
+ "log",
1732
+ "time",
1733
+ "windows-sys 0.61.2",
1734
+ ]
1735
+
1736
+ [[package]]
1737
+ name = "siphasher"
1738
+ version = "1.0.3"
1739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
1741
+
1742
+ [[package]]
1743
+ name = "slab"
1744
+ version = "0.4.12"
1745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1746
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1747
+
1748
+ [[package]]
1749
+ name = "smallvec"
1750
+ version = "1.15.1"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1753
+ dependencies = [
1754
+ "serde",
1755
+ ]
1756
+
1757
+ [[package]]
1758
+ name = "socket2"
1759
+ version = "0.6.3"
1760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1761
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1762
+ dependencies = [
1763
+ "libc",
1764
+ "windows-sys 0.61.2",
1765
+ ]
1766
+
1767
+ [[package]]
1768
+ name = "spin"
1769
+ version = "0.9.8"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1772
+ dependencies = [
1773
+ "lock_api",
1774
+ ]
1775
+
1776
+ [[package]]
1777
+ name = "spki"
1778
+ version = "0.7.3"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1781
+ dependencies = [
1782
+ "base64ct",
1783
+ "der",
1784
+ ]
1785
+
1786
+ [[package]]
1787
+ name = "sqlx"
1788
+ version = "0.9.0-alpha.1"
1789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1790
+ checksum = "decccfa5f2f3eac95eb68085cfe69a0172fa9711666c3a634cfc806d4fb74a47"
1791
+ dependencies = [
1792
+ "sqlx-core",
1793
+ "sqlx-macros",
1794
+ "sqlx-mysql",
1795
+ "sqlx-postgres",
1796
+ "sqlx-sqlite",
1797
+ ]
1798
+
1799
+ [[package]]
1800
+ name = "sqlx-core"
1801
+ version = "0.9.0-alpha.1"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "86854e8c6aba0dafcf1c04b4836b0b7fa3a20c560e3554567afefe1258fa4e60"
1804
+ dependencies = [
1805
+ "base64",
1806
+ "bytes",
1807
+ "cfg-if",
1808
+ "chrono",
1809
+ "crc",
1810
+ "crossbeam-queue",
1811
+ "either",
1812
+ "event-listener",
1813
+ "futures-core",
1814
+ "futures-intrusive",
1815
+ "futures-io",
1816
+ "futures-util",
1817
+ "hashbrown 0.16.1",
1818
+ "hashlink",
1819
+ "indexmap",
1820
+ "log",
1821
+ "memchr",
1822
+ "percent-encoding",
1823
+ "serde",
1824
+ "serde_json",
1825
+ "sha2",
1826
+ "smallvec",
1827
+ "thiserror",
1828
+ "tokio",
1829
+ "tokio-stream",
1830
+ "tracing",
1831
+ "url",
1832
+ "uuid",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "sqlx-macros"
1837
+ version = "0.9.0-alpha.1"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "d7aab9442ed1568e3aed6c368737226ee4e0e8d1deb0e0887fa6bf15282ace44"
1840
+ dependencies = [
1841
+ "proc-macro2",
1842
+ "quote",
1843
+ "sqlx-core",
1844
+ "sqlx-macros-core",
1845
+ "syn",
1846
+ ]
1847
+
1848
+ [[package]]
1849
+ name = "sqlx-macros-core"
1850
+ version = "0.9.0-alpha.1"
1851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1852
+ checksum = "34eb4976b8f02ac57ee98d4ce40cd1aad7ab31d9792977bc3171f787ba6ba2fb"
1853
+ dependencies = [
1854
+ "cfg-if",
1855
+ "dotenvy",
1856
+ "either",
1857
+ "heck",
1858
+ "hex",
1859
+ "proc-macro2",
1860
+ "quote",
1861
+ "serde",
1862
+ "serde_json",
1863
+ "sha2",
1864
+ "sqlx-core",
1865
+ "sqlx-mysql",
1866
+ "sqlx-postgres",
1867
+ "sqlx-sqlite",
1868
+ "syn",
1869
+ "thiserror",
1870
+ "tokio",
1871
+ "url",
1872
+ ]
1873
+
1874
+ [[package]]
1875
+ name = "sqlx-mysql"
1876
+ version = "0.9.0-alpha.1"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "6fef16f3d52a3710a672b48175b713e86476e2df85576a753c8b37ad11a483c0"
1879
+ dependencies = [
1880
+ "atoi",
1881
+ "base64",
1882
+ "bitflags",
1883
+ "byteorder",
1884
+ "bytes",
1885
+ "chrono",
1886
+ "crc",
1887
+ "digest",
1888
+ "dotenvy",
1889
+ "either",
1890
+ "futures-channel",
1891
+ "futures-core",
1892
+ "futures-io",
1893
+ "futures-util",
1894
+ "generic-array",
1895
+ "hex",
1896
+ "hkdf",
1897
+ "hmac",
1898
+ "itoa",
1899
+ "log",
1900
+ "md-5",
1901
+ "memchr",
1902
+ "percent-encoding",
1903
+ "rand",
1904
+ "rsa",
1905
+ "serde",
1906
+ "sha1",
1907
+ "sha2",
1908
+ "smallvec",
1909
+ "sqlx-core",
1910
+ "stringprep",
1911
+ "thiserror",
1912
+ "tracing",
1913
+ "uuid",
1914
+ "whoami",
1915
+ ]
1916
+
1917
+ [[package]]
1918
+ name = "sqlx-postgres"
1919
+ version = "0.9.0-alpha.1"
1920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1921
+ checksum = "f053cf36ecb2793a9d9bb02d01bbad1ef66481d5db6ff5ab2dfb7b070cc0d13c"
1922
+ dependencies = [
1923
+ "atoi",
1924
+ "base64",
1925
+ "bitflags",
1926
+ "byteorder",
1927
+ "chrono",
1928
+ "crc",
1929
+ "dotenvy",
1930
+ "etcetera",
1931
+ "futures-channel",
1932
+ "futures-core",
1933
+ "futures-util",
1934
+ "hex",
1935
+ "hkdf",
1936
+ "hmac",
1937
+ "home",
1938
+ "itoa",
1939
+ "log",
1940
+ "md-5",
1941
+ "memchr",
1942
+ "rand",
1943
+ "serde",
1944
+ "serde_json",
1945
+ "sha2",
1946
+ "smallvec",
1947
+ "sqlx-core",
1948
+ "stringprep",
1949
+ "thiserror",
1950
+ "tracing",
1951
+ "uuid",
1952
+ "whoami",
1953
+ ]
1954
+
1955
+ [[package]]
1956
+ name = "sqlx-sqlite"
1957
+ version = "0.9.0-alpha.1"
1958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+ checksum = "fe2cd6cee87120b1e1dd31356b5589911995c777707e49f2750eec7c7fe43eef"
1960
+ dependencies = [
1961
+ "atoi",
1962
+ "chrono",
1963
+ "flume",
1964
+ "futures-channel",
1965
+ "futures-core",
1966
+ "futures-executor",
1967
+ "futures-intrusive",
1968
+ "futures-util",
1969
+ "libsqlite3-sys",
1970
+ "log",
1971
+ "percent-encoding",
1972
+ "serde",
1973
+ "serde_urlencoded",
1974
+ "sqlx-core",
1975
+ "thiserror",
1976
+ "tracing",
1977
+ "url",
1978
+ "uuid",
1979
+ ]
1980
+
1981
+ [[package]]
1982
+ name = "stable_deref_trait"
1983
+ version = "1.2.1"
1984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1985
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1986
+
1987
+ [[package]]
1988
+ name = "stringprep"
1989
+ version = "0.1.5"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
1992
+ dependencies = [
1993
+ "unicode-bidi",
1994
+ "unicode-normalization",
1995
+ "unicode-properties",
1996
+ ]
1997
+
1998
+ [[package]]
1999
+ name = "strsim"
2000
+ version = "0.11.1"
2001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2003
+
2004
+ [[package]]
2005
+ name = "subtle"
2006
+ version = "2.6.1"
2007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2008
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2009
+
2010
+ [[package]]
2011
+ name = "syn"
2012
+ version = "2.0.117"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2015
+ dependencies = [
2016
+ "proc-macro2",
2017
+ "quote",
2018
+ "unicode-ident",
2019
+ ]
2020
+
2021
+ [[package]]
2022
+ name = "sync_wrapper"
2023
+ version = "1.0.2"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2026
+
2027
+ [[package]]
2028
+ name = "synstructure"
2029
+ version = "0.13.2"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2032
+ dependencies = [
2033
+ "proc-macro2",
2034
+ "quote",
2035
+ "syn",
2036
+ ]
2037
+
2038
+ [[package]]
2039
+ name = "target-lexicon"
2040
+ version = "0.13.5"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
2043
+
2044
+ [[package]]
2045
+ name = "taskturbine"
2046
+ version = "0.1.0"
2047
+ dependencies = [
2048
+ "async-channel",
2049
+ "chrono",
2050
+ "elegant-departure",
2051
+ "figment",
2052
+ "futures",
2053
+ "log",
2054
+ "metrics",
2055
+ "serde_json",
2056
+ "sqlx",
2057
+ "taskturbine-core",
2058
+ "tokio",
2059
+ "uuid",
2060
+ ]
2061
+
2062
+ [[package]]
2063
+ name = "taskturbine-cli"
2064
+ version = "0.1.0"
2065
+ dependencies = [
2066
+ "chrono",
2067
+ "clap",
2068
+ "colored",
2069
+ "cron",
2070
+ "elegant-departure",
2071
+ "log",
2072
+ "serde",
2073
+ "serde_json",
2074
+ "simple_logger",
2075
+ "sqlx",
2076
+ "taskturbine",
2077
+ "taskturbine-core",
2078
+ "tokio",
2079
+ "toml",
2080
+ "uuid",
2081
+ ]
2082
+
2083
+ [[package]]
2084
+ name = "taskturbine-core"
2085
+ version = "0.1.0"
2086
+ dependencies = [
2087
+ "async-channel",
2088
+ "chrono",
2089
+ "elegant-departure",
2090
+ "figment",
2091
+ "futures",
2092
+ "log",
2093
+ "serde_json",
2094
+ "sqlx",
2095
+ "tokio",
2096
+ "uuid",
2097
+ ]
2098
+
2099
+ [[package]]
2100
+ name = "taskturbine-python"
2101
+ version = "0.1.0"
2102
+ dependencies = [
2103
+ "chrono",
2104
+ "pyo3",
2105
+ "pyo3-async-runtimes",
2106
+ "taskturbine-core",
2107
+ "tokio",
2108
+ "uuid",
2109
+ ]
2110
+
2111
+ [[package]]
2112
+ name = "thiserror"
2113
+ version = "2.0.18"
2114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2115
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2116
+ dependencies = [
2117
+ "thiserror-impl",
2118
+ ]
2119
+
2120
+ [[package]]
2121
+ name = "thiserror-impl"
2122
+ version = "2.0.18"
2123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2125
+ dependencies = [
2126
+ "proc-macro2",
2127
+ "quote",
2128
+ "syn",
2129
+ ]
2130
+
2131
+ [[package]]
2132
+ name = "time"
2133
+ version = "0.3.47"
2134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2135
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2136
+ dependencies = [
2137
+ "deranged",
2138
+ "itoa",
2139
+ "libc",
2140
+ "num-conv",
2141
+ "num_threads",
2142
+ "powerfmt",
2143
+ "serde_core",
2144
+ "time-core",
2145
+ "time-macros",
2146
+ ]
2147
+
2148
+ [[package]]
2149
+ name = "time-core"
2150
+ version = "0.1.8"
2151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2152
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2153
+
2154
+ [[package]]
2155
+ name = "time-macros"
2156
+ version = "0.2.27"
2157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2158
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2159
+ dependencies = [
2160
+ "num-conv",
2161
+ "time-core",
2162
+ ]
2163
+
2164
+ [[package]]
2165
+ name = "tinystr"
2166
+ version = "0.8.3"
2167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2169
+ dependencies = [
2170
+ "displaydoc",
2171
+ "zerovec",
2172
+ ]
2173
+
2174
+ [[package]]
2175
+ name = "tinyvec"
2176
+ version = "1.11.0"
2177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2178
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2179
+ dependencies = [
2180
+ "tinyvec_macros",
2181
+ ]
2182
+
2183
+ [[package]]
2184
+ name = "tinyvec_macros"
2185
+ version = "0.1.1"
2186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2187
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2188
+
2189
+ [[package]]
2190
+ name = "tokio"
2191
+ version = "1.52.1"
2192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2193
+ checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
2194
+ dependencies = [
2195
+ "bytes",
2196
+ "libc",
2197
+ "mio",
2198
+ "parking_lot",
2199
+ "pin-project-lite",
2200
+ "signal-hook-registry",
2201
+ "socket2",
2202
+ "tokio-macros",
2203
+ "windows-sys 0.61.2",
2204
+ ]
2205
+
2206
+ [[package]]
2207
+ name = "tokio-macros"
2208
+ version = "2.7.0"
2209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2210
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2211
+ dependencies = [
2212
+ "proc-macro2",
2213
+ "quote",
2214
+ "syn",
2215
+ ]
2216
+
2217
+ [[package]]
2218
+ name = "tokio-stream"
2219
+ version = "0.1.18"
2220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2221
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2222
+ dependencies = [
2223
+ "futures-core",
2224
+ "pin-project-lite",
2225
+ "tokio",
2226
+ ]
2227
+
2228
+ [[package]]
2229
+ name = "tokio-util"
2230
+ version = "0.7.18"
2231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2233
+ dependencies = [
2234
+ "bytes",
2235
+ "futures-core",
2236
+ "futures-sink",
2237
+ "pin-project-lite",
2238
+ "tokio",
2239
+ ]
2240
+
2241
+ [[package]]
2242
+ name = "toml"
2243
+ version = "1.1.2+spec-1.1.0"
2244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2245
+ checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
2246
+ dependencies = [
2247
+ "indexmap",
2248
+ "serde_core",
2249
+ "serde_spanned",
2250
+ "toml_datetime",
2251
+ "toml_parser",
2252
+ "toml_writer",
2253
+ "winnow 1.0.3",
2254
+ ]
2255
+
2256
+ [[package]]
2257
+ name = "toml_datetime"
2258
+ version = "1.1.1+spec-1.1.0"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2261
+ dependencies = [
2262
+ "serde_core",
2263
+ ]
2264
+
2265
+ [[package]]
2266
+ name = "toml_parser"
2267
+ version = "1.1.2+spec-1.1.0"
2268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2269
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2270
+ dependencies = [
2271
+ "winnow 1.0.3",
2272
+ ]
2273
+
2274
+ [[package]]
2275
+ name = "toml_writer"
2276
+ version = "1.1.1+spec-1.1.0"
2277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2278
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
2279
+
2280
+ [[package]]
2281
+ name = "tower"
2282
+ version = "0.5.3"
2283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2284
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2285
+ dependencies = [
2286
+ "futures-core",
2287
+ "futures-util",
2288
+ "pin-project-lite",
2289
+ "sync_wrapper",
2290
+ "tokio",
2291
+ "tower-layer",
2292
+ "tower-service",
2293
+ "tracing",
2294
+ ]
2295
+
2296
+ [[package]]
2297
+ name = "tower-layer"
2298
+ version = "0.3.3"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2301
+
2302
+ [[package]]
2303
+ name = "tower-service"
2304
+ version = "0.3.3"
2305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2306
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2307
+
2308
+ [[package]]
2309
+ name = "tracing"
2310
+ version = "0.1.44"
2311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2312
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2313
+ dependencies = [
2314
+ "log",
2315
+ "pin-project-lite",
2316
+ "tracing-attributes",
2317
+ "tracing-core",
2318
+ ]
2319
+
2320
+ [[package]]
2321
+ name = "tracing-attributes"
2322
+ version = "0.1.31"
2323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2324
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2325
+ dependencies = [
2326
+ "proc-macro2",
2327
+ "quote",
2328
+ "syn",
2329
+ ]
2330
+
2331
+ [[package]]
2332
+ name = "tracing-core"
2333
+ version = "0.1.36"
2334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2335
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2336
+ dependencies = [
2337
+ "once_cell",
2338
+ ]
2339
+
2340
+ [[package]]
2341
+ name = "typenum"
2342
+ version = "1.20.0"
2343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2344
+ checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
2345
+
2346
+ [[package]]
2347
+ name = "uncased"
2348
+ version = "0.9.10"
2349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2350
+ checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
2351
+ dependencies = [
2352
+ "version_check",
2353
+ ]
2354
+
2355
+ [[package]]
2356
+ name = "unicode-bidi"
2357
+ version = "0.3.18"
2358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2359
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2360
+
2361
+ [[package]]
2362
+ name = "unicode-ident"
2363
+ version = "1.0.24"
2364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2365
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2366
+
2367
+ [[package]]
2368
+ name = "unicode-normalization"
2369
+ version = "0.1.25"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2372
+ dependencies = [
2373
+ "tinyvec",
2374
+ ]
2375
+
2376
+ [[package]]
2377
+ name = "unicode-properties"
2378
+ version = "0.1.4"
2379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2380
+ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2381
+
2382
+ [[package]]
2383
+ name = "unicode-xid"
2384
+ version = "0.2.6"
2385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2386
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2387
+
2388
+ [[package]]
2389
+ name = "url"
2390
+ version = "2.5.8"
2391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2392
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2393
+ dependencies = [
2394
+ "form_urlencoded",
2395
+ "idna",
2396
+ "percent-encoding",
2397
+ "serde",
2398
+ ]
2399
+
2400
+ [[package]]
2401
+ name = "utf8_iter"
2402
+ version = "1.0.4"
2403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2404
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2405
+
2406
+ [[package]]
2407
+ name = "utf8parse"
2408
+ version = "0.2.2"
2409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2410
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2411
+
2412
+ [[package]]
2413
+ name = "uuid"
2414
+ version = "1.23.1"
2415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2416
+ checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
2417
+ dependencies = [
2418
+ "getrandom 0.4.2",
2419
+ "js-sys",
2420
+ "wasm-bindgen",
2421
+ ]
2422
+
2423
+ [[package]]
2424
+ name = "vcpkg"
2425
+ version = "0.2.15"
2426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2427
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2428
+
2429
+ [[package]]
2430
+ name = "version_check"
2431
+ version = "0.9.5"
2432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2433
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2434
+
2435
+ [[package]]
2436
+ name = "wasi"
2437
+ version = "0.11.1+wasi-snapshot-preview1"
2438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2439
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2440
+
2441
+ [[package]]
2442
+ name = "wasip2"
2443
+ version = "1.0.3+wasi-0.2.9"
2444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
2446
+ dependencies = [
2447
+ "wit-bindgen 0.57.1",
2448
+ ]
2449
+
2450
+ [[package]]
2451
+ name = "wasip3"
2452
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2454
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2455
+ dependencies = [
2456
+ "wit-bindgen 0.51.0",
2457
+ ]
2458
+
2459
+ [[package]]
2460
+ name = "wasite"
2461
+ version = "0.1.0"
2462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2463
+ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2464
+
2465
+ [[package]]
2466
+ name = "wasm-bindgen"
2467
+ version = "0.2.118"
2468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2469
+ checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
2470
+ dependencies = [
2471
+ "cfg-if",
2472
+ "once_cell",
2473
+ "rustversion",
2474
+ "wasm-bindgen-macro",
2475
+ "wasm-bindgen-shared",
2476
+ ]
2477
+
2478
+ [[package]]
2479
+ name = "wasm-bindgen-macro"
2480
+ version = "0.2.118"
2481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2482
+ checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
2483
+ dependencies = [
2484
+ "quote",
2485
+ "wasm-bindgen-macro-support",
2486
+ ]
2487
+
2488
+ [[package]]
2489
+ name = "wasm-bindgen-macro-support"
2490
+ version = "0.2.118"
2491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2492
+ checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
2493
+ dependencies = [
2494
+ "bumpalo",
2495
+ "proc-macro2",
2496
+ "quote",
2497
+ "syn",
2498
+ "wasm-bindgen-shared",
2499
+ ]
2500
+
2501
+ [[package]]
2502
+ name = "wasm-bindgen-shared"
2503
+ version = "0.2.118"
2504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2505
+ checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
2506
+ dependencies = [
2507
+ "unicode-ident",
2508
+ ]
2509
+
2510
+ [[package]]
2511
+ name = "wasm-encoder"
2512
+ version = "0.244.0"
2513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2514
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2515
+ dependencies = [
2516
+ "leb128fmt",
2517
+ "wasmparser",
2518
+ ]
2519
+
2520
+ [[package]]
2521
+ name = "wasm-metadata"
2522
+ version = "0.244.0"
2523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2524
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2525
+ dependencies = [
2526
+ "anyhow",
2527
+ "indexmap",
2528
+ "wasm-encoder",
2529
+ "wasmparser",
2530
+ ]
2531
+
2532
+ [[package]]
2533
+ name = "wasmparser"
2534
+ version = "0.244.0"
2535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2536
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2537
+ dependencies = [
2538
+ "bitflags",
2539
+ "hashbrown 0.15.5",
2540
+ "indexmap",
2541
+ "semver",
2542
+ ]
2543
+
2544
+ [[package]]
2545
+ name = "whoami"
2546
+ version = "1.6.1"
2547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2548
+ checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
2549
+ dependencies = [
2550
+ "libredox",
2551
+ "wasite",
2552
+ ]
2553
+
2554
+ [[package]]
2555
+ name = "windows-core"
2556
+ version = "0.62.2"
2557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2558
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2559
+ dependencies = [
2560
+ "windows-implement",
2561
+ "windows-interface",
2562
+ "windows-link",
2563
+ "windows-result",
2564
+ "windows-strings",
2565
+ ]
2566
+
2567
+ [[package]]
2568
+ name = "windows-implement"
2569
+ version = "0.60.2"
2570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2571
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2572
+ dependencies = [
2573
+ "proc-macro2",
2574
+ "quote",
2575
+ "syn",
2576
+ ]
2577
+
2578
+ [[package]]
2579
+ name = "windows-interface"
2580
+ version = "0.59.3"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2583
+ dependencies = [
2584
+ "proc-macro2",
2585
+ "quote",
2586
+ "syn",
2587
+ ]
2588
+
2589
+ [[package]]
2590
+ name = "windows-link"
2591
+ version = "0.2.1"
2592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2593
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2594
+
2595
+ [[package]]
2596
+ name = "windows-result"
2597
+ version = "0.4.1"
2598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2600
+ dependencies = [
2601
+ "windows-link",
2602
+ ]
2603
+
2604
+ [[package]]
2605
+ name = "windows-strings"
2606
+ version = "0.5.1"
2607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2608
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2609
+ dependencies = [
2610
+ "windows-link",
2611
+ ]
2612
+
2613
+ [[package]]
2614
+ name = "windows-sys"
2615
+ version = "0.59.0"
2616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2617
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2618
+ dependencies = [
2619
+ "windows-targets",
2620
+ ]
2621
+
2622
+ [[package]]
2623
+ name = "windows-sys"
2624
+ version = "0.61.2"
2625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2626
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2627
+ dependencies = [
2628
+ "windows-link",
2629
+ ]
2630
+
2631
+ [[package]]
2632
+ name = "windows-targets"
2633
+ version = "0.52.6"
2634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2635
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2636
+ dependencies = [
2637
+ "windows_aarch64_gnullvm",
2638
+ "windows_aarch64_msvc",
2639
+ "windows_i686_gnu",
2640
+ "windows_i686_gnullvm",
2641
+ "windows_i686_msvc",
2642
+ "windows_x86_64_gnu",
2643
+ "windows_x86_64_gnullvm",
2644
+ "windows_x86_64_msvc",
2645
+ ]
2646
+
2647
+ [[package]]
2648
+ name = "windows_aarch64_gnullvm"
2649
+ version = "0.52.6"
2650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2651
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2652
+
2653
+ [[package]]
2654
+ name = "windows_aarch64_msvc"
2655
+ version = "0.52.6"
2656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2657
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2658
+
2659
+ [[package]]
2660
+ name = "windows_i686_gnu"
2661
+ version = "0.52.6"
2662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2663
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2664
+
2665
+ [[package]]
2666
+ name = "windows_i686_gnullvm"
2667
+ version = "0.52.6"
2668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2669
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2670
+
2671
+ [[package]]
2672
+ name = "windows_i686_msvc"
2673
+ version = "0.52.6"
2674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2675
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2676
+
2677
+ [[package]]
2678
+ name = "windows_x86_64_gnu"
2679
+ version = "0.52.6"
2680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2681
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2682
+
2683
+ [[package]]
2684
+ name = "windows_x86_64_gnullvm"
2685
+ version = "0.52.6"
2686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2687
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2688
+
2689
+ [[package]]
2690
+ name = "windows_x86_64_msvc"
2691
+ version = "0.52.6"
2692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2693
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2694
+
2695
+ [[package]]
2696
+ name = "winnow"
2697
+ version = "0.7.15"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2700
+ dependencies = [
2701
+ "memchr",
2702
+ ]
2703
+
2704
+ [[package]]
2705
+ name = "winnow"
2706
+ version = "1.0.3"
2707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2708
+ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
2709
+
2710
+ [[package]]
2711
+ name = "wit-bindgen"
2712
+ version = "0.51.0"
2713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2714
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2715
+ dependencies = [
2716
+ "wit-bindgen-rust-macro",
2717
+ ]
2718
+
2719
+ [[package]]
2720
+ name = "wit-bindgen"
2721
+ version = "0.57.1"
2722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2723
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2724
+
2725
+ [[package]]
2726
+ name = "wit-bindgen-core"
2727
+ version = "0.51.0"
2728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2729
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2730
+ dependencies = [
2731
+ "anyhow",
2732
+ "heck",
2733
+ "wit-parser",
2734
+ ]
2735
+
2736
+ [[package]]
2737
+ name = "wit-bindgen-rust"
2738
+ version = "0.51.0"
2739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2740
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2741
+ dependencies = [
2742
+ "anyhow",
2743
+ "heck",
2744
+ "indexmap",
2745
+ "prettyplease",
2746
+ "syn",
2747
+ "wasm-metadata",
2748
+ "wit-bindgen-core",
2749
+ "wit-component",
2750
+ ]
2751
+
2752
+ [[package]]
2753
+ name = "wit-bindgen-rust-macro"
2754
+ version = "0.51.0"
2755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2756
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2757
+ dependencies = [
2758
+ "anyhow",
2759
+ "prettyplease",
2760
+ "proc-macro2",
2761
+ "quote",
2762
+ "syn",
2763
+ "wit-bindgen-core",
2764
+ "wit-bindgen-rust",
2765
+ ]
2766
+
2767
+ [[package]]
2768
+ name = "wit-component"
2769
+ version = "0.244.0"
2770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2771
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2772
+ dependencies = [
2773
+ "anyhow",
2774
+ "bitflags",
2775
+ "indexmap",
2776
+ "log",
2777
+ "serde",
2778
+ "serde_derive",
2779
+ "serde_json",
2780
+ "wasm-encoder",
2781
+ "wasm-metadata",
2782
+ "wasmparser",
2783
+ "wit-parser",
2784
+ ]
2785
+
2786
+ [[package]]
2787
+ name = "wit-parser"
2788
+ version = "0.244.0"
2789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2790
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2791
+ dependencies = [
2792
+ "anyhow",
2793
+ "id-arena",
2794
+ "indexmap",
2795
+ "log",
2796
+ "semver",
2797
+ "serde",
2798
+ "serde_derive",
2799
+ "serde_json",
2800
+ "unicode-xid",
2801
+ "wasmparser",
2802
+ ]
2803
+
2804
+ [[package]]
2805
+ name = "writeable"
2806
+ version = "0.6.3"
2807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2808
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2809
+
2810
+ [[package]]
2811
+ name = "yoke"
2812
+ version = "0.8.2"
2813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2814
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2815
+ dependencies = [
2816
+ "stable_deref_trait",
2817
+ "yoke-derive",
2818
+ "zerofrom",
2819
+ ]
2820
+
2821
+ [[package]]
2822
+ name = "yoke-derive"
2823
+ version = "0.8.2"
2824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2825
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2826
+ dependencies = [
2827
+ "proc-macro2",
2828
+ "quote",
2829
+ "syn",
2830
+ "synstructure",
2831
+ ]
2832
+
2833
+ [[package]]
2834
+ name = "zerocopy"
2835
+ version = "0.8.48"
2836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2837
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2838
+ dependencies = [
2839
+ "zerocopy-derive",
2840
+ ]
2841
+
2842
+ [[package]]
2843
+ name = "zerocopy-derive"
2844
+ version = "0.8.48"
2845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2846
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2847
+ dependencies = [
2848
+ "proc-macro2",
2849
+ "quote",
2850
+ "syn",
2851
+ ]
2852
+
2853
+ [[package]]
2854
+ name = "zerofrom"
2855
+ version = "0.1.7"
2856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2857
+ checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
2858
+ dependencies = [
2859
+ "zerofrom-derive",
2860
+ ]
2861
+
2862
+ [[package]]
2863
+ name = "zerofrom-derive"
2864
+ version = "0.1.7"
2865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2866
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2867
+ dependencies = [
2868
+ "proc-macro2",
2869
+ "quote",
2870
+ "syn",
2871
+ "synstructure",
2872
+ ]
2873
+
2874
+ [[package]]
2875
+ name = "zeroize"
2876
+ version = "1.8.2"
2877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2878
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2879
+
2880
+ [[package]]
2881
+ name = "zerotrie"
2882
+ version = "0.2.4"
2883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2884
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2885
+ dependencies = [
2886
+ "displaydoc",
2887
+ "yoke",
2888
+ "zerofrom",
2889
+ ]
2890
+
2891
+ [[package]]
2892
+ name = "zerovec"
2893
+ version = "0.11.6"
2894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2895
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2896
+ dependencies = [
2897
+ "yoke",
2898
+ "zerofrom",
2899
+ "zerovec-derive",
2900
+ ]
2901
+
2902
+ [[package]]
2903
+ name = "zerovec-derive"
2904
+ version = "0.11.3"
2905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2906
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2907
+ dependencies = [
2908
+ "proc-macro2",
2909
+ "quote",
2910
+ "syn",
2911
+ ]
2912
+
2913
+ [[package]]
2914
+ name = "zmij"
2915
+ version = "1.0.21"
2916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"