numaflow_ruby 0.1.0

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.
data/Cargo.lock ADDED
@@ -0,0 +1,1863 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.24.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.1"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
+
20
+ [[package]]
21
+ name = "aho-corasick"
22
+ version = "1.1.3"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25
+ dependencies = [
26
+ "memchr",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "android-tzdata"
31
+ version = "0.1.1"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
34
+
35
+ [[package]]
36
+ name = "android_system_properties"
37
+ version = "0.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40
+ dependencies = [
41
+ "libc",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstream"
46
+ version = "0.6.19"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
49
+ dependencies = [
50
+ "anstyle",
51
+ "anstyle-parse",
52
+ "anstyle-query",
53
+ "anstyle-wincon",
54
+ "colorchoice",
55
+ "is_terminal_polyfill",
56
+ "utf8parse",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle"
61
+ version = "1.0.11"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
64
+
65
+ [[package]]
66
+ name = "anstyle-parse"
67
+ version = "0.2.7"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
70
+ dependencies = [
71
+ "utf8parse",
72
+ ]
73
+
74
+ [[package]]
75
+ name = "anstyle-query"
76
+ version = "1.1.3"
77
+ source = "registry+https://github.com/rust-lang/crates.io-index"
78
+ checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
79
+ dependencies = [
80
+ "windows-sys 0.59.0",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "anstyle-wincon"
85
+ version = "3.0.9"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
88
+ dependencies = [
89
+ "anstyle",
90
+ "once_cell_polyfill",
91
+ "windows-sys 0.59.0",
92
+ ]
93
+
94
+ [[package]]
95
+ name = "anyhow"
96
+ version = "1.0.98"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
99
+
100
+ [[package]]
101
+ name = "async-trait"
102
+ version = "0.1.88"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
105
+ dependencies = [
106
+ "proc-macro2",
107
+ "quote",
108
+ "syn",
109
+ ]
110
+
111
+ [[package]]
112
+ name = "atomic-waker"
113
+ version = "1.1.2"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
116
+
117
+ [[package]]
118
+ name = "autocfg"
119
+ version = "1.5.0"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
122
+
123
+ [[package]]
124
+ name = "axum"
125
+ version = "0.8.4"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
128
+ dependencies = [
129
+ "axum-core",
130
+ "bytes",
131
+ "futures-util",
132
+ "http",
133
+ "http-body",
134
+ "http-body-util",
135
+ "itoa",
136
+ "matchit",
137
+ "memchr",
138
+ "mime",
139
+ "percent-encoding",
140
+ "pin-project-lite",
141
+ "rustversion",
142
+ "serde",
143
+ "sync_wrapper",
144
+ "tower",
145
+ "tower-layer",
146
+ "tower-service",
147
+ ]
148
+
149
+ [[package]]
150
+ name = "axum-core"
151
+ version = "0.5.2"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
154
+ dependencies = [
155
+ "bytes",
156
+ "futures-core",
157
+ "http",
158
+ "http-body",
159
+ "http-body-util",
160
+ "mime",
161
+ "pin-project-lite",
162
+ "rustversion",
163
+ "sync_wrapper",
164
+ "tower-layer",
165
+ "tower-service",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "backtrace"
170
+ version = "0.3.75"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
173
+ dependencies = [
174
+ "addr2line",
175
+ "cfg-if",
176
+ "libc",
177
+ "miniz_oxide",
178
+ "object",
179
+ "rustc-demangle",
180
+ "windows-targets 0.52.6",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "base64"
185
+ version = "0.22.1"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
188
+
189
+ [[package]]
190
+ name = "bindgen"
191
+ version = "0.69.5"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
194
+ dependencies = [
195
+ "bitflags",
196
+ "cexpr",
197
+ "clang-sys",
198
+ "itertools 0.12.1",
199
+ "lazy_static",
200
+ "lazycell",
201
+ "proc-macro2",
202
+ "quote",
203
+ "regex",
204
+ "rustc-hash",
205
+ "shlex",
206
+ "syn",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "bitflags"
211
+ version = "2.9.1"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
214
+
215
+ [[package]]
216
+ name = "bumpalo"
217
+ version = "3.18.1"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
220
+
221
+ [[package]]
222
+ name = "bytes"
223
+ version = "1.10.1"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
226
+
227
+ [[package]]
228
+ name = "cc"
229
+ version = "1.2.27"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
232
+ dependencies = [
233
+ "shlex",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "cexpr"
238
+ version = "0.6.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
241
+ dependencies = [
242
+ "nom",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "cfg-if"
247
+ version = "1.0.1"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
250
+
251
+ [[package]]
252
+ name = "chrono"
253
+ version = "0.4.41"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
256
+ dependencies = [
257
+ "android-tzdata",
258
+ "iana-time-zone",
259
+ "js-sys",
260
+ "num-traits",
261
+ "wasm-bindgen",
262
+ "windows-link",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "clang-sys"
267
+ version = "1.8.1"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
270
+ dependencies = [
271
+ "glob",
272
+ "libc",
273
+ "libloading",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "colorchoice"
278
+ version = "1.0.4"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
281
+
282
+ [[package]]
283
+ name = "colored"
284
+ version = "2.2.0"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
287
+ dependencies = [
288
+ "lazy_static",
289
+ "windows-sys 0.59.0",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "core-foundation-sys"
294
+ version = "0.8.7"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
297
+
298
+ [[package]]
299
+ name = "deranged"
300
+ version = "0.4.0"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
303
+ dependencies = [
304
+ "powerfmt",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "either"
309
+ version = "1.15.0"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
312
+
313
+ [[package]]
314
+ name = "env_filter"
315
+ version = "0.1.3"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
318
+ dependencies = [
319
+ "log",
320
+ "regex",
321
+ ]
322
+
323
+ [[package]]
324
+ name = "env_logger"
325
+ version = "0.11.8"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
328
+ dependencies = [
329
+ "anstream",
330
+ "anstyle",
331
+ "env_filter",
332
+ "jiff",
333
+ "log",
334
+ ]
335
+
336
+ [[package]]
337
+ name = "equivalent"
338
+ version = "1.0.2"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
341
+
342
+ [[package]]
343
+ name = "errno"
344
+ version = "0.3.12"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
347
+ dependencies = [
348
+ "libc",
349
+ "windows-sys 0.59.0",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "fastrand"
354
+ version = "2.3.0"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
357
+
358
+ [[package]]
359
+ name = "fixedbitset"
360
+ version = "0.5.7"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
363
+
364
+ [[package]]
365
+ name = "fnv"
366
+ version = "1.0.7"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
369
+
370
+ [[package]]
371
+ name = "futures-channel"
372
+ version = "0.3.31"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
375
+ dependencies = [
376
+ "futures-core",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "futures-core"
381
+ version = "0.3.31"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
384
+
385
+ [[package]]
386
+ name = "futures-sink"
387
+ version = "0.3.31"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
390
+
391
+ [[package]]
392
+ name = "futures-task"
393
+ version = "0.3.31"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
396
+
397
+ [[package]]
398
+ name = "futures-util"
399
+ version = "0.3.31"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
402
+ dependencies = [
403
+ "futures-core",
404
+ "futures-task",
405
+ "pin-project-lite",
406
+ "pin-utils",
407
+ ]
408
+
409
+ [[package]]
410
+ name = "getrandom"
411
+ version = "0.3.3"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
414
+ dependencies = [
415
+ "cfg-if",
416
+ "libc",
417
+ "r-efi",
418
+ "wasi 0.14.2+wasi-0.2.4",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "gimli"
423
+ version = "0.31.1"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
426
+
427
+ [[package]]
428
+ name = "glob"
429
+ version = "0.3.2"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
432
+
433
+ [[package]]
434
+ name = "h2"
435
+ version = "0.4.10"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
438
+ dependencies = [
439
+ "atomic-waker",
440
+ "bytes",
441
+ "fnv",
442
+ "futures-core",
443
+ "futures-sink",
444
+ "http",
445
+ "indexmap",
446
+ "slab",
447
+ "tokio",
448
+ "tokio-util",
449
+ "tracing",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "hashbrown"
454
+ version = "0.15.4"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
457
+
458
+ [[package]]
459
+ name = "heck"
460
+ version = "0.5.0"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
463
+
464
+ [[package]]
465
+ name = "http"
466
+ version = "1.3.1"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
469
+ dependencies = [
470
+ "bytes",
471
+ "fnv",
472
+ "itoa",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "http-body"
477
+ version = "1.0.1"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
480
+ dependencies = [
481
+ "bytes",
482
+ "http",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "http-body-util"
487
+ version = "0.1.3"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
490
+ dependencies = [
491
+ "bytes",
492
+ "futures-core",
493
+ "http",
494
+ "http-body",
495
+ "pin-project-lite",
496
+ ]
497
+
498
+ [[package]]
499
+ name = "httparse"
500
+ version = "1.10.1"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
503
+
504
+ [[package]]
505
+ name = "httpdate"
506
+ version = "1.0.3"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
509
+
510
+ [[package]]
511
+ name = "hyper"
512
+ version = "1.6.0"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
515
+ dependencies = [
516
+ "bytes",
517
+ "futures-channel",
518
+ "futures-util",
519
+ "h2",
520
+ "http",
521
+ "http-body",
522
+ "httparse",
523
+ "httpdate",
524
+ "itoa",
525
+ "pin-project-lite",
526
+ "smallvec",
527
+ "tokio",
528
+ "want",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "hyper-timeout"
533
+ version = "0.5.2"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
536
+ dependencies = [
537
+ "hyper",
538
+ "hyper-util",
539
+ "pin-project-lite",
540
+ "tokio",
541
+ "tower-service",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "hyper-util"
546
+ version = "0.1.16"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
549
+ dependencies = [
550
+ "bytes",
551
+ "futures-channel",
552
+ "futures-core",
553
+ "futures-util",
554
+ "http",
555
+ "http-body",
556
+ "hyper",
557
+ "libc",
558
+ "pin-project-lite",
559
+ "socket2",
560
+ "tokio",
561
+ "tower-service",
562
+ "tracing",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "iana-time-zone"
567
+ version = "0.1.63"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
570
+ dependencies = [
571
+ "android_system_properties",
572
+ "core-foundation-sys",
573
+ "iana-time-zone-haiku",
574
+ "js-sys",
575
+ "log",
576
+ "wasm-bindgen",
577
+ "windows-core",
578
+ ]
579
+
580
+ [[package]]
581
+ name = "iana-time-zone-haiku"
582
+ version = "0.1.2"
583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
584
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
585
+ dependencies = [
586
+ "cc",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "indexmap"
591
+ version = "2.9.0"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
594
+ dependencies = [
595
+ "equivalent",
596
+ "hashbrown",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "is_terminal_polyfill"
601
+ version = "1.70.1"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
604
+
605
+ [[package]]
606
+ name = "itertools"
607
+ version = "0.12.1"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
610
+ dependencies = [
611
+ "either",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "itertools"
616
+ version = "0.14.0"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
619
+ dependencies = [
620
+ "either",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "itoa"
625
+ version = "1.0.15"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
628
+
629
+ [[package]]
630
+ name = "jiff"
631
+ version = "0.2.15"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
634
+ dependencies = [
635
+ "jiff-static",
636
+ "log",
637
+ "portable-atomic",
638
+ "portable-atomic-util",
639
+ "serde",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "jiff-static"
644
+ version = "0.2.15"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
647
+ dependencies = [
648
+ "proc-macro2",
649
+ "quote",
650
+ "syn",
651
+ ]
652
+
653
+ [[package]]
654
+ name = "js-sys"
655
+ version = "0.3.77"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
658
+ dependencies = [
659
+ "once_cell",
660
+ "wasm-bindgen",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "lazy_static"
665
+ version = "1.5.0"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
668
+
669
+ [[package]]
670
+ name = "lazycell"
671
+ version = "1.3.0"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
674
+
675
+ [[package]]
676
+ name = "libc"
677
+ version = "0.2.174"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
680
+
681
+ [[package]]
682
+ name = "libloading"
683
+ version = "0.8.8"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
686
+ dependencies = [
687
+ "cfg-if",
688
+ "windows-targets 0.53.2",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "linux-raw-sys"
693
+ version = "0.9.4"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
696
+
697
+ [[package]]
698
+ name = "log"
699
+ version = "0.4.27"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
702
+
703
+ [[package]]
704
+ name = "magnus"
705
+ version = "0.7.1"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
708
+ dependencies = [
709
+ "magnus-macros",
710
+ "rb-sys",
711
+ "rb-sys-env",
712
+ "seq-macro",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "magnus-macros"
717
+ version = "0.6.0"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
720
+ dependencies = [
721
+ "proc-macro2",
722
+ "quote",
723
+ "syn",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "matchit"
728
+ version = "0.8.4"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
731
+
732
+ [[package]]
733
+ name = "memchr"
734
+ version = "2.7.5"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
737
+
738
+ [[package]]
739
+ name = "mime"
740
+ version = "0.3.17"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
743
+
744
+ [[package]]
745
+ name = "minimal-lexical"
746
+ version = "0.2.1"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
749
+
750
+ [[package]]
751
+ name = "miniz_oxide"
752
+ version = "0.8.9"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
755
+ dependencies = [
756
+ "adler2",
757
+ ]
758
+
759
+ [[package]]
760
+ name = "mio"
761
+ version = "1.0.4"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
764
+ dependencies = [
765
+ "libc",
766
+ "wasi 0.11.1+wasi-snapshot-preview1",
767
+ "windows-sys 0.59.0",
768
+ ]
769
+
770
+ [[package]]
771
+ name = "multimap"
772
+ version = "0.10.1"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
775
+
776
+ [[package]]
777
+ name = "nom"
778
+ version = "7.1.3"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
781
+ dependencies = [
782
+ "memchr",
783
+ "minimal-lexical",
784
+ ]
785
+
786
+ [[package]]
787
+ name = "num-conv"
788
+ version = "0.1.0"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
791
+
792
+ [[package]]
793
+ name = "num-traits"
794
+ version = "0.2.19"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
797
+ dependencies = [
798
+ "autocfg",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "num_threads"
803
+ version = "0.1.7"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
806
+ dependencies = [
807
+ "libc",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "numaflow"
812
+ version = "0.2.1"
813
+ source = "git+https://github.com/PlayerData/numaflow-rs.git?branch=main#cd85f20c98c26ef376937369707120889d93d7f7"
814
+ dependencies = [
815
+ "chrono",
816
+ "hyper-util",
817
+ "prost",
818
+ "prost-types",
819
+ "serde",
820
+ "serde_json",
821
+ "thiserror",
822
+ "tokio",
823
+ "tokio-stream",
824
+ "tokio-util",
825
+ "tonic",
826
+ "tonic-build",
827
+ "tracing",
828
+ "uuid",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "numaflow_ruby"
833
+ version = "0.1.0"
834
+ dependencies = [
835
+ "chrono",
836
+ "env_logger",
837
+ "hyper-util",
838
+ "log",
839
+ "magnus",
840
+ "numaflow",
841
+ "prost-types",
842
+ "rb-sys",
843
+ "serde",
844
+ "serde_magnus",
845
+ "simple_logger",
846
+ "tokio",
847
+ "tokio-stream",
848
+ "tonic",
849
+ "tower",
850
+ ]
851
+
852
+ [[package]]
853
+ name = "object"
854
+ version = "0.36.7"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
857
+ dependencies = [
858
+ "memchr",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "once_cell"
863
+ version = "1.21.3"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
866
+
867
+ [[package]]
868
+ name = "once_cell_polyfill"
869
+ version = "1.70.1"
870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
871
+ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
872
+
873
+ [[package]]
874
+ name = "percent-encoding"
875
+ version = "2.3.1"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
878
+
879
+ [[package]]
880
+ name = "petgraph"
881
+ version = "0.7.1"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
884
+ dependencies = [
885
+ "fixedbitset",
886
+ "indexmap",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "pin-project"
891
+ version = "1.1.10"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
894
+ dependencies = [
895
+ "pin-project-internal",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "pin-project-internal"
900
+ version = "1.1.10"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
903
+ dependencies = [
904
+ "proc-macro2",
905
+ "quote",
906
+ "syn",
907
+ ]
908
+
909
+ [[package]]
910
+ name = "pin-project-lite"
911
+ version = "0.2.16"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
914
+
915
+ [[package]]
916
+ name = "pin-utils"
917
+ version = "0.1.0"
918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
919
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
920
+
921
+ [[package]]
922
+ name = "portable-atomic"
923
+ version = "1.11.1"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
926
+
927
+ [[package]]
928
+ name = "portable-atomic-util"
929
+ version = "0.2.4"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
932
+ dependencies = [
933
+ "portable-atomic",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "powerfmt"
938
+ version = "0.2.0"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
941
+
942
+ [[package]]
943
+ name = "prettyplease"
944
+ version = "0.2.34"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55"
947
+ dependencies = [
948
+ "proc-macro2",
949
+ "syn",
950
+ ]
951
+
952
+ [[package]]
953
+ name = "proc-macro2"
954
+ version = "1.0.95"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
957
+ dependencies = [
958
+ "unicode-ident",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "prost"
963
+ version = "0.13.5"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
966
+ dependencies = [
967
+ "bytes",
968
+ "prost-derive",
969
+ ]
970
+
971
+ [[package]]
972
+ name = "prost-build"
973
+ version = "0.13.5"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
976
+ dependencies = [
977
+ "heck",
978
+ "itertools 0.14.0",
979
+ "log",
980
+ "multimap",
981
+ "once_cell",
982
+ "petgraph",
983
+ "prettyplease",
984
+ "prost",
985
+ "prost-types",
986
+ "regex",
987
+ "syn",
988
+ "tempfile",
989
+ ]
990
+
991
+ [[package]]
992
+ name = "prost-derive"
993
+ version = "0.13.5"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
996
+ dependencies = [
997
+ "anyhow",
998
+ "itertools 0.14.0",
999
+ "proc-macro2",
1000
+ "quote",
1001
+ "syn",
1002
+ ]
1003
+
1004
+ [[package]]
1005
+ name = "prost-types"
1006
+ version = "0.13.5"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
1009
+ dependencies = [
1010
+ "prost",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "quote"
1015
+ version = "1.0.40"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1018
+ dependencies = [
1019
+ "proc-macro2",
1020
+ ]
1021
+
1022
+ [[package]]
1023
+ name = "r-efi"
1024
+ version = "5.3.0"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1027
+
1028
+ [[package]]
1029
+ name = "rb-sys"
1030
+ version = "0.9.116"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
1033
+ dependencies = [
1034
+ "rb-sys-build",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "rb-sys-build"
1039
+ version = "0.9.116"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
1042
+ dependencies = [
1043
+ "bindgen",
1044
+ "lazy_static",
1045
+ "proc-macro2",
1046
+ "quote",
1047
+ "regex",
1048
+ "shell-words",
1049
+ "syn",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "rb-sys-env"
1054
+ version = "0.1.2"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1057
+
1058
+ [[package]]
1059
+ name = "regex"
1060
+ version = "1.11.1"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1063
+ dependencies = [
1064
+ "aho-corasick",
1065
+ "memchr",
1066
+ "regex-automata",
1067
+ "regex-syntax",
1068
+ ]
1069
+
1070
+ [[package]]
1071
+ name = "regex-automata"
1072
+ version = "0.4.9"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1075
+ dependencies = [
1076
+ "aho-corasick",
1077
+ "memchr",
1078
+ "regex-syntax",
1079
+ ]
1080
+
1081
+ [[package]]
1082
+ name = "regex-syntax"
1083
+ version = "0.8.5"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1086
+
1087
+ [[package]]
1088
+ name = "rustc-demangle"
1089
+ version = "0.1.25"
1090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+ checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
1092
+
1093
+ [[package]]
1094
+ name = "rustc-hash"
1095
+ version = "1.1.0"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1098
+
1099
+ [[package]]
1100
+ name = "rustix"
1101
+ version = "1.0.7"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
1104
+ dependencies = [
1105
+ "bitflags",
1106
+ "errno",
1107
+ "libc",
1108
+ "linux-raw-sys",
1109
+ "windows-sys 0.59.0",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "rustversion"
1114
+ version = "1.0.21"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
1117
+
1118
+ [[package]]
1119
+ name = "ryu"
1120
+ version = "1.0.20"
1121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1123
+
1124
+ [[package]]
1125
+ name = "seq-macro"
1126
+ version = "0.3.6"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1129
+
1130
+ [[package]]
1131
+ name = "serde"
1132
+ version = "1.0.219"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1135
+ dependencies = [
1136
+ "serde_derive",
1137
+ ]
1138
+
1139
+ [[package]]
1140
+ name = "serde_derive"
1141
+ version = "1.0.219"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1144
+ dependencies = [
1145
+ "proc-macro2",
1146
+ "quote",
1147
+ "syn",
1148
+ ]
1149
+
1150
+ [[package]]
1151
+ name = "serde_json"
1152
+ version = "1.0.140"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1155
+ dependencies = [
1156
+ "itoa",
1157
+ "memchr",
1158
+ "ryu",
1159
+ "serde",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "serde_magnus"
1164
+ version = "0.9.0"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "51b8b945a2dadb221f1c5490cfb411cab6c3821446b8eca50ee07e5a3893ec51"
1167
+ dependencies = [
1168
+ "magnus",
1169
+ "serde",
1170
+ "tap",
1171
+ ]
1172
+
1173
+ [[package]]
1174
+ name = "shell-words"
1175
+ version = "1.1.0"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1178
+
1179
+ [[package]]
1180
+ name = "shlex"
1181
+ version = "1.3.0"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1184
+
1185
+ [[package]]
1186
+ name = "signal-hook-registry"
1187
+ version = "1.4.5"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
1190
+ dependencies = [
1191
+ "libc",
1192
+ ]
1193
+
1194
+ [[package]]
1195
+ name = "simple_logger"
1196
+ version = "5.0.0"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb"
1199
+ dependencies = [
1200
+ "colored",
1201
+ "log",
1202
+ "time",
1203
+ "windows-sys 0.48.0",
1204
+ ]
1205
+
1206
+ [[package]]
1207
+ name = "slab"
1208
+ version = "0.4.10"
1209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1210
+ checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
1211
+
1212
+ [[package]]
1213
+ name = "smallvec"
1214
+ version = "1.15.1"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1217
+
1218
+ [[package]]
1219
+ name = "socket2"
1220
+ version = "0.5.10"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1223
+ dependencies = [
1224
+ "libc",
1225
+ "windows-sys 0.52.0",
1226
+ ]
1227
+
1228
+ [[package]]
1229
+ name = "syn"
1230
+ version = "2.0.103"
1231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+ checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8"
1233
+ dependencies = [
1234
+ "proc-macro2",
1235
+ "quote",
1236
+ "unicode-ident",
1237
+ ]
1238
+
1239
+ [[package]]
1240
+ name = "sync_wrapper"
1241
+ version = "1.0.2"
1242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1243
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1244
+
1245
+ [[package]]
1246
+ name = "tap"
1247
+ version = "1.0.1"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1250
+
1251
+ [[package]]
1252
+ name = "tempfile"
1253
+ version = "3.20.0"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
1256
+ dependencies = [
1257
+ "fastrand",
1258
+ "getrandom",
1259
+ "once_cell",
1260
+ "rustix",
1261
+ "windows-sys 0.59.0",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "thiserror"
1266
+ version = "2.0.12"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
1269
+ dependencies = [
1270
+ "thiserror-impl",
1271
+ ]
1272
+
1273
+ [[package]]
1274
+ name = "thiserror-impl"
1275
+ version = "2.0.12"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
1278
+ dependencies = [
1279
+ "proc-macro2",
1280
+ "quote",
1281
+ "syn",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "time"
1286
+ version = "0.3.41"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
1289
+ dependencies = [
1290
+ "deranged",
1291
+ "itoa",
1292
+ "libc",
1293
+ "num-conv",
1294
+ "num_threads",
1295
+ "powerfmt",
1296
+ "serde",
1297
+ "time-core",
1298
+ "time-macros",
1299
+ ]
1300
+
1301
+ [[package]]
1302
+ name = "time-core"
1303
+ version = "0.1.4"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
1306
+
1307
+ [[package]]
1308
+ name = "time-macros"
1309
+ version = "0.2.22"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
1312
+ dependencies = [
1313
+ "num-conv",
1314
+ "time-core",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "tokio"
1319
+ version = "1.45.1"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
1322
+ dependencies = [
1323
+ "backtrace",
1324
+ "bytes",
1325
+ "libc",
1326
+ "mio",
1327
+ "pin-project-lite",
1328
+ "signal-hook-registry",
1329
+ "socket2",
1330
+ "tokio-macros",
1331
+ "windows-sys 0.52.0",
1332
+ ]
1333
+
1334
+ [[package]]
1335
+ name = "tokio-macros"
1336
+ version = "2.5.0"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1339
+ dependencies = [
1340
+ "proc-macro2",
1341
+ "quote",
1342
+ "syn",
1343
+ ]
1344
+
1345
+ [[package]]
1346
+ name = "tokio-stream"
1347
+ version = "0.1.17"
1348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1349
+ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
1350
+ dependencies = [
1351
+ "futures-core",
1352
+ "pin-project-lite",
1353
+ "tokio",
1354
+ ]
1355
+
1356
+ [[package]]
1357
+ name = "tokio-util"
1358
+ version = "0.7.15"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
1361
+ dependencies = [
1362
+ "bytes",
1363
+ "futures-core",
1364
+ "futures-sink",
1365
+ "pin-project-lite",
1366
+ "tokio",
1367
+ ]
1368
+
1369
+ [[package]]
1370
+ name = "tonic"
1371
+ version = "0.13.1"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"
1374
+ dependencies = [
1375
+ "async-trait",
1376
+ "axum",
1377
+ "base64",
1378
+ "bytes",
1379
+ "h2",
1380
+ "http",
1381
+ "http-body",
1382
+ "http-body-util",
1383
+ "hyper",
1384
+ "hyper-timeout",
1385
+ "hyper-util",
1386
+ "percent-encoding",
1387
+ "pin-project",
1388
+ "prost",
1389
+ "socket2",
1390
+ "tokio",
1391
+ "tokio-stream",
1392
+ "tower",
1393
+ "tower-layer",
1394
+ "tower-service",
1395
+ "tracing",
1396
+ ]
1397
+
1398
+ [[package]]
1399
+ name = "tonic-build"
1400
+ version = "0.13.1"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847"
1403
+ dependencies = [
1404
+ "prettyplease",
1405
+ "proc-macro2",
1406
+ "prost-build",
1407
+ "prost-types",
1408
+ "quote",
1409
+ "syn",
1410
+ ]
1411
+
1412
+ [[package]]
1413
+ name = "tower"
1414
+ version = "0.5.2"
1415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1416
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1417
+ dependencies = [
1418
+ "futures-core",
1419
+ "futures-util",
1420
+ "indexmap",
1421
+ "pin-project-lite",
1422
+ "slab",
1423
+ "sync_wrapper",
1424
+ "tokio",
1425
+ "tokio-util",
1426
+ "tower-layer",
1427
+ "tower-service",
1428
+ "tracing",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "tower-layer"
1433
+ version = "0.3.3"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1436
+
1437
+ [[package]]
1438
+ name = "tower-service"
1439
+ version = "0.3.3"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1442
+
1443
+ [[package]]
1444
+ name = "tracing"
1445
+ version = "0.1.41"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1448
+ dependencies = [
1449
+ "pin-project-lite",
1450
+ "tracing-attributes",
1451
+ "tracing-core",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "tracing-attributes"
1456
+ version = "0.1.30"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
1459
+ dependencies = [
1460
+ "proc-macro2",
1461
+ "quote",
1462
+ "syn",
1463
+ ]
1464
+
1465
+ [[package]]
1466
+ name = "tracing-core"
1467
+ version = "0.1.34"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1470
+ dependencies = [
1471
+ "once_cell",
1472
+ ]
1473
+
1474
+ [[package]]
1475
+ name = "try-lock"
1476
+ version = "0.2.5"
1477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1479
+
1480
+ [[package]]
1481
+ name = "unicode-ident"
1482
+ version = "1.0.18"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1485
+
1486
+ [[package]]
1487
+ name = "utf8parse"
1488
+ version = "0.2.2"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1491
+
1492
+ [[package]]
1493
+ name = "uuid"
1494
+ version = "1.17.0"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
1497
+ dependencies = [
1498
+ "getrandom",
1499
+ "js-sys",
1500
+ "wasm-bindgen",
1501
+ ]
1502
+
1503
+ [[package]]
1504
+ name = "want"
1505
+ version = "0.3.1"
1506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1507
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1508
+ dependencies = [
1509
+ "try-lock",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "wasi"
1514
+ version = "0.11.1+wasi-snapshot-preview1"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1517
+
1518
+ [[package]]
1519
+ name = "wasi"
1520
+ version = "0.14.2+wasi-0.2.4"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
1523
+ dependencies = [
1524
+ "wit-bindgen-rt",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "wasm-bindgen"
1529
+ version = "0.2.100"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1532
+ dependencies = [
1533
+ "cfg-if",
1534
+ "once_cell",
1535
+ "rustversion",
1536
+ "wasm-bindgen-macro",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "wasm-bindgen-backend"
1541
+ version = "0.2.100"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1544
+ dependencies = [
1545
+ "bumpalo",
1546
+ "log",
1547
+ "proc-macro2",
1548
+ "quote",
1549
+ "syn",
1550
+ "wasm-bindgen-shared",
1551
+ ]
1552
+
1553
+ [[package]]
1554
+ name = "wasm-bindgen-macro"
1555
+ version = "0.2.100"
1556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1557
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1558
+ dependencies = [
1559
+ "quote",
1560
+ "wasm-bindgen-macro-support",
1561
+ ]
1562
+
1563
+ [[package]]
1564
+ name = "wasm-bindgen-macro-support"
1565
+ version = "0.2.100"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1568
+ dependencies = [
1569
+ "proc-macro2",
1570
+ "quote",
1571
+ "syn",
1572
+ "wasm-bindgen-backend",
1573
+ "wasm-bindgen-shared",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "wasm-bindgen-shared"
1578
+ version = "0.2.100"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1581
+ dependencies = [
1582
+ "unicode-ident",
1583
+ ]
1584
+
1585
+ [[package]]
1586
+ name = "windows-core"
1587
+ version = "0.61.2"
1588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1589
+ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
1590
+ dependencies = [
1591
+ "windows-implement",
1592
+ "windows-interface",
1593
+ "windows-link",
1594
+ "windows-result",
1595
+ "windows-strings",
1596
+ ]
1597
+
1598
+ [[package]]
1599
+ name = "windows-implement"
1600
+ version = "0.60.0"
1601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1602
+ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
1603
+ dependencies = [
1604
+ "proc-macro2",
1605
+ "quote",
1606
+ "syn",
1607
+ ]
1608
+
1609
+ [[package]]
1610
+ name = "windows-interface"
1611
+ version = "0.59.1"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
1614
+ dependencies = [
1615
+ "proc-macro2",
1616
+ "quote",
1617
+ "syn",
1618
+ ]
1619
+
1620
+ [[package]]
1621
+ name = "windows-link"
1622
+ version = "0.1.3"
1623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+ checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
1625
+
1626
+ [[package]]
1627
+ name = "windows-result"
1628
+ version = "0.3.4"
1629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1630
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
1631
+ dependencies = [
1632
+ "windows-link",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "windows-strings"
1637
+ version = "0.4.2"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
1640
+ dependencies = [
1641
+ "windows-link",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "windows-sys"
1646
+ version = "0.48.0"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1649
+ dependencies = [
1650
+ "windows-targets 0.48.5",
1651
+ ]
1652
+
1653
+ [[package]]
1654
+ name = "windows-sys"
1655
+ version = "0.52.0"
1656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1657
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1658
+ dependencies = [
1659
+ "windows-targets 0.52.6",
1660
+ ]
1661
+
1662
+ [[package]]
1663
+ name = "windows-sys"
1664
+ version = "0.59.0"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1667
+ dependencies = [
1668
+ "windows-targets 0.52.6",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "windows-targets"
1673
+ version = "0.48.5"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1676
+ dependencies = [
1677
+ "windows_aarch64_gnullvm 0.48.5",
1678
+ "windows_aarch64_msvc 0.48.5",
1679
+ "windows_i686_gnu 0.48.5",
1680
+ "windows_i686_msvc 0.48.5",
1681
+ "windows_x86_64_gnu 0.48.5",
1682
+ "windows_x86_64_gnullvm 0.48.5",
1683
+ "windows_x86_64_msvc 0.48.5",
1684
+ ]
1685
+
1686
+ [[package]]
1687
+ name = "windows-targets"
1688
+ version = "0.52.6"
1689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1690
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1691
+ dependencies = [
1692
+ "windows_aarch64_gnullvm 0.52.6",
1693
+ "windows_aarch64_msvc 0.52.6",
1694
+ "windows_i686_gnu 0.52.6",
1695
+ "windows_i686_gnullvm 0.52.6",
1696
+ "windows_i686_msvc 0.52.6",
1697
+ "windows_x86_64_gnu 0.52.6",
1698
+ "windows_x86_64_gnullvm 0.52.6",
1699
+ "windows_x86_64_msvc 0.52.6",
1700
+ ]
1701
+
1702
+ [[package]]
1703
+ name = "windows-targets"
1704
+ version = "0.53.2"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
1707
+ dependencies = [
1708
+ "windows_aarch64_gnullvm 0.53.0",
1709
+ "windows_aarch64_msvc 0.53.0",
1710
+ "windows_i686_gnu 0.53.0",
1711
+ "windows_i686_gnullvm 0.53.0",
1712
+ "windows_i686_msvc 0.53.0",
1713
+ "windows_x86_64_gnu 0.53.0",
1714
+ "windows_x86_64_gnullvm 0.53.0",
1715
+ "windows_x86_64_msvc 0.53.0",
1716
+ ]
1717
+
1718
+ [[package]]
1719
+ name = "windows_aarch64_gnullvm"
1720
+ version = "0.48.5"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1723
+
1724
+ [[package]]
1725
+ name = "windows_aarch64_gnullvm"
1726
+ version = "0.52.6"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1729
+
1730
+ [[package]]
1731
+ name = "windows_aarch64_gnullvm"
1732
+ version = "0.53.0"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1735
+
1736
+ [[package]]
1737
+ name = "windows_aarch64_msvc"
1738
+ version = "0.48.5"
1739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1741
+
1742
+ [[package]]
1743
+ name = "windows_aarch64_msvc"
1744
+ version = "0.52.6"
1745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1746
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1747
+
1748
+ [[package]]
1749
+ name = "windows_aarch64_msvc"
1750
+ version = "0.53.0"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1753
+
1754
+ [[package]]
1755
+ name = "windows_i686_gnu"
1756
+ version = "0.48.5"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1759
+
1760
+ [[package]]
1761
+ name = "windows_i686_gnu"
1762
+ version = "0.52.6"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1765
+
1766
+ [[package]]
1767
+ name = "windows_i686_gnu"
1768
+ version = "0.53.0"
1769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1770
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1771
+
1772
+ [[package]]
1773
+ name = "windows_i686_gnullvm"
1774
+ version = "0.52.6"
1775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1777
+
1778
+ [[package]]
1779
+ name = "windows_i686_gnullvm"
1780
+ version = "0.53.0"
1781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1782
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1783
+
1784
+ [[package]]
1785
+ name = "windows_i686_msvc"
1786
+ version = "0.48.5"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1789
+
1790
+ [[package]]
1791
+ name = "windows_i686_msvc"
1792
+ version = "0.52.6"
1793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1794
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1795
+
1796
+ [[package]]
1797
+ name = "windows_i686_msvc"
1798
+ version = "0.53.0"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1801
+
1802
+ [[package]]
1803
+ name = "windows_x86_64_gnu"
1804
+ version = "0.48.5"
1805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1806
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1807
+
1808
+ [[package]]
1809
+ name = "windows_x86_64_gnu"
1810
+ version = "0.52.6"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1813
+
1814
+ [[package]]
1815
+ name = "windows_x86_64_gnu"
1816
+ version = "0.53.0"
1817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1818
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1819
+
1820
+ [[package]]
1821
+ name = "windows_x86_64_gnullvm"
1822
+ version = "0.48.5"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1825
+
1826
+ [[package]]
1827
+ name = "windows_x86_64_gnullvm"
1828
+ version = "0.52.6"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1831
+
1832
+ [[package]]
1833
+ name = "windows_x86_64_gnullvm"
1834
+ version = "0.53.0"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1837
+
1838
+ [[package]]
1839
+ name = "windows_x86_64_msvc"
1840
+ version = "0.48.5"
1841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1842
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1843
+
1844
+ [[package]]
1845
+ name = "windows_x86_64_msvc"
1846
+ version = "0.52.6"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1849
+
1850
+ [[package]]
1851
+ name = "windows_x86_64_msvc"
1852
+ version = "0.53.0"
1853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1854
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
1855
+
1856
+ [[package]]
1857
+ name = "wit-bindgen-rt"
1858
+ version = "0.39.0"
1859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1860
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
1861
+ dependencies = [
1862
+ "bitflags",
1863
+ ]