@databricks/zerobus-ingest-sdk 0.2.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cargo.lock DELETED
@@ -1,2735 +0,0 @@
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.100"
40
- source = "registry+https://github.com/rust-lang/crates.io-index"
41
- checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
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",
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.10.0"
247
- source = "registry+https://github.com/rust-lang/crates.io-index"
248
- checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
249
-
250
- [[package]]
251
- name = "bumpalo"
252
- version = "3.19.1"
253
- source = "registry+https://github.com/rust-lang/crates.io-index"
254
- checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
255
-
256
- [[package]]
257
- name = "bytes"
258
- version = "1.11.0"
259
- source = "registry+https://github.com/rust-lang/crates.io-index"
260
- checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
261
-
262
- [[package]]
263
- name = "cc"
264
- version = "1.2.54"
265
- source = "registry+https://github.com/rust-lang/crates.io-index"
266
- checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583"
267
- dependencies = [
268
- "find-msvc-tools",
269
- "jobserver",
270
- "libc",
271
- "shlex",
272
- ]
273
-
274
- [[package]]
275
- name = "cfg-if"
276
- version = "1.0.4"
277
- source = "registry+https://github.com/rust-lang/crates.io-index"
278
- checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
279
-
280
- [[package]]
281
- name = "cfg_aliases"
282
- version = "0.2.1"
283
- source = "registry+https://github.com/rust-lang/crates.io-index"
284
- checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
285
-
286
- [[package]]
287
- name = "chrono"
288
- version = "0.4.43"
289
- source = "registry+https://github.com/rust-lang/crates.io-index"
290
- checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
291
- dependencies = [
292
- "iana-time-zone",
293
- "num-traits",
294
- "windows-link",
295
- ]
296
-
297
- [[package]]
298
- name = "const-random"
299
- version = "0.1.18"
300
- source = "registry+https://github.com/rust-lang/crates.io-index"
301
- checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
302
- dependencies = [
303
- "const-random-macro",
304
- ]
305
-
306
- [[package]]
307
- name = "const-random-macro"
308
- version = "0.1.16"
309
- source = "registry+https://github.com/rust-lang/crates.io-index"
310
- checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
311
- dependencies = [
312
- "getrandom 0.2.17",
313
- "once_cell",
314
- "tiny-keccak",
315
- ]
316
-
317
- [[package]]
318
- name = "convert_case"
319
- version = "0.6.0"
320
- source = "registry+https://github.com/rust-lang/crates.io-index"
321
- checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
322
- dependencies = [
323
- "unicode-segmentation",
324
- ]
325
-
326
- [[package]]
327
- name = "core-foundation"
328
- version = "0.10.1"
329
- source = "registry+https://github.com/rust-lang/crates.io-index"
330
- checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
331
- dependencies = [
332
- "core-foundation-sys",
333
- "libc",
334
- ]
335
-
336
- [[package]]
337
- name = "core-foundation-sys"
338
- version = "0.8.7"
339
- source = "registry+https://github.com/rust-lang/crates.io-index"
340
- checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
341
-
342
- [[package]]
343
- name = "crunchy"
344
- version = "0.2.4"
345
- source = "registry+https://github.com/rust-lang/crates.io-index"
346
- checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
347
-
348
- [[package]]
349
- name = "ctor"
350
- version = "0.2.9"
351
- source = "registry+https://github.com/rust-lang/crates.io-index"
352
- checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
353
- dependencies = [
354
- "quote",
355
- "syn",
356
- ]
357
-
358
- [[package]]
359
- name = "databricks-zerobus-ingest-sdk"
360
- version = "0.4.0"
361
- source = "git+https://github.com/databricks/zerobus-sdk-rs?tag=v0.4.0#68884197999a0c4f87a997f7327ae8561a70677a"
362
- dependencies = [
363
- "arrow-array",
364
- "arrow-flight",
365
- "arrow-ipc",
366
- "arrow-schema",
367
- "async-trait",
368
- "futures",
369
- "prost",
370
- "prost-types",
371
- "protoc-bin-vendored",
372
- "reqwest",
373
- "serde",
374
- "serde_json",
375
- "smallvec",
376
- "thiserror 1.0.69",
377
- "tokio",
378
- "tokio-retry",
379
- "tokio-stream",
380
- "tokio-util",
381
- "tonic",
382
- "tonic-build",
383
- "tracing",
384
- ]
385
-
386
- [[package]]
387
- name = "displaydoc"
388
- version = "0.2.5"
389
- source = "registry+https://github.com/rust-lang/crates.io-index"
390
- checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
391
- dependencies = [
392
- "proc-macro2",
393
- "quote",
394
- "syn",
395
- ]
396
-
397
- [[package]]
398
- name = "either"
399
- version = "1.15.0"
400
- source = "registry+https://github.com/rust-lang/crates.io-index"
401
- checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
402
-
403
- [[package]]
404
- name = "equivalent"
405
- version = "1.0.2"
406
- source = "registry+https://github.com/rust-lang/crates.io-index"
407
- checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
408
-
409
- [[package]]
410
- name = "errno"
411
- version = "0.3.14"
412
- source = "registry+https://github.com/rust-lang/crates.io-index"
413
- checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
414
- dependencies = [
415
- "libc",
416
- "windows-sys 0.61.2",
417
- ]
418
-
419
- [[package]]
420
- name = "fastrand"
421
- version = "2.3.0"
422
- source = "registry+https://github.com/rust-lang/crates.io-index"
423
- checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
424
-
425
- [[package]]
426
- name = "find-msvc-tools"
427
- version = "0.1.8"
428
- source = "registry+https://github.com/rust-lang/crates.io-index"
429
- checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
430
-
431
- [[package]]
432
- name = "fixedbitset"
433
- version = "0.5.7"
434
- source = "registry+https://github.com/rust-lang/crates.io-index"
435
- checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
436
-
437
- [[package]]
438
- name = "flatbuffers"
439
- version = "25.12.19"
440
- source = "registry+https://github.com/rust-lang/crates.io-index"
441
- checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
442
- dependencies = [
443
- "bitflags",
444
- "rustc_version",
445
- ]
446
-
447
- [[package]]
448
- name = "fnv"
449
- version = "1.0.7"
450
- source = "registry+https://github.com/rust-lang/crates.io-index"
451
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
452
-
453
- [[package]]
454
- name = "form_urlencoded"
455
- version = "1.2.2"
456
- source = "registry+https://github.com/rust-lang/crates.io-index"
457
- checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
458
- dependencies = [
459
- "percent-encoding",
460
- ]
461
-
462
- [[package]]
463
- name = "futures"
464
- version = "0.3.31"
465
- source = "registry+https://github.com/rust-lang/crates.io-index"
466
- checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
467
- dependencies = [
468
- "futures-channel",
469
- "futures-core",
470
- "futures-executor",
471
- "futures-io",
472
- "futures-sink",
473
- "futures-task",
474
- "futures-util",
475
- ]
476
-
477
- [[package]]
478
- name = "futures-channel"
479
- version = "0.3.31"
480
- source = "registry+https://github.com/rust-lang/crates.io-index"
481
- checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
482
- dependencies = [
483
- "futures-core",
484
- "futures-sink",
485
- ]
486
-
487
- [[package]]
488
- name = "futures-core"
489
- version = "0.3.31"
490
- source = "registry+https://github.com/rust-lang/crates.io-index"
491
- checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
492
-
493
- [[package]]
494
- name = "futures-executor"
495
- version = "0.3.31"
496
- source = "registry+https://github.com/rust-lang/crates.io-index"
497
- checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
498
- dependencies = [
499
- "futures-core",
500
- "futures-task",
501
- "futures-util",
502
- ]
503
-
504
- [[package]]
505
- name = "futures-io"
506
- version = "0.3.31"
507
- source = "registry+https://github.com/rust-lang/crates.io-index"
508
- checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
509
-
510
- [[package]]
511
- name = "futures-macro"
512
- version = "0.3.31"
513
- source = "registry+https://github.com/rust-lang/crates.io-index"
514
- checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
515
- dependencies = [
516
- "proc-macro2",
517
- "quote",
518
- "syn",
519
- ]
520
-
521
- [[package]]
522
- name = "futures-sink"
523
- version = "0.3.31"
524
- source = "registry+https://github.com/rust-lang/crates.io-index"
525
- checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
526
-
527
- [[package]]
528
- name = "futures-task"
529
- version = "0.3.31"
530
- source = "registry+https://github.com/rust-lang/crates.io-index"
531
- checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
532
-
533
- [[package]]
534
- name = "futures-util"
535
- version = "0.3.31"
536
- source = "registry+https://github.com/rust-lang/crates.io-index"
537
- checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
538
- dependencies = [
539
- "futures-channel",
540
- "futures-core",
541
- "futures-io",
542
- "futures-macro",
543
- "futures-sink",
544
- "futures-task",
545
- "memchr",
546
- "pin-project-lite",
547
- "pin-utils",
548
- "slab",
549
- ]
550
-
551
- [[package]]
552
- name = "getrandom"
553
- version = "0.2.17"
554
- source = "registry+https://github.com/rust-lang/crates.io-index"
555
- checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
556
- dependencies = [
557
- "cfg-if",
558
- "js-sys",
559
- "libc",
560
- "wasi",
561
- "wasm-bindgen",
562
- ]
563
-
564
- [[package]]
565
- name = "getrandom"
566
- version = "0.3.4"
567
- source = "registry+https://github.com/rust-lang/crates.io-index"
568
- checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
569
- dependencies = [
570
- "cfg-if",
571
- "js-sys",
572
- "libc",
573
- "r-efi",
574
- "wasip2",
575
- "wasm-bindgen",
576
- ]
577
-
578
- [[package]]
579
- name = "h2"
580
- version = "0.4.13"
581
- source = "registry+https://github.com/rust-lang/crates.io-index"
582
- checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
583
- dependencies = [
584
- "atomic-waker",
585
- "bytes",
586
- "fnv",
587
- "futures-core",
588
- "futures-sink",
589
- "http",
590
- "indexmap",
591
- "slab",
592
- "tokio",
593
- "tokio-util",
594
- "tracing",
595
- ]
596
-
597
- [[package]]
598
- name = "half"
599
- version = "2.7.1"
600
- source = "registry+https://github.com/rust-lang/crates.io-index"
601
- checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
602
- dependencies = [
603
- "cfg-if",
604
- "crunchy",
605
- "num-traits",
606
- "zerocopy",
607
- ]
608
-
609
- [[package]]
610
- name = "hashbrown"
611
- version = "0.16.1"
612
- source = "registry+https://github.com/rust-lang/crates.io-index"
613
- checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
614
-
615
- [[package]]
616
- name = "heck"
617
- version = "0.5.0"
618
- source = "registry+https://github.com/rust-lang/crates.io-index"
619
- checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
620
-
621
- [[package]]
622
- name = "http"
623
- version = "1.4.0"
624
- source = "registry+https://github.com/rust-lang/crates.io-index"
625
- checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
626
- dependencies = [
627
- "bytes",
628
- "itoa",
629
- ]
630
-
631
- [[package]]
632
- name = "http-body"
633
- version = "1.0.1"
634
- source = "registry+https://github.com/rust-lang/crates.io-index"
635
- checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
636
- dependencies = [
637
- "bytes",
638
- "http",
639
- ]
640
-
641
- [[package]]
642
- name = "http-body-util"
643
- version = "0.1.3"
644
- source = "registry+https://github.com/rust-lang/crates.io-index"
645
- checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
646
- dependencies = [
647
- "bytes",
648
- "futures-core",
649
- "http",
650
- "http-body",
651
- "pin-project-lite",
652
- ]
653
-
654
- [[package]]
655
- name = "httparse"
656
- version = "1.10.1"
657
- source = "registry+https://github.com/rust-lang/crates.io-index"
658
- checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
659
-
660
- [[package]]
661
- name = "httpdate"
662
- version = "1.0.3"
663
- source = "registry+https://github.com/rust-lang/crates.io-index"
664
- checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
665
-
666
- [[package]]
667
- name = "hyper"
668
- version = "1.8.1"
669
- source = "registry+https://github.com/rust-lang/crates.io-index"
670
- checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
671
- dependencies = [
672
- "atomic-waker",
673
- "bytes",
674
- "futures-channel",
675
- "futures-core",
676
- "h2",
677
- "http",
678
- "http-body",
679
- "httparse",
680
- "httpdate",
681
- "itoa",
682
- "pin-project-lite",
683
- "pin-utils",
684
- "smallvec",
685
- "tokio",
686
- "want",
687
- ]
688
-
689
- [[package]]
690
- name = "hyper-rustls"
691
- version = "0.27.7"
692
- source = "registry+https://github.com/rust-lang/crates.io-index"
693
- checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
694
- dependencies = [
695
- "http",
696
- "hyper",
697
- "hyper-util",
698
- "rustls",
699
- "rustls-pki-types",
700
- "tokio",
701
- "tokio-rustls",
702
- "tower-service",
703
- "webpki-roots",
704
- ]
705
-
706
- [[package]]
707
- name = "hyper-timeout"
708
- version = "0.5.2"
709
- source = "registry+https://github.com/rust-lang/crates.io-index"
710
- checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
711
- dependencies = [
712
- "hyper",
713
- "hyper-util",
714
- "pin-project-lite",
715
- "tokio",
716
- "tower-service",
717
- ]
718
-
719
- [[package]]
720
- name = "hyper-util"
721
- version = "0.1.19"
722
- source = "registry+https://github.com/rust-lang/crates.io-index"
723
- checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
724
- dependencies = [
725
- "base64 0.22.1",
726
- "bytes",
727
- "futures-channel",
728
- "futures-core",
729
- "futures-util",
730
- "http",
731
- "http-body",
732
- "hyper",
733
- "ipnet",
734
- "libc",
735
- "percent-encoding",
736
- "pin-project-lite",
737
- "socket2 0.6.2",
738
- "tokio",
739
- "tower-service",
740
- "tracing",
741
- ]
742
-
743
- [[package]]
744
- name = "iana-time-zone"
745
- version = "0.1.65"
746
- source = "registry+https://github.com/rust-lang/crates.io-index"
747
- checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
748
- dependencies = [
749
- "android_system_properties",
750
- "core-foundation-sys",
751
- "iana-time-zone-haiku",
752
- "js-sys",
753
- "log",
754
- "wasm-bindgen",
755
- "windows-core",
756
- ]
757
-
758
- [[package]]
759
- name = "iana-time-zone-haiku"
760
- version = "0.1.2"
761
- source = "registry+https://github.com/rust-lang/crates.io-index"
762
- checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
763
- dependencies = [
764
- "cc",
765
- ]
766
-
767
- [[package]]
768
- name = "icu_collections"
769
- version = "2.1.1"
770
- source = "registry+https://github.com/rust-lang/crates.io-index"
771
- checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
772
- dependencies = [
773
- "displaydoc",
774
- "potential_utf",
775
- "yoke",
776
- "zerofrom",
777
- "zerovec",
778
- ]
779
-
780
- [[package]]
781
- name = "icu_locale_core"
782
- version = "2.1.1"
783
- source = "registry+https://github.com/rust-lang/crates.io-index"
784
- checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
785
- dependencies = [
786
- "displaydoc",
787
- "litemap",
788
- "tinystr",
789
- "writeable",
790
- "zerovec",
791
- ]
792
-
793
- [[package]]
794
- name = "icu_normalizer"
795
- version = "2.1.1"
796
- source = "registry+https://github.com/rust-lang/crates.io-index"
797
- checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
798
- dependencies = [
799
- "icu_collections",
800
- "icu_normalizer_data",
801
- "icu_properties",
802
- "icu_provider",
803
- "smallvec",
804
- "zerovec",
805
- ]
806
-
807
- [[package]]
808
- name = "icu_normalizer_data"
809
- version = "2.1.1"
810
- source = "registry+https://github.com/rust-lang/crates.io-index"
811
- checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
812
-
813
- [[package]]
814
- name = "icu_properties"
815
- version = "2.1.2"
816
- source = "registry+https://github.com/rust-lang/crates.io-index"
817
- checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
818
- dependencies = [
819
- "icu_collections",
820
- "icu_locale_core",
821
- "icu_properties_data",
822
- "icu_provider",
823
- "zerotrie",
824
- "zerovec",
825
- ]
826
-
827
- [[package]]
828
- name = "icu_properties_data"
829
- version = "2.1.2"
830
- source = "registry+https://github.com/rust-lang/crates.io-index"
831
- checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
832
-
833
- [[package]]
834
- name = "icu_provider"
835
- version = "2.1.1"
836
- source = "registry+https://github.com/rust-lang/crates.io-index"
837
- checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
838
- dependencies = [
839
- "displaydoc",
840
- "icu_locale_core",
841
- "writeable",
842
- "yoke",
843
- "zerofrom",
844
- "zerotrie",
845
- "zerovec",
846
- ]
847
-
848
- [[package]]
849
- name = "idna"
850
- version = "1.1.0"
851
- source = "registry+https://github.com/rust-lang/crates.io-index"
852
- checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
853
- dependencies = [
854
- "idna_adapter",
855
- "smallvec",
856
- "utf8_iter",
857
- ]
858
-
859
- [[package]]
860
- name = "idna_adapter"
861
- version = "1.2.1"
862
- source = "registry+https://github.com/rust-lang/crates.io-index"
863
- checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
864
- dependencies = [
865
- "icu_normalizer",
866
- "icu_properties",
867
- ]
868
-
869
- [[package]]
870
- name = "indexmap"
871
- version = "2.13.0"
872
- source = "registry+https://github.com/rust-lang/crates.io-index"
873
- checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
874
- dependencies = [
875
- "equivalent",
876
- "hashbrown",
877
- ]
878
-
879
- [[package]]
880
- name = "ipnet"
881
- version = "2.11.0"
882
- source = "registry+https://github.com/rust-lang/crates.io-index"
883
- checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
884
-
885
- [[package]]
886
- name = "iri-string"
887
- version = "0.7.10"
888
- source = "registry+https://github.com/rust-lang/crates.io-index"
889
- checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
890
- dependencies = [
891
- "memchr",
892
- "serde",
893
- ]
894
-
895
- [[package]]
896
- name = "itertools"
897
- version = "0.14.0"
898
- source = "registry+https://github.com/rust-lang/crates.io-index"
899
- checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
900
- dependencies = [
901
- "either",
902
- ]
903
-
904
- [[package]]
905
- name = "itoa"
906
- version = "1.0.17"
907
- source = "registry+https://github.com/rust-lang/crates.io-index"
908
- checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
909
-
910
- [[package]]
911
- name = "jobserver"
912
- version = "0.1.34"
913
- source = "registry+https://github.com/rust-lang/crates.io-index"
914
- checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
915
- dependencies = [
916
- "getrandom 0.3.4",
917
- "libc",
918
- ]
919
-
920
- [[package]]
921
- name = "js-sys"
922
- version = "0.3.85"
923
- source = "registry+https://github.com/rust-lang/crates.io-index"
924
- checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
925
- dependencies = [
926
- "once_cell",
927
- "wasm-bindgen",
928
- ]
929
-
930
- [[package]]
931
- name = "lexical-core"
932
- version = "1.0.6"
933
- source = "registry+https://github.com/rust-lang/crates.io-index"
934
- checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
935
- dependencies = [
936
- "lexical-parse-float",
937
- "lexical-parse-integer",
938
- "lexical-util",
939
- "lexical-write-float",
940
- "lexical-write-integer",
941
- ]
942
-
943
- [[package]]
944
- name = "lexical-parse-float"
945
- version = "1.0.6"
946
- source = "registry+https://github.com/rust-lang/crates.io-index"
947
- checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
948
- dependencies = [
949
- "lexical-parse-integer",
950
- "lexical-util",
951
- ]
952
-
953
- [[package]]
954
- name = "lexical-parse-integer"
955
- version = "1.0.6"
956
- source = "registry+https://github.com/rust-lang/crates.io-index"
957
- checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
958
- dependencies = [
959
- "lexical-util",
960
- ]
961
-
962
- [[package]]
963
- name = "lexical-util"
964
- version = "1.0.7"
965
- source = "registry+https://github.com/rust-lang/crates.io-index"
966
- checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
967
-
968
- [[package]]
969
- name = "lexical-write-float"
970
- version = "1.0.6"
971
- source = "registry+https://github.com/rust-lang/crates.io-index"
972
- checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
973
- dependencies = [
974
- "lexical-util",
975
- "lexical-write-integer",
976
- ]
977
-
978
- [[package]]
979
- name = "lexical-write-integer"
980
- version = "1.0.6"
981
- source = "registry+https://github.com/rust-lang/crates.io-index"
982
- checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
983
- dependencies = [
984
- "lexical-util",
985
- ]
986
-
987
- [[package]]
988
- name = "libc"
989
- version = "0.2.180"
990
- source = "registry+https://github.com/rust-lang/crates.io-index"
991
- checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
992
-
993
- [[package]]
994
- name = "libloading"
995
- version = "0.8.9"
996
- source = "registry+https://github.com/rust-lang/crates.io-index"
997
- checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
998
- dependencies = [
999
- "cfg-if",
1000
- "windows-link",
1001
- ]
1002
-
1003
- [[package]]
1004
- name = "libm"
1005
- version = "0.2.16"
1006
- source = "registry+https://github.com/rust-lang/crates.io-index"
1007
- checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1008
-
1009
- [[package]]
1010
- name = "linux-raw-sys"
1011
- version = "0.11.0"
1012
- source = "registry+https://github.com/rust-lang/crates.io-index"
1013
- checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1014
-
1015
- [[package]]
1016
- name = "litemap"
1017
- version = "0.8.1"
1018
- source = "registry+https://github.com/rust-lang/crates.io-index"
1019
- checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1020
-
1021
- [[package]]
1022
- name = "log"
1023
- version = "0.4.29"
1024
- source = "registry+https://github.com/rust-lang/crates.io-index"
1025
- checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1026
-
1027
- [[package]]
1028
- name = "lru-slab"
1029
- version = "0.1.2"
1030
- source = "registry+https://github.com/rust-lang/crates.io-index"
1031
- checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1032
-
1033
- [[package]]
1034
- name = "lz4_flex"
1035
- version = "0.11.5"
1036
- source = "registry+https://github.com/rust-lang/crates.io-index"
1037
- checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
1038
- dependencies = [
1039
- "twox-hash",
1040
- ]
1041
-
1042
- [[package]]
1043
- name = "matchit"
1044
- version = "0.8.4"
1045
- source = "registry+https://github.com/rust-lang/crates.io-index"
1046
- checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1047
-
1048
- [[package]]
1049
- name = "memchr"
1050
- version = "2.7.6"
1051
- source = "registry+https://github.com/rust-lang/crates.io-index"
1052
- checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1053
-
1054
- [[package]]
1055
- name = "mime"
1056
- version = "0.3.17"
1057
- source = "registry+https://github.com/rust-lang/crates.io-index"
1058
- checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1059
-
1060
- [[package]]
1061
- name = "mio"
1062
- version = "1.1.1"
1063
- source = "registry+https://github.com/rust-lang/crates.io-index"
1064
- checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1065
- dependencies = [
1066
- "libc",
1067
- "wasi",
1068
- "windows-sys 0.61.2",
1069
- ]
1070
-
1071
- [[package]]
1072
- name = "multimap"
1073
- version = "0.10.1"
1074
- source = "registry+https://github.com/rust-lang/crates.io-index"
1075
- checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
1076
-
1077
- [[package]]
1078
- name = "napi"
1079
- version = "2.16.17"
1080
- source = "registry+https://github.com/rust-lang/crates.io-index"
1081
- checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
1082
- dependencies = [
1083
- "bitflags",
1084
- "ctor",
1085
- "napi-derive",
1086
- "napi-sys",
1087
- "once_cell",
1088
- "serde",
1089
- "serde_json",
1090
- "tokio",
1091
- ]
1092
-
1093
- [[package]]
1094
- name = "napi-build"
1095
- version = "2.3.1"
1096
- source = "registry+https://github.com/rust-lang/crates.io-index"
1097
- checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
1098
-
1099
- [[package]]
1100
- name = "napi-derive"
1101
- version = "2.16.13"
1102
- source = "registry+https://github.com/rust-lang/crates.io-index"
1103
- checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
1104
- dependencies = [
1105
- "cfg-if",
1106
- "convert_case",
1107
- "napi-derive-backend",
1108
- "proc-macro2",
1109
- "quote",
1110
- "syn",
1111
- ]
1112
-
1113
- [[package]]
1114
- name = "napi-derive-backend"
1115
- version = "1.0.75"
1116
- source = "registry+https://github.com/rust-lang/crates.io-index"
1117
- checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
1118
- dependencies = [
1119
- "convert_case",
1120
- "once_cell",
1121
- "proc-macro2",
1122
- "quote",
1123
- "regex",
1124
- "semver",
1125
- "syn",
1126
- ]
1127
-
1128
- [[package]]
1129
- name = "napi-sys"
1130
- version = "2.4.0"
1131
- source = "registry+https://github.com/rust-lang/crates.io-index"
1132
- checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
1133
- dependencies = [
1134
- "libloading",
1135
- ]
1136
-
1137
- [[package]]
1138
- name = "num"
1139
- version = "0.4.3"
1140
- source = "registry+https://github.com/rust-lang/crates.io-index"
1141
- checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
1142
- dependencies = [
1143
- "num-bigint",
1144
- "num-complex",
1145
- "num-integer",
1146
- "num-iter",
1147
- "num-rational",
1148
- "num-traits",
1149
- ]
1150
-
1151
- [[package]]
1152
- name = "num-bigint"
1153
- version = "0.4.6"
1154
- source = "registry+https://github.com/rust-lang/crates.io-index"
1155
- checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1156
- dependencies = [
1157
- "num-integer",
1158
- "num-traits",
1159
- ]
1160
-
1161
- [[package]]
1162
- name = "num-complex"
1163
- version = "0.4.6"
1164
- source = "registry+https://github.com/rust-lang/crates.io-index"
1165
- checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1166
- dependencies = [
1167
- "num-traits",
1168
- ]
1169
-
1170
- [[package]]
1171
- name = "num-integer"
1172
- version = "0.1.46"
1173
- source = "registry+https://github.com/rust-lang/crates.io-index"
1174
- checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1175
- dependencies = [
1176
- "num-traits",
1177
- ]
1178
-
1179
- [[package]]
1180
- name = "num-iter"
1181
- version = "0.1.45"
1182
- source = "registry+https://github.com/rust-lang/crates.io-index"
1183
- checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1184
- dependencies = [
1185
- "autocfg",
1186
- "num-integer",
1187
- "num-traits",
1188
- ]
1189
-
1190
- [[package]]
1191
- name = "num-rational"
1192
- version = "0.4.2"
1193
- source = "registry+https://github.com/rust-lang/crates.io-index"
1194
- checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1195
- dependencies = [
1196
- "num-bigint",
1197
- "num-integer",
1198
- "num-traits",
1199
- ]
1200
-
1201
- [[package]]
1202
- name = "num-traits"
1203
- version = "0.2.19"
1204
- source = "registry+https://github.com/rust-lang/crates.io-index"
1205
- checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1206
- dependencies = [
1207
- "autocfg",
1208
- "libm",
1209
- ]
1210
-
1211
- [[package]]
1212
- name = "once_cell"
1213
- version = "1.21.3"
1214
- source = "registry+https://github.com/rust-lang/crates.io-index"
1215
- checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1216
-
1217
- [[package]]
1218
- name = "openssl-probe"
1219
- version = "0.2.1"
1220
- source = "registry+https://github.com/rust-lang/crates.io-index"
1221
- checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1222
-
1223
- [[package]]
1224
- name = "percent-encoding"
1225
- version = "2.3.2"
1226
- source = "registry+https://github.com/rust-lang/crates.io-index"
1227
- checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1228
-
1229
- [[package]]
1230
- name = "petgraph"
1231
- version = "0.7.1"
1232
- source = "registry+https://github.com/rust-lang/crates.io-index"
1233
- checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
1234
- dependencies = [
1235
- "fixedbitset",
1236
- "indexmap",
1237
- ]
1238
-
1239
- [[package]]
1240
- name = "pin-project"
1241
- version = "1.1.10"
1242
- source = "registry+https://github.com/rust-lang/crates.io-index"
1243
- checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1244
- dependencies = [
1245
- "pin-project-internal",
1246
- ]
1247
-
1248
- [[package]]
1249
- name = "pin-project-internal"
1250
- version = "1.1.10"
1251
- source = "registry+https://github.com/rust-lang/crates.io-index"
1252
- checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1253
- dependencies = [
1254
- "proc-macro2",
1255
- "quote",
1256
- "syn",
1257
- ]
1258
-
1259
- [[package]]
1260
- name = "pin-project-lite"
1261
- version = "0.2.16"
1262
- source = "registry+https://github.com/rust-lang/crates.io-index"
1263
- checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1264
-
1265
- [[package]]
1266
- name = "pin-utils"
1267
- version = "0.1.0"
1268
- source = "registry+https://github.com/rust-lang/crates.io-index"
1269
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1270
-
1271
- [[package]]
1272
- name = "pkg-config"
1273
- version = "0.3.32"
1274
- source = "registry+https://github.com/rust-lang/crates.io-index"
1275
- checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1276
-
1277
- [[package]]
1278
- name = "potential_utf"
1279
- version = "0.1.4"
1280
- source = "registry+https://github.com/rust-lang/crates.io-index"
1281
- checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1282
- dependencies = [
1283
- "zerovec",
1284
- ]
1285
-
1286
- [[package]]
1287
- name = "ppv-lite86"
1288
- version = "0.2.21"
1289
- source = "registry+https://github.com/rust-lang/crates.io-index"
1290
- checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1291
- dependencies = [
1292
- "zerocopy",
1293
- ]
1294
-
1295
- [[package]]
1296
- name = "prettyplease"
1297
- version = "0.2.37"
1298
- source = "registry+https://github.com/rust-lang/crates.io-index"
1299
- checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1300
- dependencies = [
1301
- "proc-macro2",
1302
- "syn",
1303
- ]
1304
-
1305
- [[package]]
1306
- name = "proc-macro2"
1307
- version = "1.0.106"
1308
- source = "registry+https://github.com/rust-lang/crates.io-index"
1309
- checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1310
- dependencies = [
1311
- "unicode-ident",
1312
- ]
1313
-
1314
- [[package]]
1315
- name = "prost"
1316
- version = "0.13.5"
1317
- source = "registry+https://github.com/rust-lang/crates.io-index"
1318
- checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
1319
- dependencies = [
1320
- "bytes",
1321
- "prost-derive",
1322
- ]
1323
-
1324
- [[package]]
1325
- name = "prost-build"
1326
- version = "0.13.5"
1327
- source = "registry+https://github.com/rust-lang/crates.io-index"
1328
- checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
1329
- dependencies = [
1330
- "heck",
1331
- "itertools",
1332
- "log",
1333
- "multimap",
1334
- "once_cell",
1335
- "petgraph",
1336
- "prettyplease",
1337
- "prost",
1338
- "prost-types",
1339
- "regex",
1340
- "syn",
1341
- "tempfile",
1342
- ]
1343
-
1344
- [[package]]
1345
- name = "prost-derive"
1346
- version = "0.13.5"
1347
- source = "registry+https://github.com/rust-lang/crates.io-index"
1348
- checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
1349
- dependencies = [
1350
- "anyhow",
1351
- "itertools",
1352
- "proc-macro2",
1353
- "quote",
1354
- "syn",
1355
- ]
1356
-
1357
- [[package]]
1358
- name = "prost-types"
1359
- version = "0.13.5"
1360
- source = "registry+https://github.com/rust-lang/crates.io-index"
1361
- checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
1362
- dependencies = [
1363
- "prost",
1364
- ]
1365
-
1366
- [[package]]
1367
- name = "protoc-bin-vendored"
1368
- version = "3.2.0"
1369
- source = "registry+https://github.com/rust-lang/crates.io-index"
1370
- checksum = "d1c381df33c98266b5f08186583660090a4ffa0889e76c7e9a5e175f645a67fa"
1371
- dependencies = [
1372
- "protoc-bin-vendored-linux-aarch_64",
1373
- "protoc-bin-vendored-linux-ppcle_64",
1374
- "protoc-bin-vendored-linux-s390_64",
1375
- "protoc-bin-vendored-linux-x86_32",
1376
- "protoc-bin-vendored-linux-x86_64",
1377
- "protoc-bin-vendored-macos-aarch_64",
1378
- "protoc-bin-vendored-macos-x86_64",
1379
- "protoc-bin-vendored-win32",
1380
- ]
1381
-
1382
- [[package]]
1383
- name = "protoc-bin-vendored-linux-aarch_64"
1384
- version = "3.2.0"
1385
- source = "registry+https://github.com/rust-lang/crates.io-index"
1386
- checksum = "c350df4d49b5b9e3ca79f7e646fde2377b199e13cfa87320308397e1f37e1a4c"
1387
-
1388
- [[package]]
1389
- name = "protoc-bin-vendored-linux-ppcle_64"
1390
- version = "3.2.0"
1391
- source = "registry+https://github.com/rust-lang/crates.io-index"
1392
- checksum = "a55a63e6c7244f19b5c6393f025017eb5d793fd5467823a099740a7a4222440c"
1393
-
1394
- [[package]]
1395
- name = "protoc-bin-vendored-linux-s390_64"
1396
- version = "3.2.0"
1397
- source = "registry+https://github.com/rust-lang/crates.io-index"
1398
- checksum = "1dba5565db4288e935d5330a07c264a4ee8e4a5b4a4e6f4e83fad824cc32f3b0"
1399
-
1400
- [[package]]
1401
- name = "protoc-bin-vendored-linux-x86_32"
1402
- version = "3.2.0"
1403
- source = "registry+https://github.com/rust-lang/crates.io-index"
1404
- checksum = "8854774b24ee28b7868cd71dccaae8e02a2365e67a4a87a6cd11ee6cdbdf9cf5"
1405
-
1406
- [[package]]
1407
- name = "protoc-bin-vendored-linux-x86_64"
1408
- version = "3.2.0"
1409
- source = "registry+https://github.com/rust-lang/crates.io-index"
1410
- checksum = "b38b07546580df720fa464ce124c4b03630a6fb83e05c336fea2a241df7e5d78"
1411
-
1412
- [[package]]
1413
- name = "protoc-bin-vendored-macos-aarch_64"
1414
- version = "3.2.0"
1415
- source = "registry+https://github.com/rust-lang/crates.io-index"
1416
- checksum = "89278a9926ce312e51f1d999fee8825d324d603213344a9a706daa009f1d8092"
1417
-
1418
- [[package]]
1419
- name = "protoc-bin-vendored-macos-x86_64"
1420
- version = "3.2.0"
1421
- source = "registry+https://github.com/rust-lang/crates.io-index"
1422
- checksum = "81745feda7ccfb9471d7a4de888f0652e806d5795b61480605d4943176299756"
1423
-
1424
- [[package]]
1425
- name = "protoc-bin-vendored-win32"
1426
- version = "3.2.0"
1427
- source = "registry+https://github.com/rust-lang/crates.io-index"
1428
- checksum = "95067976aca6421a523e491fce939a3e65249bac4b977adee0ee9771568e8aa3"
1429
-
1430
- [[package]]
1431
- name = "quinn"
1432
- version = "0.11.9"
1433
- source = "registry+https://github.com/rust-lang/crates.io-index"
1434
- checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1435
- dependencies = [
1436
- "bytes",
1437
- "cfg_aliases",
1438
- "pin-project-lite",
1439
- "quinn-proto",
1440
- "quinn-udp",
1441
- "rustc-hash",
1442
- "rustls",
1443
- "socket2 0.6.2",
1444
- "thiserror 2.0.18",
1445
- "tokio",
1446
- "tracing",
1447
- "web-time",
1448
- ]
1449
-
1450
- [[package]]
1451
- name = "quinn-proto"
1452
- version = "0.11.13"
1453
- source = "registry+https://github.com/rust-lang/crates.io-index"
1454
- checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1455
- dependencies = [
1456
- "bytes",
1457
- "getrandom 0.3.4",
1458
- "lru-slab",
1459
- "rand 0.9.2",
1460
- "ring",
1461
- "rustc-hash",
1462
- "rustls",
1463
- "rustls-pki-types",
1464
- "slab",
1465
- "thiserror 2.0.18",
1466
- "tinyvec",
1467
- "tracing",
1468
- "web-time",
1469
- ]
1470
-
1471
- [[package]]
1472
- name = "quinn-udp"
1473
- version = "0.5.14"
1474
- source = "registry+https://github.com/rust-lang/crates.io-index"
1475
- checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1476
- dependencies = [
1477
- "cfg_aliases",
1478
- "libc",
1479
- "once_cell",
1480
- "socket2 0.6.2",
1481
- "tracing",
1482
- "windows-sys 0.60.2",
1483
- ]
1484
-
1485
- [[package]]
1486
- name = "quote"
1487
- version = "1.0.44"
1488
- source = "registry+https://github.com/rust-lang/crates.io-index"
1489
- checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1490
- dependencies = [
1491
- "proc-macro2",
1492
- ]
1493
-
1494
- [[package]]
1495
- name = "r-efi"
1496
- version = "5.3.0"
1497
- source = "registry+https://github.com/rust-lang/crates.io-index"
1498
- checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1499
-
1500
- [[package]]
1501
- name = "rand"
1502
- version = "0.8.5"
1503
- source = "registry+https://github.com/rust-lang/crates.io-index"
1504
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1505
- dependencies = [
1506
- "libc",
1507
- "rand_chacha 0.3.1",
1508
- "rand_core 0.6.4",
1509
- ]
1510
-
1511
- [[package]]
1512
- name = "rand"
1513
- version = "0.9.2"
1514
- source = "registry+https://github.com/rust-lang/crates.io-index"
1515
- checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1516
- dependencies = [
1517
- "rand_chacha 0.9.0",
1518
- "rand_core 0.9.5",
1519
- ]
1520
-
1521
- [[package]]
1522
- name = "rand_chacha"
1523
- version = "0.3.1"
1524
- source = "registry+https://github.com/rust-lang/crates.io-index"
1525
- checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1526
- dependencies = [
1527
- "ppv-lite86",
1528
- "rand_core 0.6.4",
1529
- ]
1530
-
1531
- [[package]]
1532
- name = "rand_chacha"
1533
- version = "0.9.0"
1534
- source = "registry+https://github.com/rust-lang/crates.io-index"
1535
- checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1536
- dependencies = [
1537
- "ppv-lite86",
1538
- "rand_core 0.9.5",
1539
- ]
1540
-
1541
- [[package]]
1542
- name = "rand_core"
1543
- version = "0.6.4"
1544
- source = "registry+https://github.com/rust-lang/crates.io-index"
1545
- checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1546
- dependencies = [
1547
- "getrandom 0.2.17",
1548
- ]
1549
-
1550
- [[package]]
1551
- name = "rand_core"
1552
- version = "0.9.5"
1553
- source = "registry+https://github.com/rust-lang/crates.io-index"
1554
- checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1555
- dependencies = [
1556
- "getrandom 0.3.4",
1557
- ]
1558
-
1559
- [[package]]
1560
- name = "regex"
1561
- version = "1.12.2"
1562
- source = "registry+https://github.com/rust-lang/crates.io-index"
1563
- checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1564
- dependencies = [
1565
- "aho-corasick",
1566
- "memchr",
1567
- "regex-automata",
1568
- "regex-syntax",
1569
- ]
1570
-
1571
- [[package]]
1572
- name = "regex-automata"
1573
- version = "0.4.13"
1574
- source = "registry+https://github.com/rust-lang/crates.io-index"
1575
- checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1576
- dependencies = [
1577
- "aho-corasick",
1578
- "memchr",
1579
- "regex-syntax",
1580
- ]
1581
-
1582
- [[package]]
1583
- name = "regex-syntax"
1584
- version = "0.8.8"
1585
- source = "registry+https://github.com/rust-lang/crates.io-index"
1586
- checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1587
-
1588
- [[package]]
1589
- name = "reqwest"
1590
- version = "0.12.28"
1591
- source = "registry+https://github.com/rust-lang/crates.io-index"
1592
- checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1593
- dependencies = [
1594
- "base64 0.22.1",
1595
- "bytes",
1596
- "futures-core",
1597
- "http",
1598
- "http-body",
1599
- "http-body-util",
1600
- "hyper",
1601
- "hyper-rustls",
1602
- "hyper-util",
1603
- "js-sys",
1604
- "log",
1605
- "percent-encoding",
1606
- "pin-project-lite",
1607
- "quinn",
1608
- "rustls",
1609
- "rustls-pki-types",
1610
- "serde",
1611
- "serde_json",
1612
- "serde_urlencoded",
1613
- "sync_wrapper",
1614
- "tokio",
1615
- "tokio-rustls",
1616
- "tower",
1617
- "tower-http",
1618
- "tower-service",
1619
- "url",
1620
- "wasm-bindgen",
1621
- "wasm-bindgen-futures",
1622
- "web-sys",
1623
- "webpki-roots",
1624
- ]
1625
-
1626
- [[package]]
1627
- name = "ring"
1628
- version = "0.17.14"
1629
- source = "registry+https://github.com/rust-lang/crates.io-index"
1630
- checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1631
- dependencies = [
1632
- "cc",
1633
- "cfg-if",
1634
- "getrandom 0.2.17",
1635
- "libc",
1636
- "untrusted",
1637
- "windows-sys 0.52.0",
1638
- ]
1639
-
1640
- [[package]]
1641
- name = "rustc-hash"
1642
- version = "2.1.1"
1643
- source = "registry+https://github.com/rust-lang/crates.io-index"
1644
- checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1645
-
1646
- [[package]]
1647
- name = "rustc_version"
1648
- version = "0.4.1"
1649
- source = "registry+https://github.com/rust-lang/crates.io-index"
1650
- checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1651
- dependencies = [
1652
- "semver",
1653
- ]
1654
-
1655
- [[package]]
1656
- name = "rustix"
1657
- version = "1.1.3"
1658
- source = "registry+https://github.com/rust-lang/crates.io-index"
1659
- checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
1660
- dependencies = [
1661
- "bitflags",
1662
- "errno",
1663
- "libc",
1664
- "linux-raw-sys",
1665
- "windows-sys 0.61.2",
1666
- ]
1667
-
1668
- [[package]]
1669
- name = "rustls"
1670
- version = "0.23.36"
1671
- source = "registry+https://github.com/rust-lang/crates.io-index"
1672
- checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
1673
- dependencies = [
1674
- "log",
1675
- "once_cell",
1676
- "ring",
1677
- "rustls-pki-types",
1678
- "rustls-webpki",
1679
- "subtle",
1680
- "zeroize",
1681
- ]
1682
-
1683
- [[package]]
1684
- name = "rustls-native-certs"
1685
- version = "0.8.3"
1686
- source = "registry+https://github.com/rust-lang/crates.io-index"
1687
- checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1688
- dependencies = [
1689
- "openssl-probe",
1690
- "rustls-pki-types",
1691
- "schannel",
1692
- "security-framework",
1693
- ]
1694
-
1695
- [[package]]
1696
- name = "rustls-pki-types"
1697
- version = "1.14.0"
1698
- source = "registry+https://github.com/rust-lang/crates.io-index"
1699
- checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1700
- dependencies = [
1701
- "web-time",
1702
- "zeroize",
1703
- ]
1704
-
1705
- [[package]]
1706
- name = "rustls-webpki"
1707
- version = "0.103.9"
1708
- source = "registry+https://github.com/rust-lang/crates.io-index"
1709
- checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
1710
- dependencies = [
1711
- "ring",
1712
- "rustls-pki-types",
1713
- "untrusted",
1714
- ]
1715
-
1716
- [[package]]
1717
- name = "rustversion"
1718
- version = "1.0.22"
1719
- source = "registry+https://github.com/rust-lang/crates.io-index"
1720
- checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1721
-
1722
- [[package]]
1723
- name = "ryu"
1724
- version = "1.0.22"
1725
- source = "registry+https://github.com/rust-lang/crates.io-index"
1726
- checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
1727
-
1728
- [[package]]
1729
- name = "schannel"
1730
- version = "0.1.28"
1731
- source = "registry+https://github.com/rust-lang/crates.io-index"
1732
- checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
1733
- dependencies = [
1734
- "windows-sys 0.61.2",
1735
- ]
1736
-
1737
- [[package]]
1738
- name = "security-framework"
1739
- version = "3.5.1"
1740
- source = "registry+https://github.com/rust-lang/crates.io-index"
1741
- checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
1742
- dependencies = [
1743
- "bitflags",
1744
- "core-foundation",
1745
- "core-foundation-sys",
1746
- "libc",
1747
- "security-framework-sys",
1748
- ]
1749
-
1750
- [[package]]
1751
- name = "security-framework-sys"
1752
- version = "2.15.0"
1753
- source = "registry+https://github.com/rust-lang/crates.io-index"
1754
- checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
1755
- dependencies = [
1756
- "core-foundation-sys",
1757
- "libc",
1758
- ]
1759
-
1760
- [[package]]
1761
- name = "semver"
1762
- version = "1.0.27"
1763
- source = "registry+https://github.com/rust-lang/crates.io-index"
1764
- checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1765
-
1766
- [[package]]
1767
- name = "serde"
1768
- version = "1.0.228"
1769
- source = "registry+https://github.com/rust-lang/crates.io-index"
1770
- checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1771
- dependencies = [
1772
- "serde_core",
1773
- "serde_derive",
1774
- ]
1775
-
1776
- [[package]]
1777
- name = "serde_core"
1778
- version = "1.0.228"
1779
- source = "registry+https://github.com/rust-lang/crates.io-index"
1780
- checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1781
- dependencies = [
1782
- "serde_derive",
1783
- ]
1784
-
1785
- [[package]]
1786
- name = "serde_derive"
1787
- version = "1.0.228"
1788
- source = "registry+https://github.com/rust-lang/crates.io-index"
1789
- checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1790
- dependencies = [
1791
- "proc-macro2",
1792
- "quote",
1793
- "syn",
1794
- ]
1795
-
1796
- [[package]]
1797
- name = "serde_json"
1798
- version = "1.0.149"
1799
- source = "registry+https://github.com/rust-lang/crates.io-index"
1800
- checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1801
- dependencies = [
1802
- "itoa",
1803
- "memchr",
1804
- "serde",
1805
- "serde_core",
1806
- "zmij",
1807
- ]
1808
-
1809
- [[package]]
1810
- name = "serde_urlencoded"
1811
- version = "0.7.1"
1812
- source = "registry+https://github.com/rust-lang/crates.io-index"
1813
- checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1814
- dependencies = [
1815
- "form_urlencoded",
1816
- "itoa",
1817
- "ryu",
1818
- "serde",
1819
- ]
1820
-
1821
- [[package]]
1822
- name = "shlex"
1823
- version = "1.3.0"
1824
- source = "registry+https://github.com/rust-lang/crates.io-index"
1825
- checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1826
-
1827
- [[package]]
1828
- name = "slab"
1829
- version = "0.4.11"
1830
- source = "registry+https://github.com/rust-lang/crates.io-index"
1831
- checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1832
-
1833
- [[package]]
1834
- name = "smallvec"
1835
- version = "1.15.1"
1836
- source = "registry+https://github.com/rust-lang/crates.io-index"
1837
- checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1838
-
1839
- [[package]]
1840
- name = "socket2"
1841
- version = "0.5.10"
1842
- source = "registry+https://github.com/rust-lang/crates.io-index"
1843
- checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1844
- dependencies = [
1845
- "libc",
1846
- "windows-sys 0.52.0",
1847
- ]
1848
-
1849
- [[package]]
1850
- name = "socket2"
1851
- version = "0.6.2"
1852
- source = "registry+https://github.com/rust-lang/crates.io-index"
1853
- checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
1854
- dependencies = [
1855
- "libc",
1856
- "windows-sys 0.60.2",
1857
- ]
1858
-
1859
- [[package]]
1860
- name = "stable_deref_trait"
1861
- version = "1.2.1"
1862
- source = "registry+https://github.com/rust-lang/crates.io-index"
1863
- checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1864
-
1865
- [[package]]
1866
- name = "subtle"
1867
- version = "2.6.1"
1868
- source = "registry+https://github.com/rust-lang/crates.io-index"
1869
- checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1870
-
1871
- [[package]]
1872
- name = "syn"
1873
- version = "2.0.114"
1874
- source = "registry+https://github.com/rust-lang/crates.io-index"
1875
- checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
1876
- dependencies = [
1877
- "proc-macro2",
1878
- "quote",
1879
- "unicode-ident",
1880
- ]
1881
-
1882
- [[package]]
1883
- name = "sync_wrapper"
1884
- version = "1.0.2"
1885
- source = "registry+https://github.com/rust-lang/crates.io-index"
1886
- checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1887
- dependencies = [
1888
- "futures-core",
1889
- ]
1890
-
1891
- [[package]]
1892
- name = "synstructure"
1893
- version = "0.13.2"
1894
- source = "registry+https://github.com/rust-lang/crates.io-index"
1895
- checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1896
- dependencies = [
1897
- "proc-macro2",
1898
- "quote",
1899
- "syn",
1900
- ]
1901
-
1902
- [[package]]
1903
- name = "tempfile"
1904
- version = "3.24.0"
1905
- source = "registry+https://github.com/rust-lang/crates.io-index"
1906
- checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
1907
- dependencies = [
1908
- "fastrand",
1909
- "getrandom 0.3.4",
1910
- "once_cell",
1911
- "rustix",
1912
- "windows-sys 0.61.2",
1913
- ]
1914
-
1915
- [[package]]
1916
- name = "thiserror"
1917
- version = "1.0.69"
1918
- source = "registry+https://github.com/rust-lang/crates.io-index"
1919
- checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1920
- dependencies = [
1921
- "thiserror-impl 1.0.69",
1922
- ]
1923
-
1924
- [[package]]
1925
- name = "thiserror"
1926
- version = "2.0.18"
1927
- source = "registry+https://github.com/rust-lang/crates.io-index"
1928
- checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1929
- dependencies = [
1930
- "thiserror-impl 2.0.18",
1931
- ]
1932
-
1933
- [[package]]
1934
- name = "thiserror-impl"
1935
- version = "1.0.69"
1936
- source = "registry+https://github.com/rust-lang/crates.io-index"
1937
- checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1938
- dependencies = [
1939
- "proc-macro2",
1940
- "quote",
1941
- "syn",
1942
- ]
1943
-
1944
- [[package]]
1945
- name = "thiserror-impl"
1946
- version = "2.0.18"
1947
- source = "registry+https://github.com/rust-lang/crates.io-index"
1948
- checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1949
- dependencies = [
1950
- "proc-macro2",
1951
- "quote",
1952
- "syn",
1953
- ]
1954
-
1955
- [[package]]
1956
- name = "tiny-keccak"
1957
- version = "2.0.2"
1958
- source = "registry+https://github.com/rust-lang/crates.io-index"
1959
- checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1960
- dependencies = [
1961
- "crunchy",
1962
- ]
1963
-
1964
- [[package]]
1965
- name = "tinystr"
1966
- version = "0.8.2"
1967
- source = "registry+https://github.com/rust-lang/crates.io-index"
1968
- checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1969
- dependencies = [
1970
- "displaydoc",
1971
- "zerovec",
1972
- ]
1973
-
1974
- [[package]]
1975
- name = "tinyvec"
1976
- version = "1.10.0"
1977
- source = "registry+https://github.com/rust-lang/crates.io-index"
1978
- checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1979
- dependencies = [
1980
- "tinyvec_macros",
1981
- ]
1982
-
1983
- [[package]]
1984
- name = "tinyvec_macros"
1985
- version = "0.1.1"
1986
- source = "registry+https://github.com/rust-lang/crates.io-index"
1987
- checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1988
-
1989
- [[package]]
1990
- name = "tokio"
1991
- version = "1.49.0"
1992
- source = "registry+https://github.com/rust-lang/crates.io-index"
1993
- checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1994
- dependencies = [
1995
- "bytes",
1996
- "libc",
1997
- "mio",
1998
- "pin-project-lite",
1999
- "socket2 0.6.2",
2000
- "tokio-macros",
2001
- "windows-sys 0.61.2",
2002
- ]
2003
-
2004
- [[package]]
2005
- name = "tokio-macros"
2006
- version = "2.6.0"
2007
- source = "registry+https://github.com/rust-lang/crates.io-index"
2008
- checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2009
- dependencies = [
2010
- "proc-macro2",
2011
- "quote",
2012
- "syn",
2013
- ]
2014
-
2015
- [[package]]
2016
- name = "tokio-retry"
2017
- version = "0.3.0"
2018
- source = "registry+https://github.com/rust-lang/crates.io-index"
2019
- checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
2020
- dependencies = [
2021
- "pin-project",
2022
- "rand 0.8.5",
2023
- "tokio",
2024
- ]
2025
-
2026
- [[package]]
2027
- name = "tokio-rustls"
2028
- version = "0.26.4"
2029
- source = "registry+https://github.com/rust-lang/crates.io-index"
2030
- checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2031
- dependencies = [
2032
- "rustls",
2033
- "tokio",
2034
- ]
2035
-
2036
- [[package]]
2037
- name = "tokio-stream"
2038
- version = "0.1.18"
2039
- source = "registry+https://github.com/rust-lang/crates.io-index"
2040
- checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2041
- dependencies = [
2042
- "futures-core",
2043
- "pin-project-lite",
2044
- "tokio",
2045
- ]
2046
-
2047
- [[package]]
2048
- name = "tokio-util"
2049
- version = "0.7.18"
2050
- source = "registry+https://github.com/rust-lang/crates.io-index"
2051
- checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2052
- dependencies = [
2053
- "bytes",
2054
- "futures-core",
2055
- "futures-sink",
2056
- "futures-util",
2057
- "pin-project-lite",
2058
- "tokio",
2059
- ]
2060
-
2061
- [[package]]
2062
- name = "tonic"
2063
- version = "0.13.1"
2064
- source = "registry+https://github.com/rust-lang/crates.io-index"
2065
- checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"
2066
- dependencies = [
2067
- "async-trait",
2068
- "axum",
2069
- "base64 0.22.1",
2070
- "bytes",
2071
- "h2",
2072
- "http",
2073
- "http-body",
2074
- "http-body-util",
2075
- "hyper",
2076
- "hyper-timeout",
2077
- "hyper-util",
2078
- "percent-encoding",
2079
- "pin-project",
2080
- "prost",
2081
- "rustls-native-certs",
2082
- "socket2 0.5.10",
2083
- "tokio",
2084
- "tokio-rustls",
2085
- "tokio-stream",
2086
- "tower",
2087
- "tower-layer",
2088
- "tower-service",
2089
- "tracing",
2090
- ]
2091
-
2092
- [[package]]
2093
- name = "tonic-build"
2094
- version = "0.13.1"
2095
- source = "registry+https://github.com/rust-lang/crates.io-index"
2096
- checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847"
2097
- dependencies = [
2098
- "prettyplease",
2099
- "proc-macro2",
2100
- "prost-build",
2101
- "prost-types",
2102
- "quote",
2103
- "syn",
2104
- ]
2105
-
2106
- [[package]]
2107
- name = "tower"
2108
- version = "0.5.3"
2109
- source = "registry+https://github.com/rust-lang/crates.io-index"
2110
- checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2111
- dependencies = [
2112
- "futures-core",
2113
- "futures-util",
2114
- "indexmap",
2115
- "pin-project-lite",
2116
- "slab",
2117
- "sync_wrapper",
2118
- "tokio",
2119
- "tokio-util",
2120
- "tower-layer",
2121
- "tower-service",
2122
- "tracing",
2123
- ]
2124
-
2125
- [[package]]
2126
- name = "tower-http"
2127
- version = "0.6.8"
2128
- source = "registry+https://github.com/rust-lang/crates.io-index"
2129
- checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2130
- dependencies = [
2131
- "bitflags",
2132
- "bytes",
2133
- "futures-util",
2134
- "http",
2135
- "http-body",
2136
- "iri-string",
2137
- "pin-project-lite",
2138
- "tower",
2139
- "tower-layer",
2140
- "tower-service",
2141
- ]
2142
-
2143
- [[package]]
2144
- name = "tower-layer"
2145
- version = "0.3.3"
2146
- source = "registry+https://github.com/rust-lang/crates.io-index"
2147
- checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2148
-
2149
- [[package]]
2150
- name = "tower-service"
2151
- version = "0.3.3"
2152
- source = "registry+https://github.com/rust-lang/crates.io-index"
2153
- checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2154
-
2155
- [[package]]
2156
- name = "tracing"
2157
- version = "0.1.44"
2158
- source = "registry+https://github.com/rust-lang/crates.io-index"
2159
- checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2160
- dependencies = [
2161
- "pin-project-lite",
2162
- "tracing-attributes",
2163
- "tracing-core",
2164
- ]
2165
-
2166
- [[package]]
2167
- name = "tracing-attributes"
2168
- version = "0.1.31"
2169
- source = "registry+https://github.com/rust-lang/crates.io-index"
2170
- checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2171
- dependencies = [
2172
- "proc-macro2",
2173
- "quote",
2174
- "syn",
2175
- ]
2176
-
2177
- [[package]]
2178
- name = "tracing-core"
2179
- version = "0.1.36"
2180
- source = "registry+https://github.com/rust-lang/crates.io-index"
2181
- checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2182
- dependencies = [
2183
- "once_cell",
2184
- ]
2185
-
2186
- [[package]]
2187
- name = "try-lock"
2188
- version = "0.2.5"
2189
- source = "registry+https://github.com/rust-lang/crates.io-index"
2190
- checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2191
-
2192
- [[package]]
2193
- name = "twox-hash"
2194
- version = "2.1.2"
2195
- source = "registry+https://github.com/rust-lang/crates.io-index"
2196
- checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
2197
-
2198
- [[package]]
2199
- name = "unicode-ident"
2200
- version = "1.0.22"
2201
- source = "registry+https://github.com/rust-lang/crates.io-index"
2202
- checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2203
-
2204
- [[package]]
2205
- name = "unicode-segmentation"
2206
- version = "1.12.0"
2207
- source = "registry+https://github.com/rust-lang/crates.io-index"
2208
- checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2209
-
2210
- [[package]]
2211
- name = "untrusted"
2212
- version = "0.9.0"
2213
- source = "registry+https://github.com/rust-lang/crates.io-index"
2214
- checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2215
-
2216
- [[package]]
2217
- name = "url"
2218
- version = "2.5.8"
2219
- source = "registry+https://github.com/rust-lang/crates.io-index"
2220
- checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2221
- dependencies = [
2222
- "form_urlencoded",
2223
- "idna",
2224
- "percent-encoding",
2225
- "serde",
2226
- ]
2227
-
2228
- [[package]]
2229
- name = "utf8_iter"
2230
- version = "1.0.4"
2231
- source = "registry+https://github.com/rust-lang/crates.io-index"
2232
- checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2233
-
2234
- [[package]]
2235
- name = "version_check"
2236
- version = "0.9.5"
2237
- source = "registry+https://github.com/rust-lang/crates.io-index"
2238
- checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2239
-
2240
- [[package]]
2241
- name = "want"
2242
- version = "0.3.1"
2243
- source = "registry+https://github.com/rust-lang/crates.io-index"
2244
- checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2245
- dependencies = [
2246
- "try-lock",
2247
- ]
2248
-
2249
- [[package]]
2250
- name = "wasi"
2251
- version = "0.11.1+wasi-snapshot-preview1"
2252
- source = "registry+https://github.com/rust-lang/crates.io-index"
2253
- checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2254
-
2255
- [[package]]
2256
- name = "wasip2"
2257
- version = "1.0.2+wasi-0.2.9"
2258
- source = "registry+https://github.com/rust-lang/crates.io-index"
2259
- checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2260
- dependencies = [
2261
- "wit-bindgen",
2262
- ]
2263
-
2264
- [[package]]
2265
- name = "wasm-bindgen"
2266
- version = "0.2.108"
2267
- source = "registry+https://github.com/rust-lang/crates.io-index"
2268
- checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
2269
- dependencies = [
2270
- "cfg-if",
2271
- "once_cell",
2272
- "rustversion",
2273
- "wasm-bindgen-macro",
2274
- "wasm-bindgen-shared",
2275
- ]
2276
-
2277
- [[package]]
2278
- name = "wasm-bindgen-futures"
2279
- version = "0.4.58"
2280
- source = "registry+https://github.com/rust-lang/crates.io-index"
2281
- checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
2282
- dependencies = [
2283
- "cfg-if",
2284
- "futures-util",
2285
- "js-sys",
2286
- "once_cell",
2287
- "wasm-bindgen",
2288
- "web-sys",
2289
- ]
2290
-
2291
- [[package]]
2292
- name = "wasm-bindgen-macro"
2293
- version = "0.2.108"
2294
- source = "registry+https://github.com/rust-lang/crates.io-index"
2295
- checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
2296
- dependencies = [
2297
- "quote",
2298
- "wasm-bindgen-macro-support",
2299
- ]
2300
-
2301
- [[package]]
2302
- name = "wasm-bindgen-macro-support"
2303
- version = "0.2.108"
2304
- source = "registry+https://github.com/rust-lang/crates.io-index"
2305
- checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
2306
- dependencies = [
2307
- "bumpalo",
2308
- "proc-macro2",
2309
- "quote",
2310
- "syn",
2311
- "wasm-bindgen-shared",
2312
- ]
2313
-
2314
- [[package]]
2315
- name = "wasm-bindgen-shared"
2316
- version = "0.2.108"
2317
- source = "registry+https://github.com/rust-lang/crates.io-index"
2318
- checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
2319
- dependencies = [
2320
- "unicode-ident",
2321
- ]
2322
-
2323
- [[package]]
2324
- name = "web-sys"
2325
- version = "0.3.85"
2326
- source = "registry+https://github.com/rust-lang/crates.io-index"
2327
- checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
2328
- dependencies = [
2329
- "js-sys",
2330
- "wasm-bindgen",
2331
- ]
2332
-
2333
- [[package]]
2334
- name = "web-time"
2335
- version = "1.1.0"
2336
- source = "registry+https://github.com/rust-lang/crates.io-index"
2337
- checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2338
- dependencies = [
2339
- "js-sys",
2340
- "wasm-bindgen",
2341
- ]
2342
-
2343
- [[package]]
2344
- name = "webpki-roots"
2345
- version = "1.0.5"
2346
- source = "registry+https://github.com/rust-lang/crates.io-index"
2347
- checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c"
2348
- dependencies = [
2349
- "rustls-pki-types",
2350
- ]
2351
-
2352
- [[package]]
2353
- name = "windows-core"
2354
- version = "0.62.2"
2355
- source = "registry+https://github.com/rust-lang/crates.io-index"
2356
- checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2357
- dependencies = [
2358
- "windows-implement",
2359
- "windows-interface",
2360
- "windows-link",
2361
- "windows-result",
2362
- "windows-strings",
2363
- ]
2364
-
2365
- [[package]]
2366
- name = "windows-implement"
2367
- version = "0.60.2"
2368
- source = "registry+https://github.com/rust-lang/crates.io-index"
2369
- checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2370
- dependencies = [
2371
- "proc-macro2",
2372
- "quote",
2373
- "syn",
2374
- ]
2375
-
2376
- [[package]]
2377
- name = "windows-interface"
2378
- version = "0.59.3"
2379
- source = "registry+https://github.com/rust-lang/crates.io-index"
2380
- checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2381
- dependencies = [
2382
- "proc-macro2",
2383
- "quote",
2384
- "syn",
2385
- ]
2386
-
2387
- [[package]]
2388
- name = "windows-link"
2389
- version = "0.2.1"
2390
- source = "registry+https://github.com/rust-lang/crates.io-index"
2391
- checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2392
-
2393
- [[package]]
2394
- name = "windows-result"
2395
- version = "0.4.1"
2396
- source = "registry+https://github.com/rust-lang/crates.io-index"
2397
- checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2398
- dependencies = [
2399
- "windows-link",
2400
- ]
2401
-
2402
- [[package]]
2403
- name = "windows-strings"
2404
- version = "0.5.1"
2405
- source = "registry+https://github.com/rust-lang/crates.io-index"
2406
- checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2407
- dependencies = [
2408
- "windows-link",
2409
- ]
2410
-
2411
- [[package]]
2412
- name = "windows-sys"
2413
- version = "0.52.0"
2414
- source = "registry+https://github.com/rust-lang/crates.io-index"
2415
- checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2416
- dependencies = [
2417
- "windows-targets 0.52.6",
2418
- ]
2419
-
2420
- [[package]]
2421
- name = "windows-sys"
2422
- version = "0.60.2"
2423
- source = "registry+https://github.com/rust-lang/crates.io-index"
2424
- checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2425
- dependencies = [
2426
- "windows-targets 0.53.5",
2427
- ]
2428
-
2429
- [[package]]
2430
- name = "windows-sys"
2431
- version = "0.61.2"
2432
- source = "registry+https://github.com/rust-lang/crates.io-index"
2433
- checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2434
- dependencies = [
2435
- "windows-link",
2436
- ]
2437
-
2438
- [[package]]
2439
- name = "windows-targets"
2440
- version = "0.52.6"
2441
- source = "registry+https://github.com/rust-lang/crates.io-index"
2442
- checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2443
- dependencies = [
2444
- "windows_aarch64_gnullvm 0.52.6",
2445
- "windows_aarch64_msvc 0.52.6",
2446
- "windows_i686_gnu 0.52.6",
2447
- "windows_i686_gnullvm 0.52.6",
2448
- "windows_i686_msvc 0.52.6",
2449
- "windows_x86_64_gnu 0.52.6",
2450
- "windows_x86_64_gnullvm 0.52.6",
2451
- "windows_x86_64_msvc 0.52.6",
2452
- ]
2453
-
2454
- [[package]]
2455
- name = "windows-targets"
2456
- version = "0.53.5"
2457
- source = "registry+https://github.com/rust-lang/crates.io-index"
2458
- checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2459
- dependencies = [
2460
- "windows-link",
2461
- "windows_aarch64_gnullvm 0.53.1",
2462
- "windows_aarch64_msvc 0.53.1",
2463
- "windows_i686_gnu 0.53.1",
2464
- "windows_i686_gnullvm 0.53.1",
2465
- "windows_i686_msvc 0.53.1",
2466
- "windows_x86_64_gnu 0.53.1",
2467
- "windows_x86_64_gnullvm 0.53.1",
2468
- "windows_x86_64_msvc 0.53.1",
2469
- ]
2470
-
2471
- [[package]]
2472
- name = "windows_aarch64_gnullvm"
2473
- version = "0.52.6"
2474
- source = "registry+https://github.com/rust-lang/crates.io-index"
2475
- checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2476
-
2477
- [[package]]
2478
- name = "windows_aarch64_gnullvm"
2479
- version = "0.53.1"
2480
- source = "registry+https://github.com/rust-lang/crates.io-index"
2481
- checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2482
-
2483
- [[package]]
2484
- name = "windows_aarch64_msvc"
2485
- version = "0.52.6"
2486
- source = "registry+https://github.com/rust-lang/crates.io-index"
2487
- checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2488
-
2489
- [[package]]
2490
- name = "windows_aarch64_msvc"
2491
- version = "0.53.1"
2492
- source = "registry+https://github.com/rust-lang/crates.io-index"
2493
- checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2494
-
2495
- [[package]]
2496
- name = "windows_i686_gnu"
2497
- version = "0.52.6"
2498
- source = "registry+https://github.com/rust-lang/crates.io-index"
2499
- checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2500
-
2501
- [[package]]
2502
- name = "windows_i686_gnu"
2503
- version = "0.53.1"
2504
- source = "registry+https://github.com/rust-lang/crates.io-index"
2505
- checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2506
-
2507
- [[package]]
2508
- name = "windows_i686_gnullvm"
2509
- version = "0.52.6"
2510
- source = "registry+https://github.com/rust-lang/crates.io-index"
2511
- checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2512
-
2513
- [[package]]
2514
- name = "windows_i686_gnullvm"
2515
- version = "0.53.1"
2516
- source = "registry+https://github.com/rust-lang/crates.io-index"
2517
- checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2518
-
2519
- [[package]]
2520
- name = "windows_i686_msvc"
2521
- version = "0.52.6"
2522
- source = "registry+https://github.com/rust-lang/crates.io-index"
2523
- checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2524
-
2525
- [[package]]
2526
- name = "windows_i686_msvc"
2527
- version = "0.53.1"
2528
- source = "registry+https://github.com/rust-lang/crates.io-index"
2529
- checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2530
-
2531
- [[package]]
2532
- name = "windows_x86_64_gnu"
2533
- version = "0.52.6"
2534
- source = "registry+https://github.com/rust-lang/crates.io-index"
2535
- checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2536
-
2537
- [[package]]
2538
- name = "windows_x86_64_gnu"
2539
- version = "0.53.1"
2540
- source = "registry+https://github.com/rust-lang/crates.io-index"
2541
- checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2542
-
2543
- [[package]]
2544
- name = "windows_x86_64_gnullvm"
2545
- version = "0.52.6"
2546
- source = "registry+https://github.com/rust-lang/crates.io-index"
2547
- checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2548
-
2549
- [[package]]
2550
- name = "windows_x86_64_gnullvm"
2551
- version = "0.53.1"
2552
- source = "registry+https://github.com/rust-lang/crates.io-index"
2553
- checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2554
-
2555
- [[package]]
2556
- name = "windows_x86_64_msvc"
2557
- version = "0.52.6"
2558
- source = "registry+https://github.com/rust-lang/crates.io-index"
2559
- checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2560
-
2561
- [[package]]
2562
- name = "windows_x86_64_msvc"
2563
- version = "0.53.1"
2564
- source = "registry+https://github.com/rust-lang/crates.io-index"
2565
- checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2566
-
2567
- [[package]]
2568
- name = "wit-bindgen"
2569
- version = "0.51.0"
2570
- source = "registry+https://github.com/rust-lang/crates.io-index"
2571
- checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2572
-
2573
- [[package]]
2574
- name = "writeable"
2575
- version = "0.6.2"
2576
- source = "registry+https://github.com/rust-lang/crates.io-index"
2577
- checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2578
-
2579
- [[package]]
2580
- name = "yoke"
2581
- version = "0.8.1"
2582
- source = "registry+https://github.com/rust-lang/crates.io-index"
2583
- checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2584
- dependencies = [
2585
- "stable_deref_trait",
2586
- "yoke-derive",
2587
- "zerofrom",
2588
- ]
2589
-
2590
- [[package]]
2591
- name = "yoke-derive"
2592
- version = "0.8.1"
2593
- source = "registry+https://github.com/rust-lang/crates.io-index"
2594
- checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2595
- dependencies = [
2596
- "proc-macro2",
2597
- "quote",
2598
- "syn",
2599
- "synstructure",
2600
- ]
2601
-
2602
- [[package]]
2603
- name = "zerobus-sdk-ts"
2604
- version = "0.2.0"
2605
- dependencies = [
2606
- "arrow-array",
2607
- "arrow-ipc",
2608
- "arrow-schema",
2609
- "async-trait",
2610
- "base64 0.21.7",
2611
- "databricks-zerobus-ingest-sdk",
2612
- "napi",
2613
- "napi-build",
2614
- "napi-derive",
2615
- "prost",
2616
- "prost-types",
2617
- "serde",
2618
- "serde_json",
2619
- "thiserror 1.0.69",
2620
- "tokio",
2621
- ]
2622
-
2623
- [[package]]
2624
- name = "zerocopy"
2625
- version = "0.8.34"
2626
- source = "registry+https://github.com/rust-lang/crates.io-index"
2627
- checksum = "71ddd76bcebeed25db614f82bf31a9f4222d3fbba300e6fb6c00afa26cbd4d9d"
2628
- dependencies = [
2629
- "zerocopy-derive",
2630
- ]
2631
-
2632
- [[package]]
2633
- name = "zerocopy-derive"
2634
- version = "0.8.34"
2635
- source = "registry+https://github.com/rust-lang/crates.io-index"
2636
- checksum = "d8187381b52e32220d50b255276aa16a084ec0a9017a0ca2152a1f55c539758d"
2637
- dependencies = [
2638
- "proc-macro2",
2639
- "quote",
2640
- "syn",
2641
- ]
2642
-
2643
- [[package]]
2644
- name = "zerofrom"
2645
- version = "0.1.6"
2646
- source = "registry+https://github.com/rust-lang/crates.io-index"
2647
- checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2648
- dependencies = [
2649
- "zerofrom-derive",
2650
- ]
2651
-
2652
- [[package]]
2653
- name = "zerofrom-derive"
2654
- version = "0.1.6"
2655
- source = "registry+https://github.com/rust-lang/crates.io-index"
2656
- checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2657
- dependencies = [
2658
- "proc-macro2",
2659
- "quote",
2660
- "syn",
2661
- "synstructure",
2662
- ]
2663
-
2664
- [[package]]
2665
- name = "zeroize"
2666
- version = "1.8.2"
2667
- source = "registry+https://github.com/rust-lang/crates.io-index"
2668
- checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2669
-
2670
- [[package]]
2671
- name = "zerotrie"
2672
- version = "0.2.3"
2673
- source = "registry+https://github.com/rust-lang/crates.io-index"
2674
- checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2675
- dependencies = [
2676
- "displaydoc",
2677
- "yoke",
2678
- "zerofrom",
2679
- ]
2680
-
2681
- [[package]]
2682
- name = "zerovec"
2683
- version = "0.11.5"
2684
- source = "registry+https://github.com/rust-lang/crates.io-index"
2685
- checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2686
- dependencies = [
2687
- "yoke",
2688
- "zerofrom",
2689
- "zerovec-derive",
2690
- ]
2691
-
2692
- [[package]]
2693
- name = "zerovec-derive"
2694
- version = "0.11.2"
2695
- source = "registry+https://github.com/rust-lang/crates.io-index"
2696
- checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2697
- dependencies = [
2698
- "proc-macro2",
2699
- "quote",
2700
- "syn",
2701
- ]
2702
-
2703
- [[package]]
2704
- name = "zmij"
2705
- version = "1.0.17"
2706
- source = "registry+https://github.com/rust-lang/crates.io-index"
2707
- checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
2708
-
2709
- [[package]]
2710
- name = "zstd"
2711
- version = "0.13.3"
2712
- source = "registry+https://github.com/rust-lang/crates.io-index"
2713
- checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2714
- dependencies = [
2715
- "zstd-safe",
2716
- ]
2717
-
2718
- [[package]]
2719
- name = "zstd-safe"
2720
- version = "7.2.4"
2721
- source = "registry+https://github.com/rust-lang/crates.io-index"
2722
- checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2723
- dependencies = [
2724
- "zstd-sys",
2725
- ]
2726
-
2727
- [[package]]
2728
- name = "zstd-sys"
2729
- version = "2.0.16+zstd.1.5.7"
2730
- source = "registry+https://github.com/rust-lang/crates.io-index"
2731
- checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
2732
- dependencies = [
2733
- "cc",
2734
- "pkg-config",
2735
- ]