@databricks/zerobus-ingest-sdk 1.0.0 → 1.0.2

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.
package/Cargo.lock ADDED
@@ -0,0 +1,3023 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "const-random",
13
+ "getrandom 0.3.4",
14
+ "once_cell",
15
+ "version_check",
16
+ "zerocopy",
17
+ ]
18
+
19
+ [[package]]
20
+ name = "aho-corasick"
21
+ version = "1.1.4"
22
+ source = "registry+https://github.com/rust-lang/crates.io-index"
23
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
24
+ dependencies = [
25
+ "memchr",
26
+ ]
27
+
28
+ [[package]]
29
+ name = "android_system_properties"
30
+ version = "0.1.5"
31
+ source = "registry+https://github.com/rust-lang/crates.io-index"
32
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
33
+ dependencies = [
34
+ "libc",
35
+ ]
36
+
37
+ [[package]]
38
+ name = "anyhow"
39
+ version = "1.0.102"
40
+ source = "registry+https://github.com/rust-lang/crates.io-index"
41
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
42
+
43
+ [[package]]
44
+ name = "arrow-array"
45
+ version = "56.2.0"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "8548ca7c070d8db9ce7aa43f37393e4bfcf3f2d3681df278490772fd1673d08d"
48
+ dependencies = [
49
+ "ahash",
50
+ "arrow-buffer",
51
+ "arrow-data",
52
+ "arrow-schema",
53
+ "chrono",
54
+ "half",
55
+ "hashbrown 0.16.1",
56
+ "num",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "arrow-buffer"
61
+ version = "56.2.0"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "e003216336f70446457e280807a73899dd822feaf02087d31febca1363e2fccc"
64
+ dependencies = [
65
+ "bytes",
66
+ "half",
67
+ "num",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "arrow-cast"
72
+ version = "56.2.0"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "919418a0681298d3a77d1a315f625916cb5678ad0d74b9c60108eb15fd083023"
75
+ dependencies = [
76
+ "arrow-array",
77
+ "arrow-buffer",
78
+ "arrow-data",
79
+ "arrow-schema",
80
+ "arrow-select",
81
+ "atoi",
82
+ "base64 0.22.1",
83
+ "chrono",
84
+ "half",
85
+ "lexical-core",
86
+ "num",
87
+ "ryu",
88
+ ]
89
+
90
+ [[package]]
91
+ name = "arrow-data"
92
+ version = "56.2.0"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "a5c64fff1d142f833d78897a772f2e5b55b36cb3e6320376f0961ab0db7bd6d0"
95
+ dependencies = [
96
+ "arrow-buffer",
97
+ "arrow-schema",
98
+ "half",
99
+ "num",
100
+ ]
101
+
102
+ [[package]]
103
+ name = "arrow-flight"
104
+ version = "56.2.0"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "8c8b0ba0784d56bc6266b79f5de7a24b47024e7b3a0045d2ad4df3d9b686099f"
107
+ dependencies = [
108
+ "arrow-array",
109
+ "arrow-buffer",
110
+ "arrow-cast",
111
+ "arrow-ipc",
112
+ "arrow-schema",
113
+ "base64 0.22.1",
114
+ "bytes",
115
+ "futures",
116
+ "prost",
117
+ "prost-types",
118
+ "tonic",
119
+ ]
120
+
121
+ [[package]]
122
+ name = "arrow-ipc"
123
+ version = "56.2.0"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "1d3594dcddccc7f20fd069bc8e9828ce37220372680ff638c5e00dea427d88f5"
126
+ dependencies = [
127
+ "arrow-array",
128
+ "arrow-buffer",
129
+ "arrow-data",
130
+ "arrow-schema",
131
+ "arrow-select",
132
+ "flatbuffers",
133
+ "lz4_flex",
134
+ "zstd",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "arrow-schema"
139
+ version = "56.2.0"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "b3aa9e59c611ebc291c28582077ef25c97f1975383f1479b12f3b9ffee2ffabe"
142
+
143
+ [[package]]
144
+ name = "arrow-select"
145
+ version = "56.2.0"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "8c41dbbd1e97bfcaee4fcb30e29105fb2c75e4d82ae4de70b792a5d3f66b2e7a"
148
+ dependencies = [
149
+ "ahash",
150
+ "arrow-array",
151
+ "arrow-buffer",
152
+ "arrow-data",
153
+ "arrow-schema",
154
+ "num",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "async-trait"
159
+ version = "0.1.89"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
162
+ dependencies = [
163
+ "proc-macro2",
164
+ "quote",
165
+ "syn",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "atoi"
170
+ version = "2.0.0"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
173
+ dependencies = [
174
+ "num-traits",
175
+ ]
176
+
177
+ [[package]]
178
+ name = "atomic-waker"
179
+ version = "1.1.2"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
182
+
183
+ [[package]]
184
+ name = "autocfg"
185
+ version = "1.5.0"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
188
+
189
+ [[package]]
190
+ name = "axum"
191
+ version = "0.8.8"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
194
+ dependencies = [
195
+ "axum-core",
196
+ "bytes",
197
+ "futures-util",
198
+ "http",
199
+ "http-body",
200
+ "http-body-util",
201
+ "itoa",
202
+ "matchit",
203
+ "memchr",
204
+ "mime",
205
+ "percent-encoding",
206
+ "pin-project-lite",
207
+ "serde_core",
208
+ "sync_wrapper",
209
+ "tower",
210
+ "tower-layer",
211
+ "tower-service",
212
+ ]
213
+
214
+ [[package]]
215
+ name = "axum-core"
216
+ version = "0.5.6"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
219
+ dependencies = [
220
+ "bytes",
221
+ "futures-core",
222
+ "http",
223
+ "http-body",
224
+ "http-body-util",
225
+ "mime",
226
+ "pin-project-lite",
227
+ "sync_wrapper",
228
+ "tower-layer",
229
+ "tower-service",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "base64"
234
+ version = "0.21.7"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
237
+
238
+ [[package]]
239
+ name = "base64"
240
+ version = "0.22.1"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
243
+
244
+ [[package]]
245
+ name = "bitflags"
246
+ version = "2.11.0"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
249
+
250
+ [[package]]
251
+ name = "block-buffer"
252
+ version = "0.10.4"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
255
+ dependencies = [
256
+ "generic-array",
257
+ ]
258
+
259
+ [[package]]
260
+ name = "bumpalo"
261
+ version = "3.20.2"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
264
+
265
+ [[package]]
266
+ name = "bytes"
267
+ version = "1.11.1"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
270
+
271
+ [[package]]
272
+ name = "cc"
273
+ version = "1.2.57"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
276
+ dependencies = [
277
+ "find-msvc-tools",
278
+ "jobserver",
279
+ "libc",
280
+ "shlex",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "cfg-if"
285
+ version = "1.0.4"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
288
+
289
+ [[package]]
290
+ name = "cfg_aliases"
291
+ version = "0.2.1"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
294
+
295
+ [[package]]
296
+ name = "chrono"
297
+ version = "0.4.44"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
300
+ dependencies = [
301
+ "iana-time-zone",
302
+ "num-traits",
303
+ "windows-link",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "const-random"
308
+ version = "0.1.18"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
311
+ dependencies = [
312
+ "const-random-macro",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "const-random-macro"
317
+ version = "0.1.16"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
320
+ dependencies = [
321
+ "getrandom 0.2.17",
322
+ "once_cell",
323
+ "tiny-keccak",
324
+ ]
325
+
326
+ [[package]]
327
+ name = "convert_case"
328
+ version = "0.6.0"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
331
+ dependencies = [
332
+ "unicode-segmentation",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "core-foundation"
337
+ version = "0.10.1"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
340
+ dependencies = [
341
+ "core-foundation-sys",
342
+ "libc",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "core-foundation-sys"
347
+ version = "0.8.7"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
350
+
351
+ [[package]]
352
+ name = "cpufeatures"
353
+ version = "0.2.17"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
356
+ dependencies = [
357
+ "libc",
358
+ ]
359
+
360
+ [[package]]
361
+ name = "crunchy"
362
+ version = "0.2.4"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
365
+
366
+ [[package]]
367
+ name = "crypto-common"
368
+ version = "0.1.7"
369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
370
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
371
+ dependencies = [
372
+ "generic-array",
373
+ "typenum",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "ctor"
378
+ version = "0.2.9"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
381
+ dependencies = [
382
+ "quote",
383
+ "syn",
384
+ ]
385
+
386
+ [[package]]
387
+ name = "databricks-zerobus-ingest-sdk"
388
+ version = "1.0.1"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "1f0e6f7302cc7df55f016c4faedb4f9294a288cdc4dabdc15105660f0565c256"
391
+ dependencies = [
392
+ "arrow-array",
393
+ "arrow-flight",
394
+ "arrow-ipc",
395
+ "arrow-schema",
396
+ "async-trait",
397
+ "futures",
398
+ "hyper-http-proxy",
399
+ "hyper-util",
400
+ "prost",
401
+ "prost-types",
402
+ "protoc-bin-vendored",
403
+ "reqwest",
404
+ "serde",
405
+ "serde_json",
406
+ "smallvec",
407
+ "thiserror 1.0.69",
408
+ "tokio",
409
+ "tokio-retry",
410
+ "tokio-stream",
411
+ "tokio-util",
412
+ "tonic",
413
+ "tonic-build",
414
+ "tracing",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "digest"
419
+ version = "0.10.7"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
422
+ dependencies = [
423
+ "block-buffer",
424
+ "crypto-common",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "displaydoc"
429
+ version = "0.2.5"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
432
+ dependencies = [
433
+ "proc-macro2",
434
+ "quote",
435
+ "syn",
436
+ ]
437
+
438
+ [[package]]
439
+ name = "either"
440
+ version = "1.15.0"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
443
+
444
+ [[package]]
445
+ name = "equivalent"
446
+ version = "1.0.2"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
449
+
450
+ [[package]]
451
+ name = "errno"
452
+ version = "0.3.14"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
455
+ dependencies = [
456
+ "libc",
457
+ "windows-sys 0.61.2",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "fastrand"
462
+ version = "2.3.0"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
465
+
466
+ [[package]]
467
+ name = "find-msvc-tools"
468
+ version = "0.1.9"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
471
+
472
+ [[package]]
473
+ name = "fixedbitset"
474
+ version = "0.5.7"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
477
+
478
+ [[package]]
479
+ name = "flatbuffers"
480
+ version = "25.12.19"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
483
+ dependencies = [
484
+ "bitflags",
485
+ "rustc_version",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "fnv"
490
+ version = "1.0.7"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
493
+
494
+ [[package]]
495
+ name = "foldhash"
496
+ version = "0.1.5"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
499
+
500
+ [[package]]
501
+ name = "form_urlencoded"
502
+ version = "1.2.2"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
505
+ dependencies = [
506
+ "percent-encoding",
507
+ ]
508
+
509
+ [[package]]
510
+ name = "futures"
511
+ version = "0.3.32"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
514
+ dependencies = [
515
+ "futures-channel",
516
+ "futures-core",
517
+ "futures-executor",
518
+ "futures-io",
519
+ "futures-sink",
520
+ "futures-task",
521
+ "futures-util",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "futures-channel"
526
+ version = "0.3.32"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
529
+ dependencies = [
530
+ "futures-core",
531
+ "futures-sink",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "futures-core"
536
+ version = "0.3.32"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
539
+
540
+ [[package]]
541
+ name = "futures-executor"
542
+ version = "0.3.32"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
545
+ dependencies = [
546
+ "futures-core",
547
+ "futures-task",
548
+ "futures-util",
549
+ ]
550
+
551
+ [[package]]
552
+ name = "futures-io"
553
+ version = "0.3.32"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
556
+
557
+ [[package]]
558
+ name = "futures-macro"
559
+ version = "0.3.32"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
562
+ dependencies = [
563
+ "proc-macro2",
564
+ "quote",
565
+ "syn",
566
+ ]
567
+
568
+ [[package]]
569
+ name = "futures-sink"
570
+ version = "0.3.32"
571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
572
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
573
+
574
+ [[package]]
575
+ name = "futures-task"
576
+ version = "0.3.32"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
579
+
580
+ [[package]]
581
+ name = "futures-util"
582
+ version = "0.3.32"
583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
584
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
585
+ dependencies = [
586
+ "futures-channel",
587
+ "futures-core",
588
+ "futures-io",
589
+ "futures-macro",
590
+ "futures-sink",
591
+ "futures-task",
592
+ "memchr",
593
+ "pin-project-lite",
594
+ "slab",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "generic-array"
599
+ version = "0.14.7"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
602
+ dependencies = [
603
+ "typenum",
604
+ "version_check",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "getrandom"
609
+ version = "0.2.17"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
612
+ dependencies = [
613
+ "cfg-if",
614
+ "js-sys",
615
+ "libc",
616
+ "wasi",
617
+ "wasm-bindgen",
618
+ ]
619
+
620
+ [[package]]
621
+ name = "getrandom"
622
+ version = "0.3.4"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
625
+ dependencies = [
626
+ "cfg-if",
627
+ "js-sys",
628
+ "libc",
629
+ "r-efi 5.3.0",
630
+ "wasip2",
631
+ "wasm-bindgen",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "getrandom"
636
+ version = "0.4.2"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
639
+ dependencies = [
640
+ "cfg-if",
641
+ "libc",
642
+ "r-efi 6.0.0",
643
+ "wasip2",
644
+ "wasip3",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "h2"
649
+ version = "0.4.13"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
652
+ dependencies = [
653
+ "atomic-waker",
654
+ "bytes",
655
+ "fnv",
656
+ "futures-core",
657
+ "futures-sink",
658
+ "http",
659
+ "indexmap",
660
+ "slab",
661
+ "tokio",
662
+ "tokio-util",
663
+ "tracing",
664
+ ]
665
+
666
+ [[package]]
667
+ name = "half"
668
+ version = "2.7.1"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
671
+ dependencies = [
672
+ "cfg-if",
673
+ "crunchy",
674
+ "num-traits",
675
+ "zerocopy",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "hashbrown"
680
+ version = "0.15.5"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
683
+ dependencies = [
684
+ "foldhash",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "hashbrown"
689
+ version = "0.16.1"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
692
+
693
+ [[package]]
694
+ name = "headers"
695
+ version = "0.4.1"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
698
+ dependencies = [
699
+ "base64 0.22.1",
700
+ "bytes",
701
+ "headers-core",
702
+ "http",
703
+ "httpdate",
704
+ "mime",
705
+ "sha1",
706
+ ]
707
+
708
+ [[package]]
709
+ name = "headers-core"
710
+ version = "0.3.0"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
713
+ dependencies = [
714
+ "http",
715
+ ]
716
+
717
+ [[package]]
718
+ name = "heck"
719
+ version = "0.5.0"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
722
+
723
+ [[package]]
724
+ name = "http"
725
+ version = "1.4.0"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
728
+ dependencies = [
729
+ "bytes",
730
+ "itoa",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "http-body"
735
+ version = "1.0.1"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
738
+ dependencies = [
739
+ "bytes",
740
+ "http",
741
+ ]
742
+
743
+ [[package]]
744
+ name = "http-body-util"
745
+ version = "0.1.3"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
748
+ dependencies = [
749
+ "bytes",
750
+ "futures-core",
751
+ "http",
752
+ "http-body",
753
+ "pin-project-lite",
754
+ ]
755
+
756
+ [[package]]
757
+ name = "httparse"
758
+ version = "1.10.1"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
761
+
762
+ [[package]]
763
+ name = "httpdate"
764
+ version = "1.0.3"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
767
+
768
+ [[package]]
769
+ name = "hyper"
770
+ version = "1.8.1"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
773
+ dependencies = [
774
+ "atomic-waker",
775
+ "bytes",
776
+ "futures-channel",
777
+ "futures-core",
778
+ "h2",
779
+ "http",
780
+ "http-body",
781
+ "httparse",
782
+ "httpdate",
783
+ "itoa",
784
+ "pin-project-lite",
785
+ "pin-utils",
786
+ "smallvec",
787
+ "tokio",
788
+ "want",
789
+ ]
790
+
791
+ [[package]]
792
+ name = "hyper-http-proxy"
793
+ version = "1.1.0"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "7ad4b0a1e37510028bc4ba81d0e38d239c39671b0f0ce9e02dfa93a8133f7c08"
796
+ dependencies = [
797
+ "bytes",
798
+ "futures-util",
799
+ "headers",
800
+ "http",
801
+ "hyper",
802
+ "hyper-util",
803
+ "pin-project-lite",
804
+ "tokio",
805
+ "tower-service",
806
+ ]
807
+
808
+ [[package]]
809
+ name = "hyper-rustls"
810
+ version = "0.27.7"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
813
+ dependencies = [
814
+ "http",
815
+ "hyper",
816
+ "hyper-util",
817
+ "rustls",
818
+ "rustls-native-certs",
819
+ "rustls-pki-types",
820
+ "tokio",
821
+ "tokio-rustls",
822
+ "tower-service",
823
+ "webpki-roots",
824
+ ]
825
+
826
+ [[package]]
827
+ name = "hyper-timeout"
828
+ version = "0.5.2"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
831
+ dependencies = [
832
+ "hyper",
833
+ "hyper-util",
834
+ "pin-project-lite",
835
+ "tokio",
836
+ "tower-service",
837
+ ]
838
+
839
+ [[package]]
840
+ name = "hyper-util"
841
+ version = "0.1.20"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
844
+ dependencies = [
845
+ "base64 0.22.1",
846
+ "bytes",
847
+ "futures-channel",
848
+ "futures-util",
849
+ "http",
850
+ "http-body",
851
+ "hyper",
852
+ "ipnet",
853
+ "libc",
854
+ "percent-encoding",
855
+ "pin-project-lite",
856
+ "socket2 0.6.3",
857
+ "tokio",
858
+ "tower-service",
859
+ "tracing",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "iana-time-zone"
864
+ version = "0.1.65"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
867
+ dependencies = [
868
+ "android_system_properties",
869
+ "core-foundation-sys",
870
+ "iana-time-zone-haiku",
871
+ "js-sys",
872
+ "log",
873
+ "wasm-bindgen",
874
+ "windows-core",
875
+ ]
876
+
877
+ [[package]]
878
+ name = "iana-time-zone-haiku"
879
+ version = "0.1.2"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
882
+ dependencies = [
883
+ "cc",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "icu_collections"
888
+ version = "2.1.1"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
891
+ dependencies = [
892
+ "displaydoc",
893
+ "potential_utf",
894
+ "yoke",
895
+ "zerofrom",
896
+ "zerovec",
897
+ ]
898
+
899
+ [[package]]
900
+ name = "icu_locale_core"
901
+ version = "2.1.1"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
904
+ dependencies = [
905
+ "displaydoc",
906
+ "litemap",
907
+ "tinystr",
908
+ "writeable",
909
+ "zerovec",
910
+ ]
911
+
912
+ [[package]]
913
+ name = "icu_normalizer"
914
+ version = "2.1.1"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
917
+ dependencies = [
918
+ "icu_collections",
919
+ "icu_normalizer_data",
920
+ "icu_properties",
921
+ "icu_provider",
922
+ "smallvec",
923
+ "zerovec",
924
+ ]
925
+
926
+ [[package]]
927
+ name = "icu_normalizer_data"
928
+ version = "2.1.1"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
931
+
932
+ [[package]]
933
+ name = "icu_properties"
934
+ version = "2.1.2"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
937
+ dependencies = [
938
+ "icu_collections",
939
+ "icu_locale_core",
940
+ "icu_properties_data",
941
+ "icu_provider",
942
+ "zerotrie",
943
+ "zerovec",
944
+ ]
945
+
946
+ [[package]]
947
+ name = "icu_properties_data"
948
+ version = "2.1.2"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
951
+
952
+ [[package]]
953
+ name = "icu_provider"
954
+ version = "2.1.1"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
957
+ dependencies = [
958
+ "displaydoc",
959
+ "icu_locale_core",
960
+ "writeable",
961
+ "yoke",
962
+ "zerofrom",
963
+ "zerotrie",
964
+ "zerovec",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "id-arena"
969
+ version = "2.3.0"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
972
+
973
+ [[package]]
974
+ name = "idna"
975
+ version = "1.1.0"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
978
+ dependencies = [
979
+ "idna_adapter",
980
+ "smallvec",
981
+ "utf8_iter",
982
+ ]
983
+
984
+ [[package]]
985
+ name = "idna_adapter"
986
+ version = "1.2.1"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
989
+ dependencies = [
990
+ "icu_normalizer",
991
+ "icu_properties",
992
+ ]
993
+
994
+ [[package]]
995
+ name = "indexmap"
996
+ version = "2.13.0"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
999
+ dependencies = [
1000
+ "equivalent",
1001
+ "hashbrown 0.16.1",
1002
+ "serde",
1003
+ "serde_core",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "ipnet"
1008
+ version = "2.12.0"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1011
+
1012
+ [[package]]
1013
+ name = "iri-string"
1014
+ version = "0.7.10"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1017
+ dependencies = [
1018
+ "memchr",
1019
+ "serde",
1020
+ ]
1021
+
1022
+ [[package]]
1023
+ name = "itertools"
1024
+ version = "0.14.0"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1027
+ dependencies = [
1028
+ "either",
1029
+ ]
1030
+
1031
+ [[package]]
1032
+ name = "itoa"
1033
+ version = "1.0.17"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1036
+
1037
+ [[package]]
1038
+ name = "jobserver"
1039
+ version = "0.1.34"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1042
+ dependencies = [
1043
+ "getrandom 0.3.4",
1044
+ "libc",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "js-sys"
1049
+ version = "0.3.91"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
1052
+ dependencies = [
1053
+ "once_cell",
1054
+ "wasm-bindgen",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "leb128fmt"
1059
+ version = "0.1.0"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1062
+
1063
+ [[package]]
1064
+ name = "lexical-core"
1065
+ version = "1.0.6"
1066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
1068
+ dependencies = [
1069
+ "lexical-parse-float",
1070
+ "lexical-parse-integer",
1071
+ "lexical-util",
1072
+ "lexical-write-float",
1073
+ "lexical-write-integer",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "lexical-parse-float"
1078
+ version = "1.0.6"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
1081
+ dependencies = [
1082
+ "lexical-parse-integer",
1083
+ "lexical-util",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "lexical-parse-integer"
1088
+ version = "1.0.6"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
1091
+ dependencies = [
1092
+ "lexical-util",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "lexical-util"
1097
+ version = "1.0.7"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
1100
+
1101
+ [[package]]
1102
+ name = "lexical-write-float"
1103
+ version = "1.0.6"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
1106
+ dependencies = [
1107
+ "lexical-util",
1108
+ "lexical-write-integer",
1109
+ ]
1110
+
1111
+ [[package]]
1112
+ name = "lexical-write-integer"
1113
+ version = "1.0.6"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
1116
+ dependencies = [
1117
+ "lexical-util",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "libc"
1122
+ version = "0.2.183"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
1125
+
1126
+ [[package]]
1127
+ name = "libloading"
1128
+ version = "0.8.9"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1131
+ dependencies = [
1132
+ "cfg-if",
1133
+ "windows-link",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "libm"
1138
+ version = "0.2.16"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1141
+
1142
+ [[package]]
1143
+ name = "linux-raw-sys"
1144
+ version = "0.12.1"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1147
+
1148
+ [[package]]
1149
+ name = "litemap"
1150
+ version = "0.8.1"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1153
+
1154
+ [[package]]
1155
+ name = "log"
1156
+ version = "0.4.29"
1157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1158
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1159
+
1160
+ [[package]]
1161
+ name = "lru-slab"
1162
+ version = "0.1.2"
1163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1164
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1165
+
1166
+ [[package]]
1167
+ name = "lz4_flex"
1168
+ version = "0.11.6"
1169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1170
+ checksum = "373f5eceeeab7925e0c1098212f2fbc4d416adec9d35051a6ab251e824c1854a"
1171
+ dependencies = [
1172
+ "twox-hash",
1173
+ ]
1174
+
1175
+ [[package]]
1176
+ name = "matchit"
1177
+ version = "0.8.4"
1178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1179
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1180
+
1181
+ [[package]]
1182
+ name = "memchr"
1183
+ version = "2.8.0"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1186
+
1187
+ [[package]]
1188
+ name = "mime"
1189
+ version = "0.3.17"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1192
+
1193
+ [[package]]
1194
+ name = "mio"
1195
+ version = "1.1.1"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1198
+ dependencies = [
1199
+ "libc",
1200
+ "wasi",
1201
+ "windows-sys 0.61.2",
1202
+ ]
1203
+
1204
+ [[package]]
1205
+ name = "multimap"
1206
+ version = "0.10.1"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
1209
+
1210
+ [[package]]
1211
+ name = "napi"
1212
+ version = "2.16.17"
1213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1214
+ checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
1215
+ dependencies = [
1216
+ "bitflags",
1217
+ "ctor",
1218
+ "napi-derive",
1219
+ "napi-sys",
1220
+ "once_cell",
1221
+ "serde",
1222
+ "serde_json",
1223
+ "tokio",
1224
+ ]
1225
+
1226
+ [[package]]
1227
+ name = "napi-build"
1228
+ version = "2.3.1"
1229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1230
+ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
1231
+
1232
+ [[package]]
1233
+ name = "napi-derive"
1234
+ version = "2.16.13"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
1237
+ dependencies = [
1238
+ "cfg-if",
1239
+ "convert_case",
1240
+ "napi-derive-backend",
1241
+ "proc-macro2",
1242
+ "quote",
1243
+ "syn",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "napi-derive-backend"
1248
+ version = "1.0.75"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
1251
+ dependencies = [
1252
+ "convert_case",
1253
+ "once_cell",
1254
+ "proc-macro2",
1255
+ "quote",
1256
+ "regex",
1257
+ "semver",
1258
+ "syn",
1259
+ ]
1260
+
1261
+ [[package]]
1262
+ name = "napi-sys"
1263
+ version = "2.4.0"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
1266
+ dependencies = [
1267
+ "libloading",
1268
+ ]
1269
+
1270
+ [[package]]
1271
+ name = "num"
1272
+ version = "0.4.3"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
1275
+ dependencies = [
1276
+ "num-bigint",
1277
+ "num-complex",
1278
+ "num-integer",
1279
+ "num-iter",
1280
+ "num-rational",
1281
+ "num-traits",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "num-bigint"
1286
+ version = "0.4.6"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1289
+ dependencies = [
1290
+ "num-integer",
1291
+ "num-traits",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "num-complex"
1296
+ version = "0.4.6"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1299
+ dependencies = [
1300
+ "num-traits",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "num-integer"
1305
+ version = "0.1.46"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1308
+ dependencies = [
1309
+ "num-traits",
1310
+ ]
1311
+
1312
+ [[package]]
1313
+ name = "num-iter"
1314
+ version = "0.1.45"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1317
+ dependencies = [
1318
+ "autocfg",
1319
+ "num-integer",
1320
+ "num-traits",
1321
+ ]
1322
+
1323
+ [[package]]
1324
+ name = "num-rational"
1325
+ version = "0.4.2"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1328
+ dependencies = [
1329
+ "num-bigint",
1330
+ "num-integer",
1331
+ "num-traits",
1332
+ ]
1333
+
1334
+ [[package]]
1335
+ name = "num-traits"
1336
+ version = "0.2.19"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1339
+ dependencies = [
1340
+ "autocfg",
1341
+ "libm",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "once_cell"
1346
+ version = "1.21.4"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1349
+
1350
+ [[package]]
1351
+ name = "openssl-probe"
1352
+ version = "0.2.1"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1355
+
1356
+ [[package]]
1357
+ name = "percent-encoding"
1358
+ version = "2.3.2"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1361
+
1362
+ [[package]]
1363
+ name = "petgraph"
1364
+ version = "0.7.1"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
1367
+ dependencies = [
1368
+ "fixedbitset",
1369
+ "indexmap",
1370
+ ]
1371
+
1372
+ [[package]]
1373
+ name = "pin-project"
1374
+ version = "1.1.11"
1375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1376
+ checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
1377
+ dependencies = [
1378
+ "pin-project-internal",
1379
+ ]
1380
+
1381
+ [[package]]
1382
+ name = "pin-project-internal"
1383
+ version = "1.1.11"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
1386
+ dependencies = [
1387
+ "proc-macro2",
1388
+ "quote",
1389
+ "syn",
1390
+ ]
1391
+
1392
+ [[package]]
1393
+ name = "pin-project-lite"
1394
+ version = "0.2.17"
1395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1396
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1397
+
1398
+ [[package]]
1399
+ name = "pin-utils"
1400
+ version = "0.1.0"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1403
+
1404
+ [[package]]
1405
+ name = "pkg-config"
1406
+ version = "0.3.32"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1409
+
1410
+ [[package]]
1411
+ name = "potential_utf"
1412
+ version = "0.1.4"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1415
+ dependencies = [
1416
+ "zerovec",
1417
+ ]
1418
+
1419
+ [[package]]
1420
+ name = "ppv-lite86"
1421
+ version = "0.2.21"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1424
+ dependencies = [
1425
+ "zerocopy",
1426
+ ]
1427
+
1428
+ [[package]]
1429
+ name = "prettyplease"
1430
+ version = "0.2.37"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1433
+ dependencies = [
1434
+ "proc-macro2",
1435
+ "syn",
1436
+ ]
1437
+
1438
+ [[package]]
1439
+ name = "proc-macro2"
1440
+ version = "1.0.106"
1441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1442
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1443
+ dependencies = [
1444
+ "unicode-ident",
1445
+ ]
1446
+
1447
+ [[package]]
1448
+ name = "prost"
1449
+ version = "0.13.5"
1450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+ checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
1452
+ dependencies = [
1453
+ "bytes",
1454
+ "prost-derive",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "prost-build"
1459
+ version = "0.13.5"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
1462
+ dependencies = [
1463
+ "heck",
1464
+ "itertools",
1465
+ "log",
1466
+ "multimap",
1467
+ "once_cell",
1468
+ "petgraph",
1469
+ "prettyplease",
1470
+ "prost",
1471
+ "prost-types",
1472
+ "regex",
1473
+ "syn",
1474
+ "tempfile",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "prost-derive"
1479
+ version = "0.13.5"
1480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
+ checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
1482
+ dependencies = [
1483
+ "anyhow",
1484
+ "itertools",
1485
+ "proc-macro2",
1486
+ "quote",
1487
+ "syn",
1488
+ ]
1489
+
1490
+ [[package]]
1491
+ name = "prost-types"
1492
+ version = "0.13.5"
1493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1494
+ checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
1495
+ dependencies = [
1496
+ "prost",
1497
+ ]
1498
+
1499
+ [[package]]
1500
+ name = "protoc-bin-vendored"
1501
+ version = "3.2.0"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "d1c381df33c98266b5f08186583660090a4ffa0889e76c7e9a5e175f645a67fa"
1504
+ dependencies = [
1505
+ "protoc-bin-vendored-linux-aarch_64",
1506
+ "protoc-bin-vendored-linux-ppcle_64",
1507
+ "protoc-bin-vendored-linux-s390_64",
1508
+ "protoc-bin-vendored-linux-x86_32",
1509
+ "protoc-bin-vendored-linux-x86_64",
1510
+ "protoc-bin-vendored-macos-aarch_64",
1511
+ "protoc-bin-vendored-macos-x86_64",
1512
+ "protoc-bin-vendored-win32",
1513
+ ]
1514
+
1515
+ [[package]]
1516
+ name = "protoc-bin-vendored-linux-aarch_64"
1517
+ version = "3.2.0"
1518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1519
+ checksum = "c350df4d49b5b9e3ca79f7e646fde2377b199e13cfa87320308397e1f37e1a4c"
1520
+
1521
+ [[package]]
1522
+ name = "protoc-bin-vendored-linux-ppcle_64"
1523
+ version = "3.2.0"
1524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1525
+ checksum = "a55a63e6c7244f19b5c6393f025017eb5d793fd5467823a099740a7a4222440c"
1526
+
1527
+ [[package]]
1528
+ name = "protoc-bin-vendored-linux-s390_64"
1529
+ version = "3.2.0"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "1dba5565db4288e935d5330a07c264a4ee8e4a5b4a4e6f4e83fad824cc32f3b0"
1532
+
1533
+ [[package]]
1534
+ name = "protoc-bin-vendored-linux-x86_32"
1535
+ version = "3.2.0"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "8854774b24ee28b7868cd71dccaae8e02a2365e67a4a87a6cd11ee6cdbdf9cf5"
1538
+
1539
+ [[package]]
1540
+ name = "protoc-bin-vendored-linux-x86_64"
1541
+ version = "3.2.0"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "b38b07546580df720fa464ce124c4b03630a6fb83e05c336fea2a241df7e5d78"
1544
+
1545
+ [[package]]
1546
+ name = "protoc-bin-vendored-macos-aarch_64"
1547
+ version = "3.2.0"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "89278a9926ce312e51f1d999fee8825d324d603213344a9a706daa009f1d8092"
1550
+
1551
+ [[package]]
1552
+ name = "protoc-bin-vendored-macos-x86_64"
1553
+ version = "3.2.0"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "81745feda7ccfb9471d7a4de888f0652e806d5795b61480605d4943176299756"
1556
+
1557
+ [[package]]
1558
+ name = "protoc-bin-vendored-win32"
1559
+ version = "3.2.0"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "95067976aca6421a523e491fce939a3e65249bac4b977adee0ee9771568e8aa3"
1562
+
1563
+ [[package]]
1564
+ name = "quinn"
1565
+ version = "0.11.9"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1568
+ dependencies = [
1569
+ "bytes",
1570
+ "cfg_aliases",
1571
+ "pin-project-lite",
1572
+ "quinn-proto",
1573
+ "quinn-udp",
1574
+ "rustc-hash",
1575
+ "rustls",
1576
+ "socket2 0.6.3",
1577
+ "thiserror 2.0.18",
1578
+ "tokio",
1579
+ "tracing",
1580
+ "web-time",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "quinn-proto"
1585
+ version = "0.11.14"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1588
+ dependencies = [
1589
+ "bytes",
1590
+ "getrandom 0.3.4",
1591
+ "lru-slab",
1592
+ "rand 0.9.2",
1593
+ "ring",
1594
+ "rustc-hash",
1595
+ "rustls",
1596
+ "rustls-pki-types",
1597
+ "slab",
1598
+ "thiserror 2.0.18",
1599
+ "tinyvec",
1600
+ "tracing",
1601
+ "web-time",
1602
+ ]
1603
+
1604
+ [[package]]
1605
+ name = "quinn-udp"
1606
+ version = "0.5.14"
1607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1608
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1609
+ dependencies = [
1610
+ "cfg_aliases",
1611
+ "libc",
1612
+ "once_cell",
1613
+ "socket2 0.6.3",
1614
+ "tracing",
1615
+ "windows-sys 0.60.2",
1616
+ ]
1617
+
1618
+ [[package]]
1619
+ name = "quote"
1620
+ version = "1.0.45"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1623
+ dependencies = [
1624
+ "proc-macro2",
1625
+ ]
1626
+
1627
+ [[package]]
1628
+ name = "r-efi"
1629
+ version = "5.3.0"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1632
+
1633
+ [[package]]
1634
+ name = "r-efi"
1635
+ version = "6.0.0"
1636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1637
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1638
+
1639
+ [[package]]
1640
+ name = "rand"
1641
+ version = "0.8.5"
1642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1644
+ dependencies = [
1645
+ "libc",
1646
+ "rand_chacha 0.3.1",
1647
+ "rand_core 0.6.4",
1648
+ ]
1649
+
1650
+ [[package]]
1651
+ name = "rand"
1652
+ version = "0.9.2"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1655
+ dependencies = [
1656
+ "rand_chacha 0.9.0",
1657
+ "rand_core 0.9.5",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "rand_chacha"
1662
+ version = "0.3.1"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1665
+ dependencies = [
1666
+ "ppv-lite86",
1667
+ "rand_core 0.6.4",
1668
+ ]
1669
+
1670
+ [[package]]
1671
+ name = "rand_chacha"
1672
+ version = "0.9.0"
1673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1674
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1675
+ dependencies = [
1676
+ "ppv-lite86",
1677
+ "rand_core 0.9.5",
1678
+ ]
1679
+
1680
+ [[package]]
1681
+ name = "rand_core"
1682
+ version = "0.6.4"
1683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1684
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1685
+ dependencies = [
1686
+ "getrandom 0.2.17",
1687
+ ]
1688
+
1689
+ [[package]]
1690
+ name = "rand_core"
1691
+ version = "0.9.5"
1692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1693
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1694
+ dependencies = [
1695
+ "getrandom 0.3.4",
1696
+ ]
1697
+
1698
+ [[package]]
1699
+ name = "regex"
1700
+ version = "1.12.3"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1703
+ dependencies = [
1704
+ "aho-corasick",
1705
+ "memchr",
1706
+ "regex-automata",
1707
+ "regex-syntax",
1708
+ ]
1709
+
1710
+ [[package]]
1711
+ name = "regex-automata"
1712
+ version = "0.4.14"
1713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1715
+ dependencies = [
1716
+ "aho-corasick",
1717
+ "memchr",
1718
+ "regex-syntax",
1719
+ ]
1720
+
1721
+ [[package]]
1722
+ name = "regex-syntax"
1723
+ version = "0.8.10"
1724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1725
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1726
+
1727
+ [[package]]
1728
+ name = "reqwest"
1729
+ version = "0.12.28"
1730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1732
+ dependencies = [
1733
+ "base64 0.22.1",
1734
+ "bytes",
1735
+ "futures-core",
1736
+ "http",
1737
+ "http-body",
1738
+ "http-body-util",
1739
+ "hyper",
1740
+ "hyper-rustls",
1741
+ "hyper-util",
1742
+ "js-sys",
1743
+ "log",
1744
+ "percent-encoding",
1745
+ "pin-project-lite",
1746
+ "quinn",
1747
+ "rustls",
1748
+ "rustls-native-certs",
1749
+ "rustls-pki-types",
1750
+ "serde",
1751
+ "serde_json",
1752
+ "serde_urlencoded",
1753
+ "sync_wrapper",
1754
+ "tokio",
1755
+ "tokio-rustls",
1756
+ "tower",
1757
+ "tower-http",
1758
+ "tower-service",
1759
+ "url",
1760
+ "wasm-bindgen",
1761
+ "wasm-bindgen-futures",
1762
+ "web-sys",
1763
+ "webpki-roots",
1764
+ ]
1765
+
1766
+ [[package]]
1767
+ name = "ring"
1768
+ version = "0.17.14"
1769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1770
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1771
+ dependencies = [
1772
+ "cc",
1773
+ "cfg-if",
1774
+ "getrandom 0.2.17",
1775
+ "libc",
1776
+ "untrusted",
1777
+ "windows-sys 0.52.0",
1778
+ ]
1779
+
1780
+ [[package]]
1781
+ name = "rustc-hash"
1782
+ version = "2.1.1"
1783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1784
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1785
+
1786
+ [[package]]
1787
+ name = "rustc_version"
1788
+ version = "0.4.1"
1789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1790
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1791
+ dependencies = [
1792
+ "semver",
1793
+ ]
1794
+
1795
+ [[package]]
1796
+ name = "rustix"
1797
+ version = "1.1.4"
1798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1799
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1800
+ dependencies = [
1801
+ "bitflags",
1802
+ "errno",
1803
+ "libc",
1804
+ "linux-raw-sys",
1805
+ "windows-sys 0.61.2",
1806
+ ]
1807
+
1808
+ [[package]]
1809
+ name = "rustls"
1810
+ version = "0.23.37"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1813
+ dependencies = [
1814
+ "log",
1815
+ "once_cell",
1816
+ "ring",
1817
+ "rustls-pki-types",
1818
+ "rustls-webpki",
1819
+ "subtle",
1820
+ "zeroize",
1821
+ ]
1822
+
1823
+ [[package]]
1824
+ name = "rustls-native-certs"
1825
+ version = "0.8.3"
1826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1827
+ checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1828
+ dependencies = [
1829
+ "openssl-probe",
1830
+ "rustls-pki-types",
1831
+ "schannel",
1832
+ "security-framework",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "rustls-pki-types"
1837
+ version = "1.14.0"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1840
+ dependencies = [
1841
+ "web-time",
1842
+ "zeroize",
1843
+ ]
1844
+
1845
+ [[package]]
1846
+ name = "rustls-webpki"
1847
+ version = "0.103.9"
1848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1849
+ checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
1850
+ dependencies = [
1851
+ "ring",
1852
+ "rustls-pki-types",
1853
+ "untrusted",
1854
+ ]
1855
+
1856
+ [[package]]
1857
+ name = "rustversion"
1858
+ version = "1.0.22"
1859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1860
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1861
+
1862
+ [[package]]
1863
+ name = "ryu"
1864
+ version = "1.0.23"
1865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1866
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1867
+
1868
+ [[package]]
1869
+ name = "schannel"
1870
+ version = "0.1.29"
1871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1872
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1873
+ dependencies = [
1874
+ "windows-sys 0.61.2",
1875
+ ]
1876
+
1877
+ [[package]]
1878
+ name = "security-framework"
1879
+ version = "3.7.0"
1880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1881
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1882
+ dependencies = [
1883
+ "bitflags",
1884
+ "core-foundation",
1885
+ "core-foundation-sys",
1886
+ "libc",
1887
+ "security-framework-sys",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "security-framework-sys"
1892
+ version = "2.17.0"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1895
+ dependencies = [
1896
+ "core-foundation-sys",
1897
+ "libc",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "semver"
1902
+ version = "1.0.27"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1905
+
1906
+ [[package]]
1907
+ name = "serde"
1908
+ version = "1.0.228"
1909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1910
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1911
+ dependencies = [
1912
+ "serde_core",
1913
+ "serde_derive",
1914
+ ]
1915
+
1916
+ [[package]]
1917
+ name = "serde_core"
1918
+ version = "1.0.228"
1919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1920
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1921
+ dependencies = [
1922
+ "serde_derive",
1923
+ ]
1924
+
1925
+ [[package]]
1926
+ name = "serde_derive"
1927
+ version = "1.0.228"
1928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1929
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1930
+ dependencies = [
1931
+ "proc-macro2",
1932
+ "quote",
1933
+ "syn",
1934
+ ]
1935
+
1936
+ [[package]]
1937
+ name = "serde_json"
1938
+ version = "1.0.149"
1939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1941
+ dependencies = [
1942
+ "itoa",
1943
+ "memchr",
1944
+ "serde",
1945
+ "serde_core",
1946
+ "zmij",
1947
+ ]
1948
+
1949
+ [[package]]
1950
+ name = "serde_urlencoded"
1951
+ version = "0.7.1"
1952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1953
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1954
+ dependencies = [
1955
+ "form_urlencoded",
1956
+ "itoa",
1957
+ "ryu",
1958
+ "serde",
1959
+ ]
1960
+
1961
+ [[package]]
1962
+ name = "sha1"
1963
+ version = "0.10.6"
1964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1966
+ dependencies = [
1967
+ "cfg-if",
1968
+ "cpufeatures",
1969
+ "digest",
1970
+ ]
1971
+
1972
+ [[package]]
1973
+ name = "shlex"
1974
+ version = "1.3.0"
1975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1976
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1977
+
1978
+ [[package]]
1979
+ name = "slab"
1980
+ version = "0.4.12"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1983
+
1984
+ [[package]]
1985
+ name = "smallvec"
1986
+ version = "1.15.1"
1987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1988
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1989
+
1990
+ [[package]]
1991
+ name = "socket2"
1992
+ version = "0.5.10"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1995
+ dependencies = [
1996
+ "libc",
1997
+ "windows-sys 0.52.0",
1998
+ ]
1999
+
2000
+ [[package]]
2001
+ name = "socket2"
2002
+ version = "0.6.3"
2003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2004
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2005
+ dependencies = [
2006
+ "libc",
2007
+ "windows-sys 0.61.2",
2008
+ ]
2009
+
2010
+ [[package]]
2011
+ name = "stable_deref_trait"
2012
+ version = "1.2.1"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2015
+
2016
+ [[package]]
2017
+ name = "subtle"
2018
+ version = "2.6.1"
2019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2020
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2021
+
2022
+ [[package]]
2023
+ name = "syn"
2024
+ version = "2.0.117"
2025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2026
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2027
+ dependencies = [
2028
+ "proc-macro2",
2029
+ "quote",
2030
+ "unicode-ident",
2031
+ ]
2032
+
2033
+ [[package]]
2034
+ name = "sync_wrapper"
2035
+ version = "1.0.2"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2038
+ dependencies = [
2039
+ "futures-core",
2040
+ ]
2041
+
2042
+ [[package]]
2043
+ name = "synstructure"
2044
+ version = "0.13.2"
2045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2047
+ dependencies = [
2048
+ "proc-macro2",
2049
+ "quote",
2050
+ "syn",
2051
+ ]
2052
+
2053
+ [[package]]
2054
+ name = "tempfile"
2055
+ version = "3.27.0"
2056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2057
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2058
+ dependencies = [
2059
+ "fastrand",
2060
+ "getrandom 0.4.2",
2061
+ "once_cell",
2062
+ "rustix",
2063
+ "windows-sys 0.61.2",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "thiserror"
2068
+ version = "1.0.69"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2071
+ dependencies = [
2072
+ "thiserror-impl 1.0.69",
2073
+ ]
2074
+
2075
+ [[package]]
2076
+ name = "thiserror"
2077
+ version = "2.0.18"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2080
+ dependencies = [
2081
+ "thiserror-impl 2.0.18",
2082
+ ]
2083
+
2084
+ [[package]]
2085
+ name = "thiserror-impl"
2086
+ version = "1.0.69"
2087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2089
+ dependencies = [
2090
+ "proc-macro2",
2091
+ "quote",
2092
+ "syn",
2093
+ ]
2094
+
2095
+ [[package]]
2096
+ name = "thiserror-impl"
2097
+ version = "2.0.18"
2098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2099
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2100
+ dependencies = [
2101
+ "proc-macro2",
2102
+ "quote",
2103
+ "syn",
2104
+ ]
2105
+
2106
+ [[package]]
2107
+ name = "tiny-keccak"
2108
+ version = "2.0.2"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2111
+ dependencies = [
2112
+ "crunchy",
2113
+ ]
2114
+
2115
+ [[package]]
2116
+ name = "tinystr"
2117
+ version = "0.8.2"
2118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2119
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2120
+ dependencies = [
2121
+ "displaydoc",
2122
+ "zerovec",
2123
+ ]
2124
+
2125
+ [[package]]
2126
+ name = "tinyvec"
2127
+ version = "1.11.0"
2128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2129
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2130
+ dependencies = [
2131
+ "tinyvec_macros",
2132
+ ]
2133
+
2134
+ [[package]]
2135
+ name = "tinyvec_macros"
2136
+ version = "0.1.1"
2137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2138
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2139
+
2140
+ [[package]]
2141
+ name = "tokio"
2142
+ version = "1.50.0"
2143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2144
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
2145
+ dependencies = [
2146
+ "bytes",
2147
+ "libc",
2148
+ "mio",
2149
+ "pin-project-lite",
2150
+ "socket2 0.6.3",
2151
+ "tokio-macros",
2152
+ "windows-sys 0.61.2",
2153
+ ]
2154
+
2155
+ [[package]]
2156
+ name = "tokio-macros"
2157
+ version = "2.6.1"
2158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2159
+ checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
2160
+ dependencies = [
2161
+ "proc-macro2",
2162
+ "quote",
2163
+ "syn",
2164
+ ]
2165
+
2166
+ [[package]]
2167
+ name = "tokio-retry"
2168
+ version = "0.3.0"
2169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2170
+ checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
2171
+ dependencies = [
2172
+ "pin-project",
2173
+ "rand 0.8.5",
2174
+ "tokio",
2175
+ ]
2176
+
2177
+ [[package]]
2178
+ name = "tokio-rustls"
2179
+ version = "0.26.4"
2180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2182
+ dependencies = [
2183
+ "rustls",
2184
+ "tokio",
2185
+ ]
2186
+
2187
+ [[package]]
2188
+ name = "tokio-stream"
2189
+ version = "0.1.18"
2190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2191
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2192
+ dependencies = [
2193
+ "futures-core",
2194
+ "pin-project-lite",
2195
+ "tokio",
2196
+ ]
2197
+
2198
+ [[package]]
2199
+ name = "tokio-util"
2200
+ version = "0.7.18"
2201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2202
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2203
+ dependencies = [
2204
+ "bytes",
2205
+ "futures-core",
2206
+ "futures-sink",
2207
+ "futures-util",
2208
+ "pin-project-lite",
2209
+ "tokio",
2210
+ ]
2211
+
2212
+ [[package]]
2213
+ name = "tonic"
2214
+ version = "0.13.1"
2215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2216
+ checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"
2217
+ dependencies = [
2218
+ "async-trait",
2219
+ "axum",
2220
+ "base64 0.22.1",
2221
+ "bytes",
2222
+ "h2",
2223
+ "http",
2224
+ "http-body",
2225
+ "http-body-util",
2226
+ "hyper",
2227
+ "hyper-timeout",
2228
+ "hyper-util",
2229
+ "percent-encoding",
2230
+ "pin-project",
2231
+ "prost",
2232
+ "rustls-native-certs",
2233
+ "socket2 0.5.10",
2234
+ "tokio",
2235
+ "tokio-rustls",
2236
+ "tokio-stream",
2237
+ "tower",
2238
+ "tower-layer",
2239
+ "tower-service",
2240
+ "tracing",
2241
+ ]
2242
+
2243
+ [[package]]
2244
+ name = "tonic-build"
2245
+ version = "0.13.1"
2246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2247
+ checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847"
2248
+ dependencies = [
2249
+ "prettyplease",
2250
+ "proc-macro2",
2251
+ "prost-build",
2252
+ "prost-types",
2253
+ "quote",
2254
+ "syn",
2255
+ ]
2256
+
2257
+ [[package]]
2258
+ name = "tower"
2259
+ version = "0.5.3"
2260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2261
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2262
+ dependencies = [
2263
+ "futures-core",
2264
+ "futures-util",
2265
+ "indexmap",
2266
+ "pin-project-lite",
2267
+ "slab",
2268
+ "sync_wrapper",
2269
+ "tokio",
2270
+ "tokio-util",
2271
+ "tower-layer",
2272
+ "tower-service",
2273
+ "tracing",
2274
+ ]
2275
+
2276
+ [[package]]
2277
+ name = "tower-http"
2278
+ version = "0.6.8"
2279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2281
+ dependencies = [
2282
+ "bitflags",
2283
+ "bytes",
2284
+ "futures-util",
2285
+ "http",
2286
+ "http-body",
2287
+ "iri-string",
2288
+ "pin-project-lite",
2289
+ "tower",
2290
+ "tower-layer",
2291
+ "tower-service",
2292
+ ]
2293
+
2294
+ [[package]]
2295
+ name = "tower-layer"
2296
+ version = "0.3.3"
2297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2298
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2299
+
2300
+ [[package]]
2301
+ name = "tower-service"
2302
+ version = "0.3.3"
2303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2304
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2305
+
2306
+ [[package]]
2307
+ name = "tracing"
2308
+ version = "0.1.44"
2309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2310
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2311
+ dependencies = [
2312
+ "pin-project-lite",
2313
+ "tracing-attributes",
2314
+ "tracing-core",
2315
+ ]
2316
+
2317
+ [[package]]
2318
+ name = "tracing-attributes"
2319
+ version = "0.1.31"
2320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2321
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2322
+ dependencies = [
2323
+ "proc-macro2",
2324
+ "quote",
2325
+ "syn",
2326
+ ]
2327
+
2328
+ [[package]]
2329
+ name = "tracing-core"
2330
+ version = "0.1.36"
2331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2332
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2333
+ dependencies = [
2334
+ "once_cell",
2335
+ ]
2336
+
2337
+ [[package]]
2338
+ name = "try-lock"
2339
+ version = "0.2.5"
2340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2341
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2342
+
2343
+ [[package]]
2344
+ name = "twox-hash"
2345
+ version = "2.1.2"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
2348
+
2349
+ [[package]]
2350
+ name = "typenum"
2351
+ version = "1.19.0"
2352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2353
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2354
+
2355
+ [[package]]
2356
+ name = "unicode-ident"
2357
+ version = "1.0.24"
2358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2359
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2360
+
2361
+ [[package]]
2362
+ name = "unicode-segmentation"
2363
+ version = "1.12.0"
2364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2365
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2366
+
2367
+ [[package]]
2368
+ name = "unicode-xid"
2369
+ version = "0.2.6"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2372
+
2373
+ [[package]]
2374
+ name = "untrusted"
2375
+ version = "0.9.0"
2376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2377
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2378
+
2379
+ [[package]]
2380
+ name = "url"
2381
+ version = "2.5.8"
2382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2383
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2384
+ dependencies = [
2385
+ "form_urlencoded",
2386
+ "idna",
2387
+ "percent-encoding",
2388
+ "serde",
2389
+ ]
2390
+
2391
+ [[package]]
2392
+ name = "utf8_iter"
2393
+ version = "1.0.4"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2396
+
2397
+ [[package]]
2398
+ name = "version_check"
2399
+ version = "0.9.5"
2400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2401
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2402
+
2403
+ [[package]]
2404
+ name = "want"
2405
+ version = "0.3.1"
2406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2407
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2408
+ dependencies = [
2409
+ "try-lock",
2410
+ ]
2411
+
2412
+ [[package]]
2413
+ name = "wasi"
2414
+ version = "0.11.1+wasi-snapshot-preview1"
2415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2416
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2417
+
2418
+ [[package]]
2419
+ name = "wasip2"
2420
+ version = "1.0.2+wasi-0.2.9"
2421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2422
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2423
+ dependencies = [
2424
+ "wit-bindgen",
2425
+ ]
2426
+
2427
+ [[package]]
2428
+ name = "wasip3"
2429
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2432
+ dependencies = [
2433
+ "wit-bindgen",
2434
+ ]
2435
+
2436
+ [[package]]
2437
+ name = "wasm-bindgen"
2438
+ version = "0.2.114"
2439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2440
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
2441
+ dependencies = [
2442
+ "cfg-if",
2443
+ "once_cell",
2444
+ "rustversion",
2445
+ "wasm-bindgen-macro",
2446
+ "wasm-bindgen-shared",
2447
+ ]
2448
+
2449
+ [[package]]
2450
+ name = "wasm-bindgen-futures"
2451
+ version = "0.4.64"
2452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2453
+ checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
2454
+ dependencies = [
2455
+ "cfg-if",
2456
+ "futures-util",
2457
+ "js-sys",
2458
+ "once_cell",
2459
+ "wasm-bindgen",
2460
+ "web-sys",
2461
+ ]
2462
+
2463
+ [[package]]
2464
+ name = "wasm-bindgen-macro"
2465
+ version = "0.2.114"
2466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2467
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
2468
+ dependencies = [
2469
+ "quote",
2470
+ "wasm-bindgen-macro-support",
2471
+ ]
2472
+
2473
+ [[package]]
2474
+ name = "wasm-bindgen-macro-support"
2475
+ version = "0.2.114"
2476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2477
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
2478
+ dependencies = [
2479
+ "bumpalo",
2480
+ "proc-macro2",
2481
+ "quote",
2482
+ "syn",
2483
+ "wasm-bindgen-shared",
2484
+ ]
2485
+
2486
+ [[package]]
2487
+ name = "wasm-bindgen-shared"
2488
+ version = "0.2.114"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
2491
+ dependencies = [
2492
+ "unicode-ident",
2493
+ ]
2494
+
2495
+ [[package]]
2496
+ name = "wasm-encoder"
2497
+ version = "0.244.0"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2500
+ dependencies = [
2501
+ "leb128fmt",
2502
+ "wasmparser",
2503
+ ]
2504
+
2505
+ [[package]]
2506
+ name = "wasm-metadata"
2507
+ version = "0.244.0"
2508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2509
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2510
+ dependencies = [
2511
+ "anyhow",
2512
+ "indexmap",
2513
+ "wasm-encoder",
2514
+ "wasmparser",
2515
+ ]
2516
+
2517
+ [[package]]
2518
+ name = "wasmparser"
2519
+ version = "0.244.0"
2520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2521
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2522
+ dependencies = [
2523
+ "bitflags",
2524
+ "hashbrown 0.15.5",
2525
+ "indexmap",
2526
+ "semver",
2527
+ ]
2528
+
2529
+ [[package]]
2530
+ name = "web-sys"
2531
+ version = "0.3.91"
2532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2533
+ checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
2534
+ dependencies = [
2535
+ "js-sys",
2536
+ "wasm-bindgen",
2537
+ ]
2538
+
2539
+ [[package]]
2540
+ name = "web-time"
2541
+ version = "1.1.0"
2542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2543
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2544
+ dependencies = [
2545
+ "js-sys",
2546
+ "wasm-bindgen",
2547
+ ]
2548
+
2549
+ [[package]]
2550
+ name = "webpki-roots"
2551
+ version = "1.0.6"
2552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2553
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
2554
+ dependencies = [
2555
+ "rustls-pki-types",
2556
+ ]
2557
+
2558
+ [[package]]
2559
+ name = "windows-core"
2560
+ version = "0.62.2"
2561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2562
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2563
+ dependencies = [
2564
+ "windows-implement",
2565
+ "windows-interface",
2566
+ "windows-link",
2567
+ "windows-result",
2568
+ "windows-strings",
2569
+ ]
2570
+
2571
+ [[package]]
2572
+ name = "windows-implement"
2573
+ version = "0.60.2"
2574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2575
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2576
+ dependencies = [
2577
+ "proc-macro2",
2578
+ "quote",
2579
+ "syn",
2580
+ ]
2581
+
2582
+ [[package]]
2583
+ name = "windows-interface"
2584
+ version = "0.59.3"
2585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2586
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2587
+ dependencies = [
2588
+ "proc-macro2",
2589
+ "quote",
2590
+ "syn",
2591
+ ]
2592
+
2593
+ [[package]]
2594
+ name = "windows-link"
2595
+ version = "0.2.1"
2596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2597
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2598
+
2599
+ [[package]]
2600
+ name = "windows-result"
2601
+ version = "0.4.1"
2602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2603
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2604
+ dependencies = [
2605
+ "windows-link",
2606
+ ]
2607
+
2608
+ [[package]]
2609
+ name = "windows-strings"
2610
+ version = "0.5.1"
2611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2612
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2613
+ dependencies = [
2614
+ "windows-link",
2615
+ ]
2616
+
2617
+ [[package]]
2618
+ name = "windows-sys"
2619
+ version = "0.52.0"
2620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2621
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2622
+ dependencies = [
2623
+ "windows-targets 0.52.6",
2624
+ ]
2625
+
2626
+ [[package]]
2627
+ name = "windows-sys"
2628
+ version = "0.60.2"
2629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2630
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2631
+ dependencies = [
2632
+ "windows-targets 0.53.5",
2633
+ ]
2634
+
2635
+ [[package]]
2636
+ name = "windows-sys"
2637
+ version = "0.61.2"
2638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2639
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2640
+ dependencies = [
2641
+ "windows-link",
2642
+ ]
2643
+
2644
+ [[package]]
2645
+ name = "windows-targets"
2646
+ version = "0.52.6"
2647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2649
+ dependencies = [
2650
+ "windows_aarch64_gnullvm 0.52.6",
2651
+ "windows_aarch64_msvc 0.52.6",
2652
+ "windows_i686_gnu 0.52.6",
2653
+ "windows_i686_gnullvm 0.52.6",
2654
+ "windows_i686_msvc 0.52.6",
2655
+ "windows_x86_64_gnu 0.52.6",
2656
+ "windows_x86_64_gnullvm 0.52.6",
2657
+ "windows_x86_64_msvc 0.52.6",
2658
+ ]
2659
+
2660
+ [[package]]
2661
+ name = "windows-targets"
2662
+ version = "0.53.5"
2663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2664
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2665
+ dependencies = [
2666
+ "windows-link",
2667
+ "windows_aarch64_gnullvm 0.53.1",
2668
+ "windows_aarch64_msvc 0.53.1",
2669
+ "windows_i686_gnu 0.53.1",
2670
+ "windows_i686_gnullvm 0.53.1",
2671
+ "windows_i686_msvc 0.53.1",
2672
+ "windows_x86_64_gnu 0.53.1",
2673
+ "windows_x86_64_gnullvm 0.53.1",
2674
+ "windows_x86_64_msvc 0.53.1",
2675
+ ]
2676
+
2677
+ [[package]]
2678
+ name = "windows_aarch64_gnullvm"
2679
+ version = "0.52.6"
2680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2681
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2682
+
2683
+ [[package]]
2684
+ name = "windows_aarch64_gnullvm"
2685
+ version = "0.53.1"
2686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2687
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2688
+
2689
+ [[package]]
2690
+ name = "windows_aarch64_msvc"
2691
+ version = "0.52.6"
2692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2693
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2694
+
2695
+ [[package]]
2696
+ name = "windows_aarch64_msvc"
2697
+ version = "0.53.1"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2700
+
2701
+ [[package]]
2702
+ name = "windows_i686_gnu"
2703
+ version = "0.52.6"
2704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2705
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2706
+
2707
+ [[package]]
2708
+ name = "windows_i686_gnu"
2709
+ version = "0.53.1"
2710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2711
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2712
+
2713
+ [[package]]
2714
+ name = "windows_i686_gnullvm"
2715
+ version = "0.52.6"
2716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2717
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2718
+
2719
+ [[package]]
2720
+ name = "windows_i686_gnullvm"
2721
+ version = "0.53.1"
2722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2723
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2724
+
2725
+ [[package]]
2726
+ name = "windows_i686_msvc"
2727
+ version = "0.52.6"
2728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2729
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2730
+
2731
+ [[package]]
2732
+ name = "windows_i686_msvc"
2733
+ version = "0.53.1"
2734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2735
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2736
+
2737
+ [[package]]
2738
+ name = "windows_x86_64_gnu"
2739
+ version = "0.52.6"
2740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2741
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2742
+
2743
+ [[package]]
2744
+ name = "windows_x86_64_gnu"
2745
+ version = "0.53.1"
2746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2747
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2748
+
2749
+ [[package]]
2750
+ name = "windows_x86_64_gnullvm"
2751
+ version = "0.52.6"
2752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2753
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2754
+
2755
+ [[package]]
2756
+ name = "windows_x86_64_gnullvm"
2757
+ version = "0.53.1"
2758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2759
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2760
+
2761
+ [[package]]
2762
+ name = "windows_x86_64_msvc"
2763
+ version = "0.52.6"
2764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2765
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2766
+
2767
+ [[package]]
2768
+ name = "windows_x86_64_msvc"
2769
+ version = "0.53.1"
2770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2771
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2772
+
2773
+ [[package]]
2774
+ name = "wit-bindgen"
2775
+ version = "0.51.0"
2776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2777
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2778
+ dependencies = [
2779
+ "wit-bindgen-rust-macro",
2780
+ ]
2781
+
2782
+ [[package]]
2783
+ name = "wit-bindgen-core"
2784
+ version = "0.51.0"
2785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2786
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2787
+ dependencies = [
2788
+ "anyhow",
2789
+ "heck",
2790
+ "wit-parser",
2791
+ ]
2792
+
2793
+ [[package]]
2794
+ name = "wit-bindgen-rust"
2795
+ version = "0.51.0"
2796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2797
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2798
+ dependencies = [
2799
+ "anyhow",
2800
+ "heck",
2801
+ "indexmap",
2802
+ "prettyplease",
2803
+ "syn",
2804
+ "wasm-metadata",
2805
+ "wit-bindgen-core",
2806
+ "wit-component",
2807
+ ]
2808
+
2809
+ [[package]]
2810
+ name = "wit-bindgen-rust-macro"
2811
+ version = "0.51.0"
2812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2813
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2814
+ dependencies = [
2815
+ "anyhow",
2816
+ "prettyplease",
2817
+ "proc-macro2",
2818
+ "quote",
2819
+ "syn",
2820
+ "wit-bindgen-core",
2821
+ "wit-bindgen-rust",
2822
+ ]
2823
+
2824
+ [[package]]
2825
+ name = "wit-component"
2826
+ version = "0.244.0"
2827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2828
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2829
+ dependencies = [
2830
+ "anyhow",
2831
+ "bitflags",
2832
+ "indexmap",
2833
+ "log",
2834
+ "serde",
2835
+ "serde_derive",
2836
+ "serde_json",
2837
+ "wasm-encoder",
2838
+ "wasm-metadata",
2839
+ "wasmparser",
2840
+ "wit-parser",
2841
+ ]
2842
+
2843
+ [[package]]
2844
+ name = "wit-parser"
2845
+ version = "0.244.0"
2846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2847
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2848
+ dependencies = [
2849
+ "anyhow",
2850
+ "id-arena",
2851
+ "indexmap",
2852
+ "log",
2853
+ "semver",
2854
+ "serde",
2855
+ "serde_derive",
2856
+ "serde_json",
2857
+ "unicode-xid",
2858
+ "wasmparser",
2859
+ ]
2860
+
2861
+ [[package]]
2862
+ name = "writeable"
2863
+ version = "0.6.2"
2864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2865
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2866
+
2867
+ [[package]]
2868
+ name = "yoke"
2869
+ version = "0.8.1"
2870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2871
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2872
+ dependencies = [
2873
+ "stable_deref_trait",
2874
+ "yoke-derive",
2875
+ "zerofrom",
2876
+ ]
2877
+
2878
+ [[package]]
2879
+ name = "yoke-derive"
2880
+ version = "0.8.1"
2881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2882
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2883
+ dependencies = [
2884
+ "proc-macro2",
2885
+ "quote",
2886
+ "syn",
2887
+ "synstructure",
2888
+ ]
2889
+
2890
+ [[package]]
2891
+ name = "zerobus-sdk-ts"
2892
+ version = "1.0.2"
2893
+ dependencies = [
2894
+ "arrow-array",
2895
+ "arrow-ipc",
2896
+ "arrow-schema",
2897
+ "async-trait",
2898
+ "base64 0.21.7",
2899
+ "databricks-zerobus-ingest-sdk",
2900
+ "napi",
2901
+ "napi-build",
2902
+ "napi-derive",
2903
+ "prost",
2904
+ "prost-types",
2905
+ "serde",
2906
+ "serde_json",
2907
+ "thiserror 1.0.69",
2908
+ "tokio",
2909
+ ]
2910
+
2911
+ [[package]]
2912
+ name = "zerocopy"
2913
+ version = "0.8.42"
2914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2915
+ checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
2916
+ dependencies = [
2917
+ "zerocopy-derive",
2918
+ ]
2919
+
2920
+ [[package]]
2921
+ name = "zerocopy-derive"
2922
+ version = "0.8.42"
2923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2924
+ checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
2925
+ dependencies = [
2926
+ "proc-macro2",
2927
+ "quote",
2928
+ "syn",
2929
+ ]
2930
+
2931
+ [[package]]
2932
+ name = "zerofrom"
2933
+ version = "0.1.6"
2934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2935
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2936
+ dependencies = [
2937
+ "zerofrom-derive",
2938
+ ]
2939
+
2940
+ [[package]]
2941
+ name = "zerofrom-derive"
2942
+ version = "0.1.6"
2943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2944
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2945
+ dependencies = [
2946
+ "proc-macro2",
2947
+ "quote",
2948
+ "syn",
2949
+ "synstructure",
2950
+ ]
2951
+
2952
+ [[package]]
2953
+ name = "zeroize"
2954
+ version = "1.8.2"
2955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2956
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2957
+
2958
+ [[package]]
2959
+ name = "zerotrie"
2960
+ version = "0.2.3"
2961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2962
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2963
+ dependencies = [
2964
+ "displaydoc",
2965
+ "yoke",
2966
+ "zerofrom",
2967
+ ]
2968
+
2969
+ [[package]]
2970
+ name = "zerovec"
2971
+ version = "0.11.5"
2972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2973
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2974
+ dependencies = [
2975
+ "yoke",
2976
+ "zerofrom",
2977
+ "zerovec-derive",
2978
+ ]
2979
+
2980
+ [[package]]
2981
+ name = "zerovec-derive"
2982
+ version = "0.11.2"
2983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2984
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2985
+ dependencies = [
2986
+ "proc-macro2",
2987
+ "quote",
2988
+ "syn",
2989
+ ]
2990
+
2991
+ [[package]]
2992
+ name = "zmij"
2993
+ version = "1.0.21"
2994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2995
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2996
+
2997
+ [[package]]
2998
+ name = "zstd"
2999
+ version = "0.13.3"
3000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3001
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3002
+ dependencies = [
3003
+ "zstd-safe",
3004
+ ]
3005
+
3006
+ [[package]]
3007
+ name = "zstd-safe"
3008
+ version = "7.2.4"
3009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3010
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3011
+ dependencies = [
3012
+ "zstd-sys",
3013
+ ]
3014
+
3015
+ [[package]]
3016
+ name = "zstd-sys"
3017
+ version = "2.0.16+zstd.1.5.7"
3018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3019
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3020
+ dependencies = [
3021
+ "cc",
3022
+ "pkg-config",
3023
+ ]