mangleframes 0.2.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. mangleframes-0.2.8/Cargo.lock +3493 -0
  2. mangleframes-0.2.8/Cargo.toml +3 -0
  3. mangleframes-0.2.8/PKG-INFO +25 -0
  4. mangleframes-0.2.8/pyproject.toml +39 -0
  5. mangleframes-0.2.8/python/mangleframes/__init__.py +193 -0
  6. mangleframes-0.2.8/python/mangleframes/alerts.py +284 -0
  7. mangleframes-0.2.8/python/mangleframes/dqx_server.py +262 -0
  8. mangleframes-0.2.8/python/mangleframes/launcher.py +41 -0
  9. mangleframes-0.2.8/python/mangleframes/session.py +168 -0
  10. mangleframes-0.2.8/spark-connect/Cargo.toml +21 -0
  11. mangleframes-0.2.8/spark-connect/build.rs +72 -0
  12. mangleframes-0.2.8/spark-connect/proto/spark/connect/base.proto +1135 -0
  13. mangleframes-0.2.8/spark-connect/proto/spark/connect/catalog.proto +243 -0
  14. mangleframes-0.2.8/spark-connect/proto/spark/connect/commands.proto +551 -0
  15. mangleframes-0.2.8/spark-connect/proto/spark/connect/common.proto +173 -0
  16. mangleframes-0.2.8/spark-connect/proto/spark/connect/expressions.proto +504 -0
  17. mangleframes-0.2.8/spark-connect/proto/spark/connect/ml.proto +120 -0
  18. mangleframes-0.2.8/spark-connect/proto/spark/connect/ml_common.proto +64 -0
  19. mangleframes-0.2.8/spark-connect/proto/spark/connect/relations.proto +1216 -0
  20. mangleframes-0.2.8/spark-connect/proto/spark/connect/types.proto +205 -0
  21. mangleframes-0.2.8/spark-connect/src/client.rs +482 -0
  22. mangleframes-0.2.8/spark-connect/src/error.rs +27 -0
  23. mangleframes-0.2.8/spark-connect/src/lib.rs +15 -0
  24. mangleframes-0.2.8/spark-connect/src/proto/spark.connect.rs +6063 -0
  25. mangleframes-0.2.8/viewer/Cargo.toml +36 -0
  26. mangleframes-0.2.8/viewer/src/alert_handlers.rs +638 -0
  27. mangleframes-0.2.8/viewer/src/arrow_reader.rs +423 -0
  28. mangleframes-0.2.8/viewer/src/dashboard.rs +448 -0
  29. mangleframes-0.2.8/viewer/src/dq_handlers.rs +147 -0
  30. mangleframes-0.2.8/viewer/src/export.rs +217 -0
  31. mangleframes-0.2.8/viewer/src/handlers.rs +673 -0
  32. mangleframes-0.2.8/viewer/src/history_analysis.rs +443 -0
  33. mangleframes-0.2.8/viewer/src/history_handlers.rs +341 -0
  34. mangleframes-0.2.8/viewer/src/join_handlers.rs +591 -0
  35. mangleframes-0.2.8/viewer/src/main.rs +118 -0
  36. mangleframes-0.2.8/viewer/src/perf.rs +417 -0
  37. mangleframes-0.2.8/viewer/src/reconcile_handlers.rs +908 -0
  38. mangleframes-0.2.8/viewer/src/spark_client.rs +129 -0
  39. mangleframes-0.2.8/viewer/src/sql_builder.rs +1920 -0
  40. mangleframes-0.2.8/viewer/src/stats.rs +487 -0
  41. mangleframes-0.2.8/viewer/src/test_helpers.rs +313 -0
  42. mangleframes-0.2.8/viewer/src/web_server.rs +150 -0
  43. mangleframes-0.2.8/viewer/src/websocket.rs +55 -0
  44. mangleframes-0.2.8/viewer/static/app.js +2998 -0
  45. mangleframes-0.2.8/viewer/static/index.html +491 -0
  46. mangleframes-0.2.8/viewer/static/style.css +2225 -0
