istl 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. istl-0.1.0/Cargo.lock +2482 -0
  2. istl-0.1.0/Cargo.toml +12 -0
  3. istl-0.1.0/PKG-INFO +237 -0
  4. istl-0.1.0/README.md +214 -0
  5. istl-0.1.0/crates/istl-core/Cargo.toml +12 -0
  6. istl-0.1.0/crates/istl-core/src/converter/mod.rs +80 -0
  7. istl-0.1.0/crates/istl-core/src/converter/non_unix_impl.rs +90 -0
  8. istl-0.1.0/crates/istl-core/src/converter/unix_impl.rs +177 -0
  9. istl-0.1.0/crates/istl-core/src/format/bbox.rs +93 -0
  10. istl-0.1.0/crates/istl-core/src/format/footer.rs +81 -0
  11. istl-0.1.0/crates/istl-core/src/format/header.rs +6 -0
  12. istl-0.1.0/crates/istl-core/src/format/mod.rs +225 -0
  13. istl-0.1.0/crates/istl-core/src/format/row_group.rs +54 -0
  14. istl-0.1.0/crates/istl-core/src/format/stl.rs +4 -0
  15. istl-0.1.0/crates/istl-core/src/format/triangle.rs +41 -0
  16. istl-0.1.0/crates/istl-core/src/hilbert.rs +81 -0
  17. istl-0.1.0/crates/istl-core/src/lib.rs +10 -0
  18. istl-0.1.0/crates/istl-core/src/query/mod.rs +259 -0
  19. istl-0.1.0/crates/istl-core/src/source/byte_source.rs +55 -0
  20. istl-0.1.0/crates/istl-core/src/source/file_source.rs +44 -0
  21. istl-0.1.0/crates/istl-core/src/source/mod.rs +138 -0
  22. istl-0.1.0/crates/istl-core/tests/round_trip.rs +331 -0
  23. istl-0.1.0/crates/istl-objectstore/Cargo.toml +16 -0
  24. istl-0.1.0/crates/istl-objectstore/src/lib.rs +271 -0
  25. istl-0.1.0/crates/istl-objectstore/src/reader.rs +637 -0
  26. istl-0.1.0/crates/istl-objectstore/src/writer.rs +67 -0
  27. istl-0.1.0/crates/istl-py/Cargo.toml +20 -0
  28. istl-0.1.0/crates/istl-py/README.md +214 -0
  29. istl-0.1.0/crates/istl-py/src/converter.rs +28 -0
  30. istl-0.1.0/crates/istl-py/src/lib.rs +228 -0
  31. istl-0.1.0/pyproject.toml +34 -0
