synapse-mnm-client 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,1859 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "anyhow"
7
+ version = "1.0.102"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
10
+
11
+ [[package]]
12
+ name = "atomic-waker"
13
+ version = "1.1.2"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
16
+
17
+ [[package]]
18
+ name = "autocfg"
19
+ version = "1.5.0"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
22
+
23
+ [[package]]
24
+ name = "base64"
25
+ version = "0.22.1"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
28
+
29
+ [[package]]
30
+ name = "bitflags"
31
+ version = "2.11.0"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
34
+
35
+ [[package]]
36
+ name = "bumpalo"
37
+ version = "3.20.2"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
40
+
41
+ [[package]]
42
+ name = "bytes"
43
+ version = "1.11.1"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
46
+
47
+ [[package]]
48
+ name = "cc"
49
+ version = "1.2.57"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
52
+ dependencies = [
53
+ "find-msvc-tools",
54
+ "shlex",
55
+ ]
56
+
57
+ [[package]]
58
+ name = "cfg-if"
59
+ version = "1.0.4"
60
+ source = "registry+https://github.com/rust-lang/crates.io-index"
61
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
62
+
63
+ [[package]]
64
+ name = "core-foundation"
65
+ version = "0.9.4"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
68
+ dependencies = [
69
+ "core-foundation-sys",
70
+ "libc",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "core-foundation"
75
+ version = "0.10.1"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
78
+ dependencies = [
79
+ "core-foundation-sys",
80
+ "libc",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "core-foundation-sys"
85
+ version = "0.8.7"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
88
+
89
+ [[package]]
90
+ name = "displaydoc"
91
+ version = "0.2.5"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
94
+ dependencies = [
95
+ "proc-macro2",
96
+ "quote",
97
+ "syn",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "encoding_rs"
102
+ version = "0.8.35"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
105
+ dependencies = [
106
+ "cfg-if",
107
+ ]
108
+
109
+ [[package]]
110
+ name = "equivalent"
111
+ version = "1.0.2"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
114
+
115
+ [[package]]
116
+ name = "errno"
117
+ version = "0.3.14"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
120
+ dependencies = [
121
+ "libc",
122
+ "windows-sys 0.61.2",
123
+ ]
124
+
125
+ [[package]]
126
+ name = "fastrand"
127
+ version = "2.3.0"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
130
+
131
+ [[package]]
132
+ name = "find-msvc-tools"
133
+ version = "0.1.9"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
136
+
137
+ [[package]]
138
+ name = "fnv"
139
+ version = "1.0.7"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
142
+
143
+ [[package]]
144
+ name = "foldhash"
145
+ version = "0.1.5"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
148
+
149
+ [[package]]
150
+ name = "foreign-types"
151
+ version = "0.3.2"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
154
+ dependencies = [
155
+ "foreign-types-shared",
156
+ ]
157
+
158
+ [[package]]
159
+ name = "foreign-types-shared"
160
+ version = "0.1.1"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
163
+
164
+ [[package]]
165
+ name = "form_urlencoded"
166
+ version = "1.2.2"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
169
+ dependencies = [
170
+ "percent-encoding",
171
+ ]
172
+
173
+ [[package]]
174
+ name = "futures-channel"
175
+ version = "0.3.32"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
178
+ dependencies = [
179
+ "futures-core",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "futures-core"
184
+ version = "0.3.32"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
187
+
188
+ [[package]]
189
+ name = "futures-sink"
190
+ version = "0.3.32"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
193
+
194
+ [[package]]
195
+ name = "futures-task"
196
+ version = "0.3.32"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
199
+
200
+ [[package]]
201
+ name = "futures-util"
202
+ version = "0.3.32"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
205
+ dependencies = [
206
+ "futures-core",
207
+ "futures-task",
208
+ "pin-project-lite",
209
+ "slab",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "getrandom"
214
+ version = "0.2.17"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
217
+ dependencies = [
218
+ "cfg-if",
219
+ "libc",
220
+ "wasi",
221
+ ]
222
+
223
+ [[package]]
224
+ name = "getrandom"
225
+ version = "0.4.2"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
228
+ dependencies = [
229
+ "cfg-if",
230
+ "libc",
231
+ "r-efi",
232
+ "wasip2",
233
+ "wasip3",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "h2"
238
+ version = "0.4.13"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
241
+ dependencies = [
242
+ "atomic-waker",
243
+ "bytes",
244
+ "fnv",
245
+ "futures-core",
246
+ "futures-sink",
247
+ "http",
248
+ "indexmap",
249
+ "slab",
250
+ "tokio",
251
+ "tokio-util",
252
+ "tracing",
253
+ ]
254
+
255
+ [[package]]
256
+ name = "hashbrown"
257
+ version = "0.15.5"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
260
+ dependencies = [
261
+ "foldhash",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "hashbrown"
266
+ version = "0.16.1"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
269
+
270
+ [[package]]
271
+ name = "heck"
272
+ version = "0.5.0"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
275
+
276
+ [[package]]
277
+ name = "http"
278
+ version = "1.4.0"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
281
+ dependencies = [
282
+ "bytes",
283
+ "itoa",
284
+ ]
285
+
286
+ [[package]]
287
+ name = "http-body"
288
+ version = "1.0.1"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
291
+ dependencies = [
292
+ "bytes",
293
+ "http",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "http-body-util"
298
+ version = "0.1.3"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
301
+ dependencies = [
302
+ "bytes",
303
+ "futures-core",
304
+ "http",
305
+ "http-body",
306
+ "pin-project-lite",
307
+ ]
308
+
309
+ [[package]]
310
+ name = "httparse"
311
+ version = "1.10.1"
312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
313
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
314
+
315
+ [[package]]
316
+ name = "hyper"
317
+ version = "1.8.1"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
320
+ dependencies = [
321
+ "atomic-waker",
322
+ "bytes",
323
+ "futures-channel",
324
+ "futures-core",
325
+ "h2",
326
+ "http",
327
+ "http-body",
328
+ "httparse",
329
+ "itoa",
330
+ "pin-project-lite",
331
+ "pin-utils",
332
+ "smallvec",
333
+ "tokio",
334
+ "want",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "hyper-rustls"
339
+ version = "0.27.7"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
342
+ dependencies = [
343
+ "http",
344
+ "hyper",
345
+ "hyper-util",
346
+ "rustls",
347
+ "rustls-pki-types",
348
+ "tokio",
349
+ "tokio-rustls",
350
+ "tower-service",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "hyper-tls"
355
+ version = "0.6.0"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
358
+ dependencies = [
359
+ "bytes",
360
+ "http-body-util",
361
+ "hyper",
362
+ "hyper-util",
363
+ "native-tls",
364
+ "tokio",
365
+ "tokio-native-tls",
366
+ "tower-service",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "hyper-util"
371
+ version = "0.1.20"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
374
+ dependencies = [
375
+ "base64",
376
+ "bytes",
377
+ "futures-channel",
378
+ "futures-util",
379
+ "http",
380
+ "http-body",
381
+ "hyper",
382
+ "ipnet",
383
+ "libc",
384
+ "percent-encoding",
385
+ "pin-project-lite",
386
+ "socket2",
387
+ "system-configuration",
388
+ "tokio",
389
+ "tower-service",
390
+ "tracing",
391
+ "windows-registry",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "icu_collections"
396
+ version = "2.1.1"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
399
+ dependencies = [
400
+ "displaydoc",
401
+ "potential_utf",
402
+ "yoke",
403
+ "zerofrom",
404
+ "zerovec",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "icu_locale_core"
409
+ version = "2.1.1"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
412
+ dependencies = [
413
+ "displaydoc",
414
+ "litemap",
415
+ "tinystr",
416
+ "writeable",
417
+ "zerovec",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "icu_normalizer"
422
+ version = "2.1.1"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
425
+ dependencies = [
426
+ "icu_collections",
427
+ "icu_normalizer_data",
428
+ "icu_properties",
429
+ "icu_provider",
430
+ "smallvec",
431
+ "zerovec",
432
+ ]
433
+
434
+ [[package]]
435
+ name = "icu_normalizer_data"
436
+ version = "2.1.1"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
439
+
440
+ [[package]]
441
+ name = "icu_properties"
442
+ version = "2.1.2"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
445
+ dependencies = [
446
+ "icu_collections",
447
+ "icu_locale_core",
448
+ "icu_properties_data",
449
+ "icu_provider",
450
+ "zerotrie",
451
+ "zerovec",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "icu_properties_data"
456
+ version = "2.1.2"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
459
+
460
+ [[package]]
461
+ name = "icu_provider"
462
+ version = "2.1.1"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
465
+ dependencies = [
466
+ "displaydoc",
467
+ "icu_locale_core",
468
+ "writeable",
469
+ "yoke",
470
+ "zerofrom",
471
+ "zerotrie",
472
+ "zerovec",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "id-arena"
477
+ version = "2.3.0"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
480
+
481
+ [[package]]
482
+ name = "idna"
483
+ version = "1.1.0"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
486
+ dependencies = [
487
+ "idna_adapter",
488
+ "smallvec",
489
+ "utf8_iter",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "idna_adapter"
494
+ version = "1.2.1"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
497
+ dependencies = [
498
+ "icu_normalizer",
499
+ "icu_properties",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "indexmap"
504
+ version = "2.13.0"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
507
+ dependencies = [
508
+ "equivalent",
509
+ "hashbrown 0.16.1",
510
+ "serde",
511
+ "serde_core",
512
+ ]
513
+
514
+ [[package]]
515
+ name = "indoc"
516
+ version = "2.0.7"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
519
+ dependencies = [
520
+ "rustversion",
521
+ ]
522
+
523
+ [[package]]
524
+ name = "ipnet"
525
+ version = "2.12.0"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
528
+
529
+ [[package]]
530
+ name = "iri-string"
531
+ version = "0.7.10"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
534
+ dependencies = [
535
+ "memchr",
536
+ "serde",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "itoa"
541
+ version = "1.0.17"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
544
+
545
+ [[package]]
546
+ name = "js-sys"
547
+ version = "0.3.91"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
550
+ dependencies = [
551
+ "once_cell",
552
+ "wasm-bindgen",
553
+ ]
554
+
555
+ [[package]]
556
+ name = "leb128fmt"
557
+ version = "0.1.0"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
560
+
561
+ [[package]]
562
+ name = "libc"
563
+ version = "0.2.183"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
566
+
567
+ [[package]]
568
+ name = "linux-raw-sys"
569
+ version = "0.12.1"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
572
+
573
+ [[package]]
574
+ name = "litemap"
575
+ version = "0.8.1"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
578
+
579
+ [[package]]
580
+ name = "lock_api"
581
+ version = "0.4.14"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
584
+ dependencies = [
585
+ "scopeguard",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "log"
590
+ version = "0.4.29"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
593
+
594
+ [[package]]
595
+ name = "memchr"
596
+ version = "2.8.0"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
599
+
600
+ [[package]]
601
+ name = "memoffset"
602
+ version = "0.9.1"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
605
+ dependencies = [
606
+ "autocfg",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "mime"
611
+ version = "0.3.17"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
614
+
615
+ [[package]]
616
+ name = "mio"
617
+ version = "1.1.1"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
620
+ dependencies = [
621
+ "libc",
622
+ "wasi",
623
+ "windows-sys 0.61.2",
624
+ ]
625
+
626
+ [[package]]
627
+ name = "native-tls"
628
+ version = "0.2.18"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
631
+ dependencies = [
632
+ "libc",
633
+ "log",
634
+ "openssl",
635
+ "openssl-probe",
636
+ "openssl-sys",
637
+ "schannel",
638
+ "security-framework",
639
+ "security-framework-sys",
640
+ "tempfile",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "once_cell"
645
+ version = "1.21.4"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
648
+
649
+ [[package]]
650
+ name = "openssl"
651
+ version = "0.10.76"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
654
+ dependencies = [
655
+ "bitflags",
656
+ "cfg-if",
657
+ "foreign-types",
658
+ "libc",
659
+ "once_cell",
660
+ "openssl-macros",
661
+ "openssl-sys",
662
+ ]
663
+
664
+ [[package]]
665
+ name = "openssl-macros"
666
+ version = "0.1.1"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
669
+ dependencies = [
670
+ "proc-macro2",
671
+ "quote",
672
+ "syn",
673
+ ]
674
+
675
+ [[package]]
676
+ name = "openssl-probe"
677
+ version = "0.2.1"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
680
+
681
+ [[package]]
682
+ name = "openssl-sys"
683
+ version = "0.9.112"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
686
+ dependencies = [
687
+ "cc",
688
+ "libc",
689
+ "pkg-config",
690
+ "vcpkg",
691
+ ]
692
+
693
+ [[package]]
694
+ name = "parking_lot"
695
+ version = "0.12.5"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
698
+ dependencies = [
699
+ "lock_api",
700
+ "parking_lot_core",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "parking_lot_core"
705
+ version = "0.9.12"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
708
+ dependencies = [
709
+ "cfg-if",
710
+ "libc",
711
+ "redox_syscall",
712
+ "smallvec",
713
+ "windows-link",
714
+ ]
715
+
716
+ [[package]]
717
+ name = "percent-encoding"
718
+ version = "2.3.2"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
721
+
722
+ [[package]]
723
+ name = "pin-project-lite"
724
+ version = "0.2.17"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
727
+
728
+ [[package]]
729
+ name = "pin-utils"
730
+ version = "0.1.0"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
733
+
734
+ [[package]]
735
+ name = "pkg-config"
736
+ version = "0.3.32"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
739
+
740
+ [[package]]
741
+ name = "portable-atomic"
742
+ version = "1.13.1"
743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
745
+
746
+ [[package]]
747
+ name = "potential_utf"
748
+ version = "0.1.4"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
751
+ dependencies = [
752
+ "zerovec",
753
+ ]
754
+
755
+ [[package]]
756
+ name = "prettyplease"
757
+ version = "0.2.37"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
760
+ dependencies = [
761
+ "proc-macro2",
762
+ "syn",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "proc-macro2"
767
+ version = "1.0.106"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
770
+ dependencies = [
771
+ "unicode-ident",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "pyo3"
776
+ version = "0.23.5"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
779
+ dependencies = [
780
+ "cfg-if",
781
+ "indoc",
782
+ "libc",
783
+ "memoffset",
784
+ "once_cell",
785
+ "portable-atomic",
786
+ "pyo3-build-config",
787
+ "pyo3-ffi",
788
+ "pyo3-macros",
789
+ "unindent",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "pyo3-build-config"
794
+ version = "0.23.5"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
797
+ dependencies = [
798
+ "once_cell",
799
+ "target-lexicon",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "pyo3-ffi"
804
+ version = "0.23.5"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
807
+ dependencies = [
808
+ "libc",
809
+ "pyo3-build-config",
810
+ ]
811
+
812
+ [[package]]
813
+ name = "pyo3-macros"
814
+ version = "0.23.5"
815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
816
+ checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
817
+ dependencies = [
818
+ "proc-macro2",
819
+ "pyo3-macros-backend",
820
+ "quote",
821
+ "syn",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "pyo3-macros-backend"
826
+ version = "0.23.5"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
829
+ dependencies = [
830
+ "heck",
831
+ "proc-macro2",
832
+ "pyo3-build-config",
833
+ "quote",
834
+ "syn",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "quote"
839
+ version = "1.0.45"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
842
+ dependencies = [
843
+ "proc-macro2",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "r-efi"
848
+ version = "6.0.0"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
851
+
852
+ [[package]]
853
+ name = "redox_syscall"
854
+ version = "0.5.18"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
857
+ dependencies = [
858
+ "bitflags",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "reqwest"
863
+ version = "0.12.28"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
866
+ dependencies = [
867
+ "base64",
868
+ "bytes",
869
+ "encoding_rs",
870
+ "futures-core",
871
+ "h2",
872
+ "http",
873
+ "http-body",
874
+ "http-body-util",
875
+ "hyper",
876
+ "hyper-rustls",
877
+ "hyper-tls",
878
+ "hyper-util",
879
+ "js-sys",
880
+ "log",
881
+ "mime",
882
+ "native-tls",
883
+ "percent-encoding",
884
+ "pin-project-lite",
885
+ "rustls-pki-types",
886
+ "serde",
887
+ "serde_json",
888
+ "serde_urlencoded",
889
+ "sync_wrapper",
890
+ "tokio",
891
+ "tokio-native-tls",
892
+ "tower",
893
+ "tower-http",
894
+ "tower-service",
895
+ "url",
896
+ "wasm-bindgen",
897
+ "wasm-bindgen-futures",
898
+ "web-sys",
899
+ ]
900
+
901
+ [[package]]
902
+ name = "ring"
903
+ version = "0.17.14"
904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
905
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
906
+ dependencies = [
907
+ "cc",
908
+ "cfg-if",
909
+ "getrandom 0.2.17",
910
+ "libc",
911
+ "untrusted",
912
+ "windows-sys 0.52.0",
913
+ ]
914
+
915
+ [[package]]
916
+ name = "rustix"
917
+ version = "1.1.4"
918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
919
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
920
+ dependencies = [
921
+ "bitflags",
922
+ "errno",
923
+ "libc",
924
+ "linux-raw-sys",
925
+ "windows-sys 0.61.2",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "rustls"
930
+ version = "0.23.37"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
933
+ dependencies = [
934
+ "once_cell",
935
+ "rustls-pki-types",
936
+ "rustls-webpki",
937
+ "subtle",
938
+ "zeroize",
939
+ ]
940
+
941
+ [[package]]
942
+ name = "rustls-pki-types"
943
+ version = "1.14.0"
944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
945
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
946
+ dependencies = [
947
+ "zeroize",
948
+ ]
949
+
950
+ [[package]]
951
+ name = "rustls-webpki"
952
+ version = "0.103.9"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
955
+ dependencies = [
956
+ "ring",
957
+ "rustls-pki-types",
958
+ "untrusted",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "rustversion"
963
+ version = "1.0.22"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
966
+
967
+ [[package]]
968
+ name = "ryu"
969
+ version = "1.0.23"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
972
+
973
+ [[package]]
974
+ name = "schannel"
975
+ version = "0.1.29"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
978
+ dependencies = [
979
+ "windows-sys 0.61.2",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "scopeguard"
984
+ version = "1.2.0"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
987
+
988
+ [[package]]
989
+ name = "security-framework"
990
+ version = "3.7.0"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
993
+ dependencies = [
994
+ "bitflags",
995
+ "core-foundation 0.10.1",
996
+ "core-foundation-sys",
997
+ "libc",
998
+ "security-framework-sys",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "security-framework-sys"
1003
+ version = "2.17.0"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1006
+ dependencies = [
1007
+ "core-foundation-sys",
1008
+ "libc",
1009
+ ]
1010
+
1011
+ [[package]]
1012
+ name = "semver"
1013
+ version = "1.0.27"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1016
+
1017
+ [[package]]
1018
+ name = "serde"
1019
+ version = "1.0.228"
1020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1021
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1022
+ dependencies = [
1023
+ "serde_core",
1024
+ "serde_derive",
1025
+ ]
1026
+
1027
+ [[package]]
1028
+ name = "serde_core"
1029
+ version = "1.0.228"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1032
+ dependencies = [
1033
+ "serde_derive",
1034
+ ]
1035
+
1036
+ [[package]]
1037
+ name = "serde_derive"
1038
+ version = "1.0.228"
1039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1041
+ dependencies = [
1042
+ "proc-macro2",
1043
+ "quote",
1044
+ "syn",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "serde_json"
1049
+ version = "1.0.149"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1052
+ dependencies = [
1053
+ "itoa",
1054
+ "memchr",
1055
+ "serde",
1056
+ "serde_core",
1057
+ "zmij",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "serde_urlencoded"
1062
+ version = "0.7.1"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1065
+ dependencies = [
1066
+ "form_urlencoded",
1067
+ "itoa",
1068
+ "ryu",
1069
+ "serde",
1070
+ ]
1071
+
1072
+ [[package]]
1073
+ name = "shlex"
1074
+ version = "1.3.0"
1075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1076
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1077
+
1078
+ [[package]]
1079
+ name = "signal-hook-registry"
1080
+ version = "1.4.8"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1083
+ dependencies = [
1084
+ "errno",
1085
+ "libc",
1086
+ ]
1087
+
1088
+ [[package]]
1089
+ name = "slab"
1090
+ version = "0.4.12"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1093
+
1094
+ [[package]]
1095
+ name = "smallvec"
1096
+ version = "1.15.1"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1099
+
1100
+ [[package]]
1101
+ name = "socket2"
1102
+ version = "0.6.3"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1105
+ dependencies = [
1106
+ "libc",
1107
+ "windows-sys 0.61.2",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "stable_deref_trait"
1112
+ version = "1.2.1"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1115
+
1116
+ [[package]]
1117
+ name = "subtle"
1118
+ version = "2.6.1"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1121
+
1122
+ [[package]]
1123
+ name = "syn"
1124
+ version = "2.0.117"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1127
+ dependencies = [
1128
+ "proc-macro2",
1129
+ "quote",
1130
+ "unicode-ident",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "synapse-client"
1135
+ version = "0.1.0"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "684dc415e67a433632b2b8a350fb816b7efa297e04bbb4235ed965a29fc3bebf"
1138
+ dependencies = [
1139
+ "reqwest",
1140
+ "serde",
1141
+ "serde_json",
1142
+ "thiserror",
1143
+ "tokio",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "synapse-python"
1148
+ version = "0.1.0"
1149
+ dependencies = [
1150
+ "pyo3",
1151
+ "serde_json",
1152
+ "synapse-client",
1153
+ "tokio",
1154
+ ]
1155
+
1156
+ [[package]]
1157
+ name = "sync_wrapper"
1158
+ version = "1.0.2"
1159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1160
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1161
+ dependencies = [
1162
+ "futures-core",
1163
+ ]
1164
+
1165
+ [[package]]
1166
+ name = "synstructure"
1167
+ version = "0.13.2"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1170
+ dependencies = [
1171
+ "proc-macro2",
1172
+ "quote",
1173
+ "syn",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "system-configuration"
1178
+ version = "0.7.0"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
1181
+ dependencies = [
1182
+ "bitflags",
1183
+ "core-foundation 0.9.4",
1184
+ "system-configuration-sys",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "system-configuration-sys"
1189
+ version = "0.6.0"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1192
+ dependencies = [
1193
+ "core-foundation-sys",
1194
+ "libc",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "target-lexicon"
1199
+ version = "0.12.16"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1202
+
1203
+ [[package]]
1204
+ name = "tempfile"
1205
+ version = "3.27.0"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1208
+ dependencies = [
1209
+ "fastrand",
1210
+ "getrandom 0.4.2",
1211
+ "once_cell",
1212
+ "rustix",
1213
+ "windows-sys 0.61.2",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "thiserror"
1218
+ version = "2.0.18"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1221
+ dependencies = [
1222
+ "thiserror-impl",
1223
+ ]
1224
+
1225
+ [[package]]
1226
+ name = "thiserror-impl"
1227
+ version = "2.0.18"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1230
+ dependencies = [
1231
+ "proc-macro2",
1232
+ "quote",
1233
+ "syn",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "tinystr"
1238
+ version = "0.8.2"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1241
+ dependencies = [
1242
+ "displaydoc",
1243
+ "zerovec",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "tokio"
1248
+ version = "1.50.0"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
1251
+ dependencies = [
1252
+ "bytes",
1253
+ "libc",
1254
+ "mio",
1255
+ "parking_lot",
1256
+ "pin-project-lite",
1257
+ "signal-hook-registry",
1258
+ "socket2",
1259
+ "tokio-macros",
1260
+ "windows-sys 0.61.2",
1261
+ ]
1262
+
1263
+ [[package]]
1264
+ name = "tokio-macros"
1265
+ version = "2.6.1"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
1268
+ dependencies = [
1269
+ "proc-macro2",
1270
+ "quote",
1271
+ "syn",
1272
+ ]
1273
+
1274
+ [[package]]
1275
+ name = "tokio-native-tls"
1276
+ version = "0.3.1"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1279
+ dependencies = [
1280
+ "native-tls",
1281
+ "tokio",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "tokio-rustls"
1286
+ version = "0.26.4"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1289
+ dependencies = [
1290
+ "rustls",
1291
+ "tokio",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "tokio-util"
1296
+ version = "0.7.18"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1299
+ dependencies = [
1300
+ "bytes",
1301
+ "futures-core",
1302
+ "futures-sink",
1303
+ "pin-project-lite",
1304
+ "tokio",
1305
+ ]
1306
+
1307
+ [[package]]
1308
+ name = "tower"
1309
+ version = "0.5.3"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1312
+ dependencies = [
1313
+ "futures-core",
1314
+ "futures-util",
1315
+ "pin-project-lite",
1316
+ "sync_wrapper",
1317
+ "tokio",
1318
+ "tower-layer",
1319
+ "tower-service",
1320
+ ]
1321
+
1322
+ [[package]]
1323
+ name = "tower-http"
1324
+ version = "0.6.8"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1327
+ dependencies = [
1328
+ "bitflags",
1329
+ "bytes",
1330
+ "futures-util",
1331
+ "http",
1332
+ "http-body",
1333
+ "iri-string",
1334
+ "pin-project-lite",
1335
+ "tower",
1336
+ "tower-layer",
1337
+ "tower-service",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "tower-layer"
1342
+ version = "0.3.3"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1345
+
1346
+ [[package]]
1347
+ name = "tower-service"
1348
+ version = "0.3.3"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1351
+
1352
+ [[package]]
1353
+ name = "tracing"
1354
+ version = "0.1.44"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1357
+ dependencies = [
1358
+ "pin-project-lite",
1359
+ "tracing-core",
1360
+ ]
1361
+
1362
+ [[package]]
1363
+ name = "tracing-core"
1364
+ version = "0.1.36"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1367
+ dependencies = [
1368
+ "once_cell",
1369
+ ]
1370
+
1371
+ [[package]]
1372
+ name = "try-lock"
1373
+ version = "0.2.5"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1376
+
1377
+ [[package]]
1378
+ name = "unicode-ident"
1379
+ version = "1.0.24"
1380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1381
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1382
+
1383
+ [[package]]
1384
+ name = "unicode-xid"
1385
+ version = "0.2.6"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1388
+
1389
+ [[package]]
1390
+ name = "unindent"
1391
+ version = "0.2.4"
1392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1393
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1394
+
1395
+ [[package]]
1396
+ name = "untrusted"
1397
+ version = "0.9.0"
1398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1399
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1400
+
1401
+ [[package]]
1402
+ name = "url"
1403
+ version = "2.5.8"
1404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1405
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1406
+ dependencies = [
1407
+ "form_urlencoded",
1408
+ "idna",
1409
+ "percent-encoding",
1410
+ "serde",
1411
+ ]
1412
+
1413
+ [[package]]
1414
+ name = "utf8_iter"
1415
+ version = "1.0.4"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1418
+
1419
+ [[package]]
1420
+ name = "vcpkg"
1421
+ version = "0.2.15"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1424
+
1425
+ [[package]]
1426
+ name = "want"
1427
+ version = "0.3.1"
1428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1429
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1430
+ dependencies = [
1431
+ "try-lock",
1432
+ ]
1433
+
1434
+ [[package]]
1435
+ name = "wasi"
1436
+ version = "0.11.1+wasi-snapshot-preview1"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1439
+
1440
+ [[package]]
1441
+ name = "wasip2"
1442
+ version = "1.0.2+wasi-0.2.9"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1445
+ dependencies = [
1446
+ "wit-bindgen",
1447
+ ]
1448
+
1449
+ [[package]]
1450
+ name = "wasip3"
1451
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1453
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1454
+ dependencies = [
1455
+ "wit-bindgen",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "wasm-bindgen"
1460
+ version = "0.2.114"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
1463
+ dependencies = [
1464
+ "cfg-if",
1465
+ "once_cell",
1466
+ "rustversion",
1467
+ "wasm-bindgen-macro",
1468
+ "wasm-bindgen-shared",
1469
+ ]
1470
+
1471
+ [[package]]
1472
+ name = "wasm-bindgen-futures"
1473
+ version = "0.4.64"
1474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1475
+ checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
1476
+ dependencies = [
1477
+ "cfg-if",
1478
+ "futures-util",
1479
+ "js-sys",
1480
+ "once_cell",
1481
+ "wasm-bindgen",
1482
+ "web-sys",
1483
+ ]
1484
+
1485
+ [[package]]
1486
+ name = "wasm-bindgen-macro"
1487
+ version = "0.2.114"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
1490
+ dependencies = [
1491
+ "quote",
1492
+ "wasm-bindgen-macro-support",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "wasm-bindgen-macro-support"
1497
+ version = "0.2.114"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
1500
+ dependencies = [
1501
+ "bumpalo",
1502
+ "proc-macro2",
1503
+ "quote",
1504
+ "syn",
1505
+ "wasm-bindgen-shared",
1506
+ ]
1507
+
1508
+ [[package]]
1509
+ name = "wasm-bindgen-shared"
1510
+ version = "0.2.114"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
1513
+ dependencies = [
1514
+ "unicode-ident",
1515
+ ]
1516
+
1517
+ [[package]]
1518
+ name = "wasm-encoder"
1519
+ version = "0.244.0"
1520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1521
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1522
+ dependencies = [
1523
+ "leb128fmt",
1524
+ "wasmparser",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "wasm-metadata"
1529
+ version = "0.244.0"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1532
+ dependencies = [
1533
+ "anyhow",
1534
+ "indexmap",
1535
+ "wasm-encoder",
1536
+ "wasmparser",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "wasmparser"
1541
+ version = "0.244.0"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1544
+ dependencies = [
1545
+ "bitflags",
1546
+ "hashbrown 0.15.5",
1547
+ "indexmap",
1548
+ "semver",
1549
+ ]
1550
+
1551
+ [[package]]
1552
+ name = "web-sys"
1553
+ version = "0.3.91"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
1556
+ dependencies = [
1557
+ "js-sys",
1558
+ "wasm-bindgen",
1559
+ ]
1560
+
1561
+ [[package]]
1562
+ name = "windows-link"
1563
+ version = "0.2.1"
1564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1566
+
1567
+ [[package]]
1568
+ name = "windows-registry"
1569
+ version = "0.6.1"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
1572
+ dependencies = [
1573
+ "windows-link",
1574
+ "windows-result",
1575
+ "windows-strings",
1576
+ ]
1577
+
1578
+ [[package]]
1579
+ name = "windows-result"
1580
+ version = "0.4.1"
1581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1582
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1583
+ dependencies = [
1584
+ "windows-link",
1585
+ ]
1586
+
1587
+ [[package]]
1588
+ name = "windows-strings"
1589
+ version = "0.5.1"
1590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1591
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1592
+ dependencies = [
1593
+ "windows-link",
1594
+ ]
1595
+
1596
+ [[package]]
1597
+ name = "windows-sys"
1598
+ version = "0.52.0"
1599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1600
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1601
+ dependencies = [
1602
+ "windows-targets",
1603
+ ]
1604
+
1605
+ [[package]]
1606
+ name = "windows-sys"
1607
+ version = "0.61.2"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1610
+ dependencies = [
1611
+ "windows-link",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "windows-targets"
1616
+ version = "0.52.6"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1619
+ dependencies = [
1620
+ "windows_aarch64_gnullvm",
1621
+ "windows_aarch64_msvc",
1622
+ "windows_i686_gnu",
1623
+ "windows_i686_gnullvm",
1624
+ "windows_i686_msvc",
1625
+ "windows_x86_64_gnu",
1626
+ "windows_x86_64_gnullvm",
1627
+ "windows_x86_64_msvc",
1628
+ ]
1629
+
1630
+ [[package]]
1631
+ name = "windows_aarch64_gnullvm"
1632
+ version = "0.52.6"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1635
+
1636
+ [[package]]
1637
+ name = "windows_aarch64_msvc"
1638
+ version = "0.52.6"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1641
+
1642
+ [[package]]
1643
+ name = "windows_i686_gnu"
1644
+ version = "0.52.6"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1647
+
1648
+ [[package]]
1649
+ name = "windows_i686_gnullvm"
1650
+ version = "0.52.6"
1651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1652
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1653
+
1654
+ [[package]]
1655
+ name = "windows_i686_msvc"
1656
+ version = "0.52.6"
1657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1658
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1659
+
1660
+ [[package]]
1661
+ name = "windows_x86_64_gnu"
1662
+ version = "0.52.6"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1665
+
1666
+ [[package]]
1667
+ name = "windows_x86_64_gnullvm"
1668
+ version = "0.52.6"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1671
+
1672
+ [[package]]
1673
+ name = "windows_x86_64_msvc"
1674
+ version = "0.52.6"
1675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1677
+
1678
+ [[package]]
1679
+ name = "wit-bindgen"
1680
+ version = "0.51.0"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1683
+ dependencies = [
1684
+ "wit-bindgen-rust-macro",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "wit-bindgen-core"
1689
+ version = "0.51.0"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1692
+ dependencies = [
1693
+ "anyhow",
1694
+ "heck",
1695
+ "wit-parser",
1696
+ ]
1697
+
1698
+ [[package]]
1699
+ name = "wit-bindgen-rust"
1700
+ version = "0.51.0"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1703
+ dependencies = [
1704
+ "anyhow",
1705
+ "heck",
1706
+ "indexmap",
1707
+ "prettyplease",
1708
+ "syn",
1709
+ "wasm-metadata",
1710
+ "wit-bindgen-core",
1711
+ "wit-component",
1712
+ ]
1713
+
1714
+ [[package]]
1715
+ name = "wit-bindgen-rust-macro"
1716
+ version = "0.51.0"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1719
+ dependencies = [
1720
+ "anyhow",
1721
+ "prettyplease",
1722
+ "proc-macro2",
1723
+ "quote",
1724
+ "syn",
1725
+ "wit-bindgen-core",
1726
+ "wit-bindgen-rust",
1727
+ ]
1728
+
1729
+ [[package]]
1730
+ name = "wit-component"
1731
+ version = "0.244.0"
1732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1733
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1734
+ dependencies = [
1735
+ "anyhow",
1736
+ "bitflags",
1737
+ "indexmap",
1738
+ "log",
1739
+ "serde",
1740
+ "serde_derive",
1741
+ "serde_json",
1742
+ "wasm-encoder",
1743
+ "wasm-metadata",
1744
+ "wasmparser",
1745
+ "wit-parser",
1746
+ ]
1747
+
1748
+ [[package]]
1749
+ name = "wit-parser"
1750
+ version = "0.244.0"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1753
+ dependencies = [
1754
+ "anyhow",
1755
+ "id-arena",
1756
+ "indexmap",
1757
+ "log",
1758
+ "semver",
1759
+ "serde",
1760
+ "serde_derive",
1761
+ "serde_json",
1762
+ "unicode-xid",
1763
+ "wasmparser",
1764
+ ]
1765
+
1766
+ [[package]]
1767
+ name = "writeable"
1768
+ version = "0.6.2"
1769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1770
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1771
+
1772
+ [[package]]
1773
+ name = "yoke"
1774
+ version = "0.8.1"
1775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
1777
+ dependencies = [
1778
+ "stable_deref_trait",
1779
+ "yoke-derive",
1780
+ "zerofrom",
1781
+ ]
1782
+
1783
+ [[package]]
1784
+ name = "yoke-derive"
1785
+ version = "0.8.1"
1786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1787
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
1788
+ dependencies = [
1789
+ "proc-macro2",
1790
+ "quote",
1791
+ "syn",
1792
+ "synstructure",
1793
+ ]
1794
+
1795
+ [[package]]
1796
+ name = "zerofrom"
1797
+ version = "0.1.6"
1798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1799
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1800
+ dependencies = [
1801
+ "zerofrom-derive",
1802
+ ]
1803
+
1804
+ [[package]]
1805
+ name = "zerofrom-derive"
1806
+ version = "0.1.6"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1809
+ dependencies = [
1810
+ "proc-macro2",
1811
+ "quote",
1812
+ "syn",
1813
+ "synstructure",
1814
+ ]
1815
+
1816
+ [[package]]
1817
+ name = "zeroize"
1818
+ version = "1.8.2"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1821
+
1822
+ [[package]]
1823
+ name = "zerotrie"
1824
+ version = "0.2.3"
1825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
1827
+ dependencies = [
1828
+ "displaydoc",
1829
+ "yoke",
1830
+ "zerofrom",
1831
+ ]
1832
+
1833
+ [[package]]
1834
+ name = "zerovec"
1835
+ version = "0.11.5"
1836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1837
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
1838
+ dependencies = [
1839
+ "yoke",
1840
+ "zerofrom",
1841
+ "zerovec-derive",
1842
+ ]
1843
+
1844
+ [[package]]
1845
+ name = "zerovec-derive"
1846
+ version = "0.11.2"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
1849
+ dependencies = [
1850
+ "proc-macro2",
1851
+ "quote",
1852
+ "syn",
1853
+ ]
1854
+
1855
+ [[package]]
1856
+ name = "zmij"
1857
+ version = "1.0.21"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"