@@ -0,0 +1,3493 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "getrandom 0.3.4",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "alloc-no-stdlib"
36
+ version = "2.0.4"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
39
+
40
+ [[package]]
41
+ name = "alloc-stdlib"
42
+ version = "0.2.2"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
45
+ dependencies = [
46
+ "alloc-no-stdlib",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "android_system_properties"
51
+ version = "0.1.5"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
54
+ dependencies = [
55
+ "libc",
56
+ ]
57
+
58
+ [[package]]
59
+ name = "anstream"
60
+ version = "0.6.21"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
63
+ dependencies = [
64
+ "anstyle",
65
+ "anstyle-parse",
66
+ "anstyle-query",
67
+ "anstyle-wincon",
68
+ "colorchoice",
69
+ "is_terminal_polyfill",
70
+ "utf8parse",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "anstyle"
75
+ version = "1.0.13"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
78
+
79
+ [[package]]
80
+ name = "anstyle-parse"
81
+ version = "0.2.7"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
84
+ dependencies = [
85
+ "utf8parse",
86
+ ]
87
+
88
+ [[package]]
89
+ name = "anstyle-query"
90
+ version = "1.1.5"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
93
+ dependencies = [
94
+ "windows-sys 0.61.2",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "anstyle-wincon"
99
+ version = "3.0.11"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
102
+ dependencies = [
103
+ "anstyle",
104
+ "once_cell_polyfill",
105
+ "windows-sys 0.61.2",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "anyhow"
110
+ version = "1.0.100"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
113
+
114
+ [[package]]
115
+ name = "arrow"
116
+ version = "54.3.1"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "b5ec52ba94edeed950e4a41f75d35376df196e8cb04437f7280a5aa49f20f796"
119
+ dependencies = [
120
+ "arrow-arith",
121
+ "arrow-array",
122
+ "arrow-buffer",
123
+ "arrow-cast",
124
+ "arrow-csv",
125
+ "arrow-data",
126
+ "arrow-ipc",
127
+ "arrow-json",
128
+ "arrow-ord",
129
+ "arrow-row",
130
+ "arrow-schema",
131
+ "arrow-select",
132
+ "arrow-string",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "arrow-arith"
137
+ version = "54.3.1"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "8fc766fdacaf804cb10c7c70580254fcdb5d55cdfda2bc57b02baf5223a3af9e"
140
+ dependencies = [
141
+ "arrow-array",
142
+ "arrow-buffer",
143
+ "arrow-data",
144
+ "arrow-schema",
145
+ "chrono",
146
+ "num",
147
+ ]
148
+
149
+ [[package]]
150
+ name = "arrow-array"
151
+ version = "54.3.1"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "a12fcdb3f1d03f69d3ec26ac67645a8fe3f878d77b5ebb0b15d64a116c212985"
154
+ dependencies = [
155
+ "ahash",
156
+ "arrow-buffer",
157
+ "arrow-data",
158
+ "arrow-schema",
159
+ "chrono",
160
+ "half",
161
+ "hashbrown 0.15.5",
162
+ "num",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "arrow-buffer"
167
+ version = "54.3.1"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "263f4801ff1839ef53ebd06f99a56cecd1dbaf314ec893d93168e2e860e0291c"
170
+ dependencies = [
171
+ "bytes",
172
+ "half",
173
+ "num",
174
+ ]
175
+
176
+ [[package]]
177
+ name = "arrow-cast"
178
+ version = "54.3.1"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "ede6175fbc039dfc946a61c1b6d42fd682fcecf5ab5d148fbe7667705798cac9"
181
+ dependencies = [
182
+ "arrow-array",
183
+ "arrow-buffer",
184
+ "arrow-data",
185
+ "arrow-schema",
186
+ "arrow-select",
187
+ "atoi",
188
+ "base64",
189
+ "chrono",
190
+ "half",
191
+ "lexical-core",
192
+ "num",
193
+ "ryu",
194
+ ]
195
+
196
+ [[package]]
197
+ name = "arrow-csv"
198
+ version = "54.3.1"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "1644877d8bc9a0ef022d9153dc29375c2bda244c39aec05a91d0e87ccf77995f"
201
+ dependencies = [
202
+ "arrow-array",
203
+ "arrow-cast",
204
+ "arrow-schema",
205
+ "chrono",
206
+ "csv",
207
+ "csv-core",
208
+ "lazy_static",
209
+ "regex",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "arrow-data"
214
+ version = "54.3.1"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "61cfdd7d99b4ff618f167e548b2411e5dd2c98c0ddebedd7df433d34c20a4429"
217
+ dependencies = [
218
+ "arrow-buffer",
219
+ "arrow-schema",
220
+ "half",
221
+ "num",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "arrow-ipc"
226
+ version = "54.3.1"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "62ff528658b521e33905334723b795ee56b393dbe9cf76c8b1f64b648c65a60c"
229
+ dependencies = [
230
+ "arrow-array",
231
+ "arrow-buffer",
232
+ "arrow-data",
233
+ "arrow-schema",
234
+ "flatbuffers",
235
+ ]
236
+
237
+ [[package]]
238
+ name = "arrow-json"
239
+ version = "54.3.1"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "0ee5b4ca98a7fb2efb9ab3309a5d1c88b5116997ff93f3147efdc1062a6158e9"
242
+ dependencies = [
243
+ "arrow-array",
244
+ "arrow-buffer",
245
+ "arrow-cast",
246
+ "arrow-data",
247
+ "arrow-schema",
248
+ "chrono",
249
+ "half",
250
+ "indexmap 2.13.0",
251
+ "lexical-core",
252
+ "memchr",
253
+ "num",
254
+ "serde",
255
+ "serde_json",
256
+ "simdutf8",
257
+ ]
258
+
259
+ [[package]]
260
+ name = "arrow-ord"
261
+ version = "54.3.1"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "f0a3334a743bd2a1479dbc635540617a3923b4b2f6870f37357339e6b5363c21"
264
+ dependencies = [
265
+ "arrow-array",
266
+ "arrow-buffer",
267
+ "arrow-data",
268
+ "arrow-schema",
269
+ "arrow-select",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "arrow-row"
274
+ version = "54.3.1"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "8d1d7a7291d2c5107e92140f75257a99343956871f3d3ab33a7b41532f79cb68"
277
+ dependencies = [
278
+ "arrow-array",
279
+ "arrow-buffer",
280
+ "arrow-data",
281
+ "arrow-schema",
282
+ "half",
283
+ ]
284
+
285
+ [[package]]
286
+ name = "arrow-schema"
287
+ version = "54.3.1"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "39cfaf5e440be44db5413b75b72c2a87c1f8f0627117d110264048f2969b99e9"
290
+
291
+ [[package]]
292
+ name = "arrow-select"
293
+ version = "54.3.1"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "69efcd706420e52cd44f5c4358d279801993846d1c2a8e52111853d61d55a619"
296
+ dependencies = [
297
+ "ahash",
298
+ "arrow-array",
299
+ "arrow-buffer",
300
+ "arrow-data",
301
+ "arrow-schema",
302
+ "num",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "arrow-string"
307
+ version = "54.3.1"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "a21546b337ab304a32cfc0770f671db7411787586b45b78b4593ae78e64e2b03"
310
+ dependencies = [
311
+ "arrow-array",
312
+ "arrow-buffer",
313
+ "arrow-data",
314
+ "arrow-schema",
315
+ "arrow-select",
316
+ "memchr",
317
+ "num",
318
+ "regex",
319
+ "regex-syntax",
320
+ ]
321
+
322
+ [[package]]
323
+ name = "async-stream"
324
+ version = "0.3.6"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
327
+ dependencies = [
328
+ "async-stream-impl",
329
+ "futures-core",
330
+ "pin-project-lite",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "async-stream-impl"
335
+ version = "0.3.6"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
338
+ dependencies = [
339
+ "proc-macro2",
340
+ "quote",
341
+ "syn",
342
+ ]
343
+
344
+ [[package]]
345
+ name = "async-trait"
346
+ version = "0.1.89"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
349
+ dependencies = [
350
+ "proc-macro2",
351
+ "quote",
352
+ "syn",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "atoi"
357
+ version = "2.0.0"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
360
+ dependencies = [
361
+ "num-traits",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "atomic-waker"
366
+ version = "1.1.2"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
369
+
370
+ [[package]]
371
+ name = "autocfg"
372
+ version = "1.5.0"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
375
+
376
+ [[package]]
377
+ name = "axum"
378
+ version = "0.7.9"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
381
+ dependencies = [
382
+ "async-trait",
383
+ "axum-core 0.4.5",
384
+ "bytes",
385
+ "futures-util",
386
+ "http",
387
+ "http-body",
388
+ "http-body-util",
389
+ "itoa",
390
+ "matchit 0.7.3",
391
+ "memchr",
392
+ "mime",
393
+ "percent-encoding",
394
+ "pin-project-lite",
395
+ "rustversion",
396
+ "serde",
397
+ "sync_wrapper",
398
+ "tower 0.5.3",
399
+ "tower-layer",
400
+ "tower-service",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "axum"
405
+ version = "0.8.8"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
408
+ dependencies = [
409
+ "axum-core 0.5.6",
410
+ "base64",
411
+ "bytes",
412
+ "form_urlencoded",
413
+ "futures-util",
414
+ "http",
415
+ "http-body",
416
+ "http-body-util",
417
+ "hyper",
418
+ "hyper-util",
419
+ "itoa",
420
+ "matchit 0.8.4",
421
+ "memchr",
422
+ "mime",
423
+ "multer",
424
+ "percent-encoding",
425
+ "pin-project-lite",
426
+ "serde_core",
427
+ "serde_json",
428
+ "serde_path_to_error",
429
+ "serde_urlencoded",
430
+ "sha1",
431
+ "sync_wrapper",
432
+ "tokio",
433
+ "tokio-tungstenite",
434
+ "tower 0.5.3",
435
+ "tower-layer",
436
+ "tower-service",
437
+ "tracing",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "axum-core"
442
+ version = "0.4.5"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
445
+ dependencies = [
446
+ "async-trait",
447
+ "bytes",
448
+ "futures-util",
449
+ "http",
450
+ "http-body",
451
+ "http-body-util",
452
+ "mime",
453
+ "pin-project-lite",
454
+ "rustversion",
455
+ "sync_wrapper",
456
+ "tower-layer",
457
+ "tower-service",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "axum-core"
462
+ version = "0.5.6"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
465
+ dependencies = [
466
+ "bytes",
467
+ "futures-core",
468
+ "http",
469
+ "http-body",
470
+ "http-body-util",
471
+ "mime",
472
+ "pin-project-lite",
473
+ "sync_wrapper",
474
+ "tower-layer",
475
+ "tower-service",
476
+ "tracing",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "base64"
481
+ version = "0.22.1"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
484
+
485
+ [[package]]
486
+ name = "bitflags"
487
+ version = "1.3.2"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
490
+
491
+ [[package]]
492
+ name = "bitflags"
493
+ version = "2.10.0"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
496
+
497
+ [[package]]
498
+ name = "block-buffer"
499
+ version = "0.10.4"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
502
+ dependencies = [
503
+ "generic-array",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "brotli"
508
+ version = "7.0.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
511
+ dependencies = [
512
+ "alloc-no-stdlib",
513
+ "alloc-stdlib",
514
+ "brotli-decompressor",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "brotli-decompressor"
519
+ version = "4.0.3"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd"
522
+ dependencies = [
523
+ "alloc-no-stdlib",
524
+ "alloc-stdlib",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "bumpalo"
529
+ version = "3.19.1"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
532
+
533
+ [[package]]
534
+ name = "byteorder"
535
+ version = "1.5.0"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
538
+
539
+ [[package]]
540
+ name = "bytes"
541
+ version = "1.11.0"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
544
+
545
+ [[package]]
546
+ name = "cc"
547
+ version = "1.2.53"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
550
+ dependencies = [
551
+ "find-msvc-tools",
552
+ "jobserver",
553
+ "libc",
554
+ "shlex",
555
+ ]
556
+
557
+ [[package]]
558
+ name = "cfg-if"
559
+ version = "1.0.4"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
562
+
563
+ [[package]]
564
+ name = "cfg_aliases"
565
+ version = "0.2.1"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
568
+
569
+ [[package]]
570
+ name = "chrono"
571
+ version = "0.4.43"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
574
+ dependencies = [
575
+ "iana-time-zone",
576
+ "js-sys",
577
+ "num-traits",
578
+ "wasm-bindgen",
579
+ "windows-link",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "clap"
584
+ version = "4.5.54"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
587
+ dependencies = [
588
+ "clap_builder",
589
+ "clap_derive",
590
+ ]
591
+
592
+ [[package]]
593
+ name = "clap_builder"
594
+ version = "4.5.54"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
597
+ dependencies = [
598
+ "anstream",
599
+ "anstyle",
600
+ "clap_lex",
601
+ "strsim",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "clap_derive"
606
+ version = "4.5.49"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
609
+ dependencies = [
610
+ "heck",
611
+ "proc-macro2",
612
+ "quote",
613
+ "syn",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "clap_lex"
618
+ version = "0.7.7"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
621
+
622
+ [[package]]
623
+ name = "colorchoice"
624
+ version = "1.0.4"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
627
+
628
+ [[package]]
629
+ name = "const-random"
630
+ version = "0.1.18"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
633
+ dependencies = [
634
+ "const-random-macro",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "const-random-macro"
639
+ version = "0.1.16"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
642
+ dependencies = [
643
+ "getrandom 0.2.17",
644
+ "once_cell",
645
+ "tiny-keccak",
646
+ ]
647
+
648
+ [[package]]
649
+ name = "core-foundation"
650
+ version = "0.10.1"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
653
+ dependencies = [
654
+ "core-foundation-sys",
655
+ "libc",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "core-foundation-sys"
660
+ version = "0.8.7"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
663
+
664
+ [[package]]
665
+ name = "cpufeatures"
666
+ version = "0.2.17"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
669
+ dependencies = [
670
+ "libc",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "crc32fast"
675
+ version = "1.5.0"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
678
+ dependencies = [
679
+ "cfg-if",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "crunchy"
684
+ version = "0.2.4"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
687
+
688
+ [[package]]
689
+ name = "crypto-common"
690
+ version = "0.1.7"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
693
+ dependencies = [
694
+ "generic-array",
695
+ "typenum",
696
+ ]
697
+
698
+ [[package]]
699
+ name = "csv"
700
+ version = "1.4.0"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
703
+ dependencies = [
704
+ "csv-core",
705
+ "itoa",
706
+ "ryu",
707
+ "serde_core",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "csv-core"
712
+ version = "0.1.13"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
715
+ dependencies = [
716
+ "memchr",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "data-encoding"
721
+ version = "2.10.0"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
724
+
725
+ [[package]]
726
+ name = "digest"
727
+ version = "0.10.7"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
730
+ dependencies = [
731
+ "block-buffer",
732
+ "crypto-common",
733
+ ]
734
+
735
+ [[package]]
736
+ name = "displaydoc"
737
+ version = "0.2.5"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
740
+ dependencies = [
741
+ "proc-macro2",
742
+ "quote",
743
+ "syn",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "either"
748
+ version = "1.15.0"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
751
+
752
+ [[package]]
753
+ name = "encoding_rs"
754
+ version = "0.8.35"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
757
+ dependencies = [
758
+ "cfg-if",
759
+ ]
760
+
761
+ [[package]]
762
+ name = "equivalent"
763
+ version = "1.0.2"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
766
+
767
+ [[package]]
768
+ name = "errno"
769
+ version = "0.3.14"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
772
+ dependencies = [
773
+ "libc",
774
+ "windows-sys 0.61.2",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "fastrand"
779
+ version = "2.3.0"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
782
+
783
+ [[package]]
784
+ name = "find-msvc-tools"
785
+ version = "0.1.8"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
788
+
789
+ [[package]]
790
+ name = "fixedbitset"
791
+ version = "0.5.7"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
794
+
795
+ [[package]]
796
+ name = "flatbuffers"
797
+ version = "24.12.23"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096"
800
+ dependencies = [
801
+ "bitflags 1.3.2",
802
+ "rustc_version",
803
+ ]
804
+
805
+ [[package]]
806
+ name = "flate2"
807
+ version = "1.1.8"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
810
+ dependencies = [
811
+ "crc32fast",
812
+ "miniz_oxide",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "fnv"
817
+ version = "1.0.7"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
820
+
821
+ [[package]]
822
+ name = "form_urlencoded"
823
+ version = "1.2.2"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
826
+ dependencies = [
827
+ "percent-encoding",
828
+ ]
829
+
830
+ [[package]]
831
+ name = "futures-channel"
832
+ version = "0.3.31"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
835
+ dependencies = [
836
+ "futures-core",
837
+ "futures-sink",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "futures-core"
842
+ version = "0.3.31"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
845
+
846
+ [[package]]
847
+ name = "futures-io"
848
+ version = "0.3.31"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
851
+
852
+ [[package]]
853
+ name = "futures-macro"
854
+ version = "0.3.31"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
857
+ dependencies = [
858
+ "proc-macro2",
859
+ "quote",
860
+ "syn",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "futures-sink"
865
+ version = "0.3.31"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
868
+
869
+ [[package]]
870
+ name = "futures-task"
871
+ version = "0.3.31"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
874
+
875
+ [[package]]
876
+ name = "futures-util"
877
+ version = "0.3.31"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
880
+ dependencies = [
881
+ "futures-core",
882
+ "futures-io",
883
+ "futures-macro",
884
+ "futures-sink",
885
+ "futures-task",
886
+ "memchr",
887
+ "pin-project-lite",
888
+ "pin-utils",
889
+ "slab",
890
+ ]
891
+
892
+ [[package]]
893
+ name = "generic-array"
894
+ version = "0.14.7"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
897
+ dependencies = [
898
+ "typenum",
899
+ "version_check",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "getrandom"
904
+ version = "0.2.17"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
907
+ dependencies = [
908
+ "cfg-if",
909
+ "js-sys",
910
+ "libc",
911
+ "wasi",
912
+ "wasm-bindgen",
913
+ ]
914
+
915
+ [[package]]
916
+ name = "getrandom"
917
+ version = "0.3.4"
918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
919
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
920
+ dependencies = [
921
+ "cfg-if",
922
+ "js-sys",
923
+ "libc",
924
+ "r-efi",
925
+ "wasip2",
926
+ "wasm-bindgen",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "h2"
931
+ version = "0.4.13"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
934
+ dependencies = [
935
+ "atomic-waker",
936
+ "bytes",
937
+ "fnv",
938
+ "futures-core",
939
+ "futures-sink",
940
+ "http",
941
+ "indexmap 2.13.0",
942
+ "slab",
943
+ "tokio",
944
+ "tokio-util",
945
+ "tracing",
946
+ ]
947
+
948
+ [[package]]
949
+ name = "half"
950
+ version = "2.7.1"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
953
+ dependencies = [
954
+ "cfg-if",
955
+ "crunchy",
956
+ "num-traits",
957
+ "zerocopy",
958
+ ]
959
+
960
+ [[package]]
961
+ name = "hashbrown"
962
+ version = "0.12.3"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
965
+
966
+ [[package]]
967
+ name = "hashbrown"
968
+ version = "0.15.5"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
971
+
972
+ [[package]]
973
+ name = "hashbrown"
974
+ version = "0.16.1"
975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
977
+
978
+ [[package]]
979
+ name = "heck"
980
+ version = "0.5.0"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
983
+
984
+ [[package]]
985
+ name = "http"
986
+ version = "1.4.0"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
989
+ dependencies = [
990
+ "bytes",
991
+ "itoa",
992
+ ]
993
+
994
+ [[package]]
995
+ name = "http-body"
996
+ version = "1.0.1"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
999
+ dependencies = [
1000
+ "bytes",
1001
+ "http",
1002
+ ]
1003
+
1004
+ [[package]]
1005
+ name = "http-body-util"
1006
+ version = "0.1.3"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1009
+ dependencies = [
1010
+ "bytes",
1011
+ "futures-core",
1012
+ "http",
1013
+ "http-body",
1014
+ "pin-project-lite",
1015
+ ]
1016
+
1017
+ [[package]]
1018
+ name = "http-range-header"
1019
+ version = "0.4.2"
1020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1021
+ checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
1022
+
1023
+ [[package]]
1024
+ name = "httparse"
1025
+ version = "1.10.1"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1028
+
1029
+ [[package]]
1030
+ name = "httpdate"
1031
+ version = "1.0.3"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1034
+
1035
+ [[package]]
1036
+ name = "hyper"
1037
+ version = "1.8.1"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1040
+ dependencies = [
1041
+ "atomic-waker",
1042
+ "bytes",
1043
+ "futures-channel",
1044
+ "futures-core",
1045
+ "h2",
1046
+ "http",
1047
+ "http-body",
1048
+ "httparse",
1049
+ "httpdate",
1050
+ "itoa",
1051
+ "pin-project-lite",
1052
+ "pin-utils",
1053
+ "smallvec",
1054
+ "tokio",
1055
+ "want",
1056
+ ]
1057
+
1058
+ [[package]]
1059
+ name = "hyper-rustls"
1060
+ version = "0.27.7"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1063
+ dependencies = [
1064
+ "http",
1065
+ "hyper",
1066
+ "hyper-util",
1067
+ "rustls",
1068
+ "rustls-pki-types",
1069
+ "tokio",
1070
+ "tokio-rustls",
1071
+ "tower-service",
1072
+ "webpki-roots",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "hyper-timeout"
1077
+ version = "0.5.2"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
1080
+ dependencies = [
1081
+ "hyper",
1082
+ "hyper-util",
1083
+ "pin-project-lite",
1084
+ "tokio",
1085
+ "tower-service",
1086
+ ]
1087
+
1088
+ [[package]]
1089
+ name = "hyper-util"
1090
+ version = "0.1.19"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
1093
+ dependencies = [
1094
+ "base64",
1095
+ "bytes",
1096
+ "futures-channel",
1097
+ "futures-core",
1098
+ "futures-util",
1099
+ "http",
1100
+ "http-body",
1101
+ "hyper",
1102
+ "ipnet",
1103
+ "libc",
1104
+ "percent-encoding",
1105
+ "pin-project-lite",
1106
+ "socket2 0.6.1",
1107
+ "tokio",
1108
+ "tower-service",
1109
+ "tracing",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "iana-time-zone"
1114
+ version = "0.1.64"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1117
+ dependencies = [
1118
+ "android_system_properties",
1119
+ "core-foundation-sys",
1120
+ "iana-time-zone-haiku",
1121
+ "js-sys",
1122
+ "log",
1123
+ "wasm-bindgen",
1124
+ "windows-core",
1125
+ ]
1126
+
1127
+ [[package]]
1128
+ name = "iana-time-zone-haiku"
1129
+ version = "0.1.2"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1132
+ dependencies = [
1133
+ "cc",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "icu_collections"
1138
+ version = "2.1.1"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1141
+ dependencies = [
1142
+ "displaydoc",
1143
+ "potential_utf",
1144
+ "yoke",
1145
+ "zerofrom",
1146
+ "zerovec",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "icu_locale_core"
1151
+ version = "2.1.1"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1154
+ dependencies = [
1155
+ "displaydoc",
1156
+ "litemap",
1157
+ "tinystr",
1158
+ "writeable",
1159
+ "zerovec",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "icu_normalizer"
1164
+ version = "2.1.1"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1167
+ dependencies = [
1168
+ "icu_collections",
1169
+ "icu_normalizer_data",
1170
+ "icu_properties",
1171
+ "icu_provider",
1172
+ "smallvec",
1173
+ "zerovec",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "icu_normalizer_data"
1178
+ version = "2.1.1"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1181
+
1182
+ [[package]]
1183
+ name = "icu_properties"
1184
+ version = "2.1.2"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1187
+ dependencies = [
1188
+ "icu_collections",
1189
+ "icu_locale_core",
1190
+ "icu_properties_data",
1191
+ "icu_provider",
1192
+ "zerotrie",
1193
+ "zerovec",
1194
+ ]
1195
+
1196
+ [[package]]
1197
+ name = "icu_properties_data"
1198
+ version = "2.1.2"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1201
+
1202
+ [[package]]
1203
+ name = "icu_provider"
1204
+ version = "2.1.1"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1207
+ dependencies = [
1208
+ "displaydoc",
1209
+ "icu_locale_core",
1210
+ "writeable",
1211
+ "yoke",
1212
+ "zerofrom",
1213
+ "zerotrie",
1214
+ "zerovec",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "idna"
1219
+ version = "1.1.0"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1222
+ dependencies = [
1223
+ "idna_adapter",
1224
+ "smallvec",
1225
+ "utf8_iter",
1226
+ ]
1227
+
1228
+ [[package]]
1229
+ name = "idna_adapter"
1230
+ version = "1.2.1"
1231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1233
+ dependencies = [
1234
+ "icu_normalizer",
1235
+ "icu_properties",
1236
+ ]
1237
+
1238
+ [[package]]
1239
+ name = "indexmap"
1240
+ version = "1.9.3"
1241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1242
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1243
+ dependencies = [
1244
+ "autocfg",
1245
+ "hashbrown 0.12.3",
1246
+ ]
1247
+
1248
+ [[package]]
1249
+ name = "indexmap"
1250
+ version = "2.13.0"
1251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1252
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1253
+ dependencies = [
1254
+ "equivalent",
1255
+ "hashbrown 0.16.1",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "integer-encoding"
1260
+ version = "3.0.4"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
1263
+
1264
+ [[package]]
1265
+ name = "ipnet"
1266
+ version = "2.11.0"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1269
+
1270
+ [[package]]
1271
+ name = "iri-string"
1272
+ version = "0.7.10"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1275
+ dependencies = [
1276
+ "memchr",
1277
+ "serde",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "is_terminal_polyfill"
1282
+ version = "1.70.2"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1285
+
1286
+ [[package]]
1287
+ name = "itertools"
1288
+ version = "0.14.0"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1291
+ dependencies = [
1292
+ "either",
1293
+ ]
1294
+
1295
+ [[package]]
1296
+ name = "itoa"
1297
+ version = "1.0.17"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1300
+
1301
+ [[package]]
1302
+ name = "jobserver"
1303
+ version = "0.1.34"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1306
+ dependencies = [
1307
+ "getrandom 0.3.4",
1308
+ "libc",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "js-sys"
1313
+ version = "0.3.85"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
1316
+ dependencies = [
1317
+ "once_cell",
1318
+ "wasm-bindgen",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "lazy_static"
1323
+ version = "1.5.0"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1326
+
1327
+ [[package]]
1328
+ name = "lexical-core"
1329
+ version = "1.0.6"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
1332
+ dependencies = [
1333
+ "lexical-parse-float",
1334
+ "lexical-parse-integer",
1335
+ "lexical-util",
1336
+ "lexical-write-float",
1337
+ "lexical-write-integer",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "lexical-parse-float"
1342
+ version = "1.0.6"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
1345
+ dependencies = [
1346
+ "lexical-parse-integer",
1347
+ "lexical-util",
1348
+ ]
1349
+
1350
+ [[package]]
1351
+ name = "lexical-parse-integer"
1352
+ version = "1.0.6"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
1355
+ dependencies = [
1356
+ "lexical-util",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "lexical-util"
1361
+ version = "1.0.7"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
1364
+
1365
+ [[package]]
1366
+ name = "lexical-write-float"
1367
+ version = "1.0.6"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
1370
+ dependencies = [
1371
+ "lexical-util",
1372
+ "lexical-write-integer",
1373
+ ]
1374
+
1375
+ [[package]]
1376
+ name = "lexical-write-integer"
1377
+ version = "1.0.6"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
1380
+ dependencies = [
1381
+ "lexical-util",
1382
+ ]
1383
+
1384
+ [[package]]
1385
+ name = "libc"
1386
+ version = "0.2.180"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
1389
+
1390
+ [[package]]
1391
+ name = "libm"
1392
+ version = "0.2.15"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1395
+
1396
+ [[package]]
1397
+ name = "linux-raw-sys"
1398
+ version = "0.11.0"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1401
+
1402
+ [[package]]
1403
+ name = "litemap"
1404
+ version = "0.8.1"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1407
+
1408
+ [[package]]
1409
+ name = "lock_api"
1410
+ version = "0.4.14"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1413
+ dependencies = [
1414
+ "scopeguard",
1415
+ ]
1416
+
1417
+ [[package]]
1418
+ name = "log"
1419
+ version = "0.4.29"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1422
+
1423
+ [[package]]
1424
+ name = "lru-slab"
1425
+ version = "0.1.2"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1428
+
1429
+ [[package]]
1430
+ name = "lz4_flex"
1431
+ version = "0.11.5"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
1434
+ dependencies = [
1435
+ "twox-hash 2.1.2",
1436
+ ]
1437
+
1438
+ [[package]]
1439
+ name = "mangleframes-viewer"
1440
+ version = "0.1.0"
1441
+ dependencies = [
1442
+ "anyhow",
1443
+ "arrow",
1444
+ "arrow-csv",
1445
+ "arrow-ipc",
1446
+ "arrow-json",
1447
+ "axum 0.8.8",
1448
+ "base64",
1449
+ "chrono",
1450
+ "clap",
1451
+ "futures-util",
1452
+ "parquet",
1453
+ "reqwest",
1454
+ "rust-embed",
1455
+ "serde",
1456
+ "serde_json",
1457
+ "spark-connect",
1458
+ "thiserror",
1459
+ "tokio",
1460
+ "tower-http",
1461
+ "tracing",
1462
+ "tracing-subscriber",
1463
+ ]
1464
+
1465
+ [[package]]
1466
+ name = "matchers"
1467
+ version = "0.2.0"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1470
+ dependencies = [
1471
+ "regex-automata",
1472
+ ]
1473
+
1474
+ [[package]]
1475
+ name = "matchit"
1476
+ version = "0.7.3"
1477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1479
+
1480
+ [[package]]
1481
+ name = "matchit"
1482
+ version = "0.8.4"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1485
+
1486
+ [[package]]
1487
+ name = "memchr"
1488
+ version = "2.7.6"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1491
+
1492
+ [[package]]
1493
+ name = "mime"
1494
+ version = "0.3.17"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1497
+
1498
+ [[package]]
1499
+ name = "mime_guess"
1500
+ version = "2.0.5"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1503
+ dependencies = [
1504
+ "mime",
1505
+ "unicase",
1506
+ ]
1507
+
1508
+ [[package]]
1509
+ name = "miniz_oxide"
1510
+ version = "0.8.9"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1513
+ dependencies = [
1514
+ "adler2",
1515
+ "simd-adler32",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "mio"
1520
+ version = "1.1.1"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1523
+ dependencies = [
1524
+ "libc",
1525
+ "wasi",
1526
+ "windows-sys 0.61.2",
1527
+ ]
1528
+
1529
+ [[package]]
1530
+ name = "multer"
1531
+ version = "3.1.0"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
1534
+ dependencies = [
1535
+ "bytes",
1536
+ "encoding_rs",
1537
+ "futures-util",
1538
+ "http",
1539
+ "httparse",
1540
+ "memchr",
1541
+ "mime",
1542
+ "spin",
1543
+ "version_check",
1544
+ ]
1545
+
1546
+ [[package]]
1547
+ name = "multimap"
1548
+ version = "0.10.1"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
1551
+
1552
+ [[package]]
1553
+ name = "nu-ansi-term"
1554
+ version = "0.50.3"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1557
+ dependencies = [
1558
+ "windows-sys 0.61.2",
1559
+ ]
1560
+
1561
+ [[package]]
1562
+ name = "num"
1563
+ version = "0.4.3"
1564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
1566
+ dependencies = [
1567
+ "num-bigint",
1568
+ "num-complex",
1569
+ "num-integer",
1570
+ "num-iter",
1571
+ "num-rational",
1572
+ "num-traits",
1573
+ ]
1574
+
1575
+ [[package]]
1576
+ name = "num-bigint"
1577
+ version = "0.4.6"
1578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1579
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1580
+ dependencies = [
1581
+ "num-integer",
1582
+ "num-traits",
1583
+ ]
1584
+
1585
+ [[package]]
1586
+ name = "num-complex"
1587
+ version = "0.4.6"
1588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1589
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1590
+ dependencies = [
1591
+ "num-traits",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "num-integer"
1596
+ version = "0.1.46"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1599
+ dependencies = [
1600
+ "num-traits",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "num-iter"
1605
+ version = "0.1.45"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1608
+ dependencies = [
1609
+ "autocfg",
1610
+ "num-integer",
1611
+ "num-traits",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "num-rational"
1616
+ version = "0.4.2"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1619
+ dependencies = [
1620
+ "num-bigint",
1621
+ "num-integer",
1622
+ "num-traits",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "num-traits"
1627
+ version = "0.2.19"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1630
+ dependencies = [
1631
+ "autocfg",
1632
+ "libm",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "once_cell"
1637
+ version = "1.21.3"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1640
+
1641
+ [[package]]
1642
+ name = "once_cell_polyfill"
1643
+ version = "1.70.2"
1644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1646
+
1647
+ [[package]]
1648
+ name = "openssl-probe"
1649
+ version = "0.2.0"
1650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1651
+ checksum = "9f50d9b3dabb09ecd771ad0aa242ca6894994c130308ca3d7684634df8037391"
1652
+
1653
+ [[package]]
1654
+ name = "ordered-float"
1655
+ version = "2.10.1"
1656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1657
+ checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
1658
+ dependencies = [
1659
+ "num-traits",
1660
+ ]
1661
+
1662
+ [[package]]
1663
+ name = "parking_lot"
1664
+ version = "0.12.5"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1667
+ dependencies = [
1668
+ "lock_api",
1669
+ "parking_lot_core",
1670
+ ]
1671
+
1672
+ [[package]]
1673
+ name = "parking_lot_core"
1674
+ version = "0.9.12"
1675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1677
+ dependencies = [
1678
+ "cfg-if",
1679
+ "libc",
1680
+ "redox_syscall",
1681
+ "smallvec",
1682
+ "windows-link",
1683
+ ]
1684
+
1685
+ [[package]]
1686
+ name = "parquet"
1687
+ version = "54.3.1"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "bfb15796ac6f56b429fd99e33ba133783ad75b27c36b4b5ce06f1f82cc97754e"
1690
+ dependencies = [
1691
+ "ahash",
1692
+ "arrow-array",
1693
+ "arrow-buffer",
1694
+ "arrow-cast",
1695
+ "arrow-data",
1696
+ "arrow-ipc",
1697
+ "arrow-schema",
1698
+ "arrow-select",
1699
+ "base64",
1700
+ "brotli",
1701
+ "bytes",
1702
+ "chrono",
1703
+ "flate2",
1704
+ "half",
1705
+ "hashbrown 0.15.5",
1706
+ "lz4_flex",
1707
+ "num",
1708
+ "num-bigint",
1709
+ "paste",
1710
+ "seq-macro",
1711
+ "simdutf8",
1712
+ "snap",
1713
+ "thrift",
1714
+ "twox-hash 1.6.3",
1715
+ "zstd",
1716
+ ]
1717
+
1718
+ [[package]]
1719
+ name = "paste"
1720
+ version = "1.0.15"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1723
+
1724
+ [[package]]
1725
+ name = "percent-encoding"
1726
+ version = "2.3.2"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1729
+
1730
+ [[package]]
1731
+ name = "petgraph"
1732
+ version = "0.7.1"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
1735
+ dependencies = [
1736
+ "fixedbitset",
1737
+ "indexmap 2.13.0",
1738
+ ]
1739
+
1740
+ [[package]]
1741
+ name = "pin-project"
1742
+ version = "1.1.10"
1743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1744
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1745
+ dependencies = [
1746
+ "pin-project-internal",
1747
+ ]
1748
+
1749
+ [[package]]
1750
+ name = "pin-project-internal"
1751
+ version = "1.1.10"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1754
+ dependencies = [
1755
+ "proc-macro2",
1756
+ "quote",
1757
+ "syn",
1758
+ ]
1759
+
1760
+ [[package]]
1761
+ name = "pin-project-lite"
1762
+ version = "0.2.16"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1765
+
1766
+ [[package]]
1767
+ name = "pin-utils"
1768
+ version = "0.1.0"
1769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1770
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1771
+
1772
+ [[package]]
1773
+ name = "pkg-config"
1774
+ version = "0.3.32"
1775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1777
+
1778
+ [[package]]
1779
+ name = "potential_utf"
1780
+ version = "0.1.4"
1781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1782
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1783
+ dependencies = [
1784
+ "zerovec",
1785
+ ]
1786
+
1787
+ [[package]]
1788
+ name = "ppv-lite86"
1789
+ version = "0.2.21"
1790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1792
+ dependencies = [
1793
+ "zerocopy",
1794
+ ]
1795
+
1796
+ [[package]]
1797
+ name = "prettyplease"
1798
+ version = "0.2.37"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1801
+ dependencies = [
1802
+ "proc-macro2",
1803
+ "syn",
1804
+ ]
1805
+
1806
+ [[package]]
1807
+ name = "proc-macro2"
1808
+ version = "1.0.105"
1809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1810
+ checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
1811
+ dependencies = [
1812
+ "unicode-ident",
1813
+ ]
1814
+
1815
+ [[package]]
1816
+ name = "prost"
1817
+ version = "0.13.5"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
1820
+ dependencies = [
1821
+ "bytes",
1822
+ "prost-derive",
1823
+ ]
1824
+
1825
+ [[package]]
1826
+ name = "prost-build"
1827
+ version = "0.13.5"
1828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1829
+ checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
1830
+ dependencies = [
1831
+ "heck",
1832
+ "itertools",
1833
+ "log",
1834
+ "multimap",
1835
+ "once_cell",
1836
+ "petgraph",
1837
+ "prettyplease",
1838
+ "prost",
1839
+ "prost-types",
1840
+ "regex",
1841
+ "syn",
1842
+ "tempfile",
1843
+ ]
1844
+
1845
+ [[package]]
1846
+ name = "prost-derive"
1847
+ version = "0.13.5"
1848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1849
+ checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
1850
+ dependencies = [
1851
+ "anyhow",
1852
+ "itertools",
1853
+ "proc-macro2",
1854
+ "quote",
1855
+ "syn",
1856
+ ]
1857
+
1858
+ [[package]]
1859
+ name = "prost-types"
1860
+ version = "0.13.5"
1861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1862
+ checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
1863
+ dependencies = [
1864
+ "prost",
1865
+ ]
1866
+
1867
+ [[package]]
1868
+ name = "quinn"
1869
+ version = "0.11.9"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1872
+ dependencies = [
1873
+ "bytes",
1874
+ "cfg_aliases",
1875
+ "pin-project-lite",
1876
+ "quinn-proto",
1877
+ "quinn-udp",
1878
+ "rustc-hash",
1879
+ "rustls",
1880
+ "socket2 0.6.1",
1881
+ "thiserror",
1882
+ "tokio",
1883
+ "tracing",
1884
+ "web-time",
1885
+ ]
1886
+
1887
+ [[package]]
1888
+ name = "quinn-proto"
1889
+ version = "0.11.13"
1890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1891
+ checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1892
+ dependencies = [
1893
+ "bytes",
1894
+ "getrandom 0.3.4",
1895
+ "lru-slab",
1896
+ "rand 0.9.2",
1897
+ "ring",
1898
+ "rustc-hash",
1899
+ "rustls",
1900
+ "rustls-pki-types",
1901
+ "slab",
1902
+ "thiserror",
1903
+ "tinyvec",
1904
+ "tracing",
1905
+ "web-time",
1906
+ ]
1907
+
1908
+ [[package]]
1909
+ name = "quinn-udp"
1910
+ version = "0.5.14"
1911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1912
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1913
+ dependencies = [
1914
+ "cfg_aliases",
1915
+ "libc",
1916
+ "once_cell",
1917
+ "socket2 0.6.1",
1918
+ "tracing",
1919
+ "windows-sys 0.60.2",
1920
+ ]
1921
+
1922
+ [[package]]
1923
+ name = "quote"
1924
+ version = "1.0.43"
1925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1926
+ checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
1927
+ dependencies = [
1928
+ "proc-macro2",
1929
+ ]
1930
+
1931
+ [[package]]
1932
+ name = "r-efi"
1933
+ version = "5.3.0"
1934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1935
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1936
+
1937
+ [[package]]
1938
+ name = "rand"
1939
+ version = "0.8.5"
1940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1941
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1942
+ dependencies = [
1943
+ "libc",
1944
+ "rand_chacha 0.3.1",
1945
+ "rand_core 0.6.4",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "rand"
1950
+ version = "0.9.2"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1953
+ dependencies = [
1954
+ "rand_chacha 0.9.0",
1955
+ "rand_core 0.9.5",
1956
+ ]
1957
+
1958
+ [[package]]
1959
+ name = "rand_chacha"
1960
+ version = "0.3.1"
1961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1963
+ dependencies = [
1964
+ "ppv-lite86",
1965
+ "rand_core 0.6.4",
1966
+ ]
1967
+
1968
+ [[package]]
1969
+ name = "rand_chacha"
1970
+ version = "0.9.0"
1971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1973
+ dependencies = [
1974
+ "ppv-lite86",
1975
+ "rand_core 0.9.5",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "rand_core"
1980
+ version = "0.6.4"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1983
+ dependencies = [
1984
+ "getrandom 0.2.17",
1985
+ ]
1986
+
1987
+ [[package]]
1988
+ name = "rand_core"
1989
+ version = "0.9.5"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1992
+ dependencies = [
1993
+ "getrandom 0.3.4",
1994
+ ]
1995
+
1996
+ [[package]]
1997
+ name = "redox_syscall"
1998
+ version = "0.5.18"
1999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2000
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2001
+ dependencies = [
2002
+ "bitflags 2.10.0",
2003
+ ]
2004
+
2005
+ [[package]]
2006
+ name = "regex"
2007
+ version = "1.12.2"
2008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2009
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
2010
+ dependencies = [
2011
+ "aho-corasick",
2012
+ "memchr",
2013
+ "regex-automata",
2014
+ "regex-syntax",
2015
+ ]
2016
+
2017
+ [[package]]
2018
+ name = "regex-automata"
2019
+ version = "0.4.13"
2020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2021
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
2022
+ dependencies = [
2023
+ "aho-corasick",
2024
+ "memchr",
2025
+ "regex-syntax",
2026
+ ]
2027
+
2028
+ [[package]]
2029
+ name = "regex-syntax"
2030
+ version = "0.8.8"
2031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2032
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
2033
+
2034
+ [[package]]
2035
+ name = "reqwest"
2036
+ version = "0.12.28"
2037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2038
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2039
+ dependencies = [
2040
+ "base64",
2041
+ "bytes",
2042
+ "futures-channel",
2043
+ "futures-core",
2044
+ "futures-util",
2045
+ "http",
2046
+ "http-body",
2047
+ "http-body-util",
2048
+ "hyper",
2049
+ "hyper-rustls",
2050
+ "hyper-util",
2051
+ "js-sys",
2052
+ "log",
2053
+ "percent-encoding",
2054
+ "pin-project-lite",
2055
+ "quinn",
2056
+ "rustls",
2057
+ "rustls-pki-types",
2058
+ "serde",
2059
+ "serde_json",
2060
+ "serde_urlencoded",
2061
+ "sync_wrapper",
2062
+ "tokio",
2063
+ "tokio-rustls",
2064
+ "tower 0.5.3",
2065
+ "tower-http",
2066
+ "tower-service",
2067
+ "url",
2068
+ "wasm-bindgen",
2069
+ "wasm-bindgen-futures",
2070
+ "web-sys",
2071
+ "webpki-roots",
2072
+ ]
2073
+
2074
+ [[package]]
2075
+ name = "ring"
2076
+ version = "0.17.14"
2077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2078
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2079
+ dependencies = [
2080
+ "cc",
2081
+ "cfg-if",
2082
+ "getrandom 0.2.17",
2083
+ "libc",
2084
+ "untrusted",
2085
+ "windows-sys 0.52.0",
2086
+ ]
2087
+
2088
+ [[package]]
2089
+ name = "rust-embed"
2090
+ version = "8.11.0"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
2093
+ dependencies = [
2094
+ "rust-embed-impl",
2095
+ "rust-embed-utils",
2096
+ "walkdir",
2097
+ ]
2098
+
2099
+ [[package]]
2100
+ name = "rust-embed-impl"
2101
+ version = "8.11.0"
2102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2103
+ checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
2104
+ dependencies = [
2105
+ "proc-macro2",
2106
+ "quote",
2107
+ "rust-embed-utils",
2108
+ "syn",
2109
+ "walkdir",
2110
+ ]
2111
+
2112
+ [[package]]
2113
+ name = "rust-embed-utils"
2114
+ version = "8.11.0"
2115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+ checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
2117
+ dependencies = [
2118
+ "sha2",
2119
+ "walkdir",
2120
+ ]
2121
+
2122
+ [[package]]
2123
+ name = "rustc-hash"
2124
+ version = "2.1.1"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2127
+
2128
+ [[package]]
2129
+ name = "rustc_version"
2130
+ version = "0.4.1"
2131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2132
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2133
+ dependencies = [
2134
+ "semver",
2135
+ ]
2136
+
2137
+ [[package]]
2138
+ name = "rustix"
2139
+ version = "1.1.3"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
2142
+ dependencies = [
2143
+ "bitflags 2.10.0",
2144
+ "errno",
2145
+ "libc",
2146
+ "linux-raw-sys",
2147
+ "windows-sys 0.61.2",
2148
+ ]
2149
+
2150
+ [[package]]
2151
+ name = "rustls"
2152
+ version = "0.23.36"
2153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2154
+ checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
2155
+ dependencies = [
2156
+ "log",
2157
+ "once_cell",
2158
+ "ring",
2159
+ "rustls-pki-types",
2160
+ "rustls-webpki",
2161
+ "subtle",
2162
+ "zeroize",
2163
+ ]
2164
+
2165
+ [[package]]
2166
+ name = "rustls-native-certs"
2167
+ version = "0.8.3"
2168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2169
+ checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2170
+ dependencies = [
2171
+ "openssl-probe",
2172
+ "rustls-pki-types",
2173
+ "schannel",
2174
+ "security-framework",
2175
+ ]
2176
+
2177
+ [[package]]
2178
+ name = "rustls-pemfile"
2179
+ version = "2.2.0"
2180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2182
+ dependencies = [
2183
+ "rustls-pki-types",
2184
+ ]
2185
+
2186
+ [[package]]
2187
+ name = "rustls-pki-types"
2188
+ version = "1.14.0"
2189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2190
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2191
+ dependencies = [
2192
+ "web-time",
2193
+ "zeroize",
2194
+ ]
2195
+
2196
+ [[package]]
2197
+ name = "rustls-webpki"
2198
+ version = "0.103.9"
2199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2200
+ checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
2201
+ dependencies = [
2202
+ "ring",
2203
+ "rustls-pki-types",
2204
+ "untrusted",
2205
+ ]
2206
+
2207
+ [[package]]
2208
+ name = "rustversion"
2209
+ version = "1.0.22"
2210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2211
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2212
+
2213
+ [[package]]
2214
+ name = "ryu"
2215
+ version = "1.0.22"
2216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2217
+ checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
2218
+
2219
+ [[package]]
2220
+ name = "same-file"
2221
+ version = "1.0.6"
2222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2223
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2224
+ dependencies = [
2225
+ "winapi-util",
2226
+ ]
2227
+
2228
+ [[package]]
2229
+ name = "schannel"
2230
+ version = "0.1.28"
2231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+ checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
2233
+ dependencies = [
2234
+ "windows-sys 0.61.2",
2235
+ ]
2236
+
2237
+ [[package]]
2238
+ name = "scopeguard"
2239
+ version = "1.2.0"
2240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2242
+
2243
+ [[package]]
2244
+ name = "security-framework"
2245
+ version = "3.5.1"
2246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2247
+ checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
2248
+ dependencies = [
2249
+ "bitflags 2.10.0",
2250
+ "core-foundation",
2251
+ "core-foundation-sys",
2252
+ "libc",
2253
+ "security-framework-sys",
2254
+ ]
2255
+
2256
+ [[package]]
2257
+ name = "security-framework-sys"
2258
+ version = "2.15.0"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
2261
+ dependencies = [
2262
+ "core-foundation-sys",
2263
+ "libc",
2264
+ ]
2265
+
2266
+ [[package]]
2267
+ name = "semver"
2268
+ version = "1.0.27"
2269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2270
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2271
+
2272
+ [[package]]
2273
+ name = "seq-macro"
2274
+ version = "0.3.6"
2275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2277
+
2278
+ [[package]]
2279
+ name = "serde"
2280
+ version = "1.0.228"
2281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2282
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2283
+ dependencies = [
2284
+ "serde_core",
2285
+ "serde_derive",
2286
+ ]
2287
+
2288
+ [[package]]
2289
+ name = "serde_core"
2290
+ version = "1.0.228"
2291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2292
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2293
+ dependencies = [
2294
+ "serde_derive",
2295
+ ]
2296
+
2297
+ [[package]]
2298
+ name = "serde_derive"
2299
+ version = "1.0.228"
2300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2301
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2302
+ dependencies = [
2303
+ "proc-macro2",
2304
+ "quote",
2305
+ "syn",
2306
+ ]
2307
+
2308
+ [[package]]
2309
+ name = "serde_json"
2310
+ version = "1.0.149"
2311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2312
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2313
+ dependencies = [
2314
+ "itoa",
2315
+ "memchr",
2316
+ "serde",
2317
+ "serde_core",
2318
+ "zmij",
2319
+ ]
2320
+
2321
+ [[package]]
2322
+ name = "serde_path_to_error"
2323
+ version = "0.1.20"
2324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2325
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2326
+ dependencies = [
2327
+ "itoa",
2328
+ "serde",
2329
+ "serde_core",
2330
+ ]
2331
+
2332
+ [[package]]
2333
+ name = "serde_urlencoded"
2334
+ version = "0.7.1"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2337
+ dependencies = [
2338
+ "form_urlencoded",
2339
+ "itoa",
2340
+ "ryu",
2341
+ "serde",
2342
+ ]
2343
+
2344
+ [[package]]
2345
+ name = "sha1"
2346
+ version = "0.10.6"
2347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2349
+ dependencies = [
2350
+ "cfg-if",
2351
+ "cpufeatures",
2352
+ "digest",
2353
+ ]
2354
+
2355
+ [[package]]
2356
+ name = "sha2"
2357
+ version = "0.10.9"
2358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2359
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2360
+ dependencies = [
2361
+ "cfg-if",
2362
+ "cpufeatures",
2363
+ "digest",
2364
+ ]
2365
+
2366
+ [[package]]
2367
+ name = "sharded-slab"
2368
+ version = "0.1.7"
2369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2370
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2371
+ dependencies = [
2372
+ "lazy_static",
2373
+ ]
2374
+
2375
+ [[package]]
2376
+ name = "shlex"
2377
+ version = "1.3.0"
2378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2379
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2380
+
2381
+ [[package]]
2382
+ name = "signal-hook-registry"
2383
+ version = "1.4.8"
2384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2385
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2386
+ dependencies = [
2387
+ "errno",
2388
+ "libc",
2389
+ ]
2390
+
2391
+ [[package]]
2392
+ name = "simd-adler32"
2393
+ version = "0.3.8"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
2396
+
2397
+ [[package]]
2398
+ name = "simdutf8"
2399
+ version = "0.1.5"
2400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2401
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2402
+
2403
+ [[package]]
2404
+ name = "slab"
2405
+ version = "0.4.11"
2406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2407
+ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2408
+
2409
+ [[package]]
2410
+ name = "smallvec"
2411
+ version = "1.15.1"
2412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2413
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2414
+
2415
+ [[package]]
2416
+ name = "snap"
2417
+ version = "1.1.1"
2418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2419
+ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
2420
+
2421
+ [[package]]
2422
+ name = "socket2"
2423
+ version = "0.5.10"
2424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2425
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2426
+ dependencies = [
2427
+ "libc",
2428
+ "windows-sys 0.52.0",
2429
+ ]
2430
+
2431
+ [[package]]
2432
+ name = "socket2"
2433
+ version = "0.6.1"
2434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2435
+ checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
2436
+ dependencies = [
2437
+ "libc",
2438
+ "windows-sys 0.60.2",
2439
+ ]
2440
+
2441
+ [[package]]
2442
+ name = "spark-connect"
2443
+ version = "0.1.0"
2444
+ dependencies = [
2445
+ "arrow",
2446
+ "arrow-ipc",
2447
+ "prost",
2448
+ "prost-types",
2449
+ "reqwest",
2450
+ "serde_json",
2451
+ "thiserror",
2452
+ "tokio",
2453
+ "tonic",
2454
+ "tonic-build",
2455
+ "tracing",
2456
+ "uuid",
2457
+ ]
2458
+
2459
+ [[package]]
2460
+ name = "spark-connect-proxy"
2461
+ version = "0.1.0"
2462
+ dependencies = [
2463
+ "clap",
2464
+ "prost",
2465
+ "prost-types",
2466
+ "thiserror",
2467
+ "tokio",
2468
+ "tokio-stream",
2469
+ "tonic",
2470
+ "tonic-build",
2471
+ "tracing",
2472
+ "tracing-subscriber",
2473
+ "uuid",
2474
+ ]
2475
+
2476
+ [[package]]
2477
+ name = "spin"
2478
+ version = "0.9.8"
2479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2480
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2481
+
2482
+ [[package]]
2483
+ name = "stable_deref_trait"
2484
+ version = "1.2.1"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2487
+
2488
+ [[package]]
2489
+ name = "static_assertions"
2490
+ version = "1.1.0"
2491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2492
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2493
+
2494
+ [[package]]
2495
+ name = "strsim"
2496
+ version = "0.11.1"
2497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2498
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2499
+
2500
+ [[package]]
2501
+ name = "subtle"
2502
+ version = "2.6.1"
2503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2504
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2505
+
2506
+ [[package]]
2507
+ name = "syn"
2508
+ version = "2.0.114"
2509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2510
+ checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
2511
+ dependencies = [
2512
+ "proc-macro2",
2513
+ "quote",
2514
+ "unicode-ident",
2515
+ ]
2516
+
2517
+ [[package]]
2518
+ name = "sync_wrapper"
2519
+ version = "1.0.2"
2520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2521
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2522
+ dependencies = [
2523
+ "futures-core",
2524
+ ]
2525
+
2526
+ [[package]]
2527
+ name = "synstructure"
2528
+ version = "0.13.2"
2529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2530
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2531
+ dependencies = [
2532
+ "proc-macro2",
2533
+ "quote",
2534
+ "syn",
2535
+ ]
2536
+
2537
+ [[package]]
2538
+ name = "tempfile"
2539
+ version = "3.24.0"
2540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2541
+ checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
2542
+ dependencies = [
2543
+ "fastrand",
2544
+ "getrandom 0.3.4",
2545
+ "once_cell",
2546
+ "rustix",
2547
+ "windows-sys 0.61.2",
2548
+ ]
2549
+
2550
+ [[package]]
2551
+ name = "thiserror"
2552
+ version = "2.0.17"
2553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2554
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2555
+ dependencies = [
2556
+ "thiserror-impl",
2557
+ ]
2558
+
2559
+ [[package]]
2560
+ name = "thiserror-impl"
2561
+ version = "2.0.17"
2562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2563
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2564
+ dependencies = [
2565
+ "proc-macro2",
2566
+ "quote",
2567
+ "syn",
2568
+ ]
2569
+
2570
+ [[package]]
2571
+ name = "thread_local"
2572
+ version = "1.1.9"
2573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2574
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2575
+ dependencies = [
2576
+ "cfg-if",
2577
+ ]
2578
+
2579
+ [[package]]
2580
+ name = "thrift"
2581
+ version = "0.17.0"
2582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2583
+ checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
2584
+ dependencies = [
2585
+ "byteorder",
2586
+ "integer-encoding",
2587
+ "ordered-float",
2588
+ ]
2589
+
2590
+ [[package]]
2591
+ name = "tiny-keccak"
2592
+ version = "2.0.2"
2593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2594
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2595
+ dependencies = [
2596
+ "crunchy",
2597
+ ]
2598
+
2599
+ [[package]]
2600
+ name = "tinystr"
2601
+ version = "0.8.2"
2602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2603
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2604
+ dependencies = [
2605
+ "displaydoc",
2606
+ "zerovec",
2607
+ ]
2608
+
2609
+ [[package]]
2610
+ name = "tinyvec"
2611
+ version = "1.10.0"
2612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2613
+ checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2614
+ dependencies = [
2615
+ "tinyvec_macros",
2616
+ ]
2617
+
2618
+ [[package]]
2619
+ name = "tinyvec_macros"
2620
+ version = "0.1.1"
2621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2622
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2623
+
2624
+ [[package]]
2625
+ name = "tokio"
2626
+ version = "1.49.0"
2627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2628
+ checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
2629
+ dependencies = [
2630
+ "bytes",
2631
+ "libc",
2632
+ "mio",
2633
+ "parking_lot",
2634
+ "pin-project-lite",
2635
+ "signal-hook-registry",
2636
+ "socket2 0.6.1",
2637
+ "tokio-macros",
2638
+ "windows-sys 0.61.2",
2639
+ ]
2640
+
2641
+ [[package]]
2642
+ name = "tokio-macros"
2643
+ version = "2.6.0"
2644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2645
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2646
+ dependencies = [
2647
+ "proc-macro2",
2648
+ "quote",
2649
+ "syn",
2650
+ ]
2651
+
2652
+ [[package]]
2653
+ name = "tokio-rustls"
2654
+ version = "0.26.4"
2655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2656
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2657
+ dependencies = [
2658
+ "rustls",
2659
+ "tokio",
2660
+ ]
2661
+
2662
+ [[package]]
2663
+ name = "tokio-stream"
2664
+ version = "0.1.18"
2665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2666
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2667
+ dependencies = [
2668
+ "futures-core",
2669
+ "pin-project-lite",
2670
+ "tokio",
2671
+ ]
2672
+
2673
+ [[package]]
2674
+ name = "tokio-tungstenite"
2675
+ version = "0.28.0"
2676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+ checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
2678
+ dependencies = [
2679
+ "futures-util",
2680
+ "log",
2681
+ "tokio",
2682
+ "tungstenite",
2683
+ ]
2684
+
2685
+ [[package]]
2686
+ name = "tokio-util"
2687
+ version = "0.7.18"
2688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2689
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2690
+ dependencies = [
2691
+ "bytes",
2692
+ "futures-core",
2693
+ "futures-sink",
2694
+ "pin-project-lite",
2695
+ "tokio",
2696
+ ]
2697
+
2698
+ [[package]]
2699
+ name = "tonic"
2700
+ version = "0.12.3"
2701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2702
+ checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
2703
+ dependencies = [
2704
+ "async-stream",
2705
+ "async-trait",
2706
+ "axum 0.7.9",
2707
+ "base64",
2708
+ "bytes",
2709
+ "flate2",
2710
+ "h2",
2711
+ "http",
2712
+ "http-body",
2713
+ "http-body-util",
2714
+ "hyper",
2715
+ "hyper-timeout",
2716
+ "hyper-util",
2717
+ "percent-encoding",
2718
+ "pin-project",
2719
+ "prost",
2720
+ "rustls-native-certs",
2721
+ "rustls-pemfile",
2722
+ "socket2 0.5.10",
2723
+ "tokio",
2724
+ "tokio-rustls",
2725
+ "tokio-stream",
2726
+ "tower 0.4.13",
2727
+ "tower-layer",
2728
+ "tower-service",
2729
+ "tracing",
2730
+ ]
2731
+
2732
+ [[package]]
2733
+ name = "tonic-build"
2734
+ version = "0.12.3"
2735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2736
+ checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11"
2737
+ dependencies = [
2738
+ "prettyplease",
2739
+ "proc-macro2",
2740
+ "prost-build",
2741
+ "prost-types",
2742
+ "quote",
2743
+ "syn",
2744
+ ]
2745
+
2746
+ [[package]]
2747
+ name = "tower"
2748
+ version = "0.4.13"
2749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2750
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2751
+ dependencies = [
2752
+ "futures-core",
2753
+ "futures-util",
2754
+ "indexmap 1.9.3",
2755
+ "pin-project",
2756
+ "pin-project-lite",
2757
+ "rand 0.8.5",
2758
+ "slab",
2759
+ "tokio",
2760
+ "tokio-util",
2761
+ "tower-layer",
2762
+ "tower-service",
2763
+ "tracing",
2764
+ ]
2765
+
2766
+ [[package]]
2767
+ name = "tower"
2768
+ version = "0.5.3"
2769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2770
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2771
+ dependencies = [
2772
+ "futures-core",
2773
+ "futures-util",
2774
+ "pin-project-lite",
2775
+ "sync_wrapper",
2776
+ "tokio",
2777
+ "tower-layer",
2778
+ "tower-service",
2779
+ "tracing",
2780
+ ]
2781
+
2782
+ [[package]]
2783
+ name = "tower-http"
2784
+ version = "0.6.8"
2785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2786
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2787
+ dependencies = [
2788
+ "bitflags 2.10.0",
2789
+ "bytes",
2790
+ "futures-core",
2791
+ "futures-util",
2792
+ "http",
2793
+ "http-body",
2794
+ "http-body-util",
2795
+ "http-range-header",
2796
+ "httpdate",
2797
+ "iri-string",
2798
+ "mime",
2799
+ "mime_guess",
2800
+ "percent-encoding",
2801
+ "pin-project-lite",
2802
+ "tokio",
2803
+ "tokio-util",
2804
+ "tower 0.5.3",
2805
+ "tower-layer",
2806
+ "tower-service",
2807
+ "tracing",
2808
+ ]
2809
+
2810
+ [[package]]
2811
+ name = "tower-layer"
2812
+ version = "0.3.3"
2813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2814
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2815
+
2816
+ [[package]]
2817
+ name = "tower-service"
2818
+ version = "0.3.3"
2819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2820
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2821
+
2822
+ [[package]]
2823
+ name = "tracing"
2824
+ version = "0.1.44"
2825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2826
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2827
+ dependencies = [
2828
+ "log",
2829
+ "pin-project-lite",
2830
+ "tracing-attributes",
2831
+ "tracing-core",
2832
+ ]
2833
+
2834
+ [[package]]
2835
+ name = "tracing-attributes"
2836
+ version = "0.1.31"
2837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2838
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2839
+ dependencies = [
2840
+ "proc-macro2",
2841
+ "quote",
2842
+ "syn",
2843
+ ]
2844
+
2845
+ [[package]]
2846
+ name = "tracing-core"
2847
+ version = "0.1.36"
2848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2849
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2850
+ dependencies = [
2851
+ "once_cell",
2852
+ "valuable",
2853
+ ]
2854
+
2855
+ [[package]]
2856
+ name = "tracing-log"
2857
+ version = "0.2.0"
2858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2859
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2860
+ dependencies = [
2861
+ "log",
2862
+ "once_cell",
2863
+ "tracing-core",
2864
+ ]
2865
+
2866
+ [[package]]
2867
+ name = "tracing-subscriber"
2868
+ version = "0.3.22"
2869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2870
+ checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
2871
+ dependencies = [
2872
+ "matchers",
2873
+ "nu-ansi-term",
2874
+ "once_cell",
2875
+ "regex-automata",
2876
+ "sharded-slab",
2877
+ "smallvec",
2878
+ "thread_local",
2879
+ "tracing",
2880
+ "tracing-core",
2881
+ "tracing-log",
2882
+ ]
2883
+
2884
+ [[package]]
2885
+ name = "try-lock"
2886
+ version = "0.2.5"
2887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2888
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2889
+
2890
+ [[package]]
2891
+ name = "tungstenite"
2892
+ version = "0.28.0"
2893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2894
+ checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
2895
+ dependencies = [
2896
+ "bytes",
2897
+ "data-encoding",
2898
+ "http",
2899
+ "httparse",
2900
+ "log",
2901
+ "rand 0.9.2",
2902
+ "sha1",
2903
+ "thiserror",
2904
+ "utf-8",
2905
+ ]
2906
+
2907
+ [[package]]
2908
+ name = "twox-hash"
2909
+ version = "1.6.3"
2910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2911
+ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
2912
+ dependencies = [
2913
+ "cfg-if",
2914
+ "static_assertions",
2915
+ ]
2916
+
2917
+ [[package]]
2918
+ name = "twox-hash"
2919
+ version = "2.1.2"
2920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2921
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
2922
+
2923
+ [[package]]
2924
+ name = "typenum"
2925
+ version = "1.19.0"
2926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2927
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2928
+
2929
+ [[package]]
2930
+ name = "unicase"
2931
+ version = "2.9.0"
2932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2933
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2934
+
2935
+ [[package]]
2936
+ name = "unicode-ident"
2937
+ version = "1.0.22"
2938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2939
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2940
+
2941
+ [[package]]
2942
+ name = "untrusted"
2943
+ version = "0.9.0"
2944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2945
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2946
+
2947
+ [[package]]
2948
+ name = "url"
2949
+ version = "2.5.8"
2950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2951
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2952
+ dependencies = [
2953
+ "form_urlencoded",
2954
+ "idna",
2955
+ "percent-encoding",
2956
+ "serde",
2957
+ ]
2958
+
2959
+ [[package]]
2960
+ name = "utf-8"
2961
+ version = "0.7.6"
2962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2963
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2964
+
2965
+ [[package]]
2966
+ name = "utf8_iter"
2967
+ version = "1.0.4"
2968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2969
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2970
+
2971
+ [[package]]
2972
+ name = "utf8parse"
2973
+ version = "0.2.2"
2974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2975
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2976
+
2977
+ [[package]]
2978
+ name = "uuid"
2979
+ version = "1.19.0"
2980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2981
+ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
2982
+ dependencies = [
2983
+ "getrandom 0.3.4",
2984
+ "js-sys",
2985
+ "wasm-bindgen",
2986
+ ]
2987
+
2988
+ [[package]]
2989
+ name = "valuable"
2990
+ version = "0.1.1"
2991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2992
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2993
+
2994
+ [[package]]
2995
+ name = "version_check"
2996
+ version = "0.9.5"
2997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2998
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2999
+
3000
+ [[package]]
3001
+ name = "walkdir"
3002
+ version = "2.5.0"
3003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3004
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3005
+ dependencies = [
3006
+ "same-file",
3007
+ "winapi-util",
3008
+ ]
3009
+
3010
+ [[package]]
3011
+ name = "want"
3012
+ version = "0.3.1"
3013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3014
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3015
+ dependencies = [
3016
+ "try-lock",
3017
+ ]
3018
+
3019
+ [[package]]
3020
+ name = "wasi"
3021
+ version = "0.11.1+wasi-snapshot-preview1"
3022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3023
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3024
+
3025
+ [[package]]
3026
+ name = "wasip2"
3027
+ version = "1.0.2+wasi-0.2.9"
3028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3029
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3030
+ dependencies = [
3031
+ "wit-bindgen",
3032
+ ]
3033
+
3034
+ [[package]]
3035
+ name = "wasm-bindgen"
3036
+ version = "0.2.108"
3037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3038
+ checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
3039
+ dependencies = [
3040
+ "cfg-if",
3041
+ "once_cell",
3042
+ "rustversion",
3043
+ "wasm-bindgen-macro",
3044
+ "wasm-bindgen-shared",
3045
+ ]
3046
+
3047
+ [[package]]
3048
+ name = "wasm-bindgen-futures"
3049
+ version = "0.4.58"
3050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3051
+ checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
3052
+ dependencies = [
3053
+ "cfg-if",
3054
+ "futures-util",
3055
+ "js-sys",
3056
+ "once_cell",
3057
+ "wasm-bindgen",
3058
+ "web-sys",
3059
+ ]
3060
+
3061
+ [[package]]
3062
+ name = "wasm-bindgen-macro"
3063
+ version = "0.2.108"
3064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3065
+ checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
3066
+ dependencies = [
3067
+ "quote",
3068
+ "wasm-bindgen-macro-support",
3069
+ ]
3070
+
3071
+ [[package]]
3072
+ name = "wasm-bindgen-macro-support"
3073
+ version = "0.2.108"
3074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3075
+ checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
3076
+ dependencies = [
3077
+ "bumpalo",
3078
+ "proc-macro2",
3079
+ "quote",
3080
+ "syn",
3081
+ "wasm-bindgen-shared",
3082
+ ]
3083
+
3084
+ [[package]]
3085
+ name = "wasm-bindgen-shared"
3086
+ version = "0.2.108"
3087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3088
+ checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
3089
+ dependencies = [
3090
+ "unicode-ident",
3091
+ ]
3092
+
3093
+ [[package]]
3094
+ name = "web-sys"
3095
+ version = "0.3.85"
3096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3097
+ checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
3098
+ dependencies = [
3099
+ "js-sys",
3100
+ "wasm-bindgen",
3101
+ ]
3102
+
3103
+ [[package]]
3104
+ name = "web-time"
3105
+ version = "1.1.0"
3106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3107
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3108
+ dependencies = [
3109
+ "js-sys",
3110
+ "wasm-bindgen",
3111
+ ]
3112
+
3113
+ [[package]]
3114
+ name = "webpki-roots"
3115
+ version = "1.0.5"
3116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3117
+ checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c"
3118
+ dependencies = [
3119
+ "rustls-pki-types",
3120
+ ]
3121
+
3122
+ [[package]]
3123
+ name = "winapi-util"
3124
+ version = "0.1.11"
3125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3126
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3127
+ dependencies = [
3128
+ "windows-sys 0.61.2",
3129
+ ]
3130
+
3131
+ [[package]]
3132
+ name = "windows-core"
3133
+ version = "0.62.2"
3134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3135
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3136
+ dependencies = [
3137
+ "windows-implement",
3138
+ "windows-interface",
3139
+ "windows-link",
3140
+ "windows-result",
3141
+ "windows-strings",
3142
+ ]
3143
+
3144
+ [[package]]
3145
+ name = "windows-implement"
3146
+ version = "0.60.2"
3147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3148
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3149
+ dependencies = [
3150
+ "proc-macro2",
3151
+ "quote",
3152
+ "syn",
3153
+ ]
3154
+
3155
+ [[package]]
3156
+ name = "windows-interface"
3157
+ version = "0.59.3"
3158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3159
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3160
+ dependencies = [
3161
+ "proc-macro2",
3162
+ "quote",
3163
+ "syn",
3164
+ ]
3165
+
3166
+ [[package]]
3167
+ name = "windows-link"
3168
+ version = "0.2.1"
3169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3170
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3171
+
3172
+ [[package]]
3173
+ name = "windows-result"
3174
+ version = "0.4.1"
3175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3176
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3177
+ dependencies = [
3178
+ "windows-link",
3179
+ ]
3180
+
3181
+ [[package]]
3182
+ name = "windows-strings"
3183
+ version = "0.5.1"
3184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3185
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3186
+ dependencies = [
3187
+ "windows-link",
3188
+ ]
3189
+
3190
+ [[package]]
3191
+ name = "windows-sys"
3192
+ version = "0.52.0"
3193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3194
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3195
+ dependencies = [
3196
+ "windows-targets 0.52.6",
3197
+ ]
3198
+
3199
+ [[package]]
3200
+ name = "windows-sys"
3201
+ version = "0.60.2"
3202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3203
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3204
+ dependencies = [
3205
+ "windows-targets 0.53.5",
3206
+ ]
3207
+
3208
+ [[package]]
3209
+ name = "windows-sys"
3210
+ version = "0.61.2"
3211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3212
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3213
+ dependencies = [
3214
+ "windows-link",
3215
+ ]
3216
+
3217
+ [[package]]
3218
+ name = "windows-targets"
3219
+ version = "0.52.6"
3220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3221
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3222
+ dependencies = [
3223
+ "windows_aarch64_gnullvm 0.52.6",
3224
+ "windows_aarch64_msvc 0.52.6",
3225
+ "windows_i686_gnu 0.52.6",
3226
+ "windows_i686_gnullvm 0.52.6",
3227
+ "windows_i686_msvc 0.52.6",
3228
+ "windows_x86_64_gnu 0.52.6",
3229
+ "windows_x86_64_gnullvm 0.52.6",
3230
+ "windows_x86_64_msvc 0.52.6",
3231
+ ]
3232
+
3233
+ [[package]]
3234
+ name = "windows-targets"
3235
+ version = "0.53.5"
3236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3237
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3238
+ dependencies = [
3239
+ "windows-link",
3240
+ "windows_aarch64_gnullvm 0.53.1",
3241
+ "windows_aarch64_msvc 0.53.1",
3242
+ "windows_i686_gnu 0.53.1",
3243
+ "windows_i686_gnullvm 0.53.1",
3244
+ "windows_i686_msvc 0.53.1",
3245
+ "windows_x86_64_gnu 0.53.1",
3246
+ "windows_x86_64_gnullvm 0.53.1",
3247
+ "windows_x86_64_msvc 0.53.1",
3248
+ ]
3249
+
3250
+ [[package]]
3251
+ name = "windows_aarch64_gnullvm"
3252
+ version = "0.52.6"
3253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3254
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3255
+
3256
+ [[package]]
3257
+ name = "windows_aarch64_gnullvm"
3258
+ version = "0.53.1"
3259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3260
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3261
+
3262
+ [[package]]
3263
+ name = "windows_aarch64_msvc"
3264
+ version = "0.52.6"
3265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3266
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3267
+
3268
+ [[package]]
3269
+ name = "windows_aarch64_msvc"
3270
+ version = "0.53.1"
3271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3272
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3273
+
3274
+ [[package]]
3275
+ name = "windows_i686_gnu"
3276
+ version = "0.52.6"
3277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3278
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3279
+
3280
+ [[package]]
3281
+ name = "windows_i686_gnu"
3282
+ version = "0.53.1"
3283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3284
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3285
+
3286
+ [[package]]
3287
+ name = "windows_i686_gnullvm"
3288
+ version = "0.52.6"
3289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3290
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3291
+
3292
+ [[package]]
3293
+ name = "windows_i686_gnullvm"
3294
+ version = "0.53.1"
3295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3296
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3297
+
3298
+ [[package]]
3299
+ name = "windows_i686_msvc"
3300
+ version = "0.52.6"
3301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3302
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3303
+
3304
+ [[package]]
3305
+ name = "windows_i686_msvc"
3306
+ version = "0.53.1"
3307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3308
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3309
+
3310
+ [[package]]
3311
+ name = "windows_x86_64_gnu"
3312
+ version = "0.52.6"
3313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3314
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3315
+
3316
+ [[package]]
3317
+ name = "windows_x86_64_gnu"
3318
+ version = "0.53.1"
3319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3320
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3321
+
3322
+ [[package]]
3323
+ name = "windows_x86_64_gnullvm"
3324
+ version = "0.52.6"
3325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3326
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3327
+
3328
+ [[package]]
3329
+ name = "windows_x86_64_gnullvm"
3330
+ version = "0.53.1"
3331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3332
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3333
+
3334
+ [[package]]
3335
+ name = "windows_x86_64_msvc"
3336
+ version = "0.52.6"
3337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3338
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3339
+
3340
+ [[package]]
3341
+ name = "windows_x86_64_msvc"
3342
+ version = "0.53.1"
3343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3344
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3345
+
3346
+ [[package]]
3347
+ name = "wit-bindgen"
3348
+ version = "0.51.0"
3349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3350
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3351
+
3352
+ [[package]]
3353
+ name = "writeable"
3354
+ version = "0.6.2"
3355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3356
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3357
+
3358
+ [[package]]
3359
+ name = "yoke"
3360
+ version = "0.8.1"
3361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3362
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3363
+ dependencies = [
3364
+ "stable_deref_trait",
3365
+ "yoke-derive",
3366
+ "zerofrom",
3367
+ ]
3368
+
3369
+ [[package]]
3370
+ name = "yoke-derive"
3371
+ version = "0.8.1"
3372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3373
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3374
+ dependencies = [
3375
+ "proc-macro2",
3376
+ "quote",
3377
+ "syn",
3378
+ "synstructure",
3379
+ ]
3380
+
3381
+ [[package]]
3382
+ name = "zerocopy"
3383
+ version = "0.8.33"
3384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3385
+ checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
3386
+ dependencies = [
3387
+ "zerocopy-derive",
3388
+ ]
3389
+
3390
+ [[package]]
3391
+ name = "zerocopy-derive"
3392
+ version = "0.8.33"
3393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3394
+ checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
3395
+ dependencies = [
3396
+ "proc-macro2",
3397
+ "quote",
3398
+ "syn",
3399
+ ]
3400
+
3401
+ [[package]]
3402
+ name = "zerofrom"
3403
+ version = "0.1.6"
3404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3405
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3406
+ dependencies = [
3407
+ "zerofrom-derive",
3408
+ ]
3409
+
3410
+ [[package]]
3411
+ name = "zerofrom-derive"
3412
+ version = "0.1.6"
3413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3414
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3415
+ dependencies = [
3416
+ "proc-macro2",
3417
+ "quote",
3418
+ "syn",
3419
+ "synstructure",
3420
+ ]
3421
+
3422
+ [[package]]
3423
+ name = "zeroize"
3424
+ version = "1.8.2"
3425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3426
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3427
+
3428
+ [[package]]
3429
+ name = "zerotrie"
3430
+ version = "0.2.3"
3431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3432
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3433
+ dependencies = [
3434
+ "displaydoc",
3435
+ "yoke",
3436
+ "zerofrom",
3437
+ ]
3438
+
3439
+ [[package]]
3440
+ name = "zerovec"
3441
+ version = "0.11.5"
3442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3443
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3444
+ dependencies = [
3445
+ "yoke",
3446
+ "zerofrom",
3447
+ "zerovec-derive",
3448
+ ]
3449
+
3450
+ [[package]]
3451
+ name = "zerovec-derive"
3452
+ version = "0.11.2"
3453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3454
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3455
+ dependencies = [
3456
+ "proc-macro2",
3457
+ "quote",
3458
+ "syn",
3459
+ ]
3460
+
3461
+ [[package]]
3462
+ name = "zmij"
3463
+ version = "1.0.15"
3464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3465
+ checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2"
3466
+
3467
+ [[package]]
3468
+ name = "zstd"
3469
+ version = "0.13.3"
3470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3471
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3472
+ dependencies = [
3473
+ "zstd-safe",
3474
+ ]
3475
+
3476
+ [[package]]
3477
+ name = "zstd-safe"
3478
+ version = "7.2.4"
3479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3480
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3481
+ dependencies = [
3482
+ "zstd-sys",
3483
+ ]
3484
+
3485
+ [[package]]
3486
+ name = "zstd-sys"
3487
+ version = "2.0.16+zstd.1.5.7"
3488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3489
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3490
+ dependencies = [
3491
+ "cc",
3492
+ "pkg-config",
3493
+ ]