istl-0.1.0/Cargo.lock ADDED
@@ -0,0 +1,2482 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "android_system_properties"
7
+ version = "0.1.5"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10
+ dependencies = [
11
+ "libc",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "anstream"
16
+ version = "1.0.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
19
+ dependencies = [
20
+ "anstyle",
21
+ "anstyle-parse",
22
+ "anstyle-query",
23
+ "anstyle-wincon",
24
+ "colorchoice",
25
+ "is_terminal_polyfill",
26
+ "utf8parse",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "anstyle"
31
+ version = "1.0.14"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
34
+
35
+ [[package]]
36
+ name = "anstyle-parse"
37
+ version = "1.0.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
40
+ dependencies = [
41
+ "utf8parse",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle-query"
46
+ version = "1.1.5"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
49
+ dependencies = [
50
+ "windows-sys 0.61.2",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "anstyle-wincon"
55
+ version = "3.0.11"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
58
+ dependencies = [
59
+ "anstyle",
60
+ "once_cell_polyfill",
61
+ "windows-sys 0.61.2",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "anyhow"
66
+ version = "1.0.103"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
69
+
70
+ [[package]]
71
+ name = "async-trait"
72
+ version = "0.1.89"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
75
+ dependencies = [
76
+ "proc-macro2",
77
+ "quote",
78
+ "syn",
79
+ ]
80
+
81
+ [[package]]
82
+ name = "atomic-waker"
83
+ version = "1.1.2"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
86
+
87
+ [[package]]
88
+ name = "autocfg"
89
+ version = "1.5.1"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
92
+
93
+ [[package]]
94
+ name = "aws-lc-rs"
95
+ version = "1.17.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
98
+ dependencies = [
99
+ "aws-lc-sys",
100
+ "zeroize",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "aws-lc-sys"
105
+ version = "0.41.0"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
108
+ dependencies = [
109
+ "cc",
110
+ "cmake",
111
+ "dunce",
112
+ "fs_extra",
113
+ ]
114
+
115
+ [[package]]
116
+ name = "base64"
117
+ version = "0.22.1"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
120
+
121
+ [[package]]
122
+ name = "bitflags"
123
+ version = "2.13.0"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
126
+
127
+ [[package]]
128
+ name = "block-buffer"
129
+ version = "0.12.1"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
132
+ dependencies = [
133
+ "hybrid-array",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "bumpalo"
138
+ version = "3.20.3"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
141
+
142
+ [[package]]
143
+ name = "bytemuck"
144
+ version = "1.25.0"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
147
+
148
+ [[package]]
149
+ name = "bytes"
150
+ version = "1.12.0"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
153
+
154
+ [[package]]
155
+ name = "cc"
156
+ version = "1.2.65"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
159
+ dependencies = [
160
+ "find-msvc-tools",
161
+ "jobserver",
162
+ "libc",
163
+ "shlex",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "cfg-if"
168
+ version = "1.0.4"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
171
+
172
+ [[package]]
173
+ name = "cfg_aliases"
174
+ version = "0.2.1"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
177
+
178
+ [[package]]
179
+ name = "chacha20"
180
+ version = "0.10.1"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
183
+ dependencies = [
184
+ "cfg-if",
185
+ "cpufeatures",
186
+ "rand_core 0.10.1",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "chrono"
191
+ version = "0.4.45"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
194
+ dependencies = [
195
+ "iana-time-zone",
196
+ "num-traits",
197
+ "serde",
198
+ "windows-link",
199
+ ]
200
+
201
+ [[package]]
202
+ name = "clap"
203
+ version = "4.6.1"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
206
+ dependencies = [
207
+ "clap_builder",
208
+ "clap_derive",
209
+ ]
210
+
211
+ [[package]]
212
+ name = "clap_builder"
213
+ version = "4.6.0"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
216
+ dependencies = [
217
+ "anstream",
218
+ "anstyle",
219
+ "clap_lex",
220
+ "strsim",
221
+ ]
222
+
223
+ [[package]]
224
+ name = "clap_derive"
225
+ version = "4.6.1"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
228
+ dependencies = [
229
+ "heck",
230
+ "proc-macro2",
231
+ "quote",
232
+ "syn",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "clap_lex"
237
+ version = "1.1.0"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
240
+
241
+ [[package]]
242
+ name = "cmake"
243
+ version = "0.1.58"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
246
+ dependencies = [
247
+ "cc",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "colorchoice"
252
+ version = "1.0.5"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
255
+
256
+ [[package]]
257
+ name = "combine"
258
+ version = "4.6.7"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
261
+ dependencies = [
262
+ "bytes",
263
+ "memchr",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "core-foundation"
268
+ version = "0.10.1"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
271
+ dependencies = [
272
+ "core-foundation-sys",
273
+ "libc",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "core-foundation-sys"
278
+ version = "0.8.7"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
281
+
282
+ [[package]]
283
+ name = "cpufeatures"
284
+ version = "0.3.0"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
287
+ dependencies = [
288
+ "libc",
289
+ ]
290
+
291
+ [[package]]
292
+ name = "crc-fast"
293
+ version = "1.10.0"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "e75b2483e97a5a7da73ac68a05b629f9c53cff58d8ed1c77866079e18b00dba5"
296
+ dependencies = [
297
+ "digest 0.10.7",
298
+ "spin",
299
+ ]
300
+
301
+ [[package]]
302
+ name = "crossbeam-deque"
303
+ version = "0.8.6"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
306
+ dependencies = [
307
+ "crossbeam-epoch",
308
+ "crossbeam-utils",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "crossbeam-epoch"
313
+ version = "0.9.18"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
316
+ dependencies = [
317
+ "crossbeam-utils",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "crossbeam-utils"
322
+ version = "0.8.21"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
325
+
326
+ [[package]]
327
+ name = "crypto-common"
328
+ version = "0.1.7"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
331
+ dependencies = [
332
+ "generic-array",
333
+ "typenum",
334
+ ]
335
+
336
+ [[package]]
337
+ name = "crypto-common"
338
+ version = "0.2.2"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
341
+ dependencies = [
342
+ "hybrid-array",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "digest"
347
+ version = "0.10.7"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
350
+ dependencies = [
351
+ "crypto-common 0.1.7",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "digest"
356
+ version = "0.11.3"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
359
+ dependencies = [
360
+ "block-buffer",
361
+ "crypto-common 0.2.2",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "displaydoc"
366
+ version = "0.2.6"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
369
+ dependencies = [
370
+ "proc-macro2",
371
+ "quote",
372
+ "syn",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "dunce"
377
+ version = "1.0.5"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
380
+
381
+ [[package]]
382
+ name = "either"
383
+ version = "1.16.0"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
386
+
387
+ [[package]]
388
+ name = "equivalent"
389
+ version = "1.0.2"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
392
+
393
+ [[package]]
394
+ name = "find-msvc-tools"
395
+ version = "0.1.9"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
398
+
399
+ [[package]]
400
+ name = "fnv"
401
+ version = "1.0.7"
402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
403
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
404
+
405
+ [[package]]
406
+ name = "form_urlencoded"
407
+ version = "1.2.2"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
410
+ dependencies = [
411
+ "percent-encoding",
412
+ ]
413
+
414
+ [[package]]
415
+ name = "fs_extra"
416
+ version = "1.3.0"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
419
+
420
+ [[package]]
421
+ name = "futures"
422
+ version = "0.3.32"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
425
+ dependencies = [
426
+ "futures-channel",
427
+ "futures-core",
428
+ "futures-executor",
429
+ "futures-io",
430
+ "futures-sink",
431
+ "futures-task",
432
+ "futures-util",
433
+ ]
434
+
435
+ [[package]]
436
+ name = "futures-channel"
437
+ version = "0.3.32"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
440
+ dependencies = [
441
+ "futures-core",
442
+ "futures-sink",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "futures-core"
447
+ version = "0.3.32"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
450
+
451
+ [[package]]
452
+ name = "futures-executor"
453
+ version = "0.3.32"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
456
+ dependencies = [
457
+ "futures-core",
458
+ "futures-task",
459
+ "futures-util",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "futures-io"
464
+ version = "0.3.32"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
467
+
468
+ [[package]]
469
+ name = "futures-macro"
470
+ version = "0.3.32"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
473
+ dependencies = [
474
+ "proc-macro2",
475
+ "quote",
476
+ "syn",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "futures-sink"
481
+ version = "0.3.32"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
484
+
485
+ [[package]]
486
+ name = "futures-task"
487
+ version = "0.3.32"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
490
+
491
+ [[package]]
492
+ name = "futures-util"
493
+ version = "0.3.32"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
496
+ dependencies = [
497
+ "futures-channel",
498
+ "futures-core",
499
+ "futures-io",
500
+ "futures-macro",
501
+ "futures-sink",
502
+ "futures-task",
503
+ "memchr",
504
+ "pin-project-lite",
505
+ "slab",
506
+ ]
507
+
508
+ [[package]]
509
+ name = "generic-array"
510
+ version = "0.14.7"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
513
+ dependencies = [
514
+ "typenum",
515
+ "version_check",
516
+ ]
517
+
518
+ [[package]]
519
+ name = "getrandom"
520
+ version = "0.2.17"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
523
+ dependencies = [
524
+ "cfg-if",
525
+ "js-sys",
526
+ "libc",
527
+ "wasi",
528
+ "wasm-bindgen",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "getrandom"
533
+ version = "0.3.4"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
536
+ dependencies = [
537
+ "cfg-if",
538
+ "js-sys",
539
+ "libc",
540
+ "r-efi 5.3.0",
541
+ "wasip2",
542
+ "wasm-bindgen",
543
+ ]
544
+
545
+ [[package]]
546
+ name = "getrandom"
547
+ version = "0.4.3"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
550
+ dependencies = [
551
+ "cfg-if",
552
+ "libc",
553
+ "r-efi 6.0.0",
554
+ "rand_core 0.10.1",
555
+ ]
556
+
557
+ [[package]]
558
+ name = "h2"
559
+ version = "0.4.15"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
562
+ dependencies = [
563
+ "atomic-waker",
564
+ "bytes",
565
+ "fnv",
566
+ "futures-core",
567
+ "futures-sink",
568
+ "http",
569
+ "indexmap",
570
+ "slab",
571
+ "tokio",
572
+ "tokio-util",
573
+ "tracing",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "hashbrown"
578
+ version = "0.17.1"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
581
+
582
+ [[package]]
583
+ name = "heck"
584
+ version = "0.5.0"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
587
+
588
+ [[package]]
589
+ name = "http"
590
+ version = "1.4.2"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
593
+ dependencies = [
594
+ "bytes",
595
+ "itoa",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "http-body"
600
+ version = "1.0.1"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
603
+ dependencies = [
604
+ "bytes",
605
+ "http",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "http-body-util"
610
+ version = "0.1.3"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
613
+ dependencies = [
614
+ "bytes",
615
+ "futures-core",
616
+ "http",
617
+ "http-body",
618
+ "pin-project-lite",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "httparse"
623
+ version = "1.10.1"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
626
+
627
+ [[package]]
628
+ name = "humantime"
629
+ version = "2.3.0"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
632
+
633
+ [[package]]
634
+ name = "hybrid-array"
635
+ version = "0.4.13"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
638
+ dependencies = [
639
+ "typenum",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "hyper"
644
+ version = "1.10.1"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
647
+ dependencies = [
648
+ "atomic-waker",
649
+ "bytes",
650
+ "futures-channel",
651
+ "futures-core",
652
+ "h2",
653
+ "http",
654
+ "http-body",
655
+ "httparse",
656
+ "itoa",
657
+ "pin-project-lite",
658
+ "smallvec",
659
+ "tokio",
660
+ "want",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "hyper-rustls"
665
+ version = "0.27.9"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
668
+ dependencies = [
669
+ "http",
670
+ "hyper",
671
+ "hyper-util",
672
+ "rustls",
673
+ "tokio",
674
+ "tokio-rustls",
675
+ "tower-service",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "hyper-util"
680
+ version = "0.1.20"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
683
+ dependencies = [
684
+ "base64",
685
+ "bytes",
686
+ "futures-channel",
687
+ "futures-util",
688
+ "http",
689
+ "http-body",
690
+ "hyper",
691
+ "ipnet",
692
+ "libc",
693
+ "percent-encoding",
694
+ "pin-project-lite",
695
+ "socket2",
696
+ "tokio",
697
+ "tower-service",
698
+ "tracing",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "iana-time-zone"
703
+ version = "0.1.65"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
706
+ dependencies = [
707
+ "android_system_properties",
708
+ "core-foundation-sys",
709
+ "iana-time-zone-haiku",
710
+ "js-sys",
711
+ "log",
712
+ "wasm-bindgen",
713
+ "windows-core",
714
+ ]
715
+
716
+ [[package]]
717
+ name = "iana-time-zone-haiku"
718
+ version = "0.1.2"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
721
+ dependencies = [
722
+ "cc",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "icu_collections"
727
+ version = "2.2.0"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
730
+ dependencies = [
731
+ "displaydoc",
732
+ "potential_utf",
733
+ "utf8_iter",
734
+ "yoke",
735
+ "zerofrom",
736
+ "zerovec",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "icu_locale_core"
741
+ version = "2.2.0"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
744
+ dependencies = [
745
+ "displaydoc",
746
+ "litemap",
747
+ "tinystr",
748
+ "writeable",
749
+ "zerovec",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "icu_normalizer"
754
+ version = "2.2.0"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
757
+ dependencies = [
758
+ "icu_collections",
759
+ "icu_normalizer_data",
760
+ "icu_properties",
761
+ "icu_provider",
762
+ "smallvec",
763
+ "zerovec",
764
+ ]
765
+
766
+ [[package]]
767
+ name = "icu_normalizer_data"
768
+ version = "2.2.0"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
771
+
772
+ [[package]]
773
+ name = "icu_properties"
774
+ version = "2.2.0"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
777
+ dependencies = [
778
+ "icu_collections",
779
+ "icu_locale_core",
780
+ "icu_properties_data",
781
+ "icu_provider",
782
+ "zerotrie",
783
+ "zerovec",
784
+ ]
785
+
786
+ [[package]]
787
+ name = "icu_properties_data"
788
+ version = "2.2.0"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
791
+
792
+ [[package]]
793
+ name = "icu_provider"
794
+ version = "2.2.0"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
797
+ dependencies = [
798
+ "displaydoc",
799
+ "icu_locale_core",
800
+ "writeable",
801
+ "yoke",
802
+ "zerofrom",
803
+ "zerotrie",
804
+ "zerovec",
805
+ ]
806
+
807
+ [[package]]
808
+ name = "idna"
809
+ version = "1.1.0"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
812
+ dependencies = [
813
+ "idna_adapter",
814
+ "smallvec",
815
+ "utf8_iter",
816
+ ]
817
+
818
+ [[package]]
819
+ name = "idna_adapter"
820
+ version = "1.2.2"
821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
822
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
823
+ dependencies = [
824
+ "icu_normalizer",
825
+ "icu_properties",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "indexmap"
830
+ version = "2.14.0"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
833
+ dependencies = [
834
+ "equivalent",
835
+ "hashbrown",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "ipnet"
840
+ version = "2.12.0"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
843
+
844
+ [[package]]
845
+ name = "is_terminal_polyfill"
846
+ version = "1.70.2"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
849
+
850
+ [[package]]
851
+ name = "istl-cli"
852
+ version = "0.1.0"
853
+ dependencies = [
854
+ "anyhow",
855
+ "clap",
856
+ "istl-core",
857
+ "istl-objectstore",
858
+ "url",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "istl-core"
863
+ version = "0.1.0"
864
+ dependencies = [
865
+ "bytemuck",
866
+ "memmap2",
867
+ "rayon",
868
+ ]
869
+
870
+ [[package]]
871
+ name = "istl-objectstore"
872
+ version = "0.1.0"
873
+ dependencies = [
874
+ "async-trait",
875
+ "bytes",
876
+ "futures",
877
+ "istl-core",
878
+ "object_store",
879
+ "tokio",
880
+ "url",
881
+ ]
882
+
883
+ [[package]]
884
+ name = "istl-py"
885
+ version = "0.1.0"
886
+ dependencies = [
887
+ "istl-core",
888
+ "istl-objectstore",
889
+ "pyo3",
890
+ "url",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "itertools"
895
+ version = "0.15.0"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
898
+ dependencies = [
899
+ "either",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "itoa"
904
+ version = "1.0.18"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
907
+
908
+ [[package]]
909
+ name = "jni"
910
+ version = "0.22.4"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
913
+ dependencies = [
914
+ "cfg-if",
915
+ "combine",
916
+ "jni-macros",
917
+ "jni-sys",
918
+ "log",
919
+ "simd_cesu8",
920
+ "thiserror",
921
+ "walkdir",
922
+ "windows-link",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "jni-macros"
927
+ version = "0.22.4"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
930
+ dependencies = [
931
+ "proc-macro2",
932
+ "quote",
933
+ "rustc_version",
934
+ "simd_cesu8",
935
+ "syn",
936
+ ]
937
+
938
+ [[package]]
939
+ name = "jni-sys"
940
+ version = "0.4.1"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
943
+ dependencies = [
944
+ "jni-sys-macros",
945
+ ]
946
+
947
+ [[package]]
948
+ name = "jni-sys-macros"
949
+ version = "0.4.1"
950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
951
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
952
+ dependencies = [
953
+ "quote",
954
+ "syn",
955
+ ]
956
+
957
+ [[package]]
958
+ name = "jobserver"
959
+ version = "0.1.34"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
962
+ dependencies = [
963
+ "getrandom 0.3.4",
964
+ "libc",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "js-sys"
969
+ version = "0.3.103"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
972
+ dependencies = [
973
+ "cfg-if",
974
+ "futures-util",
975
+ "wasm-bindgen",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "libc"
980
+ version = "0.2.186"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
983
+
984
+ [[package]]
985
+ name = "litemap"
986
+ version = "0.8.2"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
989
+
990
+ [[package]]
991
+ name = "lock_api"
992
+ version = "0.4.14"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
995
+ dependencies = [
996
+ "scopeguard",
997
+ ]
998
+
999
+ [[package]]
1000
+ name = "log"
1001
+ version = "0.4.33"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1004
+
1005
+ [[package]]
1006
+ name = "lru-slab"
1007
+ version = "0.1.2"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1010
+
1011
+ [[package]]
1012
+ name = "md-5"
1013
+ version = "0.11.0"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
1016
+ dependencies = [
1017
+ "cfg-if",
1018
+ "digest 0.11.3",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "memchr"
1023
+ version = "2.8.2"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1026
+
1027
+ [[package]]
1028
+ name = "memmap2"
1029
+ version = "0.9.11"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
1032
+ dependencies = [
1033
+ "libc",
1034
+ ]
1035
+
1036
+ [[package]]
1037
+ name = "mio"
1038
+ version = "1.2.1"
1039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1041
+ dependencies = [
1042
+ "libc",
1043
+ "wasi",
1044
+ "windows-sys 0.61.2",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "nix"
1049
+ version = "0.31.3"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
1052
+ dependencies = [
1053
+ "bitflags",
1054
+ "cfg-if",
1055
+ "cfg_aliases",
1056
+ "libc",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "num-traits"
1061
+ version = "0.2.19"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1064
+ dependencies = [
1065
+ "autocfg",
1066
+ ]
1067
+
1068
+ [[package]]
1069
+ name = "object_store"
1070
+ version = "0.14.0"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "765784b4390c6bcf80316e5a22f4e3661b639c9d8c83246856643c27d8ce9dbe"
1073
+ dependencies = [
1074
+ "async-trait",
1075
+ "aws-lc-rs",
1076
+ "base64",
1077
+ "bytes",
1078
+ "chrono",
1079
+ "crc-fast",
1080
+ "form_urlencoded",
1081
+ "futures-channel",
1082
+ "futures-core",
1083
+ "futures-util",
1084
+ "http",
1085
+ "http-body-util",
1086
+ "httparse",
1087
+ "humantime",
1088
+ "hyper",
1089
+ "itertools",
1090
+ "md-5",
1091
+ "nix",
1092
+ "parking_lot",
1093
+ "percent-encoding",
1094
+ "quick-xml",
1095
+ "rand 0.10.1",
1096
+ "reqwest",
1097
+ "rustls-pki-types",
1098
+ "serde",
1099
+ "serde_json",
1100
+ "serde_urlencoded",
1101
+ "thiserror",
1102
+ "tokio",
1103
+ "tracing",
1104
+ "url",
1105
+ "walkdir",
1106
+ "wasm-bindgen-futures",
1107
+ "web-time",
1108
+ "windows-sys 0.61.2",
1109
+ ]
1110
+
1111
+ [[package]]
1112
+ name = "once_cell"
1113
+ version = "1.21.4"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1116
+
1117
+ [[package]]
1118
+ name = "once_cell_polyfill"
1119
+ version = "1.70.2"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1122
+
1123
+ [[package]]
1124
+ name = "openssl-probe"
1125
+ version = "0.2.1"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1128
+
1129
+ [[package]]
1130
+ name = "parking_lot"
1131
+ version = "0.12.5"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1134
+ dependencies = [
1135
+ "lock_api",
1136
+ "parking_lot_core",
1137
+ ]
1138
+
1139
+ [[package]]
1140
+ name = "parking_lot_core"
1141
+ version = "0.9.12"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1144
+ dependencies = [
1145
+ "cfg-if",
1146
+ "libc",
1147
+ "redox_syscall",
1148
+ "smallvec",
1149
+ "windows-link",
1150
+ ]
1151
+
1152
+ [[package]]
1153
+ name = "percent-encoding"
1154
+ version = "2.3.2"
1155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1156
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1157
+
1158
+ [[package]]
1159
+ name = "pin-project-lite"
1160
+ version = "0.2.17"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1163
+
1164
+ [[package]]
1165
+ name = "portable-atomic"
1166
+ version = "1.13.1"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1169
+
1170
+ [[package]]
1171
+ name = "potential_utf"
1172
+ version = "0.1.5"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1175
+ dependencies = [
1176
+ "zerovec",
1177
+ ]
1178
+
1179
+ [[package]]
1180
+ name = "ppv-lite86"
1181
+ version = "0.2.21"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1184
+ dependencies = [
1185
+ "zerocopy",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "proc-macro2"
1190
+ version = "1.0.106"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1193
+ dependencies = [
1194
+ "unicode-ident",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "pyo3"
1199
+ version = "0.29.0"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
1202
+ dependencies = [
1203
+ "libc",
1204
+ "once_cell",
1205
+ "portable-atomic",
1206
+ "pyo3-build-config",
1207
+ "pyo3-ffi",
1208
+ "pyo3-macros",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "pyo3-build-config"
1213
+ version = "0.29.0"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
1216
+ dependencies = [
1217
+ "target-lexicon",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "pyo3-ffi"
1222
+ version = "0.29.0"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
1225
+ dependencies = [
1226
+ "libc",
1227
+ "pyo3-build-config",
1228
+ ]
1229
+
1230
+ [[package]]
1231
+ name = "pyo3-macros"
1232
+ version = "0.29.0"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
1235
+ dependencies = [
1236
+ "proc-macro2",
1237
+ "pyo3-macros-backend",
1238
+ "quote",
1239
+ "syn",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "pyo3-macros-backend"
1244
+ version = "0.29.0"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
1247
+ dependencies = [
1248
+ "heck",
1249
+ "proc-macro2",
1250
+ "quote",
1251
+ "syn",
1252
+ ]
1253
+
1254
+ [[package]]
1255
+ name = "quick-xml"
1256
+ version = "0.40.1"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f"
1259
+ dependencies = [
1260
+ "memchr",
1261
+ "serde",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "quinn"
1266
+ version = "0.11.11"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
1269
+ dependencies = [
1270
+ "bytes",
1271
+ "cfg_aliases",
1272
+ "pin-project-lite",
1273
+ "quinn-proto",
1274
+ "quinn-udp",
1275
+ "rustc-hash",
1276
+ "rustls",
1277
+ "socket2",
1278
+ "thiserror",
1279
+ "tokio",
1280
+ "tracing",
1281
+ "web-time",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "quinn-proto"
1286
+ version = "0.11.15"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
1289
+ dependencies = [
1290
+ "aws-lc-rs",
1291
+ "bytes",
1292
+ "getrandom 0.3.4",
1293
+ "lru-slab",
1294
+ "rand 0.9.4",
1295
+ "ring",
1296
+ "rustc-hash",
1297
+ "rustls",
1298
+ "rustls-pki-types",
1299
+ "slab",
1300
+ "thiserror",
1301
+ "tinyvec",
1302
+ "tracing",
1303
+ "web-time",
1304
+ ]
1305
+
1306
+ [[package]]
1307
+ name = "quinn-udp"
1308
+ version = "0.5.14"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1311
+ dependencies = [
1312
+ "cfg_aliases",
1313
+ "libc",
1314
+ "once_cell",
1315
+ "socket2",
1316
+ "tracing",
1317
+ "windows-sys 0.60.2",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "quote"
1322
+ version = "1.0.46"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1325
+ dependencies = [
1326
+ "proc-macro2",
1327
+ ]
1328
+
1329
+ [[package]]
1330
+ name = "r-efi"
1331
+ version = "5.3.0"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1334
+
1335
+ [[package]]
1336
+ name = "r-efi"
1337
+ version = "6.0.0"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1340
+
1341
+ [[package]]
1342
+ name = "rand"
1343
+ version = "0.9.4"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1346
+ dependencies = [
1347
+ "rand_chacha",
1348
+ "rand_core 0.9.5",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "rand"
1353
+ version = "0.10.1"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
1356
+ dependencies = [
1357
+ "chacha20",
1358
+ "getrandom 0.4.3",
1359
+ "rand_core 0.10.1",
1360
+ ]
1361
+
1362
+ [[package]]
1363
+ name = "rand_chacha"
1364
+ version = "0.9.0"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1367
+ dependencies = [
1368
+ "ppv-lite86",
1369
+ "rand_core 0.9.5",
1370
+ ]
1371
+
1372
+ [[package]]
1373
+ name = "rand_core"
1374
+ version = "0.9.5"
1375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1376
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1377
+ dependencies = [
1378
+ "getrandom 0.3.4",
1379
+ ]
1380
+
1381
+ [[package]]
1382
+ name = "rand_core"
1383
+ version = "0.10.1"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1386
+
1387
+ [[package]]
1388
+ name = "rayon"
1389
+ version = "1.12.0"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1392
+ dependencies = [
1393
+ "either",
1394
+ "rayon-core",
1395
+ ]
1396
+
1397
+ [[package]]
1398
+ name = "rayon-core"
1399
+ version = "1.13.0"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1402
+ dependencies = [
1403
+ "crossbeam-deque",
1404
+ "crossbeam-utils",
1405
+ ]
1406
+
1407
+ [[package]]
1408
+ name = "redox_syscall"
1409
+ version = "0.5.18"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1412
+ dependencies = [
1413
+ "bitflags",
1414
+ ]
1415
+
1416
+ [[package]]
1417
+ name = "reqwest"
1418
+ version = "0.13.4"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
1421
+ dependencies = [
1422
+ "base64",
1423
+ "bytes",
1424
+ "futures-core",
1425
+ "futures-util",
1426
+ "h2",
1427
+ "http",
1428
+ "http-body",
1429
+ "http-body-util",
1430
+ "hyper",
1431
+ "hyper-rustls",
1432
+ "hyper-util",
1433
+ "js-sys",
1434
+ "log",
1435
+ "percent-encoding",
1436
+ "pin-project-lite",
1437
+ "quinn",
1438
+ "rustls",
1439
+ "rustls-pki-types",
1440
+ "rustls-platform-verifier",
1441
+ "sync_wrapper",
1442
+ "tokio",
1443
+ "tokio-rustls",
1444
+ "tokio-util",
1445
+ "tower",
1446
+ "tower-http",
1447
+ "tower-service",
1448
+ "url",
1449
+ "wasm-bindgen",
1450
+ "wasm-bindgen-futures",
1451
+ "wasm-streams",
1452
+ "web-sys",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "ring"
1457
+ version = "0.17.14"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1460
+ dependencies = [
1461
+ "cc",
1462
+ "cfg-if",
1463
+ "getrandom 0.2.17",
1464
+ "libc",
1465
+ "untrusted",
1466
+ "windows-sys 0.52.0",
1467
+ ]
1468
+
1469
+ [[package]]
1470
+ name = "rustc-hash"
1471
+ version = "2.1.2"
1472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1474
+
1475
+ [[package]]
1476
+ name = "rustc_version"
1477
+ version = "0.4.1"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1480
+ dependencies = [
1481
+ "semver",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "rustls"
1486
+ version = "0.23.41"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
1489
+ dependencies = [
1490
+ "aws-lc-rs",
1491
+ "once_cell",
1492
+ "rustls-pki-types",
1493
+ "rustls-webpki",
1494
+ "subtle",
1495
+ "zeroize",
1496
+ ]
1497
+
1498
+ [[package]]
1499
+ name = "rustls-native-certs"
1500
+ version = "0.8.4"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
1503
+ dependencies = [
1504
+ "openssl-probe",
1505
+ "rustls-pki-types",
1506
+ "schannel",
1507
+ "security-framework",
1508
+ ]
1509
+
1510
+ [[package]]
1511
+ name = "rustls-pki-types"
1512
+ version = "1.14.1"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1515
+ dependencies = [
1516
+ "web-time",
1517
+ "zeroize",
1518
+ ]
1519
+
1520
+ [[package]]
1521
+ name = "rustls-platform-verifier"
1522
+ version = "0.7.0"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
1525
+ dependencies = [
1526
+ "core-foundation",
1527
+ "core-foundation-sys",
1528
+ "jni",
1529
+ "log",
1530
+ "once_cell",
1531
+ "rustls",
1532
+ "rustls-native-certs",
1533
+ "rustls-platform-verifier-android",
1534
+ "rustls-webpki",
1535
+ "security-framework",
1536
+ "security-framework-sys",
1537
+ "webpki-root-certs",
1538
+ "windows-sys 0.61.2",
1539
+ ]
1540
+
1541
+ [[package]]
1542
+ name = "rustls-platform-verifier-android"
1543
+ version = "0.1.1"
1544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1545
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1546
+
1547
+ [[package]]
1548
+ name = "rustls-webpki"
1549
+ version = "0.103.13"
1550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1551
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1552
+ dependencies = [
1553
+ "aws-lc-rs",
1554
+ "ring",
1555
+ "rustls-pki-types",
1556
+ "untrusted",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "rustversion"
1561
+ version = "1.0.22"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1564
+
1565
+ [[package]]
1566
+ name = "ryu"
1567
+ version = "1.0.23"
1568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1570
+
1571
+ [[package]]
1572
+ name = "same-file"
1573
+ version = "1.0.6"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1576
+ dependencies = [
1577
+ "winapi-util",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "schannel"
1582
+ version = "0.1.29"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1585
+ dependencies = [
1586
+ "windows-sys 0.61.2",
1587
+ ]
1588
+
1589
+ [[package]]
1590
+ name = "scopeguard"
1591
+ version = "1.2.0"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1594
+
1595
+ [[package]]
1596
+ name = "security-framework"
1597
+ version = "3.7.0"
1598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1599
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1600
+ dependencies = [
1601
+ "bitflags",
1602
+ "core-foundation",
1603
+ "core-foundation-sys",
1604
+ "libc",
1605
+ "security-framework-sys",
1606
+ ]
1607
+
1608
+ [[package]]
1609
+ name = "security-framework-sys"
1610
+ version = "2.17.0"
1611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1612
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1613
+ dependencies = [
1614
+ "core-foundation-sys",
1615
+ "libc",
1616
+ ]
1617
+
1618
+ [[package]]
1619
+ name = "semver"
1620
+ version = "1.0.28"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1623
+
1624
+ [[package]]
1625
+ name = "serde"
1626
+ version = "1.0.228"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1629
+ dependencies = [
1630
+ "serde_core",
1631
+ "serde_derive",
1632
+ ]
1633
+
1634
+ [[package]]
1635
+ name = "serde_core"
1636
+ version = "1.0.228"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1639
+ dependencies = [
1640
+ "serde_derive",
1641
+ ]
1642
+
1643
+ [[package]]
1644
+ name = "serde_derive"
1645
+ version = "1.0.228"
1646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1647
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1648
+ dependencies = [
1649
+ "proc-macro2",
1650
+ "quote",
1651
+ "syn",
1652
+ ]
1653
+
1654
+ [[package]]
1655
+ name = "serde_json"
1656
+ version = "1.0.150"
1657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1658
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1659
+ dependencies = [
1660
+ "itoa",
1661
+ "memchr",
1662
+ "serde",
1663
+ "serde_core",
1664
+ "zmij",
1665
+ ]
1666
+
1667
+ [[package]]
1668
+ name = "serde_urlencoded"
1669
+ version = "0.7.1"
1670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1671
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1672
+ dependencies = [
1673
+ "form_urlencoded",
1674
+ "itoa",
1675
+ "ryu",
1676
+ "serde",
1677
+ ]
1678
+
1679
+ [[package]]
1680
+ name = "shlex"
1681
+ version = "2.0.1"
1682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1683
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1684
+
1685
+ [[package]]
1686
+ name = "simd_cesu8"
1687
+ version = "1.1.1"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
1690
+ dependencies = [
1691
+ "rustc_version",
1692
+ "simdutf8",
1693
+ ]
1694
+
1695
+ [[package]]
1696
+ name = "simdutf8"
1697
+ version = "0.1.5"
1698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1699
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1700
+
1701
+ [[package]]
1702
+ name = "slab"
1703
+ version = "0.4.12"
1704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1705
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1706
+
1707
+ [[package]]
1708
+ name = "smallvec"
1709
+ version = "1.15.2"
1710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1712
+
1713
+ [[package]]
1714
+ name = "socket2"
1715
+ version = "0.6.4"
1716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
1718
+ dependencies = [
1719
+ "libc",
1720
+ "windows-sys 0.61.2",
1721
+ ]
1722
+
1723
+ [[package]]
1724
+ name = "spin"
1725
+ version = "0.10.0"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
1728
+
1729
+ [[package]]
1730
+ name = "stable_deref_trait"
1731
+ version = "1.2.1"
1732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1733
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1734
+
1735
+ [[package]]
1736
+ name = "strsim"
1737
+ version = "0.11.1"
1738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1739
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1740
+
1741
+ [[package]]
1742
+ name = "subtle"
1743
+ version = "2.6.1"
1744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1745
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1746
+
1747
+ [[package]]
1748
+ name = "syn"
1749
+ version = "2.0.118"
1750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1751
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
1752
+ dependencies = [
1753
+ "proc-macro2",
1754
+ "quote",
1755
+ "unicode-ident",
1756
+ ]
1757
+
1758
+ [[package]]
1759
+ name = "sync_wrapper"
1760
+ version = "1.0.2"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1763
+ dependencies = [
1764
+ "futures-core",
1765
+ ]
1766
+
1767
+ [[package]]
1768
+ name = "synstructure"
1769
+ version = "0.13.2"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1772
+ dependencies = [
1773
+ "proc-macro2",
1774
+ "quote",
1775
+ "syn",
1776
+ ]
1777
+
1778
+ [[package]]
1779
+ name = "target-lexicon"
1780
+ version = "0.13.5"
1781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1782
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1783
+
1784
+ [[package]]
1785
+ name = "thiserror"
1786
+ version = "2.0.18"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1789
+ dependencies = [
1790
+ "thiserror-impl",
1791
+ ]
1792
+
1793
+ [[package]]
1794
+ name = "thiserror-impl"
1795
+ version = "2.0.18"
1796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1797
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1798
+ dependencies = [
1799
+ "proc-macro2",
1800
+ "quote",
1801
+ "syn",
1802
+ ]
1803
+
1804
+ [[package]]
1805
+ name = "tinystr"
1806
+ version = "0.8.3"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1809
+ dependencies = [
1810
+ "displaydoc",
1811
+ "zerovec",
1812
+ ]
1813
+
1814
+ [[package]]
1815
+ name = "tinyvec"
1816
+ version = "1.11.0"
1817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1818
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1819
+ dependencies = [
1820
+ "tinyvec_macros",
1821
+ ]
1822
+
1823
+ [[package]]
1824
+ name = "tinyvec_macros"
1825
+ version = "0.1.1"
1826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1827
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1828
+
1829
+ [[package]]
1830
+ name = "tokio"
1831
+ version = "1.52.3"
1832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1833
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
1834
+ dependencies = [
1835
+ "bytes",
1836
+ "libc",
1837
+ "mio",
1838
+ "pin-project-lite",
1839
+ "socket2",
1840
+ "tokio-macros",
1841
+ "windows-sys 0.61.2",
1842
+ ]
1843
+
1844
+ [[package]]
1845
+ name = "tokio-macros"
1846
+ version = "2.7.0"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1849
+ dependencies = [
1850
+ "proc-macro2",
1851
+ "quote",
1852
+ "syn",
1853
+ ]
1854
+
1855
+ [[package]]
1856
+ name = "tokio-rustls"
1857
+ version = "0.26.4"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1860
+ dependencies = [
1861
+ "rustls",
1862
+ "tokio",
1863
+ ]
1864
+
1865
+ [[package]]
1866
+ name = "tokio-util"
1867
+ version = "0.7.18"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1870
+ dependencies = [
1871
+ "bytes",
1872
+ "futures-core",
1873
+ "futures-sink",
1874
+ "pin-project-lite",
1875
+ "tokio",
1876
+ ]
1877
+
1878
+ [[package]]
1879
+ name = "tower"
1880
+ version = "0.5.3"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1883
+ dependencies = [
1884
+ "futures-core",
1885
+ "futures-util",
1886
+ "pin-project-lite",
1887
+ "sync_wrapper",
1888
+ "tokio",
1889
+ "tower-layer",
1890
+ "tower-service",
1891
+ ]
1892
+
1893
+ [[package]]
1894
+ name = "tower-http"
1895
+ version = "0.6.11"
1896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1897
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1898
+ dependencies = [
1899
+ "bitflags",
1900
+ "bytes",
1901
+ "futures-util",
1902
+ "http",
1903
+ "http-body",
1904
+ "pin-project-lite",
1905
+ "tower",
1906
+ "tower-layer",
1907
+ "tower-service",
1908
+ "url",
1909
+ ]
1910
+
1911
+ [[package]]
1912
+ name = "tower-layer"
1913
+ version = "0.3.3"
1914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1915
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1916
+
1917
+ [[package]]
1918
+ name = "tower-service"
1919
+ version = "0.3.3"
1920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1921
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1922
+
1923
+ [[package]]
1924
+ name = "tracing"
1925
+ version = "0.1.44"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1928
+ dependencies = [
1929
+ "pin-project-lite",
1930
+ "tracing-attributes",
1931
+ "tracing-core",
1932
+ ]
1933
+
1934
+ [[package]]
1935
+ name = "tracing-attributes"
1936
+ version = "0.1.31"
1937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1938
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1939
+ dependencies = [
1940
+ "proc-macro2",
1941
+ "quote",
1942
+ "syn",
1943
+ ]
1944
+
1945
+ [[package]]
1946
+ name = "tracing-core"
1947
+ version = "0.1.36"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1950
+ dependencies = [
1951
+ "once_cell",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "try-lock"
1956
+ version = "0.2.5"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1959
+
1960
+ [[package]]
1961
+ name = "typenum"
1962
+ version = "1.20.1"
1963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1964
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1965
+
1966
+ [[package]]
1967
+ name = "unicode-ident"
1968
+ version = "1.0.24"
1969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1971
+
1972
+ [[package]]
1973
+ name = "untrusted"
1974
+ version = "0.9.0"
1975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1976
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1977
+
1978
+ [[package]]
1979
+ name = "url"
1980
+ version = "2.5.8"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1983
+ dependencies = [
1984
+ "form_urlencoded",
1985
+ "idna",
1986
+ "percent-encoding",
1987
+ "serde",
1988
+ ]
1989
+
1990
+ [[package]]
1991
+ name = "utf8_iter"
1992
+ version = "1.0.4"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1995
+
1996
+ [[package]]
1997
+ name = "utf8parse"
1998
+ version = "0.2.2"
1999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2000
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2001
+
2002
+ [[package]]
2003
+ name = "version_check"
2004
+ version = "0.9.5"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2007
+
2008
+ [[package]]
2009
+ name = "walkdir"
2010
+ version = "2.5.0"
2011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2012
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2013
+ dependencies = [
2014
+ "same-file",
2015
+ "winapi-util",
2016
+ ]
2017
+
2018
+ [[package]]
2019
+ name = "want"
2020
+ version = "0.3.1"
2021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2022
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2023
+ dependencies = [
2024
+ "try-lock",
2025
+ ]
2026
+
2027
+ [[package]]
2028
+ name = "wasi"
2029
+ version = "0.11.1+wasi-snapshot-preview1"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2032
+
2033
+ [[package]]
2034
+ name = "wasip2"
2035
+ version = "1.0.4+wasi-0.2.12"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2038
+ dependencies = [
2039
+ "wit-bindgen",
2040
+ ]
2041
+
2042
+ [[package]]
2043
+ name = "wasm-bindgen"
2044
+ version = "0.2.126"
2045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
2047
+ dependencies = [
2048
+ "cfg-if",
2049
+ "once_cell",
2050
+ "rustversion",
2051
+ "wasm-bindgen-macro",
2052
+ "wasm-bindgen-shared",
2053
+ ]
2054
+
2055
+ [[package]]
2056
+ name = "wasm-bindgen-futures"
2057
+ version = "0.4.76"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
2060
+ dependencies = [
2061
+ "js-sys",
2062
+ "wasm-bindgen",
2063
+ ]
2064
+
2065
+ [[package]]
2066
+ name = "wasm-bindgen-macro"
2067
+ version = "0.2.126"
2068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2069
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
2070
+ dependencies = [
2071
+ "quote",
2072
+ "wasm-bindgen-macro-support",
2073
+ ]
2074
+
2075
+ [[package]]
2076
+ name = "wasm-bindgen-macro-support"
2077
+ version = "0.2.126"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
2080
+ dependencies = [
2081
+ "bumpalo",
2082
+ "proc-macro2",
2083
+ "quote",
2084
+ "syn",
2085
+ "wasm-bindgen-shared",
2086
+ ]
2087
+
2088
+ [[package]]
2089
+ name = "wasm-bindgen-shared"
2090
+ version = "0.2.126"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
2093
+ dependencies = [
2094
+ "unicode-ident",
2095
+ ]
2096
+
2097
+ [[package]]
2098
+ name = "wasm-streams"
2099
+ version = "0.5.0"
2100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+ checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
2102
+ dependencies = [
2103
+ "futures-util",
2104
+ "js-sys",
2105
+ "wasm-bindgen",
2106
+ "wasm-bindgen-futures",
2107
+ "web-sys",
2108
+ ]
2109
+
2110
+ [[package]]
2111
+ name = "web-sys"
2112
+ version = "0.3.103"
2113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2114
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
2115
+ dependencies = [
2116
+ "js-sys",
2117
+ "wasm-bindgen",
2118
+ ]
2119
+
2120
+ [[package]]
2121
+ name = "web-time"
2122
+ version = "1.1.0"
2123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2125
+ dependencies = [
2126
+ "js-sys",
2127
+ "wasm-bindgen",
2128
+ ]
2129
+
2130
+ [[package]]
2131
+ name = "webpki-root-certs"
2132
+ version = "1.0.8"
2133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2134
+ checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267"
2135
+ dependencies = [
2136
+ "rustls-pki-types",
2137
+ ]
2138
+
2139
+ [[package]]
2140
+ name = "winapi-util"
2141
+ version = "0.1.11"
2142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2144
+ dependencies = [
2145
+ "windows-sys 0.61.2",
2146
+ ]
2147
+
2148
+ [[package]]
2149
+ name = "windows-core"
2150
+ version = "0.62.2"
2151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2152
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2153
+ dependencies = [
2154
+ "windows-implement",
2155
+ "windows-interface",
2156
+ "windows-link",
2157
+ "windows-result",
2158
+ "windows-strings",
2159
+ ]
2160
+
2161
+ [[package]]
2162
+ name = "windows-implement"
2163
+ version = "0.60.2"
2164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2165
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2166
+ dependencies = [
2167
+ "proc-macro2",
2168
+ "quote",
2169
+ "syn",
2170
+ ]
2171
+
2172
+ [[package]]
2173
+ name = "windows-interface"
2174
+ version = "0.59.3"
2175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2176
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2177
+ dependencies = [
2178
+ "proc-macro2",
2179
+ "quote",
2180
+ "syn",
2181
+ ]
2182
+
2183
+ [[package]]
2184
+ name = "windows-link"
2185
+ version = "0.2.1"
2186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2187
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2188
+
2189
+ [[package]]
2190
+ name = "windows-result"
2191
+ version = "0.4.1"
2192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2193
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2194
+ dependencies = [
2195
+ "windows-link",
2196
+ ]
2197
+
2198
+ [[package]]
2199
+ name = "windows-strings"
2200
+ version = "0.5.1"
2201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2202
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2203
+ dependencies = [
2204
+ "windows-link",
2205
+ ]
2206
+
2207
+ [[package]]
2208
+ name = "windows-sys"
2209
+ version = "0.52.0"
2210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2211
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2212
+ dependencies = [
2213
+ "windows-targets 0.52.6",
2214
+ ]
2215
+
2216
+ [[package]]
2217
+ name = "windows-sys"
2218
+ version = "0.60.2"
2219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2220
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2221
+ dependencies = [
2222
+ "windows-targets 0.53.5",
2223
+ ]
2224
+
2225
+ [[package]]
2226
+ name = "windows-sys"
2227
+ version = "0.61.2"
2228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2229
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2230
+ dependencies = [
2231
+ "windows-link",
2232
+ ]
2233
+
2234
+ [[package]]
2235
+ name = "windows-targets"
2236
+ version = "0.52.6"
2237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2238
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2239
+ dependencies = [
2240
+ "windows_aarch64_gnullvm 0.52.6",
2241
+ "windows_aarch64_msvc 0.52.6",
2242
+ "windows_i686_gnu 0.52.6",
2243
+ "windows_i686_gnullvm 0.52.6",
2244
+ "windows_i686_msvc 0.52.6",
2245
+ "windows_x86_64_gnu 0.52.6",
2246
+ "windows_x86_64_gnullvm 0.52.6",
2247
+ "windows_x86_64_msvc 0.52.6",
2248
+ ]
2249
+
2250
+ [[package]]
2251
+ name = "windows-targets"
2252
+ version = "0.53.5"
2253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2254
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2255
+ dependencies = [
2256
+ "windows-link",
2257
+ "windows_aarch64_gnullvm 0.53.1",
2258
+ "windows_aarch64_msvc 0.53.1",
2259
+ "windows_i686_gnu 0.53.1",
2260
+ "windows_i686_gnullvm 0.53.1",
2261
+ "windows_i686_msvc 0.53.1",
2262
+ "windows_x86_64_gnu 0.53.1",
2263
+ "windows_x86_64_gnullvm 0.53.1",
2264
+ "windows_x86_64_msvc 0.53.1",
2265
+ ]
2266
+
2267
+ [[package]]
2268
+ name = "windows_aarch64_gnullvm"
2269
+ version = "0.52.6"
2270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2271
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2272
+
2273
+ [[package]]
2274
+ name = "windows_aarch64_gnullvm"
2275
+ version = "0.53.1"
2276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2277
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2278
+
2279
+ [[package]]
2280
+ name = "windows_aarch64_msvc"
2281
+ version = "0.52.6"
2282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2283
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2284
+
2285
+ [[package]]
2286
+ name = "windows_aarch64_msvc"
2287
+ version = "0.53.1"
2288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2289
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2290
+
2291
+ [[package]]
2292
+ name = "windows_i686_gnu"
2293
+ version = "0.52.6"
2294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2295
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2296
+
2297
+ [[package]]
2298
+ name = "windows_i686_gnu"
2299
+ version = "0.53.1"
2300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2301
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2302
+
2303
+ [[package]]
2304
+ name = "windows_i686_gnullvm"
2305
+ version = "0.52.6"
2306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2307
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2308
+
2309
+ [[package]]
2310
+ name = "windows_i686_gnullvm"
2311
+ version = "0.53.1"
2312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2313
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2314
+
2315
+ [[package]]
2316
+ name = "windows_i686_msvc"
2317
+ version = "0.52.6"
2318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2319
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2320
+
2321
+ [[package]]
2322
+ name = "windows_i686_msvc"
2323
+ version = "0.53.1"
2324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2325
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2326
+
2327
+ [[package]]
2328
+ name = "windows_x86_64_gnu"
2329
+ version = "0.52.6"
2330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2331
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2332
+
2333
+ [[package]]
2334
+ name = "windows_x86_64_gnu"
2335
+ version = "0.53.1"
2336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2337
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2338
+
2339
+ [[package]]
2340
+ name = "windows_x86_64_gnullvm"
2341
+ version = "0.52.6"
2342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2343
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2344
+
2345
+ [[package]]
2346
+ name = "windows_x86_64_gnullvm"
2347
+ version = "0.53.1"
2348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2349
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2350
+
2351
+ [[package]]
2352
+ name = "windows_x86_64_msvc"
2353
+ version = "0.52.6"
2354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2355
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2356
+
2357
+ [[package]]
2358
+ name = "windows_x86_64_msvc"
2359
+ version = "0.53.1"
2360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2361
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2362
+
2363
+ [[package]]
2364
+ name = "wit-bindgen"
2365
+ version = "0.57.1"
2366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2367
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2368
+
2369
+ [[package]]
2370
+ name = "writeable"
2371
+ version = "0.6.3"
2372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2373
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2374
+
2375
+ [[package]]
2376
+ name = "yoke"
2377
+ version = "0.8.3"
2378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2379
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2380
+ dependencies = [
2381
+ "stable_deref_trait",
2382
+ "yoke-derive",
2383
+ "zerofrom",
2384
+ ]
2385
+
2386
+ [[package]]
2387
+ name = "yoke-derive"
2388
+ version = "0.8.2"
2389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2390
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2391
+ dependencies = [
2392
+ "proc-macro2",
2393
+ "quote",
2394
+ "syn",
2395
+ "synstructure",
2396
+ ]
2397
+
2398
+ [[package]]
2399
+ name = "zerocopy"
2400
+ version = "0.8.52"
2401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2402
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
2403
+ dependencies = [
2404
+ "zerocopy-derive",
2405
+ ]
2406
+
2407
+ [[package]]
2408
+ name = "zerocopy-derive"
2409
+ version = "0.8.52"
2410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2411
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
2412
+ dependencies = [
2413
+ "proc-macro2",
2414
+ "quote",
2415
+ "syn",
2416
+ ]
2417
+
2418
+ [[package]]
2419
+ name = "zerofrom"
2420
+ version = "0.1.8"
2421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2422
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2423
+ dependencies = [
2424
+ "zerofrom-derive",
2425
+ ]
2426
+
2427
+ [[package]]
2428
+ name = "zerofrom-derive"
2429
+ version = "0.1.7"
2430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2432
+ dependencies = [
2433
+ "proc-macro2",
2434
+ "quote",
2435
+ "syn",
2436
+ "synstructure",
2437
+ ]
2438
+
2439
+ [[package]]
2440
+ name = "zeroize"
2441
+ version = "1.9.0"
2442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2443
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2444
+
2445
+ [[package]]
2446
+ name = "zerotrie"
2447
+ version = "0.2.4"
2448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2449
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2450
+ dependencies = [
2451
+ "displaydoc",
2452
+ "yoke",
2453
+ "zerofrom",
2454
+ ]
2455
+
2456
+ [[package]]
2457
+ name = "zerovec"
2458
+ version = "0.11.6"
2459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2460
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2461
+ dependencies = [
2462
+ "yoke",
2463
+ "zerofrom",
2464
+ "zerovec-derive",
2465
+ ]
2466
+
2467
+ [[package]]
2468
+ name = "zerovec-derive"
2469
+ version = "0.11.3"
2470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2471
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2472
+ dependencies = [
2473
+ "proc-macro2",
2474
+ "quote",
2475
+ "syn",
2476
+ ]
2477
+
2478
+ [[package]]
2479
+ name = "zmij"
2480
+ version = "1.0.21"
2481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2482
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"