siphon-control 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.
@@ -0,0 +1,1233 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "atomic-waker"
7
+ version = "1.1.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
10
+
11
+ [[package]]
12
+ name = "axum"
13
+ version = "0.8.9"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
16
+ dependencies = [
17
+ "axum-core",
18
+ "base64",
19
+ "bytes",
20
+ "form_urlencoded",
21
+ "futures-util",
22
+ "http",
23
+ "http-body",
24
+ "http-body-util",
25
+ "hyper",
26
+ "hyper-util",
27
+ "itoa",
28
+ "matchit",
29
+ "memchr",
30
+ "mime",
31
+ "percent-encoding",
32
+ "pin-project-lite",
33
+ "serde_core",
34
+ "serde_json",
35
+ "serde_path_to_error",
36
+ "serde_urlencoded",
37
+ "sha1",
38
+ "sync_wrapper",
39
+ "tokio",
40
+ "tokio-tungstenite",
41
+ "tower",
42
+ "tower-layer",
43
+ "tower-service",
44
+ "tracing",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "axum-core"
49
+ version = "0.5.6"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
52
+ dependencies = [
53
+ "bytes",
54
+ "futures-core",
55
+ "http",
56
+ "http-body",
57
+ "http-body-util",
58
+ "mime",
59
+ "pin-project-lite",
60
+ "sync_wrapper",
61
+ "tower-layer",
62
+ "tower-service",
63
+ "tracing",
64
+ ]
65
+
66
+ [[package]]
67
+ name = "base64"
68
+ version = "0.22.1"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
71
+
72
+ [[package]]
73
+ name = "bitflags"
74
+ version = "2.13.1"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
77
+
78
+ [[package]]
79
+ name = "block-buffer"
80
+ version = "0.10.4"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
83
+ dependencies = [
84
+ "generic-array",
85
+ ]
86
+
87
+ [[package]]
88
+ name = "bytes"
89
+ version = "1.12.1"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
92
+
93
+ [[package]]
94
+ name = "cc"
95
+ version = "1.4.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
98
+ dependencies = [
99
+ "find-msvc-tools",
100
+ "shlex",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "cfg-if"
105
+ version = "1.0.4"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
108
+
109
+ [[package]]
110
+ name = "cpufeatures"
111
+ version = "0.2.17"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
114
+ dependencies = [
115
+ "libc",
116
+ ]
117
+
118
+ [[package]]
119
+ name = "crypto-common"
120
+ version = "0.1.7"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
123
+ dependencies = [
124
+ "generic-array",
125
+ "typenum",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "data-encoding"
130
+ version = "2.11.0"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
133
+
134
+ [[package]]
135
+ name = "digest"
136
+ version = "0.10.7"
137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
138
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
139
+ dependencies = [
140
+ "block-buffer",
141
+ "crypto-common",
142
+ ]
143
+
144
+ [[package]]
145
+ name = "errno"
146
+ version = "0.3.14"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
149
+ dependencies = [
150
+ "libc",
151
+ "windows-sys 0.61.2",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "find-msvc-tools"
156
+ version = "0.1.9"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
159
+
160
+ [[package]]
161
+ name = "form_urlencoded"
162
+ version = "1.2.2"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
165
+ dependencies = [
166
+ "percent-encoding",
167
+ ]
168
+
169
+ [[package]]
170
+ name = "futures-channel"
171
+ version = "0.3.33"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
174
+ dependencies = [
175
+ "futures-core",
176
+ ]
177
+
178
+ [[package]]
179
+ name = "futures-core"
180
+ version = "0.3.33"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
183
+
184
+ [[package]]
185
+ name = "futures-macro"
186
+ version = "0.3.33"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
189
+ dependencies = [
190
+ "proc-macro2",
191
+ "quote",
192
+ "syn 2.0.119",
193
+ ]
194
+
195
+ [[package]]
196
+ name = "futures-sink"
197
+ version = "0.3.33"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
200
+
201
+ [[package]]
202
+ name = "futures-task"
203
+ version = "0.3.33"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
206
+
207
+ [[package]]
208
+ name = "futures-util"
209
+ version = "0.3.33"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
212
+ dependencies = [
213
+ "futures-core",
214
+ "futures-macro",
215
+ "futures-sink",
216
+ "futures-task",
217
+ "pin-project-lite",
218
+ "slab",
219
+ ]
220
+
221
+ [[package]]
222
+ name = "generic-array"
223
+ version = "0.14.7"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
226
+ dependencies = [
227
+ "typenum",
228
+ "version_check",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "getrandom"
233
+ version = "0.2.17"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
236
+ dependencies = [
237
+ "cfg-if",
238
+ "libc",
239
+ "wasi",
240
+ ]
241
+
242
+ [[package]]
243
+ name = "getrandom"
244
+ version = "0.3.4"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
247
+ dependencies = [
248
+ "cfg-if",
249
+ "libc",
250
+ "r-efi",
251
+ "wasip2",
252
+ ]
253
+
254
+ [[package]]
255
+ name = "heck"
256
+ version = "0.5.0"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
259
+
260
+ [[package]]
261
+ name = "http"
262
+ version = "1.5.0"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
265
+ dependencies = [
266
+ "bytes",
267
+ "itoa",
268
+ ]
269
+
270
+ [[package]]
271
+ name = "http-body"
272
+ version = "1.1.0"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
275
+ dependencies = [
276
+ "bytes",
277
+ "http",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "http-body-util"
282
+ version = "0.1.4"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
285
+ dependencies = [
286
+ "bytes",
287
+ "futures-core",
288
+ "http",
289
+ "http-body",
290
+ "pin-project-lite",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "httparse"
295
+ version = "1.10.1"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
298
+
299
+ [[package]]
300
+ name = "httpdate"
301
+ version = "1.0.3"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
304
+
305
+ [[package]]
306
+ name = "hyper"
307
+ version = "1.11.0"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
310
+ dependencies = [
311
+ "atomic-waker",
312
+ "bytes",
313
+ "futures-channel",
314
+ "futures-core",
315
+ "http",
316
+ "http-body",
317
+ "httparse",
318
+ "httpdate",
319
+ "itoa",
320
+ "pin-project-lite",
321
+ "smallvec",
322
+ "tokio",
323
+ ]
324
+
325
+ [[package]]
326
+ name = "hyper-util"
327
+ version = "0.1.20"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
330
+ dependencies = [
331
+ "bytes",
332
+ "http",
333
+ "http-body",
334
+ "hyper",
335
+ "pin-project-lite",
336
+ "tokio",
337
+ "tower-service",
338
+ ]
339
+
340
+ [[package]]
341
+ name = "itoa"
342
+ version = "1.0.18"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
345
+
346
+ [[package]]
347
+ name = "lazy_static"
348
+ version = "1.5.0"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
351
+
352
+ [[package]]
353
+ name = "libc"
354
+ version = "0.2.189"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
357
+
358
+ [[package]]
359
+ name = "lock_api"
360
+ version = "0.4.14"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
363
+ dependencies = [
364
+ "scopeguard",
365
+ ]
366
+
367
+ [[package]]
368
+ name = "log"
369
+ version = "0.4.33"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
372
+
373
+ [[package]]
374
+ name = "matchit"
375
+ version = "0.8.4"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
378
+
379
+ [[package]]
380
+ name = "memchr"
381
+ version = "2.8.3"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
384
+
385
+ [[package]]
386
+ name = "mime"
387
+ version = "0.3.17"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
390
+
391
+ [[package]]
392
+ name = "mio"
393
+ version = "1.2.2"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
396
+ dependencies = [
397
+ "libc",
398
+ "wasi",
399
+ "windows-sys 0.61.2",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "nu-ansi-term"
404
+ version = "0.50.3"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
407
+ dependencies = [
408
+ "windows-sys 0.61.2",
409
+ ]
410
+
411
+ [[package]]
412
+ name = "once_cell"
413
+ version = "1.21.4"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
416
+
417
+ [[package]]
418
+ name = "parking_lot"
419
+ version = "0.12.5"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
422
+ dependencies = [
423
+ "lock_api",
424
+ "parking_lot_core",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "parking_lot_core"
429
+ version = "0.9.12"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
432
+ dependencies = [
433
+ "cfg-if",
434
+ "libc",
435
+ "redox_syscall",
436
+ "smallvec",
437
+ "windows-link",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "percent-encoding"
442
+ version = "2.3.2"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
445
+
446
+ [[package]]
447
+ name = "pin-project-lite"
448
+ version = "0.2.17"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
451
+
452
+ [[package]]
453
+ name = "portable-atomic"
454
+ version = "1.14.0"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
457
+
458
+ [[package]]
459
+ name = "ppv-lite86"
460
+ version = "0.2.21"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
463
+ dependencies = [
464
+ "zerocopy",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "proc-macro2"
469
+ version = "1.0.107"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
472
+ dependencies = [
473
+ "unicode-ident",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "pyo3"
478
+ version = "0.29.0"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
481
+ dependencies = [
482
+ "libc",
483
+ "once_cell",
484
+ "portable-atomic",
485
+ "pyo3-build-config",
486
+ "pyo3-ffi",
487
+ "pyo3-macros",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "pyo3-async-runtimes"
492
+ version = "0.29.0"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "b3ef68daa7316a3fac65e5e18b2203f010346de1c1c53456811a2624673ab046"
495
+ dependencies = [
496
+ "futures-channel",
497
+ "futures-util",
498
+ "once_cell",
499
+ "pin-project-lite",
500
+ "pyo3",
501
+ "tokio",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "pyo3-build-config"
506
+ version = "0.29.0"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
509
+ dependencies = [
510
+ "target-lexicon",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "pyo3-ffi"
515
+ version = "0.29.0"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
518
+ dependencies = [
519
+ "libc",
520
+ "pyo3-build-config",
521
+ ]
522
+
523
+ [[package]]
524
+ name = "pyo3-macros"
525
+ version = "0.29.0"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
528
+ dependencies = [
529
+ "proc-macro2",
530
+ "pyo3-macros-backend",
531
+ "quote",
532
+ "syn 2.0.119",
533
+ ]
534
+
535
+ [[package]]
536
+ name = "pyo3-macros-backend"
537
+ version = "0.29.0"
538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
539
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
540
+ dependencies = [
541
+ "heck",
542
+ "proc-macro2",
543
+ "quote",
544
+ "syn 2.0.119",
545
+ ]
546
+
547
+ [[package]]
548
+ name = "quote"
549
+ version = "1.0.47"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
552
+ dependencies = [
553
+ "proc-macro2",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "r-efi"
558
+ version = "5.3.0"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
561
+
562
+ [[package]]
563
+ name = "rand"
564
+ version = "0.9.5"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
567
+ dependencies = [
568
+ "rand_chacha",
569
+ "rand_core",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "rand_chacha"
574
+ version = "0.9.0"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
577
+ dependencies = [
578
+ "ppv-lite86",
579
+ "rand_core",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "rand_core"
584
+ version = "0.9.5"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
587
+ dependencies = [
588
+ "getrandom 0.3.4",
589
+ ]
590
+
591
+ [[package]]
592
+ name = "redox_syscall"
593
+ version = "0.5.18"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
596
+ dependencies = [
597
+ "bitflags",
598
+ ]
599
+
600
+ [[package]]
601
+ name = "ring"
602
+ version = "0.17.14"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
605
+ dependencies = [
606
+ "cc",
607
+ "cfg-if",
608
+ "getrandom 0.2.17",
609
+ "libc",
610
+ "untrusted",
611
+ "windows-sys 0.52.0",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "rustls"
616
+ version = "0.23.43"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
619
+ dependencies = [
620
+ "once_cell",
621
+ "rustls-pki-types",
622
+ "rustls-webpki",
623
+ "subtle",
624
+ "zeroize",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "rustls-pki-types"
629
+ version = "1.15.1"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
632
+ dependencies = [
633
+ "zeroize",
634
+ ]
635
+
636
+ [[package]]
637
+ name = "rustls-webpki"
638
+ version = "0.103.13"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
641
+ dependencies = [
642
+ "ring",
643
+ "rustls-pki-types",
644
+ "untrusted",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "ryu"
649
+ version = "1.0.23"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
652
+
653
+ [[package]]
654
+ name = "scopeguard"
655
+ version = "1.2.0"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
658
+
659
+ [[package]]
660
+ name = "serde"
661
+ version = "1.0.229"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
664
+ dependencies = [
665
+ "serde_core",
666
+ "serde_derive",
667
+ ]
668
+
669
+ [[package]]
670
+ name = "serde_core"
671
+ version = "1.0.229"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
674
+ dependencies = [
675
+ "serde_derive",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "serde_derive"
680
+ version = "1.0.229"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
683
+ dependencies = [
684
+ "proc-macro2",
685
+ "quote",
686
+ "syn 3.0.3",
687
+ ]
688
+
689
+ [[package]]
690
+ name = "serde_json"
691
+ version = "1.0.151"
692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
694
+ dependencies = [
695
+ "itoa",
696
+ "memchr",
697
+ "serde",
698
+ "serde_core",
699
+ "zmij",
700
+ ]
701
+
702
+ [[package]]
703
+ name = "serde_path_to_error"
704
+ version = "0.1.20"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
707
+ dependencies = [
708
+ "itoa",
709
+ "serde",
710
+ "serde_core",
711
+ ]
712
+
713
+ [[package]]
714
+ name = "serde_urlencoded"
715
+ version = "0.7.1"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
718
+ dependencies = [
719
+ "form_urlencoded",
720
+ "itoa",
721
+ "ryu",
722
+ "serde",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "sha1"
727
+ version = "0.10.7"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
730
+ dependencies = [
731
+ "cfg-if",
732
+ "cpufeatures",
733
+ "digest",
734
+ ]
735
+
736
+ [[package]]
737
+ name = "sharded-slab"
738
+ version = "0.1.7"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
741
+ dependencies = [
742
+ "lazy_static",
743
+ ]
744
+
745
+ [[package]]
746
+ name = "shlex"
747
+ version = "2.0.1"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
750
+
751
+ [[package]]
752
+ name = "signal-hook-registry"
753
+ version = "1.4.8"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
756
+ dependencies = [
757
+ "errno",
758
+ "libc",
759
+ ]
760
+
761
+ [[package]]
762
+ name = "siphon-control"
763
+ version = "0.1.0"
764
+ dependencies = [
765
+ "pyo3",
766
+ "pyo3-async-runtimes",
767
+ "serde_json",
768
+ "siphon-control-client",
769
+ "siphon-control-proto",
770
+ "tokio",
771
+ ]
772
+
773
+ [[package]]
774
+ name = "siphon-control-client"
775
+ version = "0.1.0"
776
+ dependencies = [
777
+ "axum",
778
+ "futures-util",
779
+ "serde",
780
+ "serde_json",
781
+ "siphon-control-proto",
782
+ "thiserror",
783
+ "tokio",
784
+ "tokio-tungstenite",
785
+ "tracing",
786
+ "tracing-subscriber",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "siphon-control-proto"
791
+ version = "0.1.0"
792
+ dependencies = [
793
+ "serde",
794
+ "serde_json",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "slab"
799
+ version = "0.4.12"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
802
+
803
+ [[package]]
804
+ name = "smallvec"
805
+ version = "1.15.2"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
808
+
809
+ [[package]]
810
+ name = "socket2"
811
+ version = "0.6.5"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
814
+ dependencies = [
815
+ "libc",
816
+ "windows-sys 0.61.2",
817
+ ]
818
+
819
+ [[package]]
820
+ name = "subtle"
821
+ version = "2.6.1"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
824
+
825
+ [[package]]
826
+ name = "syn"
827
+ version = "2.0.119"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
830
+ dependencies = [
831
+ "proc-macro2",
832
+ "quote",
833
+ "unicode-ident",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "syn"
838
+ version = "3.0.3"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
841
+ dependencies = [
842
+ "proc-macro2",
843
+ "quote",
844
+ "unicode-ident",
845
+ ]
846
+
847
+ [[package]]
848
+ name = "sync_wrapper"
849
+ version = "1.0.2"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
852
+
853
+ [[package]]
854
+ name = "target-lexicon"
855
+ version = "0.13.5"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
858
+
859
+ [[package]]
860
+ name = "thiserror"
861
+ version = "2.0.19"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
864
+ dependencies = [
865
+ "thiserror-impl",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "thiserror-impl"
870
+ version = "2.0.19"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
873
+ dependencies = [
874
+ "proc-macro2",
875
+ "quote",
876
+ "syn 3.0.3",
877
+ ]
878
+
879
+ [[package]]
880
+ name = "thread_local"
881
+ version = "1.1.10"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
884
+ dependencies = [
885
+ "cfg-if",
886
+ ]
887
+
888
+ [[package]]
889
+ name = "tokio"
890
+ version = "1.53.1"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
893
+ dependencies = [
894
+ "bytes",
895
+ "libc",
896
+ "mio",
897
+ "parking_lot",
898
+ "pin-project-lite",
899
+ "signal-hook-registry",
900
+ "socket2",
901
+ "tokio-macros",
902
+ "windows-sys 0.61.2",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "tokio-macros"
907
+ version = "2.7.2"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
910
+ dependencies = [
911
+ "proc-macro2",
912
+ "quote",
913
+ "syn 3.0.3",
914
+ ]
915
+
916
+ [[package]]
917
+ name = "tokio-rustls"
918
+ version = "0.26.4"
919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
920
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
921
+ dependencies = [
922
+ "rustls",
923
+ "tokio",
924
+ ]
925
+
926
+ [[package]]
927
+ name = "tokio-tungstenite"
928
+ version = "0.29.0"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
931
+ dependencies = [
932
+ "futures-util",
933
+ "log",
934
+ "rustls",
935
+ "rustls-pki-types",
936
+ "tokio",
937
+ "tokio-rustls",
938
+ "tungstenite",
939
+ "webpki-roots 0.26.11",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "tower"
944
+ version = "0.5.3"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
947
+ dependencies = [
948
+ "futures-core",
949
+ "futures-util",
950
+ "pin-project-lite",
951
+ "sync_wrapper",
952
+ "tokio",
953
+ "tower-layer",
954
+ "tower-service",
955
+ "tracing",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "tower-layer"
960
+ version = "0.3.3"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
963
+
964
+ [[package]]
965
+ name = "tower-service"
966
+ version = "0.3.3"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
969
+
970
+ [[package]]
971
+ name = "tracing"
972
+ version = "0.1.44"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
975
+ dependencies = [
976
+ "log",
977
+ "pin-project-lite",
978
+ "tracing-attributes",
979
+ "tracing-core",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "tracing-attributes"
984
+ version = "0.1.31"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
987
+ dependencies = [
988
+ "proc-macro2",
989
+ "quote",
990
+ "syn 2.0.119",
991
+ ]
992
+
993
+ [[package]]
994
+ name = "tracing-core"
995
+ version = "0.1.36"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
998
+ dependencies = [
999
+ "once_cell",
1000
+ "valuable",
1001
+ ]
1002
+
1003
+ [[package]]
1004
+ name = "tracing-log"
1005
+ version = "0.2.0"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1008
+ dependencies = [
1009
+ "log",
1010
+ "once_cell",
1011
+ "tracing-core",
1012
+ ]
1013
+
1014
+ [[package]]
1015
+ name = "tracing-subscriber"
1016
+ version = "0.3.23"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
1019
+ dependencies = [
1020
+ "nu-ansi-term",
1021
+ "sharded-slab",
1022
+ "smallvec",
1023
+ "thread_local",
1024
+ "tracing-core",
1025
+ "tracing-log",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "tungstenite"
1030
+ version = "0.29.0"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
1033
+ dependencies = [
1034
+ "bytes",
1035
+ "data-encoding",
1036
+ "http",
1037
+ "httparse",
1038
+ "log",
1039
+ "rand",
1040
+ "rustls",
1041
+ "rustls-pki-types",
1042
+ "sha1",
1043
+ "thiserror",
1044
+ ]
1045
+
1046
+ [[package]]
1047
+ name = "typenum"
1048
+ version = "1.20.1"
1049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1051
+
1052
+ [[package]]
1053
+ name = "unicode-ident"
1054
+ version = "1.0.24"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1057
+
1058
+ [[package]]
1059
+ name = "untrusted"
1060
+ version = "0.9.0"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1063
+
1064
+ [[package]]
1065
+ name = "valuable"
1066
+ version = "0.1.1"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1069
+
1070
+ [[package]]
1071
+ name = "version_check"
1072
+ version = "0.9.5"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1075
+
1076
+ [[package]]
1077
+ name = "wasi"
1078
+ version = "0.11.1+wasi-snapshot-preview1"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1081
+
1082
+ [[package]]
1083
+ name = "wasip2"
1084
+ version = "1.0.4+wasi-0.2.12"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1087
+ dependencies = [
1088
+ "wit-bindgen",
1089
+ ]
1090
+
1091
+ [[package]]
1092
+ name = "webpki-roots"
1093
+ version = "0.26.11"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
1096
+ dependencies = [
1097
+ "webpki-roots 1.0.9",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "webpki-roots"
1102
+ version = "1.0.9"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
1105
+ dependencies = [
1106
+ "rustls-pki-types",
1107
+ ]
1108
+
1109
+ [[package]]
1110
+ name = "windows-link"
1111
+ version = "0.2.1"
1112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1114
+
1115
+ [[package]]
1116
+ name = "windows-sys"
1117
+ version = "0.52.0"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1120
+ dependencies = [
1121
+ "windows-targets",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "windows-sys"
1126
+ version = "0.61.2"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1129
+ dependencies = [
1130
+ "windows-link",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "windows-targets"
1135
+ version = "0.52.6"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1138
+ dependencies = [
1139
+ "windows_aarch64_gnullvm",
1140
+ "windows_aarch64_msvc",
1141
+ "windows_i686_gnu",
1142
+ "windows_i686_gnullvm",
1143
+ "windows_i686_msvc",
1144
+ "windows_x86_64_gnu",
1145
+ "windows_x86_64_gnullvm",
1146
+ "windows_x86_64_msvc",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "windows_aarch64_gnullvm"
1151
+ version = "0.52.6"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1154
+
1155
+ [[package]]
1156
+ name = "windows_aarch64_msvc"
1157
+ version = "0.52.6"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1160
+
1161
+ [[package]]
1162
+ name = "windows_i686_gnu"
1163
+ version = "0.52.6"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1166
+
1167
+ [[package]]
1168
+ name = "windows_i686_gnullvm"
1169
+ version = "0.52.6"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1172
+
1173
+ [[package]]
1174
+ name = "windows_i686_msvc"
1175
+ version = "0.52.6"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1178
+
1179
+ [[package]]
1180
+ name = "windows_x86_64_gnu"
1181
+ version = "0.52.6"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1184
+
1185
+ [[package]]
1186
+ name = "windows_x86_64_gnullvm"
1187
+ version = "0.52.6"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1190
+
1191
+ [[package]]
1192
+ name = "windows_x86_64_msvc"
1193
+ version = "0.52.6"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1196
+
1197
+ [[package]]
1198
+ name = "wit-bindgen"
1199
+ version = "0.57.1"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1202
+
1203
+ [[package]]
1204
+ name = "zerocopy"
1205
+ version = "0.8.55"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
1208
+ dependencies = [
1209
+ "zerocopy-derive",
1210
+ ]
1211
+
1212
+ [[package]]
1213
+ name = "zerocopy-derive"
1214
+ version = "0.8.55"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
1217
+ dependencies = [
1218
+ "proc-macro2",
1219
+ "quote",
1220
+ "syn 2.0.119",
1221
+ ]
1222
+
1223
+ [[package]]
1224
+ name = "zeroize"
1225
+ version = "1.9.0"
1226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1227
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1228
+
1229
+ [[package]]
1230
+ name = "zmij"
1231
+ version = "1.0.23"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"