exp-gateway-native 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1653 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "atomic-waker"
7
+ version = "1.1.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
10
+
11
+ [[package]]
12
+ name = "axum"
13
+ version = "0.8.9"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
16
+ dependencies = [
17
+ "axum-core",
18
+ "bytes",
19
+ "form_urlencoded",
20
+ "futures-util",
21
+ "http",
22
+ "http-body",
23
+ "http-body-util",
24
+ "hyper",
25
+ "hyper-util",
26
+ "itoa",
27
+ "matchit",
28
+ "memchr",
29
+ "mime",
30
+ "percent-encoding",
31
+ "pin-project-lite",
32
+ "serde_core",
33
+ "serde_json",
34
+ "serde_path_to_error",
35
+ "serde_urlencoded",
36
+ "sync_wrapper",
37
+ "tokio",
38
+ "tower",
39
+ "tower-layer",
40
+ "tower-service",
41
+ "tracing",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "axum-core"
46
+ version = "0.5.6"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
49
+ dependencies = [
50
+ "bytes",
51
+ "futures-core",
52
+ "http",
53
+ "http-body",
54
+ "http-body-util",
55
+ "mime",
56
+ "pin-project-lite",
57
+ "sync_wrapper",
58
+ "tower-layer",
59
+ "tower-service",
60
+ "tracing",
61
+ ]
62
+
63
+ [[package]]
64
+ name = "base64"
65
+ version = "0.22.1"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
68
+
69
+ [[package]]
70
+ name = "bitflags"
71
+ version = "2.13.1"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
74
+
75
+ [[package]]
76
+ name = "block-buffer"
77
+ version = "0.10.4"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
80
+ dependencies = [
81
+ "generic-array",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "bumpalo"
86
+ version = "3.20.3"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
89
+
90
+ [[package]]
91
+ name = "bytes"
92
+ version = "1.12.1"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
95
+
96
+ [[package]]
97
+ name = "cc"
98
+ version = "1.4.4"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273"
101
+ dependencies = [
102
+ "find-msvc-tools",
103
+ "shlex",
104
+ ]
105
+
106
+ [[package]]
107
+ name = "cfg-if"
108
+ version = "1.0.4"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
111
+
112
+ [[package]]
113
+ name = "cfg_aliases"
114
+ version = "0.2.2"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
117
+
118
+ [[package]]
119
+ name = "chacha20"
120
+ version = "0.10.1"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
123
+ dependencies = [
124
+ "cfg-if",
125
+ "cpufeatures 0.3.0",
126
+ "rand_core",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "cpufeatures"
131
+ version = "0.2.17"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
134
+ dependencies = [
135
+ "libc",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "cpufeatures"
140
+ version = "0.3.0"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
143
+ dependencies = [
144
+ "libc",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "crypto-common"
149
+ version = "0.1.7"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
152
+ dependencies = [
153
+ "generic-array",
154
+ "typenum",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "digest"
159
+ version = "0.10.7"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
162
+ dependencies = [
163
+ "block-buffer",
164
+ "crypto-common",
165
+ ]
166
+
167
+ [[package]]
168
+ name = "displaydoc"
169
+ version = "0.2.7"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
172
+ dependencies = [
173
+ "proc-macro2",
174
+ "quote",
175
+ "syn 3.0.3",
176
+ ]
177
+
178
+ [[package]]
179
+ name = "equivalent"
180
+ version = "1.0.2"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
183
+
184
+ [[package]]
185
+ name = "errno"
186
+ version = "0.3.14"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
189
+ dependencies = [
190
+ "libc",
191
+ "windows-sys 0.61.2",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "exp-gateway-native"
196
+ version = "0.1.0"
197
+ dependencies = [
198
+ "axum",
199
+ "bytes",
200
+ "futures-util",
201
+ "http",
202
+ "http-body-util",
203
+ "pyo3",
204
+ "reqwest",
205
+ "serde",
206
+ "serde_json",
207
+ "sha2",
208
+ "thiserror",
209
+ "tokio",
210
+ "tokio-stream",
211
+ ]
212
+
213
+ [[package]]
214
+ name = "find-msvc-tools"
215
+ version = "0.1.11"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
218
+
219
+ [[package]]
220
+ name = "fnv"
221
+ version = "1.0.7"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
224
+
225
+ [[package]]
226
+ name = "form_urlencoded"
227
+ version = "1.2.2"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
230
+ dependencies = [
231
+ "percent-encoding",
232
+ ]
233
+
234
+ [[package]]
235
+ name = "futures-channel"
236
+ version = "0.3.34"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
239
+ dependencies = [
240
+ "futures-core",
241
+ ]
242
+
243
+ [[package]]
244
+ name = "futures-core"
245
+ version = "0.3.34"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
248
+
249
+ [[package]]
250
+ name = "futures-io"
251
+ version = "0.3.34"
252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
253
+ checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
254
+
255
+ [[package]]
256
+ name = "futures-macro"
257
+ version = "0.3.34"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
260
+ dependencies = [
261
+ "proc-macro2",
262
+ "quote",
263
+ "syn 3.0.3",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "futures-sink"
268
+ version = "0.3.34"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
271
+
272
+ [[package]]
273
+ name = "futures-task"
274
+ version = "0.3.34"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
277
+
278
+ [[package]]
279
+ name = "futures-util"
280
+ version = "0.3.34"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
283
+ dependencies = [
284
+ "futures-core",
285
+ "futures-io",
286
+ "futures-macro",
287
+ "futures-sink",
288
+ "futures-task",
289
+ "memchr",
290
+ "pin-project-lite",
291
+ "slab",
292
+ ]
293
+
294
+ [[package]]
295
+ name = "generic-array"
296
+ version = "0.14.7"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
299
+ dependencies = [
300
+ "typenum",
301
+ "version_check",
302
+ ]
303
+
304
+ [[package]]
305
+ name = "getrandom"
306
+ version = "0.2.17"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
309
+ dependencies = [
310
+ "cfg-if",
311
+ "js-sys",
312
+ "libc",
313
+ "wasi",
314
+ "wasm-bindgen",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "getrandom"
319
+ version = "0.4.3"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
322
+ dependencies = [
323
+ "cfg-if",
324
+ "js-sys",
325
+ "libc",
326
+ "r-efi",
327
+ "rand_core",
328
+ "wasm-bindgen",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "h2"
333
+ version = "0.4.18"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "839c0e8a181239723652be9062bb56ca5bf5f64011f73b623f6f4fc59086a228"
336
+ dependencies = [
337
+ "atomic-waker",
338
+ "bytes",
339
+ "fnv",
340
+ "futures-core",
341
+ "futures-sink",
342
+ "http",
343
+ "indexmap",
344
+ "slab",
345
+ "tokio",
346
+ "tokio-util",
347
+ "tracing",
348
+ ]
349
+
350
+ [[package]]
351
+ name = "hashbrown"
352
+ version = "0.17.1"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
355
+
356
+ [[package]]
357
+ name = "heck"
358
+ version = "0.5.0"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
361
+
362
+ [[package]]
363
+ name = "http"
364
+ version = "1.5.0"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
367
+ dependencies = [
368
+ "bytes",
369
+ "itoa",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "http-body"
374
+ version = "1.1.0"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
377
+ dependencies = [
378
+ "bytes",
379
+ "http",
380
+ ]
381
+
382
+ [[package]]
383
+ name = "http-body-util"
384
+ version = "0.1.5"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
387
+ dependencies = [
388
+ "bytes",
389
+ "futures-core",
390
+ "http",
391
+ "http-body",
392
+ "pin-project-lite",
393
+ ]
394
+
395
+ [[package]]
396
+ name = "httparse"
397
+ version = "1.10.1"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
400
+
401
+ [[package]]
402
+ name = "httpdate"
403
+ version = "1.0.3"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
406
+
407
+ [[package]]
408
+ name = "hyper"
409
+ version = "1.11.0"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
412
+ dependencies = [
413
+ "atomic-waker",
414
+ "bytes",
415
+ "futures-channel",
416
+ "futures-core",
417
+ "h2",
418
+ "http",
419
+ "http-body",
420
+ "httparse",
421
+ "httpdate",
422
+ "itoa",
423
+ "pin-project-lite",
424
+ "smallvec",
425
+ "tokio",
426
+ "want",
427
+ ]
428
+
429
+ [[package]]
430
+ name = "hyper-rustls"
431
+ version = "0.27.9"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
434
+ dependencies = [
435
+ "http",
436
+ "hyper",
437
+ "hyper-util",
438
+ "rustls",
439
+ "tokio",
440
+ "tokio-rustls",
441
+ "tower-service",
442
+ "webpki-roots",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "hyper-util"
447
+ version = "0.1.20"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
450
+ dependencies = [
451
+ "base64",
452
+ "bytes",
453
+ "futures-channel",
454
+ "futures-util",
455
+ "http",
456
+ "http-body",
457
+ "hyper",
458
+ "ipnet",
459
+ "libc",
460
+ "percent-encoding",
461
+ "pin-project-lite",
462
+ "socket2",
463
+ "tokio",
464
+ "tower-service",
465
+ "tracing",
466
+ ]
467
+
468
+ [[package]]
469
+ name = "icu_collections"
470
+ version = "2.3.0"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
473
+ dependencies = [
474
+ "displaydoc",
475
+ "potential_utf",
476
+ "utf8_iter",
477
+ "yoke",
478
+ "zerofrom",
479
+ "zerovec",
480
+ ]
481
+
482
+ [[package]]
483
+ name = "icu_locale_core"
484
+ version = "2.3.0"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
487
+ dependencies = [
488
+ "displaydoc",
489
+ "litemap",
490
+ "tinystr",
491
+ "writeable",
492
+ "zerovec",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "icu_normalizer"
497
+ version = "2.3.0"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
500
+ dependencies = [
501
+ "icu_collections",
502
+ "icu_normalizer_data",
503
+ "icu_properties",
504
+ "icu_provider",
505
+ "smallvec",
506
+ "zerovec",
507
+ ]
508
+
509
+ [[package]]
510
+ name = "icu_normalizer_data"
511
+ version = "2.3.0"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
514
+
515
+ [[package]]
516
+ name = "icu_properties"
517
+ version = "2.3.0"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
520
+ dependencies = [
521
+ "displaydoc",
522
+ "icu_collections",
523
+ "icu_locale_core",
524
+ "icu_properties_data",
525
+ "icu_provider",
526
+ "zerotrie",
527
+ "zerovec",
528
+ ]
529
+
530
+ [[package]]
531
+ name = "icu_properties_data"
532
+ version = "2.3.0"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
535
+
536
+ [[package]]
537
+ name = "icu_provider"
538
+ version = "2.3.1"
539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
540
+ checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
541
+ dependencies = [
542
+ "displaydoc",
543
+ "icu_locale_core",
544
+ "writeable",
545
+ "yoke",
546
+ "zerofrom",
547
+ "zerotrie",
548
+ "zerovec",
549
+ ]
550
+
551
+ [[package]]
552
+ name = "idna"
553
+ version = "1.1.0"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
556
+ dependencies = [
557
+ "idna_adapter",
558
+ "smallvec",
559
+ "utf8_iter",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "idna_adapter"
564
+ version = "1.2.2"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
567
+ dependencies = [
568
+ "icu_normalizer",
569
+ "icu_properties",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "indexmap"
574
+ version = "2.14.0"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
577
+ dependencies = [
578
+ "equivalent",
579
+ "hashbrown",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "ipnet"
584
+ version = "2.12.1"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78"
587
+
588
+ [[package]]
589
+ name = "itoa"
590
+ version = "1.0.18"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
593
+
594
+ [[package]]
595
+ name = "js-sys"
596
+ version = "0.3.104"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
599
+ dependencies = [
600
+ "cfg-if",
601
+ "futures-util",
602
+ "wasm-bindgen",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "libc"
607
+ version = "0.2.189"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
610
+
611
+ [[package]]
612
+ name = "litemap"
613
+ version = "0.8.3"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
616
+
617
+ [[package]]
618
+ name = "log"
619
+ version = "0.4.33"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
622
+
623
+ [[package]]
624
+ name = "lru-slab"
625
+ version = "0.1.2"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
628
+
629
+ [[package]]
630
+ name = "matchit"
631
+ version = "0.8.4"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
634
+
635
+ [[package]]
636
+ name = "memchr"
637
+ version = "2.8.3"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
640
+
641
+ [[package]]
642
+ name = "mime"
643
+ version = "0.3.17"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
646
+
647
+ [[package]]
648
+ name = "mio"
649
+ version = "1.2.2"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
652
+ dependencies = [
653
+ "libc",
654
+ "wasi",
655
+ "windows-sys 0.61.2",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "once_cell"
660
+ version = "1.21.4"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
663
+
664
+ [[package]]
665
+ name = "percent-encoding"
666
+ version = "2.3.2"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
669
+
670
+ [[package]]
671
+ name = "pin-project-lite"
672
+ version = "0.2.17"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
675
+
676
+ [[package]]
677
+ name = "portable-atomic"
678
+ version = "1.15.0"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
681
+
682
+ [[package]]
683
+ name = "potential_utf"
684
+ version = "0.1.6"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
687
+ dependencies = [
688
+ "zerovec",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "proc-macro2"
693
+ version = "1.0.107"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
696
+ dependencies = [
697
+ "unicode-ident",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "pyo3"
702
+ version = "0.29.2"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
705
+ dependencies = [
706
+ "libc",
707
+ "once_cell",
708
+ "portable-atomic",
709
+ "pyo3-build-config",
710
+ "pyo3-ffi",
711
+ "pyo3-macros",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "pyo3-build-config"
716
+ version = "0.29.2"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
719
+ dependencies = [
720
+ "target-lexicon",
721
+ ]
722
+
723
+ [[package]]
724
+ name = "pyo3-ffi"
725
+ version = "0.29.2"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
728
+ dependencies = [
729
+ "libc",
730
+ "pyo3-build-config",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "pyo3-macros"
735
+ version = "0.29.2"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
738
+ dependencies = [
739
+ "proc-macro2",
740
+ "pyo3-macros-backend",
741
+ "quote",
742
+ "syn 2.0.119",
743
+ ]
744
+
745
+ [[package]]
746
+ name = "pyo3-macros-backend"
747
+ version = "0.29.2"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
750
+ dependencies = [
751
+ "heck",
752
+ "proc-macro2",
753
+ "quote",
754
+ "syn 2.0.119",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "quinn"
759
+ version = "0.11.11"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
762
+ dependencies = [
763
+ "bytes",
764
+ "cfg_aliases",
765
+ "pin-project-lite",
766
+ "quinn-proto",
767
+ "quinn-udp",
768
+ "rustc-hash",
769
+ "rustls",
770
+ "socket2",
771
+ "thiserror",
772
+ "tokio",
773
+ "tracing",
774
+ "web-time",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "quinn-proto"
779
+ version = "0.11.17"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "04759210543be93709136e28212294a659ef5001836ff4eab4d663e4529bba83"
782
+ dependencies = [
783
+ "bytes",
784
+ "getrandom 0.4.3",
785
+ "lru-slab",
786
+ "rand",
787
+ "rand_pcg",
788
+ "ring",
789
+ "rustc-hash",
790
+ "rustls",
791
+ "rustls-pki-types",
792
+ "slab",
793
+ "thiserror",
794
+ "tinyvec",
795
+ "tracing",
796
+ "web-time",
797
+ ]
798
+
799
+ [[package]]
800
+ name = "quinn-udp"
801
+ version = "0.5.15"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
804
+ dependencies = [
805
+ "cfg_aliases",
806
+ "libc",
807
+ "once_cell",
808
+ "socket2",
809
+ "tracing",
810
+ "windows-sys 0.61.2",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "quote"
815
+ version = "1.0.47"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
818
+ dependencies = [
819
+ "proc-macro2",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "r-efi"
824
+ version = "6.0.0"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
827
+
828
+ [[package]]
829
+ name = "rand"
830
+ version = "0.10.2"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
833
+ dependencies = [
834
+ "chacha20",
835
+ "getrandom 0.4.3",
836
+ "rand_core",
837
+ ]
838
+
839
+ [[package]]
840
+ name = "rand_core"
841
+ version = "0.10.1"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
844
+
845
+ [[package]]
846
+ name = "rand_pcg"
847
+ version = "0.10.2"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
850
+ dependencies = [
851
+ "rand_core",
852
+ ]
853
+
854
+ [[package]]
855
+ name = "reqwest"
856
+ version = "0.12.28"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
859
+ dependencies = [
860
+ "base64",
861
+ "bytes",
862
+ "futures-core",
863
+ "futures-util",
864
+ "h2",
865
+ "http",
866
+ "http-body",
867
+ "http-body-util",
868
+ "hyper",
869
+ "hyper-rustls",
870
+ "hyper-util",
871
+ "js-sys",
872
+ "log",
873
+ "percent-encoding",
874
+ "pin-project-lite",
875
+ "quinn",
876
+ "rustls",
877
+ "rustls-pki-types",
878
+ "serde",
879
+ "serde_json",
880
+ "serde_urlencoded",
881
+ "sync_wrapper",
882
+ "tokio",
883
+ "tokio-rustls",
884
+ "tokio-util",
885
+ "tower",
886
+ "tower-http",
887
+ "tower-service",
888
+ "url",
889
+ "wasm-bindgen",
890
+ "wasm-bindgen-futures",
891
+ "wasm-streams",
892
+ "web-sys",
893
+ "webpki-roots",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "ring"
898
+ version = "0.17.14"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
901
+ dependencies = [
902
+ "cc",
903
+ "cfg-if",
904
+ "getrandom 0.2.17",
905
+ "libc",
906
+ "untrusted",
907
+ "windows-sys 0.52.0",
908
+ ]
909
+
910
+ [[package]]
911
+ name = "rustc-hash"
912
+ version = "2.1.3"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
915
+
916
+ [[package]]
917
+ name = "rustls"
918
+ version = "0.23.43"
919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
920
+ checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
921
+ dependencies = [
922
+ "once_cell",
923
+ "ring",
924
+ "rustls-pki-types",
925
+ "rustls-webpki",
926
+ "subtle",
927
+ "zeroize",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "rustls-pki-types"
932
+ version = "1.15.1"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
935
+ dependencies = [
936
+ "web-time",
937
+ "zeroize",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "rustls-webpki"
942
+ version = "0.103.15"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
945
+ dependencies = [
946
+ "ring",
947
+ "rustls-pki-types",
948
+ "untrusted",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "rustversion"
953
+ version = "1.0.23"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
956
+
957
+ [[package]]
958
+ name = "ryu"
959
+ version = "1.0.23"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
962
+
963
+ [[package]]
964
+ name = "serde"
965
+ version = "1.0.229"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
968
+ dependencies = [
969
+ "serde_core",
970
+ "serde_derive",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "serde_core"
975
+ version = "1.0.229"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
978
+ dependencies = [
979
+ "serde_derive",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "serde_derive"
984
+ version = "1.0.229"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
987
+ dependencies = [
988
+ "proc-macro2",
989
+ "quote",
990
+ "syn 3.0.3",
991
+ ]
992
+
993
+ [[package]]
994
+ name = "serde_json"
995
+ version = "1.0.151"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
998
+ dependencies = [
999
+ "indexmap",
1000
+ "itoa",
1001
+ "memchr",
1002
+ "serde",
1003
+ "serde_core",
1004
+ "zmij",
1005
+ ]
1006
+
1007
+ [[package]]
1008
+ name = "serde_path_to_error"
1009
+ version = "0.1.20"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1012
+ dependencies = [
1013
+ "itoa",
1014
+ "serde",
1015
+ "serde_core",
1016
+ ]
1017
+
1018
+ [[package]]
1019
+ name = "serde_urlencoded"
1020
+ version = "0.7.1"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1023
+ dependencies = [
1024
+ "form_urlencoded",
1025
+ "itoa",
1026
+ "ryu",
1027
+ "serde",
1028
+ ]
1029
+
1030
+ [[package]]
1031
+ name = "sha2"
1032
+ version = "0.10.9"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1035
+ dependencies = [
1036
+ "cfg-if",
1037
+ "cpufeatures 0.2.17",
1038
+ "digest",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "shlex"
1043
+ version = "2.0.1"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1046
+
1047
+ [[package]]
1048
+ name = "signal-hook-registry"
1049
+ version = "1.4.8"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1052
+ dependencies = [
1053
+ "errno",
1054
+ "libc",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "slab"
1059
+ version = "0.4.12"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1062
+
1063
+ [[package]]
1064
+ name = "smallvec"
1065
+ version = "1.15.2"
1066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1068
+
1069
+ [[package]]
1070
+ name = "socket2"
1071
+ version = "0.6.5"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1074
+ dependencies = [
1075
+ "libc",
1076
+ "windows-sys 0.61.2",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "stable_deref_trait"
1081
+ version = "1.2.1"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1084
+
1085
+ [[package]]
1086
+ name = "subtle"
1087
+ version = "2.6.1"
1088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1089
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1090
+
1091
+ [[package]]
1092
+ name = "syn"
1093
+ version = "2.0.119"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1096
+ dependencies = [
1097
+ "proc-macro2",
1098
+ "quote",
1099
+ "unicode-ident",
1100
+ ]
1101
+
1102
+ [[package]]
1103
+ name = "syn"
1104
+ version = "3.0.3"
1105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1106
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1107
+ dependencies = [
1108
+ "proc-macro2",
1109
+ "quote",
1110
+ "unicode-ident",
1111
+ ]
1112
+
1113
+ [[package]]
1114
+ name = "sync_wrapper"
1115
+ version = "1.0.2"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1118
+ dependencies = [
1119
+ "futures-core",
1120
+ ]
1121
+
1122
+ [[package]]
1123
+ name = "synstructure"
1124
+ version = "0.13.2"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1127
+ dependencies = [
1128
+ "proc-macro2",
1129
+ "quote",
1130
+ "syn 2.0.119",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "target-lexicon"
1135
+ version = "0.13.5"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1138
+
1139
+ [[package]]
1140
+ name = "thiserror"
1141
+ version = "2.0.20"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1144
+ dependencies = [
1145
+ "thiserror-impl",
1146
+ ]
1147
+
1148
+ [[package]]
1149
+ name = "thiserror-impl"
1150
+ version = "2.0.20"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
1153
+ dependencies = [
1154
+ "proc-macro2",
1155
+ "quote",
1156
+ "syn 3.0.3",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "tinystr"
1161
+ version = "0.8.4"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
1164
+ dependencies = [
1165
+ "displaydoc",
1166
+ "zerovec",
1167
+ ]
1168
+
1169
+ [[package]]
1170
+ name = "tinyvec"
1171
+ version = "1.12.0"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
1174
+ dependencies = [
1175
+ "tinyvec_macros",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "tinyvec_macros"
1180
+ version = "0.1.1"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1183
+
1184
+ [[package]]
1185
+ name = "tokio"
1186
+ version = "1.53.1"
1187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
1189
+ dependencies = [
1190
+ "bytes",
1191
+ "libc",
1192
+ "mio",
1193
+ "pin-project-lite",
1194
+ "signal-hook-registry",
1195
+ "socket2",
1196
+ "tokio-macros",
1197
+ "windows-sys 0.61.2",
1198
+ ]
1199
+
1200
+ [[package]]
1201
+ name = "tokio-macros"
1202
+ version = "2.7.2"
1203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1204
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
1205
+ dependencies = [
1206
+ "proc-macro2",
1207
+ "quote",
1208
+ "syn 3.0.3",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "tokio-rustls"
1213
+ version = "0.26.4"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1216
+ dependencies = [
1217
+ "rustls",
1218
+ "tokio",
1219
+ ]
1220
+
1221
+ [[package]]
1222
+ name = "tokio-stream"
1223
+ version = "0.1.19"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
1226
+ dependencies = [
1227
+ "futures-core",
1228
+ "pin-project-lite",
1229
+ "tokio",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "tokio-util"
1234
+ version = "0.7.19"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
1237
+ dependencies = [
1238
+ "bytes",
1239
+ "futures-core",
1240
+ "futures-sink",
1241
+ "libc",
1242
+ "pin-project-lite",
1243
+ "tokio",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "tower"
1248
+ version = "0.5.3"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1251
+ dependencies = [
1252
+ "futures-core",
1253
+ "futures-util",
1254
+ "pin-project-lite",
1255
+ "sync_wrapper",
1256
+ "tokio",
1257
+ "tower-layer",
1258
+ "tower-service",
1259
+ "tracing",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "tower-http"
1264
+ version = "0.6.11"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1267
+ dependencies = [
1268
+ "bitflags",
1269
+ "bytes",
1270
+ "futures-util",
1271
+ "http",
1272
+ "http-body",
1273
+ "pin-project-lite",
1274
+ "tower",
1275
+ "tower-layer",
1276
+ "tower-service",
1277
+ "url",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "tower-layer"
1282
+ version = "0.3.3"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1285
+
1286
+ [[package]]
1287
+ name = "tower-service"
1288
+ version = "0.3.3"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1291
+
1292
+ [[package]]
1293
+ name = "tracing"
1294
+ version = "0.1.44"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1297
+ dependencies = [
1298
+ "log",
1299
+ "pin-project-lite",
1300
+ "tracing-core",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "tracing-core"
1305
+ version = "0.1.36"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1308
+ dependencies = [
1309
+ "once_cell",
1310
+ ]
1311
+
1312
+ [[package]]
1313
+ name = "try-lock"
1314
+ version = "0.2.5"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1317
+
1318
+ [[package]]
1319
+ name = "typenum"
1320
+ version = "1.20.1"
1321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1322
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1323
+
1324
+ [[package]]
1325
+ name = "unicode-ident"
1326
+ version = "1.0.24"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1329
+
1330
+ [[package]]
1331
+ name = "untrusted"
1332
+ version = "0.9.0"
1333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1334
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1335
+
1336
+ [[package]]
1337
+ name = "url"
1338
+ version = "2.5.8"
1339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1341
+ dependencies = [
1342
+ "form_urlencoded",
1343
+ "idna",
1344
+ "percent-encoding",
1345
+ "serde",
1346
+ ]
1347
+
1348
+ [[package]]
1349
+ name = "utf8_iter"
1350
+ version = "1.0.4"
1351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1353
+
1354
+ [[package]]
1355
+ name = "version_check"
1356
+ version = "0.9.5"
1357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1358
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1359
+
1360
+ [[package]]
1361
+ name = "want"
1362
+ version = "0.3.1"
1363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1364
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1365
+ dependencies = [
1366
+ "try-lock",
1367
+ ]
1368
+
1369
+ [[package]]
1370
+ name = "wasi"
1371
+ version = "0.11.1+wasi-snapshot-preview1"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1374
+
1375
+ [[package]]
1376
+ name = "wasm-bindgen"
1377
+ version = "0.2.127"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
1380
+ dependencies = [
1381
+ "cfg-if",
1382
+ "once_cell",
1383
+ "rustversion",
1384
+ "wasm-bindgen-macro",
1385
+ "wasm-bindgen-shared",
1386
+ ]
1387
+
1388
+ [[package]]
1389
+ name = "wasm-bindgen-futures"
1390
+ version = "0.4.77"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
1393
+ dependencies = [
1394
+ "js-sys",
1395
+ "wasm-bindgen",
1396
+ ]
1397
+
1398
+ [[package]]
1399
+ name = "wasm-bindgen-macro"
1400
+ version = "0.2.127"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
1403
+ dependencies = [
1404
+ "quote",
1405
+ "wasm-bindgen-macro-support",
1406
+ ]
1407
+
1408
+ [[package]]
1409
+ name = "wasm-bindgen-macro-support"
1410
+ version = "0.2.127"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
1413
+ dependencies = [
1414
+ "bumpalo",
1415
+ "proc-macro2",
1416
+ "quote",
1417
+ "syn 2.0.119",
1418
+ "wasm-bindgen-shared",
1419
+ ]
1420
+
1421
+ [[package]]
1422
+ name = "wasm-bindgen-shared"
1423
+ version = "0.2.127"
1424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1425
+ checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
1426
+ dependencies = [
1427
+ "unicode-ident",
1428
+ ]
1429
+
1430
+ [[package]]
1431
+ name = "wasm-streams"
1432
+ version = "0.4.2"
1433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1434
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
1435
+ dependencies = [
1436
+ "futures-util",
1437
+ "js-sys",
1438
+ "wasm-bindgen",
1439
+ "wasm-bindgen-futures",
1440
+ "web-sys",
1441
+ ]
1442
+
1443
+ [[package]]
1444
+ name = "web-sys"
1445
+ version = "0.3.104"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
1448
+ dependencies = [
1449
+ "js-sys",
1450
+ "wasm-bindgen",
1451
+ ]
1452
+
1453
+ [[package]]
1454
+ name = "web-time"
1455
+ version = "1.1.0"
1456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1457
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1458
+ dependencies = [
1459
+ "js-sys",
1460
+ "wasm-bindgen",
1461
+ ]
1462
+
1463
+ [[package]]
1464
+ name = "webpki-roots"
1465
+ version = "1.0.9"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
1468
+ dependencies = [
1469
+ "rustls-pki-types",
1470
+ ]
1471
+
1472
+ [[package]]
1473
+ name = "windows-link"
1474
+ version = "0.2.1"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1477
+
1478
+ [[package]]
1479
+ name = "windows-sys"
1480
+ version = "0.52.0"
1481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1482
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1483
+ dependencies = [
1484
+ "windows-targets",
1485
+ ]
1486
+
1487
+ [[package]]
1488
+ name = "windows-sys"
1489
+ version = "0.61.2"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1492
+ dependencies = [
1493
+ "windows-link",
1494
+ ]
1495
+
1496
+ [[package]]
1497
+ name = "windows-targets"
1498
+ version = "0.52.6"
1499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1500
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1501
+ dependencies = [
1502
+ "windows_aarch64_gnullvm",
1503
+ "windows_aarch64_msvc",
1504
+ "windows_i686_gnu",
1505
+ "windows_i686_gnullvm",
1506
+ "windows_i686_msvc",
1507
+ "windows_x86_64_gnu",
1508
+ "windows_x86_64_gnullvm",
1509
+ "windows_x86_64_msvc",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "windows_aarch64_gnullvm"
1514
+ version = "0.52.6"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1517
+
1518
+ [[package]]
1519
+ name = "windows_aarch64_msvc"
1520
+ version = "0.52.6"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1523
+
1524
+ [[package]]
1525
+ name = "windows_i686_gnu"
1526
+ version = "0.52.6"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1529
+
1530
+ [[package]]
1531
+ name = "windows_i686_gnullvm"
1532
+ version = "0.52.6"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1535
+
1536
+ [[package]]
1537
+ name = "windows_i686_msvc"
1538
+ version = "0.52.6"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1541
+
1542
+ [[package]]
1543
+ name = "windows_x86_64_gnu"
1544
+ version = "0.52.6"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1547
+
1548
+ [[package]]
1549
+ name = "windows_x86_64_gnullvm"
1550
+ version = "0.52.6"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1553
+
1554
+ [[package]]
1555
+ name = "windows_x86_64_msvc"
1556
+ version = "0.52.6"
1557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1558
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1559
+
1560
+ [[package]]
1561
+ name = "writeable"
1562
+ version = "0.6.4"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
1565
+
1566
+ [[package]]
1567
+ name = "yoke"
1568
+ version = "0.8.3"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
1571
+ dependencies = [
1572
+ "stable_deref_trait",
1573
+ "yoke-derive",
1574
+ "zerofrom",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "yoke-derive"
1579
+ version = "0.8.2"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1582
+ dependencies = [
1583
+ "proc-macro2",
1584
+ "quote",
1585
+ "syn 2.0.119",
1586
+ "synstructure",
1587
+ ]
1588
+
1589
+ [[package]]
1590
+ name = "zerofrom"
1591
+ version = "0.1.8"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1594
+ dependencies = [
1595
+ "zerofrom-derive",
1596
+ ]
1597
+
1598
+ [[package]]
1599
+ name = "zerofrom-derive"
1600
+ version = "0.1.7"
1601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1602
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1603
+ dependencies = [
1604
+ "proc-macro2",
1605
+ "quote",
1606
+ "syn 2.0.119",
1607
+ "synstructure",
1608
+ ]
1609
+
1610
+ [[package]]
1611
+ name = "zeroize"
1612
+ version = "1.9.0"
1613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1614
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1615
+
1616
+ [[package]]
1617
+ name = "zerotrie"
1618
+ version = "0.2.5"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
1621
+ dependencies = [
1622
+ "displaydoc",
1623
+ "yoke",
1624
+ "zerofrom",
1625
+ ]
1626
+
1627
+ [[package]]
1628
+ name = "zerovec"
1629
+ version = "0.11.8"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
1632
+ dependencies = [
1633
+ "yoke",
1634
+ "zerofrom",
1635
+ "zerovec-derive",
1636
+ ]
1637
+
1638
+ [[package]]
1639
+ name = "zerovec-derive"
1640
+ version = "0.11.6"
1641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1642
+ checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
1643
+ dependencies = [
1644
+ "proc-macro2",
1645
+ "quote",
1646
+ "syn 3.0.3",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "zmij"
1651
+ version = "1.0.23"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"