srtm-rs 0.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3281 @@
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 = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anes"
22
+ version = "0.1.6"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
25
+
26
+ [[package]]
27
+ name = "anstream"
28
+ version = "0.6.21"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
31
+ dependencies = [
32
+ "anstyle",
33
+ "anstyle-parse",
34
+ "anstyle-query",
35
+ "anstyle-wincon",
36
+ "colorchoice",
37
+ "is_terminal_polyfill",
38
+ "utf8parse",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "anstyle"
43
+ version = "1.0.13"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
46
+
47
+ [[package]]
48
+ name = "anstyle-parse"
49
+ version = "0.2.7"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
52
+ dependencies = [
53
+ "utf8parse",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "anstyle-query"
58
+ version = "1.1.5"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
61
+ dependencies = [
62
+ "windows-sys 0.61.2",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "anstyle-wincon"
67
+ version = "3.0.11"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
70
+ dependencies = [
71
+ "anstyle",
72
+ "once_cell_polyfill",
73
+ "windows-sys 0.61.2",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "anyhow"
78
+ version = "1.0.100"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
81
+
82
+ [[package]]
83
+ name = "approx"
84
+ version = "0.5.1"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
87
+ dependencies = [
88
+ "num-traits",
89
+ ]
90
+
91
+ [[package]]
92
+ name = "arbitrary"
93
+ version = "1.4.2"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
96
+ dependencies = [
97
+ "derive_arbitrary",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "as-slice"
102
+ version = "0.1.5"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "45403b49e3954a4b8428a0ac21a4b7afadccf92bfd96273f1a58cd4812496ae0"
105
+ dependencies = [
106
+ "generic-array 0.12.4",
107
+ "generic-array 0.13.3",
108
+ "generic-array 0.14.9",
109
+ "stable_deref_trait",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "assert-json-diff"
114
+ version = "2.0.2"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
117
+ dependencies = [
118
+ "serde",
119
+ "serde_json",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "async-trait"
124
+ version = "0.1.89"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
127
+ dependencies = [
128
+ "proc-macro2",
129
+ "quote",
130
+ "syn",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "atomic-polyfill"
135
+ version = "1.0.3"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
138
+ dependencies = [
139
+ "critical-section",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "atomic-waker"
144
+ version = "1.1.2"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
147
+
148
+ [[package]]
149
+ name = "auto-future"
150
+ version = "1.0.0"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "3c1e7e457ea78e524f48639f551fd79703ac3f2237f5ecccdf4708f8a75ad373"
153
+
154
+ [[package]]
155
+ name = "autocfg"
156
+ version = "1.5.0"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
159
+
160
+ [[package]]
161
+ name = "axum"
162
+ version = "0.7.9"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
165
+ dependencies = [
166
+ "async-trait",
167
+ "axum-core",
168
+ "axum-macros",
169
+ "bytes",
170
+ "futures-util",
171
+ "http 1.4.0",
172
+ "http-body",
173
+ "http-body-util",
174
+ "hyper",
175
+ "hyper-util",
176
+ "itoa",
177
+ "matchit",
178
+ "memchr",
179
+ "mime",
180
+ "percent-encoding",
181
+ "pin-project-lite",
182
+ "rustversion",
183
+ "serde",
184
+ "serde_json",
185
+ "serde_path_to_error",
186
+ "serde_urlencoded",
187
+ "sync_wrapper",
188
+ "tokio",
189
+ "tower",
190
+ "tower-layer",
191
+ "tower-service",
192
+ "tracing",
193
+ ]
194
+
195
+ [[package]]
196
+ name = "axum-core"
197
+ version = "0.4.5"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
200
+ dependencies = [
201
+ "async-trait",
202
+ "bytes",
203
+ "futures-util",
204
+ "http 1.4.0",
205
+ "http-body",
206
+ "http-body-util",
207
+ "mime",
208
+ "pin-project-lite",
209
+ "rustversion",
210
+ "sync_wrapper",
211
+ "tower-layer",
212
+ "tower-service",
213
+ "tracing",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "axum-macros"
218
+ version = "0.4.2"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
221
+ dependencies = [
222
+ "proc-macro2",
223
+ "quote",
224
+ "syn",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "axum-test"
229
+ version = "16.4.1"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "63e3a443d2608936a02a222da7b746eb412fede7225b3030b64fe9be99eab8dc"
232
+ dependencies = [
233
+ "anyhow",
234
+ "assert-json-diff",
235
+ "auto-future",
236
+ "axum",
237
+ "bytes",
238
+ "bytesize",
239
+ "cookie",
240
+ "http 1.4.0",
241
+ "http-body-util",
242
+ "hyper",
243
+ "hyper-util",
244
+ "mime",
245
+ "pretty_assertions",
246
+ "reserve-port",
247
+ "rust-multipart-rfc7578_2",
248
+ "serde",
249
+ "serde_json",
250
+ "serde_urlencoded",
251
+ "smallvec",
252
+ "tokio",
253
+ "tower",
254
+ "url",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "base64"
259
+ version = "0.22.1"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
262
+
263
+ [[package]]
264
+ name = "bitflags"
265
+ version = "2.10.0"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
268
+
269
+ [[package]]
270
+ name = "block-buffer"
271
+ version = "0.10.4"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
274
+ dependencies = [
275
+ "generic-array 0.14.9",
276
+ ]
277
+
278
+ [[package]]
279
+ name = "bumpalo"
280
+ version = "3.19.1"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
283
+
284
+ [[package]]
285
+ name = "byteorder"
286
+ version = "1.5.0"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
289
+
290
+ [[package]]
291
+ name = "bytes"
292
+ version = "1.11.0"
293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
294
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
295
+
296
+ [[package]]
297
+ name = "bytesize"
298
+ version = "1.3.3"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659"
301
+
302
+ [[package]]
303
+ name = "cast"
304
+ version = "0.3.0"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
307
+
308
+ [[package]]
309
+ name = "cc"
310
+ version = "1.2.50"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
313
+ dependencies = [
314
+ "find-msvc-tools",
315
+ "shlex",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "cfg-if"
320
+ version = "1.0.4"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
323
+
324
+ [[package]]
325
+ name = "ciborium"
326
+ version = "0.2.2"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
329
+ dependencies = [
330
+ "ciborium-io",
331
+ "ciborium-ll",
332
+ "serde",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "ciborium-io"
337
+ version = "0.2.2"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
340
+
341
+ [[package]]
342
+ name = "ciborium-ll"
343
+ version = "0.2.2"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
346
+ dependencies = [
347
+ "ciborium-io",
348
+ "half",
349
+ ]
350
+
351
+ [[package]]
352
+ name = "clap"
353
+ version = "4.5.53"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
356
+ dependencies = [
357
+ "clap_builder",
358
+ "clap_derive",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "clap_builder"
363
+ version = "4.5.53"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
366
+ dependencies = [
367
+ "anstream",
368
+ "anstyle",
369
+ "clap_lex",
370
+ "strsim",
371
+ ]
372
+
373
+ [[package]]
374
+ name = "clap_derive"
375
+ version = "4.5.49"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
378
+ dependencies = [
379
+ "heck",
380
+ "proc-macro2",
381
+ "quote",
382
+ "syn",
383
+ ]
384
+
385
+ [[package]]
386
+ name = "clap_lex"
387
+ version = "0.7.6"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
390
+
391
+ [[package]]
392
+ name = "colorchoice"
393
+ version = "1.0.4"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
396
+
397
+ [[package]]
398
+ name = "console"
399
+ version = "0.15.11"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
402
+ dependencies = [
403
+ "encode_unicode",
404
+ "libc",
405
+ "once_cell",
406
+ "unicode-width",
407
+ "windows-sys 0.59.0",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "cookie"
412
+ version = "0.18.1"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
415
+ dependencies = [
416
+ "time",
417
+ "version_check",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "core-foundation"
422
+ version = "0.9.4"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
425
+ dependencies = [
426
+ "core-foundation-sys",
427
+ "libc",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "core-foundation-sys"
432
+ version = "0.8.7"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
435
+
436
+ [[package]]
437
+ name = "cpufeatures"
438
+ version = "0.2.17"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
441
+ dependencies = [
442
+ "libc",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "crc32fast"
447
+ version = "1.5.0"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
450
+ dependencies = [
451
+ "cfg-if",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "criterion"
456
+ version = "0.5.1"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
459
+ dependencies = [
460
+ "anes",
461
+ "cast",
462
+ "ciborium",
463
+ "clap",
464
+ "criterion-plot",
465
+ "is-terminal",
466
+ "itertools",
467
+ "num-traits",
468
+ "once_cell",
469
+ "oorandom",
470
+ "plotters",
471
+ "rayon",
472
+ "regex",
473
+ "serde",
474
+ "serde_derive",
475
+ "serde_json",
476
+ "tinytemplate",
477
+ "walkdir",
478
+ ]
479
+
480
+ [[package]]
481
+ name = "criterion-plot"
482
+ version = "0.5.0"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
485
+ dependencies = [
486
+ "cast",
487
+ "itertools",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "critical-section"
492
+ version = "1.2.0"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
495
+
496
+ [[package]]
497
+ name = "crossbeam-channel"
498
+ version = "0.5.15"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
501
+ dependencies = [
502
+ "crossbeam-utils",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "crossbeam-deque"
507
+ version = "0.8.6"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
510
+ dependencies = [
511
+ "crossbeam-epoch",
512
+ "crossbeam-utils",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "crossbeam-epoch"
517
+ version = "0.9.18"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
520
+ dependencies = [
521
+ "crossbeam-utils",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "crossbeam-utils"
526
+ version = "0.8.21"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
529
+
530
+ [[package]]
531
+ name = "crunchy"
532
+ version = "0.2.4"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
535
+
536
+ [[package]]
537
+ name = "crypto-common"
538
+ version = "0.1.6"
539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
540
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
541
+ dependencies = [
542
+ "generic-array 0.14.9",
543
+ "typenum",
544
+ ]
545
+
546
+ [[package]]
547
+ name = "csv"
548
+ version = "1.4.0"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
551
+ dependencies = [
552
+ "csv-core",
553
+ "itoa",
554
+ "ryu",
555
+ "serde_core",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "csv-core"
560
+ version = "0.1.13"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
563
+ dependencies = [
564
+ "memchr",
565
+ ]
566
+
567
+ [[package]]
568
+ name = "deranged"
569
+ version = "0.5.5"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
572
+ dependencies = [
573
+ "powerfmt",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "derive_arbitrary"
578
+ version = "1.4.2"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
581
+ dependencies = [
582
+ "proc-macro2",
583
+ "quote",
584
+ "syn",
585
+ ]
586
+
587
+ [[package]]
588
+ name = "diff"
589
+ version = "0.1.13"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
592
+
593
+ [[package]]
594
+ name = "digest"
595
+ version = "0.10.7"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
598
+ dependencies = [
599
+ "block-buffer",
600
+ "crypto-common",
601
+ ]
602
+
603
+ [[package]]
604
+ name = "displaydoc"
605
+ version = "0.2.5"
606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
607
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
608
+ dependencies = [
609
+ "proc-macro2",
610
+ "quote",
611
+ "syn",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "either"
616
+ version = "1.15.0"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
619
+
620
+ [[package]]
621
+ name = "encode_unicode"
622
+ version = "1.0.0"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
625
+
626
+ [[package]]
627
+ name = "encoding_rs"
628
+ version = "0.8.35"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
631
+ dependencies = [
632
+ "cfg-if",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "equivalent"
637
+ version = "1.0.2"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
640
+
641
+ [[package]]
642
+ name = "errno"
643
+ version = "0.3.14"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
646
+ dependencies = [
647
+ "libc",
648
+ "windows-sys 0.61.2",
649
+ ]
650
+
651
+ [[package]]
652
+ name = "fastrand"
653
+ version = "2.3.0"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
656
+
657
+ [[package]]
658
+ name = "find-msvc-tools"
659
+ version = "0.1.5"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
662
+
663
+ [[package]]
664
+ name = "flate2"
665
+ version = "1.1.5"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
668
+ dependencies = [
669
+ "crc32fast",
670
+ "miniz_oxide",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "fnv"
675
+ version = "1.0.7"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
678
+
679
+ [[package]]
680
+ name = "foreign-types"
681
+ version = "0.3.2"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
684
+ dependencies = [
685
+ "foreign-types-shared",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "foreign-types-shared"
690
+ version = "0.1.1"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
693
+
694
+ [[package]]
695
+ name = "form_urlencoded"
696
+ version = "1.2.2"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
699
+ dependencies = [
700
+ "percent-encoding",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "futures-channel"
705
+ version = "0.3.31"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
708
+ dependencies = [
709
+ "futures-core",
710
+ "futures-sink",
711
+ ]
712
+
713
+ [[package]]
714
+ name = "futures-core"
715
+ version = "0.3.31"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
718
+
719
+ [[package]]
720
+ name = "futures-io"
721
+ version = "0.3.31"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
724
+
725
+ [[package]]
726
+ name = "futures-sink"
727
+ version = "0.3.31"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
730
+
731
+ [[package]]
732
+ name = "futures-task"
733
+ version = "0.3.31"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
736
+
737
+ [[package]]
738
+ name = "futures-util"
739
+ version = "0.3.31"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
742
+ dependencies = [
743
+ "futures-core",
744
+ "futures-io",
745
+ "futures-sink",
746
+ "futures-task",
747
+ "memchr",
748
+ "pin-project-lite",
749
+ "pin-utils",
750
+ "slab",
751
+ ]
752
+
753
+ [[package]]
754
+ name = "generic-array"
755
+ version = "0.12.4"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
758
+ dependencies = [
759
+ "typenum",
760
+ ]
761
+
762
+ [[package]]
763
+ name = "generic-array"
764
+ version = "0.13.3"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "f797e67af32588215eaaab8327027ee8e71b9dd0b2b26996aedf20c030fce309"
767
+ dependencies = [
768
+ "typenum",
769
+ ]
770
+
771
+ [[package]]
772
+ name = "generic-array"
773
+ version = "0.14.9"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
776
+ dependencies = [
777
+ "typenum",
778
+ "version_check",
779
+ ]
780
+
781
+ [[package]]
782
+ name = "geo-types"
783
+ version = "0.7.18"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "24f8647af4005fa11da47cd56252c6ef030be8fa97bdbf355e7dfb6348f0a82c"
786
+ dependencies = [
787
+ "approx",
788
+ "num-traits",
789
+ "rstar 0.10.0",
790
+ "rstar 0.11.0",
791
+ "rstar 0.12.2",
792
+ "rstar 0.8.4",
793
+ "rstar 0.9.3",
794
+ "serde",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "geojson"
799
+ version = "0.24.2"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "e26f3c45b36fccc9cf2805e61d4da6bc4bbd5a3a9589b01afa3a40eff703bd79"
802
+ dependencies = [
803
+ "geo-types",
804
+ "log",
805
+ "serde",
806
+ "serde_json",
807
+ "thiserror 2.0.17",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "getrandom"
812
+ version = "0.2.16"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
815
+ dependencies = [
816
+ "cfg-if",
817
+ "libc",
818
+ "wasi",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "getrandom"
823
+ version = "0.3.4"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
826
+ dependencies = [
827
+ "cfg-if",
828
+ "libc",
829
+ "r-efi",
830
+ "wasip2",
831
+ ]
832
+
833
+ [[package]]
834
+ name = "h2"
835
+ version = "0.4.12"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
838
+ dependencies = [
839
+ "atomic-waker",
840
+ "bytes",
841
+ "fnv",
842
+ "futures-core",
843
+ "futures-sink",
844
+ "http 1.4.0",
845
+ "indexmap",
846
+ "slab",
847
+ "tokio",
848
+ "tokio-util",
849
+ "tracing",
850
+ ]
851
+
852
+ [[package]]
853
+ name = "half"
854
+ version = "2.7.1"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
857
+ dependencies = [
858
+ "cfg-if",
859
+ "crunchy",
860
+ "zerocopy",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "hash32"
865
+ version = "0.1.1"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
868
+ dependencies = [
869
+ "byteorder",
870
+ ]
871
+
872
+ [[package]]
873
+ name = "hash32"
874
+ version = "0.2.1"
875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
876
+ checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
877
+ dependencies = [
878
+ "byteorder",
879
+ ]
880
+
881
+ [[package]]
882
+ name = "hash32"
883
+ version = "0.3.1"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
886
+ dependencies = [
887
+ "byteorder",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "hashbrown"
892
+ version = "0.16.1"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
895
+
896
+ [[package]]
897
+ name = "heapless"
898
+ version = "0.6.1"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "634bd4d29cbf24424d0a4bfcbf80c6960129dc24424752a7d1d1390607023422"
901
+ dependencies = [
902
+ "as-slice",
903
+ "generic-array 0.14.9",
904
+ "hash32 0.1.1",
905
+ "stable_deref_trait",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "heapless"
910
+ version = "0.7.17"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
913
+ dependencies = [
914
+ "atomic-polyfill",
915
+ "hash32 0.2.1",
916
+ "rustc_version",
917
+ "spin",
918
+ "stable_deref_trait",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "heapless"
923
+ version = "0.8.0"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
926
+ dependencies = [
927
+ "hash32 0.3.1",
928
+ "stable_deref_trait",
929
+ ]
930
+
931
+ [[package]]
932
+ name = "heck"
933
+ version = "0.5.0"
934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
935
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
936
+
937
+ [[package]]
938
+ name = "hermit-abi"
939
+ version = "0.5.2"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
942
+
943
+ [[package]]
944
+ name = "htg"
945
+ version = "0.4.0"
946
+ dependencies = [
947
+ "criterion",
948
+ "flate2",
949
+ "geojson",
950
+ "memmap2",
951
+ "moka",
952
+ "reqwest",
953
+ "tempfile",
954
+ "thiserror 1.0.69",
955
+ "zip",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "htg-cli"
960
+ version = "0.1.0"
961
+ dependencies = [
962
+ "anyhow",
963
+ "clap",
964
+ "csv",
965
+ "geojson",
966
+ "htg",
967
+ "indicatif",
968
+ "serde",
969
+ "serde_json",
970
+ ]
971
+
972
+ [[package]]
973
+ name = "htg-python"
974
+ version = "0.4.0"
975
+ dependencies = [
976
+ "htg",
977
+ "pyo3",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "htg-service"
982
+ version = "0.1.0"
983
+ dependencies = [
984
+ "axum",
985
+ "axum-test",
986
+ "geojson",
987
+ "htg",
988
+ "serde",
989
+ "serde_json",
990
+ "tempfile",
991
+ "tokio",
992
+ "tower",
993
+ "tower-http",
994
+ "tracing",
995
+ "tracing-subscriber",
996
+ "utoipa",
997
+ "utoipa-swagger-ui",
998
+ ]
999
+
1000
+ [[package]]
1001
+ name = "http"
1002
+ version = "0.2.12"
1003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1005
+ dependencies = [
1006
+ "bytes",
1007
+ "fnv",
1008
+ "itoa",
1009
+ ]
1010
+
1011
+ [[package]]
1012
+ name = "http"
1013
+ version = "1.4.0"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1016
+ dependencies = [
1017
+ "bytes",
1018
+ "itoa",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "http-body"
1023
+ version = "1.0.1"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1026
+ dependencies = [
1027
+ "bytes",
1028
+ "http 1.4.0",
1029
+ ]
1030
+
1031
+ [[package]]
1032
+ name = "http-body-util"
1033
+ version = "0.1.3"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1036
+ dependencies = [
1037
+ "bytes",
1038
+ "futures-core",
1039
+ "http 1.4.0",
1040
+ "http-body",
1041
+ "pin-project-lite",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "httparse"
1046
+ version = "1.10.1"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1049
+
1050
+ [[package]]
1051
+ name = "httpdate"
1052
+ version = "1.0.3"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1055
+
1056
+ [[package]]
1057
+ name = "hyper"
1058
+ version = "1.8.1"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1061
+ dependencies = [
1062
+ "atomic-waker",
1063
+ "bytes",
1064
+ "futures-channel",
1065
+ "futures-core",
1066
+ "h2",
1067
+ "http 1.4.0",
1068
+ "http-body",
1069
+ "httparse",
1070
+ "httpdate",
1071
+ "itoa",
1072
+ "pin-project-lite",
1073
+ "pin-utils",
1074
+ "smallvec",
1075
+ "tokio",
1076
+ "want",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "hyper-rustls"
1081
+ version = "0.27.7"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1084
+ dependencies = [
1085
+ "http 1.4.0",
1086
+ "hyper",
1087
+ "hyper-util",
1088
+ "rustls",
1089
+ "rustls-pki-types",
1090
+ "tokio",
1091
+ "tokio-rustls",
1092
+ "tower-service",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "hyper-tls"
1097
+ version = "0.6.0"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1100
+ dependencies = [
1101
+ "bytes",
1102
+ "http-body-util",
1103
+ "hyper",
1104
+ "hyper-util",
1105
+ "native-tls",
1106
+ "tokio",
1107
+ "tokio-native-tls",
1108
+ "tower-service",
1109
+ ]
1110
+
1111
+ [[package]]
1112
+ name = "hyper-util"
1113
+ version = "0.1.19"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
1116
+ dependencies = [
1117
+ "base64",
1118
+ "bytes",
1119
+ "futures-channel",
1120
+ "futures-core",
1121
+ "futures-util",
1122
+ "http 1.4.0",
1123
+ "http-body",
1124
+ "hyper",
1125
+ "ipnet",
1126
+ "libc",
1127
+ "percent-encoding",
1128
+ "pin-project-lite",
1129
+ "socket2",
1130
+ "system-configuration",
1131
+ "tokio",
1132
+ "tower-service",
1133
+ "tracing",
1134
+ "windows-registry",
1135
+ ]
1136
+
1137
+ [[package]]
1138
+ name = "icu_collections"
1139
+ version = "2.1.1"
1140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1141
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1142
+ dependencies = [
1143
+ "displaydoc",
1144
+ "potential_utf",
1145
+ "yoke",
1146
+ "zerofrom",
1147
+ "zerovec",
1148
+ ]
1149
+
1150
+ [[package]]
1151
+ name = "icu_locale_core"
1152
+ version = "2.1.1"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1155
+ dependencies = [
1156
+ "displaydoc",
1157
+ "litemap",
1158
+ "tinystr",
1159
+ "writeable",
1160
+ "zerovec",
1161
+ ]
1162
+
1163
+ [[package]]
1164
+ name = "icu_normalizer"
1165
+ version = "2.1.1"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1168
+ dependencies = [
1169
+ "icu_collections",
1170
+ "icu_normalizer_data",
1171
+ "icu_properties",
1172
+ "icu_provider",
1173
+ "smallvec",
1174
+ "zerovec",
1175
+ ]
1176
+
1177
+ [[package]]
1178
+ name = "icu_normalizer_data"
1179
+ version = "2.1.1"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1182
+
1183
+ [[package]]
1184
+ name = "icu_properties"
1185
+ version = "2.1.2"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1188
+ dependencies = [
1189
+ "icu_collections",
1190
+ "icu_locale_core",
1191
+ "icu_properties_data",
1192
+ "icu_provider",
1193
+ "zerotrie",
1194
+ "zerovec",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "icu_properties_data"
1199
+ version = "2.1.2"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1202
+
1203
+ [[package]]
1204
+ name = "icu_provider"
1205
+ version = "2.1.1"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1208
+ dependencies = [
1209
+ "displaydoc",
1210
+ "icu_locale_core",
1211
+ "writeable",
1212
+ "yoke",
1213
+ "zerofrom",
1214
+ "zerotrie",
1215
+ "zerovec",
1216
+ ]
1217
+
1218
+ [[package]]
1219
+ name = "idna"
1220
+ version = "1.1.0"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1223
+ dependencies = [
1224
+ "idna_adapter",
1225
+ "smallvec",
1226
+ "utf8_iter",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "idna_adapter"
1231
+ version = "1.2.1"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1234
+ dependencies = [
1235
+ "icu_normalizer",
1236
+ "icu_properties",
1237
+ ]
1238
+
1239
+ [[package]]
1240
+ name = "indexmap"
1241
+ version = "2.12.1"
1242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1243
+ checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1244
+ dependencies = [
1245
+ "equivalent",
1246
+ "hashbrown",
1247
+ "serde",
1248
+ "serde_core",
1249
+ ]
1250
+
1251
+ [[package]]
1252
+ name = "indicatif"
1253
+ version = "0.17.11"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
1256
+ dependencies = [
1257
+ "console",
1258
+ "number_prefix",
1259
+ "portable-atomic",
1260
+ "unicode-width",
1261
+ "web-time",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "indoc"
1266
+ version = "2.0.7"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1269
+ dependencies = [
1270
+ "rustversion",
1271
+ ]
1272
+
1273
+ [[package]]
1274
+ name = "ipnet"
1275
+ version = "2.11.0"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1278
+
1279
+ [[package]]
1280
+ name = "iri-string"
1281
+ version = "0.7.9"
1282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1283
+ checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
1284
+ dependencies = [
1285
+ "memchr",
1286
+ "serde",
1287
+ ]
1288
+
1289
+ [[package]]
1290
+ name = "is-terminal"
1291
+ version = "0.4.17"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
1294
+ dependencies = [
1295
+ "hermit-abi",
1296
+ "libc",
1297
+ "windows-sys 0.61.2",
1298
+ ]
1299
+
1300
+ [[package]]
1301
+ name = "is_terminal_polyfill"
1302
+ version = "1.70.2"
1303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1305
+
1306
+ [[package]]
1307
+ name = "itertools"
1308
+ version = "0.10.5"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1311
+ dependencies = [
1312
+ "either",
1313
+ ]
1314
+
1315
+ [[package]]
1316
+ name = "itoa"
1317
+ version = "1.0.15"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1320
+
1321
+ [[package]]
1322
+ name = "js-sys"
1323
+ version = "0.3.83"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
1326
+ dependencies = [
1327
+ "once_cell",
1328
+ "wasm-bindgen",
1329
+ ]
1330
+
1331
+ [[package]]
1332
+ name = "lazy_static"
1333
+ version = "1.5.0"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1336
+
1337
+ [[package]]
1338
+ name = "libc"
1339
+ version = "0.2.178"
1340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+ checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
1342
+
1343
+ [[package]]
1344
+ name = "libm"
1345
+ version = "0.2.15"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1348
+
1349
+ [[package]]
1350
+ name = "linux-raw-sys"
1351
+ version = "0.11.0"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1354
+
1355
+ [[package]]
1356
+ name = "litemap"
1357
+ version = "0.8.1"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1360
+
1361
+ [[package]]
1362
+ name = "lock_api"
1363
+ version = "0.4.14"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1366
+ dependencies = [
1367
+ "scopeguard",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "log"
1372
+ version = "0.4.29"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1375
+
1376
+ [[package]]
1377
+ name = "matchers"
1378
+ version = "0.2.0"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1381
+ dependencies = [
1382
+ "regex-automata",
1383
+ ]
1384
+
1385
+ [[package]]
1386
+ name = "matchit"
1387
+ version = "0.7.3"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1390
+
1391
+ [[package]]
1392
+ name = "memchr"
1393
+ version = "2.7.6"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1396
+
1397
+ [[package]]
1398
+ name = "memmap2"
1399
+ version = "0.9.9"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
1402
+ dependencies = [
1403
+ "libc",
1404
+ ]
1405
+
1406
+ [[package]]
1407
+ name = "memoffset"
1408
+ version = "0.9.1"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1411
+ dependencies = [
1412
+ "autocfg",
1413
+ ]
1414
+
1415
+ [[package]]
1416
+ name = "mime"
1417
+ version = "0.3.17"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1420
+
1421
+ [[package]]
1422
+ name = "mime_guess"
1423
+ version = "2.0.5"
1424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1425
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1426
+ dependencies = [
1427
+ "mime",
1428
+ "unicase",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "miniz_oxide"
1433
+ version = "0.8.9"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1436
+ dependencies = [
1437
+ "adler2",
1438
+ "simd-adler32",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "mio"
1443
+ version = "1.1.1"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1446
+ dependencies = [
1447
+ "libc",
1448
+ "wasi",
1449
+ "windows-sys 0.61.2",
1450
+ ]
1451
+
1452
+ [[package]]
1453
+ name = "moka"
1454
+ version = "0.12.11"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
1457
+ dependencies = [
1458
+ "crossbeam-channel",
1459
+ "crossbeam-epoch",
1460
+ "crossbeam-utils",
1461
+ "equivalent",
1462
+ "parking_lot",
1463
+ "portable-atomic",
1464
+ "rustc_version",
1465
+ "smallvec",
1466
+ "tagptr",
1467
+ "uuid",
1468
+ ]
1469
+
1470
+ [[package]]
1471
+ name = "native-tls"
1472
+ version = "0.2.14"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1475
+ dependencies = [
1476
+ "libc",
1477
+ "log",
1478
+ "openssl",
1479
+ "openssl-probe",
1480
+ "openssl-sys",
1481
+ "schannel",
1482
+ "security-framework",
1483
+ "security-framework-sys",
1484
+ "tempfile",
1485
+ ]
1486
+
1487
+ [[package]]
1488
+ name = "nu-ansi-term"
1489
+ version = "0.50.3"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1492
+ dependencies = [
1493
+ "windows-sys 0.61.2",
1494
+ ]
1495
+
1496
+ [[package]]
1497
+ name = "num-conv"
1498
+ version = "0.1.0"
1499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1500
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1501
+
1502
+ [[package]]
1503
+ name = "num-traits"
1504
+ version = "0.2.19"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1507
+ dependencies = [
1508
+ "autocfg",
1509
+ "libm",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "number_prefix"
1514
+ version = "0.4.0"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1517
+
1518
+ [[package]]
1519
+ name = "once_cell"
1520
+ version = "1.21.3"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1523
+
1524
+ [[package]]
1525
+ name = "once_cell_polyfill"
1526
+ version = "1.70.2"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1529
+
1530
+ [[package]]
1531
+ name = "oorandom"
1532
+ version = "11.1.5"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1535
+
1536
+ [[package]]
1537
+ name = "openssl"
1538
+ version = "0.10.75"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
1541
+ dependencies = [
1542
+ "bitflags",
1543
+ "cfg-if",
1544
+ "foreign-types",
1545
+ "libc",
1546
+ "once_cell",
1547
+ "openssl-macros",
1548
+ "openssl-sys",
1549
+ ]
1550
+
1551
+ [[package]]
1552
+ name = "openssl-macros"
1553
+ version = "0.1.1"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1556
+ dependencies = [
1557
+ "proc-macro2",
1558
+ "quote",
1559
+ "syn",
1560
+ ]
1561
+
1562
+ [[package]]
1563
+ name = "openssl-probe"
1564
+ version = "0.1.6"
1565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1566
+ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1567
+
1568
+ [[package]]
1569
+ name = "openssl-sys"
1570
+ version = "0.9.111"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
1573
+ dependencies = [
1574
+ "cc",
1575
+ "libc",
1576
+ "pkg-config",
1577
+ "vcpkg",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "parking_lot"
1582
+ version = "0.12.5"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1585
+ dependencies = [
1586
+ "lock_api",
1587
+ "parking_lot_core",
1588
+ ]
1589
+
1590
+ [[package]]
1591
+ name = "parking_lot_core"
1592
+ version = "0.9.12"
1593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1594
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1595
+ dependencies = [
1596
+ "cfg-if",
1597
+ "libc",
1598
+ "redox_syscall",
1599
+ "smallvec",
1600
+ "windows-link",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "pdqselect"
1605
+ version = "0.1.0"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
1608
+
1609
+ [[package]]
1610
+ name = "percent-encoding"
1611
+ version = "2.3.2"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1614
+
1615
+ [[package]]
1616
+ name = "pin-project-lite"
1617
+ version = "0.2.16"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1620
+
1621
+ [[package]]
1622
+ name = "pin-utils"
1623
+ version = "0.1.0"
1624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1626
+
1627
+ [[package]]
1628
+ name = "pkg-config"
1629
+ version = "0.3.32"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1632
+
1633
+ [[package]]
1634
+ name = "plotters"
1635
+ version = "0.3.7"
1636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1637
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1638
+ dependencies = [
1639
+ "num-traits",
1640
+ "plotters-backend",
1641
+ "plotters-svg",
1642
+ "wasm-bindgen",
1643
+ "web-sys",
1644
+ ]
1645
+
1646
+ [[package]]
1647
+ name = "plotters-backend"
1648
+ version = "0.3.7"
1649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1650
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1651
+
1652
+ [[package]]
1653
+ name = "plotters-svg"
1654
+ version = "0.3.7"
1655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1656
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1657
+ dependencies = [
1658
+ "plotters-backend",
1659
+ ]
1660
+
1661
+ [[package]]
1662
+ name = "portable-atomic"
1663
+ version = "1.12.0"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd"
1666
+
1667
+ [[package]]
1668
+ name = "potential_utf"
1669
+ version = "0.1.4"
1670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1671
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1672
+ dependencies = [
1673
+ "zerovec",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "powerfmt"
1678
+ version = "0.2.0"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1681
+
1682
+ [[package]]
1683
+ name = "ppv-lite86"
1684
+ version = "0.2.21"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1687
+ dependencies = [
1688
+ "zerocopy",
1689
+ ]
1690
+
1691
+ [[package]]
1692
+ name = "pretty_assertions"
1693
+ version = "1.4.1"
1694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1695
+ checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
1696
+ dependencies = [
1697
+ "diff",
1698
+ "yansi",
1699
+ ]
1700
+
1701
+ [[package]]
1702
+ name = "proc-macro2"
1703
+ version = "1.0.103"
1704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1705
+ checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1706
+ dependencies = [
1707
+ "unicode-ident",
1708
+ ]
1709
+
1710
+ [[package]]
1711
+ name = "pyo3"
1712
+ version = "0.22.6"
1713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+ checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
1715
+ dependencies = [
1716
+ "cfg-if",
1717
+ "indoc",
1718
+ "libc",
1719
+ "memoffset",
1720
+ "once_cell",
1721
+ "portable-atomic",
1722
+ "pyo3-build-config",
1723
+ "pyo3-ffi",
1724
+ "pyo3-macros",
1725
+ "unindent",
1726
+ ]
1727
+
1728
+ [[package]]
1729
+ name = "pyo3-build-config"
1730
+ version = "0.22.6"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
1733
+ dependencies = [
1734
+ "once_cell",
1735
+ "target-lexicon",
1736
+ ]
1737
+
1738
+ [[package]]
1739
+ name = "pyo3-ffi"
1740
+ version = "0.22.6"
1741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1742
+ checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
1743
+ dependencies = [
1744
+ "libc",
1745
+ "pyo3-build-config",
1746
+ ]
1747
+
1748
+ [[package]]
1749
+ name = "pyo3-macros"
1750
+ version = "0.22.6"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
1753
+ dependencies = [
1754
+ "proc-macro2",
1755
+ "pyo3-macros-backend",
1756
+ "quote",
1757
+ "syn",
1758
+ ]
1759
+
1760
+ [[package]]
1761
+ name = "pyo3-macros-backend"
1762
+ version = "0.22.6"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
1765
+ dependencies = [
1766
+ "heck",
1767
+ "proc-macro2",
1768
+ "pyo3-build-config",
1769
+ "quote",
1770
+ "syn",
1771
+ ]
1772
+
1773
+ [[package]]
1774
+ name = "quote"
1775
+ version = "1.0.42"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1778
+ dependencies = [
1779
+ "proc-macro2",
1780
+ ]
1781
+
1782
+ [[package]]
1783
+ name = "r-efi"
1784
+ version = "5.3.0"
1785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1786
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1787
+
1788
+ [[package]]
1789
+ name = "rand"
1790
+ version = "0.8.5"
1791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1792
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1793
+ dependencies = [
1794
+ "libc",
1795
+ "rand_chacha",
1796
+ "rand_core",
1797
+ ]
1798
+
1799
+ [[package]]
1800
+ name = "rand_chacha"
1801
+ version = "0.3.1"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1804
+ dependencies = [
1805
+ "ppv-lite86",
1806
+ "rand_core",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "rand_core"
1811
+ version = "0.6.4"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1814
+ dependencies = [
1815
+ "getrandom 0.2.16",
1816
+ ]
1817
+
1818
+ [[package]]
1819
+ name = "rayon"
1820
+ version = "1.11.0"
1821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1822
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1823
+ dependencies = [
1824
+ "either",
1825
+ "rayon-core",
1826
+ ]
1827
+
1828
+ [[package]]
1829
+ name = "rayon-core"
1830
+ version = "1.13.0"
1831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1832
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1833
+ dependencies = [
1834
+ "crossbeam-deque",
1835
+ "crossbeam-utils",
1836
+ ]
1837
+
1838
+ [[package]]
1839
+ name = "redox_syscall"
1840
+ version = "0.5.18"
1841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1842
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1843
+ dependencies = [
1844
+ "bitflags",
1845
+ ]
1846
+
1847
+ [[package]]
1848
+ name = "regex"
1849
+ version = "1.12.2"
1850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1851
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1852
+ dependencies = [
1853
+ "aho-corasick",
1854
+ "memchr",
1855
+ "regex-automata",
1856
+ "regex-syntax",
1857
+ ]
1858
+
1859
+ [[package]]
1860
+ name = "regex-automata"
1861
+ version = "0.4.13"
1862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1864
+ dependencies = [
1865
+ "aho-corasick",
1866
+ "memchr",
1867
+ "regex-syntax",
1868
+ ]
1869
+
1870
+ [[package]]
1871
+ name = "regex-syntax"
1872
+ version = "0.8.8"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1875
+
1876
+ [[package]]
1877
+ name = "reqwest"
1878
+ version = "0.12.26"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f"
1881
+ dependencies = [
1882
+ "base64",
1883
+ "bytes",
1884
+ "encoding_rs",
1885
+ "futures-channel",
1886
+ "futures-core",
1887
+ "futures-util",
1888
+ "h2",
1889
+ "http 1.4.0",
1890
+ "http-body",
1891
+ "http-body-util",
1892
+ "hyper",
1893
+ "hyper-rustls",
1894
+ "hyper-tls",
1895
+ "hyper-util",
1896
+ "js-sys",
1897
+ "log",
1898
+ "mime",
1899
+ "native-tls",
1900
+ "percent-encoding",
1901
+ "pin-project-lite",
1902
+ "rustls-pki-types",
1903
+ "serde",
1904
+ "serde_json",
1905
+ "serde_urlencoded",
1906
+ "sync_wrapper",
1907
+ "tokio",
1908
+ "tokio-native-tls",
1909
+ "tower",
1910
+ "tower-http",
1911
+ "tower-service",
1912
+ "url",
1913
+ "wasm-bindgen",
1914
+ "wasm-bindgen-futures",
1915
+ "web-sys",
1916
+ ]
1917
+
1918
+ [[package]]
1919
+ name = "reserve-port"
1920
+ version = "2.3.0"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "21918d6644020c6f6ef1993242989bf6d4952d2e025617744f184c02df51c356"
1923
+ dependencies = [
1924
+ "thiserror 2.0.17",
1925
+ ]
1926
+
1927
+ [[package]]
1928
+ name = "ring"
1929
+ version = "0.17.14"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1932
+ dependencies = [
1933
+ "cc",
1934
+ "cfg-if",
1935
+ "getrandom 0.2.16",
1936
+ "libc",
1937
+ "untrusted",
1938
+ "windows-sys 0.52.0",
1939
+ ]
1940
+
1941
+ [[package]]
1942
+ name = "rstar"
1943
+ version = "0.8.4"
1944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1945
+ checksum = "3a45c0e8804d37e4d97e55c6f258bc9ad9c5ee7b07437009dd152d764949a27c"
1946
+ dependencies = [
1947
+ "heapless 0.6.1",
1948
+ "num-traits",
1949
+ "pdqselect",
1950
+ "serde",
1951
+ "smallvec",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "rstar"
1956
+ version = "0.9.3"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "b40f1bfe5acdab44bc63e6699c28b74f75ec43afb59f3eda01e145aff86a25fa"
1959
+ dependencies = [
1960
+ "heapless 0.7.17",
1961
+ "num-traits",
1962
+ "serde",
1963
+ "smallvec",
1964
+ ]
1965
+
1966
+ [[package]]
1967
+ name = "rstar"
1968
+ version = "0.10.0"
1969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = "1f39465655a1e3d8ae79c6d9e007f4953bfc5d55297602df9dc38f9ae9f1359a"
1971
+ dependencies = [
1972
+ "heapless 0.7.17",
1973
+ "num-traits",
1974
+ "serde",
1975
+ "smallvec",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "rstar"
1980
+ version = "0.11.0"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "73111312eb7a2287d229f06c00ff35b51ddee180f017ab6dec1f69d62ac098d6"
1983
+ dependencies = [
1984
+ "heapless 0.7.17",
1985
+ "num-traits",
1986
+ "serde",
1987
+ "smallvec",
1988
+ ]
1989
+
1990
+ [[package]]
1991
+ name = "rstar"
1992
+ version = "0.12.2"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb"
1995
+ dependencies = [
1996
+ "heapless 0.8.0",
1997
+ "num-traits",
1998
+ "serde",
1999
+ "smallvec",
2000
+ ]
2001
+
2002
+ [[package]]
2003
+ name = "rust-embed"
2004
+ version = "8.9.0"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca"
2007
+ dependencies = [
2008
+ "rust-embed-impl",
2009
+ "rust-embed-utils",
2010
+ "walkdir",
2011
+ ]
2012
+
2013
+ [[package]]
2014
+ name = "rust-embed-impl"
2015
+ version = "8.9.0"
2016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2017
+ checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2"
2018
+ dependencies = [
2019
+ "proc-macro2",
2020
+ "quote",
2021
+ "rust-embed-utils",
2022
+ "syn",
2023
+ "walkdir",
2024
+ ]
2025
+
2026
+ [[package]]
2027
+ name = "rust-embed-utils"
2028
+ version = "8.9.0"
2029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+ checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475"
2031
+ dependencies = [
2032
+ "sha2",
2033
+ "walkdir",
2034
+ ]
2035
+
2036
+ [[package]]
2037
+ name = "rust-multipart-rfc7578_2"
2038
+ version = "0.6.1"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "03b748410c0afdef2ebbe3685a6a862e2ee937127cdaae623336a459451c8d57"
2041
+ dependencies = [
2042
+ "bytes",
2043
+ "futures-core",
2044
+ "futures-util",
2045
+ "http 0.2.12",
2046
+ "mime",
2047
+ "mime_guess",
2048
+ "rand",
2049
+ "thiserror 1.0.69",
2050
+ ]
2051
+
2052
+ [[package]]
2053
+ name = "rustc_version"
2054
+ version = "0.4.1"
2055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2056
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2057
+ dependencies = [
2058
+ "semver",
2059
+ ]
2060
+
2061
+ [[package]]
2062
+ name = "rustix"
2063
+ version = "1.1.2"
2064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2065
+ checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2066
+ dependencies = [
2067
+ "bitflags",
2068
+ "errno",
2069
+ "libc",
2070
+ "linux-raw-sys",
2071
+ "windows-sys 0.61.2",
2072
+ ]
2073
+
2074
+ [[package]]
2075
+ name = "rustls"
2076
+ version = "0.23.35"
2077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2078
+ checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
2079
+ dependencies = [
2080
+ "once_cell",
2081
+ "rustls-pki-types",
2082
+ "rustls-webpki",
2083
+ "subtle",
2084
+ "zeroize",
2085
+ ]
2086
+
2087
+ [[package]]
2088
+ name = "rustls-pki-types"
2089
+ version = "1.13.2"
2090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+ checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
2092
+ dependencies = [
2093
+ "zeroize",
2094
+ ]
2095
+
2096
+ [[package]]
2097
+ name = "rustls-webpki"
2098
+ version = "0.103.8"
2099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2100
+ checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
2101
+ dependencies = [
2102
+ "ring",
2103
+ "rustls-pki-types",
2104
+ "untrusted",
2105
+ ]
2106
+
2107
+ [[package]]
2108
+ name = "rustversion"
2109
+ version = "1.0.22"
2110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2111
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2112
+
2113
+ [[package]]
2114
+ name = "ryu"
2115
+ version = "1.0.20"
2116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2117
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2118
+
2119
+ [[package]]
2120
+ name = "same-file"
2121
+ version = "1.0.6"
2122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2123
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2124
+ dependencies = [
2125
+ "winapi-util",
2126
+ ]
2127
+
2128
+ [[package]]
2129
+ name = "schannel"
2130
+ version = "0.1.28"
2131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2132
+ checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
2133
+ dependencies = [
2134
+ "windows-sys 0.61.2",
2135
+ ]
2136
+
2137
+ [[package]]
2138
+ name = "scopeguard"
2139
+ version = "1.2.0"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2142
+
2143
+ [[package]]
2144
+ name = "security-framework"
2145
+ version = "2.11.1"
2146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2147
+ checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2148
+ dependencies = [
2149
+ "bitflags",
2150
+ "core-foundation",
2151
+ "core-foundation-sys",
2152
+ "libc",
2153
+ "security-framework-sys",
2154
+ ]
2155
+
2156
+ [[package]]
2157
+ name = "security-framework-sys"
2158
+ version = "2.15.0"
2159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2160
+ checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
2161
+ dependencies = [
2162
+ "core-foundation-sys",
2163
+ "libc",
2164
+ ]
2165
+
2166
+ [[package]]
2167
+ name = "semver"
2168
+ version = "1.0.27"
2169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2170
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2171
+
2172
+ [[package]]
2173
+ name = "serde"
2174
+ version = "1.0.228"
2175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2176
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2177
+ dependencies = [
2178
+ "serde_core",
2179
+ "serde_derive",
2180
+ ]
2181
+
2182
+ [[package]]
2183
+ name = "serde_core"
2184
+ version = "1.0.228"
2185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2186
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2187
+ dependencies = [
2188
+ "serde_derive",
2189
+ ]
2190
+
2191
+ [[package]]
2192
+ name = "serde_derive"
2193
+ version = "1.0.228"
2194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2195
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2196
+ dependencies = [
2197
+ "proc-macro2",
2198
+ "quote",
2199
+ "syn",
2200
+ ]
2201
+
2202
+ [[package]]
2203
+ name = "serde_json"
2204
+ version = "1.0.145"
2205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2206
+ checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
2207
+ dependencies = [
2208
+ "itoa",
2209
+ "memchr",
2210
+ "ryu",
2211
+ "serde",
2212
+ "serde_core",
2213
+ ]
2214
+
2215
+ [[package]]
2216
+ name = "serde_path_to_error"
2217
+ version = "0.1.20"
2218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2220
+ dependencies = [
2221
+ "itoa",
2222
+ "serde",
2223
+ "serde_core",
2224
+ ]
2225
+
2226
+ [[package]]
2227
+ name = "serde_urlencoded"
2228
+ version = "0.7.1"
2229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2230
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2231
+ dependencies = [
2232
+ "form_urlencoded",
2233
+ "itoa",
2234
+ "ryu",
2235
+ "serde",
2236
+ ]
2237
+
2238
+ [[package]]
2239
+ name = "sha2"
2240
+ version = "0.10.9"
2241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2242
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2243
+ dependencies = [
2244
+ "cfg-if",
2245
+ "cpufeatures",
2246
+ "digest",
2247
+ ]
2248
+
2249
+ [[package]]
2250
+ name = "sharded-slab"
2251
+ version = "0.1.7"
2252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2253
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2254
+ dependencies = [
2255
+ "lazy_static",
2256
+ ]
2257
+
2258
+ [[package]]
2259
+ name = "shlex"
2260
+ version = "1.3.0"
2261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2262
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2263
+
2264
+ [[package]]
2265
+ name = "signal-hook-registry"
2266
+ version = "1.4.7"
2267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2268
+ checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
2269
+ dependencies = [
2270
+ "libc",
2271
+ ]
2272
+
2273
+ [[package]]
2274
+ name = "simd-adler32"
2275
+ version = "0.3.8"
2276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2277
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
2278
+
2279
+ [[package]]
2280
+ name = "slab"
2281
+ version = "0.4.11"
2282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2283
+ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2284
+
2285
+ [[package]]
2286
+ name = "smallvec"
2287
+ version = "1.15.1"
2288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2289
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2290
+
2291
+ [[package]]
2292
+ name = "socket2"
2293
+ version = "0.6.1"
2294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2295
+ checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
2296
+ dependencies = [
2297
+ "libc",
2298
+ "windows-sys 0.60.2",
2299
+ ]
2300
+
2301
+ [[package]]
2302
+ name = "spin"
2303
+ version = "0.9.8"
2304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2305
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2306
+ dependencies = [
2307
+ "lock_api",
2308
+ ]
2309
+
2310
+ [[package]]
2311
+ name = "stable_deref_trait"
2312
+ version = "1.2.1"
2313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2315
+
2316
+ [[package]]
2317
+ name = "strsim"
2318
+ version = "0.11.1"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2321
+
2322
+ [[package]]
2323
+ name = "subtle"
2324
+ version = "2.6.1"
2325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2326
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2327
+
2328
+ [[package]]
2329
+ name = "syn"
2330
+ version = "2.0.111"
2331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2332
+ checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
2333
+ dependencies = [
2334
+ "proc-macro2",
2335
+ "quote",
2336
+ "unicode-ident",
2337
+ ]
2338
+
2339
+ [[package]]
2340
+ name = "sync_wrapper"
2341
+ version = "1.0.2"
2342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2343
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2344
+ dependencies = [
2345
+ "futures-core",
2346
+ ]
2347
+
2348
+ [[package]]
2349
+ name = "synstructure"
2350
+ version = "0.13.2"
2351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2352
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2353
+ dependencies = [
2354
+ "proc-macro2",
2355
+ "quote",
2356
+ "syn",
2357
+ ]
2358
+
2359
+ [[package]]
2360
+ name = "system-configuration"
2361
+ version = "0.6.1"
2362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2363
+ checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2364
+ dependencies = [
2365
+ "bitflags",
2366
+ "core-foundation",
2367
+ "system-configuration-sys",
2368
+ ]
2369
+
2370
+ [[package]]
2371
+ name = "system-configuration-sys"
2372
+ version = "0.6.0"
2373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2374
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2375
+ dependencies = [
2376
+ "core-foundation-sys",
2377
+ "libc",
2378
+ ]
2379
+
2380
+ [[package]]
2381
+ name = "tagptr"
2382
+ version = "0.2.0"
2383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2384
+ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2385
+
2386
+ [[package]]
2387
+ name = "target-lexicon"
2388
+ version = "0.12.16"
2389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2390
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2391
+
2392
+ [[package]]
2393
+ name = "tempfile"
2394
+ version = "3.23.0"
2395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2396
+ checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
2397
+ dependencies = [
2398
+ "fastrand",
2399
+ "getrandom 0.3.4",
2400
+ "once_cell",
2401
+ "rustix",
2402
+ "windows-sys 0.61.2",
2403
+ ]
2404
+
2405
+ [[package]]
2406
+ name = "thiserror"
2407
+ version = "1.0.69"
2408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2409
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2410
+ dependencies = [
2411
+ "thiserror-impl 1.0.69",
2412
+ ]
2413
+
2414
+ [[package]]
2415
+ name = "thiserror"
2416
+ version = "2.0.17"
2417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2418
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2419
+ dependencies = [
2420
+ "thiserror-impl 2.0.17",
2421
+ ]
2422
+
2423
+ [[package]]
2424
+ name = "thiserror-impl"
2425
+ version = "1.0.69"
2426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2427
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2428
+ dependencies = [
2429
+ "proc-macro2",
2430
+ "quote",
2431
+ "syn",
2432
+ ]
2433
+
2434
+ [[package]]
2435
+ name = "thiserror-impl"
2436
+ version = "2.0.17"
2437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2438
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2439
+ dependencies = [
2440
+ "proc-macro2",
2441
+ "quote",
2442
+ "syn",
2443
+ ]
2444
+
2445
+ [[package]]
2446
+ name = "thread_local"
2447
+ version = "1.1.9"
2448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2449
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2450
+ dependencies = [
2451
+ "cfg-if",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "time"
2456
+ version = "0.3.44"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
2459
+ dependencies = [
2460
+ "deranged",
2461
+ "itoa",
2462
+ "num-conv",
2463
+ "powerfmt",
2464
+ "serde",
2465
+ "time-core",
2466
+ "time-macros",
2467
+ ]
2468
+
2469
+ [[package]]
2470
+ name = "time-core"
2471
+ version = "0.1.6"
2472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2473
+ checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
2474
+
2475
+ [[package]]
2476
+ name = "time-macros"
2477
+ version = "0.2.24"
2478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+ checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
2480
+ dependencies = [
2481
+ "num-conv",
2482
+ "time-core",
2483
+ ]
2484
+
2485
+ [[package]]
2486
+ name = "tinystr"
2487
+ version = "0.8.2"
2488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2489
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2490
+ dependencies = [
2491
+ "displaydoc",
2492
+ "zerovec",
2493
+ ]
2494
+
2495
+ [[package]]
2496
+ name = "tinytemplate"
2497
+ version = "1.2.1"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2500
+ dependencies = [
2501
+ "serde",
2502
+ "serde_json",
2503
+ ]
2504
+
2505
+ [[package]]
2506
+ name = "tokio"
2507
+ version = "1.48.0"
2508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2509
+ checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
2510
+ dependencies = [
2511
+ "bytes",
2512
+ "libc",
2513
+ "mio",
2514
+ "parking_lot",
2515
+ "pin-project-lite",
2516
+ "signal-hook-registry",
2517
+ "socket2",
2518
+ "tokio-macros",
2519
+ "windows-sys 0.61.2",
2520
+ ]
2521
+
2522
+ [[package]]
2523
+ name = "tokio-macros"
2524
+ version = "2.6.0"
2525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2526
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2527
+ dependencies = [
2528
+ "proc-macro2",
2529
+ "quote",
2530
+ "syn",
2531
+ ]
2532
+
2533
+ [[package]]
2534
+ name = "tokio-native-tls"
2535
+ version = "0.3.1"
2536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2537
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2538
+ dependencies = [
2539
+ "native-tls",
2540
+ "tokio",
2541
+ ]
2542
+
2543
+ [[package]]
2544
+ name = "tokio-rustls"
2545
+ version = "0.26.4"
2546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2547
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2548
+ dependencies = [
2549
+ "rustls",
2550
+ "tokio",
2551
+ ]
2552
+
2553
+ [[package]]
2554
+ name = "tokio-util"
2555
+ version = "0.7.17"
2556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2557
+ checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
2558
+ dependencies = [
2559
+ "bytes",
2560
+ "futures-core",
2561
+ "futures-sink",
2562
+ "pin-project-lite",
2563
+ "tokio",
2564
+ ]
2565
+
2566
+ [[package]]
2567
+ name = "tower"
2568
+ version = "0.5.2"
2569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2570
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2571
+ dependencies = [
2572
+ "futures-core",
2573
+ "futures-util",
2574
+ "pin-project-lite",
2575
+ "sync_wrapper",
2576
+ "tokio",
2577
+ "tower-layer",
2578
+ "tower-service",
2579
+ "tracing",
2580
+ ]
2581
+
2582
+ [[package]]
2583
+ name = "tower-http"
2584
+ version = "0.6.8"
2585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2586
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2587
+ dependencies = [
2588
+ "bitflags",
2589
+ "bytes",
2590
+ "futures-util",
2591
+ "http 1.4.0",
2592
+ "http-body",
2593
+ "iri-string",
2594
+ "pin-project-lite",
2595
+ "tower",
2596
+ "tower-layer",
2597
+ "tower-service",
2598
+ "tracing",
2599
+ ]
2600
+
2601
+ [[package]]
2602
+ name = "tower-layer"
2603
+ version = "0.3.3"
2604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2606
+
2607
+ [[package]]
2608
+ name = "tower-service"
2609
+ version = "0.3.3"
2610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2611
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2612
+
2613
+ [[package]]
2614
+ name = "tracing"
2615
+ version = "0.1.44"
2616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2617
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2618
+ dependencies = [
2619
+ "log",
2620
+ "pin-project-lite",
2621
+ "tracing-attributes",
2622
+ "tracing-core",
2623
+ ]
2624
+
2625
+ [[package]]
2626
+ name = "tracing-attributes"
2627
+ version = "0.1.31"
2628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2629
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2630
+ dependencies = [
2631
+ "proc-macro2",
2632
+ "quote",
2633
+ "syn",
2634
+ ]
2635
+
2636
+ [[package]]
2637
+ name = "tracing-core"
2638
+ version = "0.1.36"
2639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2640
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2641
+ dependencies = [
2642
+ "once_cell",
2643
+ "valuable",
2644
+ ]
2645
+
2646
+ [[package]]
2647
+ name = "tracing-log"
2648
+ version = "0.2.0"
2649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2650
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2651
+ dependencies = [
2652
+ "log",
2653
+ "once_cell",
2654
+ "tracing-core",
2655
+ ]
2656
+
2657
+ [[package]]
2658
+ name = "tracing-subscriber"
2659
+ version = "0.3.22"
2660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2661
+ checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
2662
+ dependencies = [
2663
+ "matchers",
2664
+ "nu-ansi-term",
2665
+ "once_cell",
2666
+ "regex-automata",
2667
+ "sharded-slab",
2668
+ "smallvec",
2669
+ "thread_local",
2670
+ "tracing",
2671
+ "tracing-core",
2672
+ "tracing-log",
2673
+ ]
2674
+
2675
+ [[package]]
2676
+ name = "try-lock"
2677
+ version = "0.2.5"
2678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2679
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2680
+
2681
+ [[package]]
2682
+ name = "typenum"
2683
+ version = "1.19.0"
2684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2685
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2686
+
2687
+ [[package]]
2688
+ name = "unicase"
2689
+ version = "2.8.1"
2690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2691
+ checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2692
+
2693
+ [[package]]
2694
+ name = "unicode-ident"
2695
+ version = "1.0.22"
2696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2697
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2698
+
2699
+ [[package]]
2700
+ name = "unicode-width"
2701
+ version = "0.2.2"
2702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2703
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2704
+
2705
+ [[package]]
2706
+ name = "unindent"
2707
+ version = "0.2.4"
2708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2709
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2710
+
2711
+ [[package]]
2712
+ name = "untrusted"
2713
+ version = "0.9.0"
2714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2715
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2716
+
2717
+ [[package]]
2718
+ name = "url"
2719
+ version = "2.5.7"
2720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2721
+ checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2722
+ dependencies = [
2723
+ "form_urlencoded",
2724
+ "idna",
2725
+ "percent-encoding",
2726
+ "serde",
2727
+ ]
2728
+
2729
+ [[package]]
2730
+ name = "utf8_iter"
2731
+ version = "1.0.4"
2732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2733
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2734
+
2735
+ [[package]]
2736
+ name = "utf8parse"
2737
+ version = "0.2.2"
2738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2739
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2740
+
2741
+ [[package]]
2742
+ name = "utoipa"
2743
+ version = "5.4.0"
2744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2745
+ checksum = "2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993"
2746
+ dependencies = [
2747
+ "indexmap",
2748
+ "serde",
2749
+ "serde_json",
2750
+ "utoipa-gen",
2751
+ ]
2752
+
2753
+ [[package]]
2754
+ name = "utoipa-gen"
2755
+ version = "5.4.0"
2756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2757
+ checksum = "6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b"
2758
+ dependencies = [
2759
+ "proc-macro2",
2760
+ "quote",
2761
+ "regex",
2762
+ "syn",
2763
+ ]
2764
+
2765
+ [[package]]
2766
+ name = "utoipa-swagger-ui"
2767
+ version = "8.1.0"
2768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2769
+ checksum = "db4b5ac679cc6dfc5ea3f2823b0291c777750ffd5e13b21137e0f7ac0e8f9617"
2770
+ dependencies = [
2771
+ "axum",
2772
+ "base64",
2773
+ "mime_guess",
2774
+ "regex",
2775
+ "rust-embed",
2776
+ "serde",
2777
+ "serde_json",
2778
+ "url",
2779
+ "utoipa",
2780
+ "zip",
2781
+ ]
2782
+
2783
+ [[package]]
2784
+ name = "uuid"
2785
+ version = "1.19.0"
2786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2787
+ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
2788
+ dependencies = [
2789
+ "getrandom 0.3.4",
2790
+ "js-sys",
2791
+ "wasm-bindgen",
2792
+ ]
2793
+
2794
+ [[package]]
2795
+ name = "valuable"
2796
+ version = "0.1.1"
2797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2798
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2799
+
2800
+ [[package]]
2801
+ name = "vcpkg"
2802
+ version = "0.2.15"
2803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2804
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2805
+
2806
+ [[package]]
2807
+ name = "version_check"
2808
+ version = "0.9.5"
2809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2810
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2811
+
2812
+ [[package]]
2813
+ name = "walkdir"
2814
+ version = "2.5.0"
2815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2816
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2817
+ dependencies = [
2818
+ "same-file",
2819
+ "winapi-util",
2820
+ ]
2821
+
2822
+ [[package]]
2823
+ name = "want"
2824
+ version = "0.3.1"
2825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2826
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2827
+ dependencies = [
2828
+ "try-lock",
2829
+ ]
2830
+
2831
+ [[package]]
2832
+ name = "wasi"
2833
+ version = "0.11.1+wasi-snapshot-preview1"
2834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2835
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2836
+
2837
+ [[package]]
2838
+ name = "wasip2"
2839
+ version = "1.0.1+wasi-0.2.4"
2840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2841
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2842
+ dependencies = [
2843
+ "wit-bindgen",
2844
+ ]
2845
+
2846
+ [[package]]
2847
+ name = "wasm-bindgen"
2848
+ version = "0.2.106"
2849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2850
+ checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
2851
+ dependencies = [
2852
+ "cfg-if",
2853
+ "once_cell",
2854
+ "rustversion",
2855
+ "wasm-bindgen-macro",
2856
+ "wasm-bindgen-shared",
2857
+ ]
2858
+
2859
+ [[package]]
2860
+ name = "wasm-bindgen-futures"
2861
+ version = "0.4.56"
2862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2863
+ checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
2864
+ dependencies = [
2865
+ "cfg-if",
2866
+ "js-sys",
2867
+ "once_cell",
2868
+ "wasm-bindgen",
2869
+ "web-sys",
2870
+ ]
2871
+
2872
+ [[package]]
2873
+ name = "wasm-bindgen-macro"
2874
+ version = "0.2.106"
2875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2876
+ checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
2877
+ dependencies = [
2878
+ "quote",
2879
+ "wasm-bindgen-macro-support",
2880
+ ]
2881
+
2882
+ [[package]]
2883
+ name = "wasm-bindgen-macro-support"
2884
+ version = "0.2.106"
2885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2886
+ checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
2887
+ dependencies = [
2888
+ "bumpalo",
2889
+ "proc-macro2",
2890
+ "quote",
2891
+ "syn",
2892
+ "wasm-bindgen-shared",
2893
+ ]
2894
+
2895
+ [[package]]
2896
+ name = "wasm-bindgen-shared"
2897
+ version = "0.2.106"
2898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2899
+ checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
2900
+ dependencies = [
2901
+ "unicode-ident",
2902
+ ]
2903
+
2904
+ [[package]]
2905
+ name = "web-sys"
2906
+ version = "0.3.83"
2907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2908
+ checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
2909
+ dependencies = [
2910
+ "js-sys",
2911
+ "wasm-bindgen",
2912
+ ]
2913
+
2914
+ [[package]]
2915
+ name = "web-time"
2916
+ version = "1.1.0"
2917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2918
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2919
+ dependencies = [
2920
+ "js-sys",
2921
+ "wasm-bindgen",
2922
+ ]
2923
+
2924
+ [[package]]
2925
+ name = "winapi-util"
2926
+ version = "0.1.11"
2927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2928
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2929
+ dependencies = [
2930
+ "windows-sys 0.61.2",
2931
+ ]
2932
+
2933
+ [[package]]
2934
+ name = "windows-link"
2935
+ version = "0.2.1"
2936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2937
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2938
+
2939
+ [[package]]
2940
+ name = "windows-registry"
2941
+ version = "0.6.1"
2942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2943
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2944
+ dependencies = [
2945
+ "windows-link",
2946
+ "windows-result",
2947
+ "windows-strings",
2948
+ ]
2949
+
2950
+ [[package]]
2951
+ name = "windows-result"
2952
+ version = "0.4.1"
2953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2954
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2955
+ dependencies = [
2956
+ "windows-link",
2957
+ ]
2958
+
2959
+ [[package]]
2960
+ name = "windows-strings"
2961
+ version = "0.5.1"
2962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2963
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2964
+ dependencies = [
2965
+ "windows-link",
2966
+ ]
2967
+
2968
+ [[package]]
2969
+ name = "windows-sys"
2970
+ version = "0.52.0"
2971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2972
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2973
+ dependencies = [
2974
+ "windows-targets 0.52.6",
2975
+ ]
2976
+
2977
+ [[package]]
2978
+ name = "windows-sys"
2979
+ version = "0.59.0"
2980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2981
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2982
+ dependencies = [
2983
+ "windows-targets 0.52.6",
2984
+ ]
2985
+
2986
+ [[package]]
2987
+ name = "windows-sys"
2988
+ version = "0.60.2"
2989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2990
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2991
+ dependencies = [
2992
+ "windows-targets 0.53.5",
2993
+ ]
2994
+
2995
+ [[package]]
2996
+ name = "windows-sys"
2997
+ version = "0.61.2"
2998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2999
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3000
+ dependencies = [
3001
+ "windows-link",
3002
+ ]
3003
+
3004
+ [[package]]
3005
+ name = "windows-targets"
3006
+ version = "0.52.6"
3007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3008
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3009
+ dependencies = [
3010
+ "windows_aarch64_gnullvm 0.52.6",
3011
+ "windows_aarch64_msvc 0.52.6",
3012
+ "windows_i686_gnu 0.52.6",
3013
+ "windows_i686_gnullvm 0.52.6",
3014
+ "windows_i686_msvc 0.52.6",
3015
+ "windows_x86_64_gnu 0.52.6",
3016
+ "windows_x86_64_gnullvm 0.52.6",
3017
+ "windows_x86_64_msvc 0.52.6",
3018
+ ]
3019
+
3020
+ [[package]]
3021
+ name = "windows-targets"
3022
+ version = "0.53.5"
3023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3024
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3025
+ dependencies = [
3026
+ "windows-link",
3027
+ "windows_aarch64_gnullvm 0.53.1",
3028
+ "windows_aarch64_msvc 0.53.1",
3029
+ "windows_i686_gnu 0.53.1",
3030
+ "windows_i686_gnullvm 0.53.1",
3031
+ "windows_i686_msvc 0.53.1",
3032
+ "windows_x86_64_gnu 0.53.1",
3033
+ "windows_x86_64_gnullvm 0.53.1",
3034
+ "windows_x86_64_msvc 0.53.1",
3035
+ ]
3036
+
3037
+ [[package]]
3038
+ name = "windows_aarch64_gnullvm"
3039
+ version = "0.52.6"
3040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3041
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3042
+
3043
+ [[package]]
3044
+ name = "windows_aarch64_gnullvm"
3045
+ version = "0.53.1"
3046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3047
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3048
+
3049
+ [[package]]
3050
+ name = "windows_aarch64_msvc"
3051
+ version = "0.52.6"
3052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3053
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3054
+
3055
+ [[package]]
3056
+ name = "windows_aarch64_msvc"
3057
+ version = "0.53.1"
3058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3059
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3060
+
3061
+ [[package]]
3062
+ name = "windows_i686_gnu"
3063
+ version = "0.52.6"
3064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3065
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3066
+
3067
+ [[package]]
3068
+ name = "windows_i686_gnu"
3069
+ version = "0.53.1"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3072
+
3073
+ [[package]]
3074
+ name = "windows_i686_gnullvm"
3075
+ version = "0.52.6"
3076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3077
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3078
+
3079
+ [[package]]
3080
+ name = "windows_i686_gnullvm"
3081
+ version = "0.53.1"
3082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3083
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3084
+
3085
+ [[package]]
3086
+ name = "windows_i686_msvc"
3087
+ version = "0.52.6"
3088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3089
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3090
+
3091
+ [[package]]
3092
+ name = "windows_i686_msvc"
3093
+ version = "0.53.1"
3094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3095
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3096
+
3097
+ [[package]]
3098
+ name = "windows_x86_64_gnu"
3099
+ version = "0.52.6"
3100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3101
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3102
+
3103
+ [[package]]
3104
+ name = "windows_x86_64_gnu"
3105
+ version = "0.53.1"
3106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3107
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3108
+
3109
+ [[package]]
3110
+ name = "windows_x86_64_gnullvm"
3111
+ version = "0.52.6"
3112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3113
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3114
+
3115
+ [[package]]
3116
+ name = "windows_x86_64_gnullvm"
3117
+ version = "0.53.1"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3120
+
3121
+ [[package]]
3122
+ name = "windows_x86_64_msvc"
3123
+ version = "0.52.6"
3124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3125
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3126
+
3127
+ [[package]]
3128
+ name = "windows_x86_64_msvc"
3129
+ version = "0.53.1"
3130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3131
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3132
+
3133
+ [[package]]
3134
+ name = "wit-bindgen"
3135
+ version = "0.46.0"
3136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3137
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
3138
+
3139
+ [[package]]
3140
+ name = "writeable"
3141
+ version = "0.6.2"
3142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3144
+
3145
+ [[package]]
3146
+ name = "yansi"
3147
+ version = "1.0.1"
3148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3149
+ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
3150
+
3151
+ [[package]]
3152
+ name = "yoke"
3153
+ version = "0.8.1"
3154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3155
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3156
+ dependencies = [
3157
+ "stable_deref_trait",
3158
+ "yoke-derive",
3159
+ "zerofrom",
3160
+ ]
3161
+
3162
+ [[package]]
3163
+ name = "yoke-derive"
3164
+ version = "0.8.1"
3165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3166
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3167
+ dependencies = [
3168
+ "proc-macro2",
3169
+ "quote",
3170
+ "syn",
3171
+ "synstructure",
3172
+ ]
3173
+
3174
+ [[package]]
3175
+ name = "zerocopy"
3176
+ version = "0.8.31"
3177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3178
+ checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
3179
+ dependencies = [
3180
+ "zerocopy-derive",
3181
+ ]
3182
+
3183
+ [[package]]
3184
+ name = "zerocopy-derive"
3185
+ version = "0.8.31"
3186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3187
+ checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
3188
+ dependencies = [
3189
+ "proc-macro2",
3190
+ "quote",
3191
+ "syn",
3192
+ ]
3193
+
3194
+ [[package]]
3195
+ name = "zerofrom"
3196
+ version = "0.1.6"
3197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3198
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3199
+ dependencies = [
3200
+ "zerofrom-derive",
3201
+ ]
3202
+
3203
+ [[package]]
3204
+ name = "zerofrom-derive"
3205
+ version = "0.1.6"
3206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3207
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3208
+ dependencies = [
3209
+ "proc-macro2",
3210
+ "quote",
3211
+ "syn",
3212
+ "synstructure",
3213
+ ]
3214
+
3215
+ [[package]]
3216
+ name = "zeroize"
3217
+ version = "1.8.2"
3218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3219
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3220
+
3221
+ [[package]]
3222
+ name = "zerotrie"
3223
+ version = "0.2.3"
3224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3225
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3226
+ dependencies = [
3227
+ "displaydoc",
3228
+ "yoke",
3229
+ "zerofrom",
3230
+ ]
3231
+
3232
+ [[package]]
3233
+ name = "zerovec"
3234
+ version = "0.11.5"
3235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3236
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3237
+ dependencies = [
3238
+ "yoke",
3239
+ "zerofrom",
3240
+ "zerovec-derive",
3241
+ ]
3242
+
3243
+ [[package]]
3244
+ name = "zerovec-derive"
3245
+ version = "0.11.2"
3246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3247
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3248
+ dependencies = [
3249
+ "proc-macro2",
3250
+ "quote",
3251
+ "syn",
3252
+ ]
3253
+
3254
+ [[package]]
3255
+ name = "zip"
3256
+ version = "2.4.2"
3257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3258
+ checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
3259
+ dependencies = [
3260
+ "arbitrary",
3261
+ "crc32fast",
3262
+ "crossbeam-utils",
3263
+ "displaydoc",
3264
+ "flate2",
3265
+ "indexmap",
3266
+ "memchr",
3267
+ "thiserror 2.0.17",
3268
+ "zopfli",
3269
+ ]
3270
+
3271
+ [[package]]
3272
+ name = "zopfli"
3273
+ version = "0.8.3"
3274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3275
+ checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
3276
+ dependencies = [
3277
+ "bumpalo",
3278
+ "crc32fast",
3279
+ "log",
3280
+ "simd-adler32",
3281
+ ]