@lox-audioserver/node-librespot 0.3.2

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