extractrs 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2987 @@
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 = "allocator-api2"
22
+ version = "0.2.21"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
25
+
26
+ [[package]]
27
+ name = "android_system_properties"
28
+ version = "0.1.5"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
31
+ dependencies = [
32
+ "libc",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstream"
37
+ version = "1.0.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
40
+ dependencies = [
41
+ "anstyle",
42
+ "anstyle-parse",
43
+ "anstyle-query",
44
+ "anstyle-wincon",
45
+ "colorchoice",
46
+ "is_terminal_polyfill",
47
+ "utf8parse",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle"
52
+ version = "1.0.14"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
55
+
56
+ [[package]]
57
+ name = "anstyle-parse"
58
+ version = "1.0.0"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
61
+ dependencies = [
62
+ "utf8parse",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "anstyle-query"
67
+ version = "1.1.5"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
70
+ dependencies = [
71
+ "windows-sys 0.61.2",
72
+ ]
73
+
74
+ [[package]]
75
+ name = "anstyle-wincon"
76
+ version = "3.0.11"
77
+ source = "registry+https://github.com/rust-lang/crates.io-index"
78
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
79
+ dependencies = [
80
+ "anstyle",
81
+ "once_cell_polyfill",
82
+ "windows-sys 0.61.2",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "anyhow"
87
+ version = "1.0.102"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
90
+
91
+ [[package]]
92
+ name = "approx"
93
+ version = "0.5.1"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
96
+ dependencies = [
97
+ "num-traits",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "atomic-waker"
102
+ version = "1.1.2"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
105
+
106
+ [[package]]
107
+ name = "autocfg"
108
+ version = "1.5.0"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
111
+
112
+ [[package]]
113
+ name = "base64"
114
+ version = "0.22.1"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
117
+
118
+ [[package]]
119
+ name = "bit-set"
120
+ version = "0.8.0"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
123
+ dependencies = [
124
+ "bit-vec",
125
+ ]
126
+
127
+ [[package]]
128
+ name = "bit-vec"
129
+ version = "0.8.0"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
132
+
133
+ [[package]]
134
+ name = "bitflags"
135
+ version = "2.11.0"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
138
+
139
+ [[package]]
140
+ name = "bumpalo"
141
+ version = "3.20.2"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
144
+
145
+ [[package]]
146
+ name = "byteorder"
147
+ version = "1.5.0"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
150
+
151
+ [[package]]
152
+ name = "bytes"
153
+ version = "1.11.1"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
156
+
157
+ [[package]]
158
+ name = "cc"
159
+ version = "1.2.57"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
162
+ dependencies = [
163
+ "find-msvc-tools",
164
+ "shlex",
165
+ ]
166
+
167
+ [[package]]
168
+ name = "cfg-if"
169
+ version = "1.0.4"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
172
+
173
+ [[package]]
174
+ name = "chrono"
175
+ version = "0.4.44"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
178
+ dependencies = [
179
+ "iana-time-zone",
180
+ "js-sys",
181
+ "num-traits",
182
+ "wasm-bindgen",
183
+ "windows-link",
184
+ ]
185
+
186
+ [[package]]
187
+ name = "clap"
188
+ version = "4.6.0"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
191
+ dependencies = [
192
+ "clap_builder",
193
+ "clap_derive",
194
+ ]
195
+
196
+ [[package]]
197
+ name = "clap_builder"
198
+ version = "4.6.0"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
201
+ dependencies = [
202
+ "anstream",
203
+ "anstyle",
204
+ "clap_lex",
205
+ "strsim",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "clap_derive"
210
+ version = "4.6.0"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
213
+ dependencies = [
214
+ "heck",
215
+ "proc-macro2",
216
+ "quote",
217
+ "syn",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "clap_lex"
222
+ version = "1.1.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
225
+
226
+ [[package]]
227
+ name = "cmake"
228
+ version = "0.1.57"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
231
+ dependencies = [
232
+ "cc",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "colorchoice"
237
+ version = "1.0.5"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
240
+
241
+ [[package]]
242
+ name = "console"
243
+ version = "0.15.11"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
246
+ dependencies = [
247
+ "encode_unicode",
248
+ "libc",
249
+ "once_cell",
250
+ "unicode-width",
251
+ "windows-sys 0.59.0",
252
+ ]
253
+
254
+ [[package]]
255
+ name = "core-foundation"
256
+ version = "0.9.4"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
259
+ dependencies = [
260
+ "core-foundation-sys",
261
+ "libc",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "core-foundation"
266
+ version = "0.10.1"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
269
+ dependencies = [
270
+ "core-foundation-sys",
271
+ "libc",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "core-foundation-sys"
276
+ version = "0.8.7"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
279
+
280
+ [[package]]
281
+ name = "crc32fast"
282
+ version = "1.5.0"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
285
+ dependencies = [
286
+ "cfg-if",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "crossbeam-deque"
291
+ version = "0.8.6"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
294
+ dependencies = [
295
+ "crossbeam-epoch",
296
+ "crossbeam-utils",
297
+ ]
298
+
299
+ [[package]]
300
+ name = "crossbeam-epoch"
301
+ version = "0.9.18"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
304
+ dependencies = [
305
+ "crossbeam-utils",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "crossbeam-utils"
310
+ version = "0.8.21"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
313
+
314
+ [[package]]
315
+ name = "csv"
316
+ version = "1.4.0"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
319
+ dependencies = [
320
+ "csv-core",
321
+ "itoa",
322
+ "ryu",
323
+ "serde_core",
324
+ ]
325
+
326
+ [[package]]
327
+ name = "csv-core"
328
+ version = "0.1.13"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
331
+ dependencies = [
332
+ "memchr",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "displaydoc"
337
+ version = "0.2.5"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
340
+ dependencies = [
341
+ "proc-macro2",
342
+ "quote",
343
+ "syn",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "earcutr"
348
+ version = "0.4.3"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01"
351
+ dependencies = [
352
+ "itertools",
353
+ "num-traits",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "either"
358
+ version = "1.15.0"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
361
+
362
+ [[package]]
363
+ name = "encode_unicode"
364
+ version = "1.0.0"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
367
+
368
+ [[package]]
369
+ name = "encoding_rs"
370
+ version = "0.8.35"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
373
+ dependencies = [
374
+ "cfg-if",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "equivalent"
379
+ version = "1.0.2"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
382
+
383
+ [[package]]
384
+ name = "errno"
385
+ version = "0.3.14"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
388
+ dependencies = [
389
+ "libc",
390
+ "windows-sys 0.61.2",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "extractrs-core"
395
+ version = "0.1.0"
396
+ dependencies = [
397
+ "approx",
398
+ "geo",
399
+ "geo-types",
400
+ "ndarray",
401
+ "proptest",
402
+ "thiserror 2.0.18",
403
+ ]
404
+
405
+ [[package]]
406
+ name = "extractrs-io"
407
+ version = "0.1.0"
408
+ dependencies = [
409
+ "chrono",
410
+ "csv",
411
+ "extractrs-core",
412
+ "gdal",
413
+ "ndarray",
414
+ "netcdf",
415
+ "proj",
416
+ "reqwest",
417
+ "thiserror 2.0.18",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "extractrs-pipeline"
422
+ version = "0.1.0"
423
+ dependencies = [
424
+ "anyhow",
425
+ "chrono",
426
+ "clap",
427
+ "csv",
428
+ "extractrs-core",
429
+ "extractrs-io",
430
+ "extractrs-stats",
431
+ "indicatif",
432
+ "ndarray",
433
+ ]
434
+
435
+ [[package]]
436
+ name = "extractrs-python"
437
+ version = "0.1.0"
438
+ dependencies = [
439
+ "extractrs-core",
440
+ "extractrs-stats",
441
+ "ndarray",
442
+ "numpy",
443
+ "pyo3",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "extractrs-stats"
448
+ version = "0.1.0"
449
+ dependencies = [
450
+ "approx",
451
+ "ordered-float",
452
+ "thiserror 2.0.18",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "fastrand"
457
+ version = "2.3.0"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
460
+
461
+ [[package]]
462
+ name = "filetime"
463
+ version = "0.2.27"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
466
+ dependencies = [
467
+ "cfg-if",
468
+ "libc",
469
+ "libredox",
470
+ ]
471
+
472
+ [[package]]
473
+ name = "find-msvc-tools"
474
+ version = "0.1.9"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
477
+
478
+ [[package]]
479
+ name = "flate2"
480
+ version = "1.1.9"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
483
+ dependencies = [
484
+ "crc32fast",
485
+ "miniz_oxide",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "float_next_after"
490
+ version = "1.0.0"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
493
+
494
+ [[package]]
495
+ name = "fnv"
496
+ version = "1.0.7"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
499
+
500
+ [[package]]
501
+ name = "foldhash"
502
+ version = "0.1.5"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
505
+
506
+ [[package]]
507
+ name = "foldhash"
508
+ version = "0.2.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
511
+
512
+ [[package]]
513
+ name = "foreign-types"
514
+ version = "0.3.2"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
517
+ dependencies = [
518
+ "foreign-types-shared",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "foreign-types-shared"
523
+ version = "0.1.1"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
526
+
527
+ [[package]]
528
+ name = "form_urlencoded"
529
+ version = "1.2.2"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
532
+ dependencies = [
533
+ "percent-encoding",
534
+ ]
535
+
536
+ [[package]]
537
+ name = "futures-channel"
538
+ version = "0.3.32"
539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
540
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
541
+ dependencies = [
542
+ "futures-core",
543
+ "futures-sink",
544
+ ]
545
+
546
+ [[package]]
547
+ name = "futures-core"
548
+ version = "0.3.32"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
551
+
552
+ [[package]]
553
+ name = "futures-io"
554
+ version = "0.3.32"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
557
+
558
+ [[package]]
559
+ name = "futures-sink"
560
+ version = "0.3.32"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
563
+
564
+ [[package]]
565
+ name = "futures-task"
566
+ version = "0.3.32"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
569
+
570
+ [[package]]
571
+ name = "futures-util"
572
+ version = "0.3.32"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
575
+ dependencies = [
576
+ "futures-core",
577
+ "futures-io",
578
+ "futures-sink",
579
+ "futures-task",
580
+ "memchr",
581
+ "pin-project-lite",
582
+ "slab",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "gdal"
587
+ version = "0.19.0"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "e26906e99e54000acd7f6328f85d161e6280390b9b596e06dbed0637a6e29717"
590
+ dependencies = [
591
+ "bitflags",
592
+ "chrono",
593
+ "gdal-sys",
594
+ "geo-types",
595
+ "semver",
596
+ "thiserror 2.0.18",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "gdal-sys"
601
+ version = "0.12.0"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "cceef1cc08a1f031c5717cb645bb361a3114470cc142cc96bc5e62b79695632e"
604
+ dependencies = [
605
+ "pkg-config",
606
+ "semver",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "geo"
611
+ version = "0.32.0"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "3f3901269ec6d4f6068d3f09e5f02f995bd076398dcd1dfec407cd230b02d11b"
614
+ dependencies = [
615
+ "earcutr",
616
+ "float_next_after",
617
+ "geo-types",
618
+ "geographiclib-rs",
619
+ "i_overlay",
620
+ "log",
621
+ "num-traits",
622
+ "rand 0.8.5",
623
+ "robust",
624
+ "rstar",
625
+ "sif-itree",
626
+ "spade",
627
+ ]
628
+
629
+ [[package]]
630
+ name = "geo-types"
631
+ version = "0.7.18"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "24f8647af4005fa11da47cd56252c6ef030be8fa97bdbf355e7dfb6348f0a82c"
634
+ dependencies = [
635
+ "approx",
636
+ "num-traits",
637
+ "rayon",
638
+ "rstar",
639
+ "serde",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "geographiclib-rs"
644
+ version = "0.2.7"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "c5a7f08910fd98737a6eda7568e7c5e645093e073328eeef49758cfe8b0489c7"
647
+ dependencies = [
648
+ "libm",
649
+ ]
650
+
651
+ [[package]]
652
+ name = "getrandom"
653
+ version = "0.2.17"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
656
+ dependencies = [
657
+ "cfg-if",
658
+ "libc",
659
+ "wasi",
660
+ ]
661
+
662
+ [[package]]
663
+ name = "getrandom"
664
+ version = "0.3.4"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
667
+ dependencies = [
668
+ "cfg-if",
669
+ "libc",
670
+ "r-efi 5.3.0",
671
+ "wasip2",
672
+ ]
673
+
674
+ [[package]]
675
+ name = "getrandom"
676
+ version = "0.4.2"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
679
+ dependencies = [
680
+ "cfg-if",
681
+ "libc",
682
+ "r-efi 6.0.0",
683
+ "wasip2",
684
+ "wasip3",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "h2"
689
+ version = "0.4.13"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
692
+ dependencies = [
693
+ "atomic-waker",
694
+ "bytes",
695
+ "fnv",
696
+ "futures-core",
697
+ "futures-sink",
698
+ "http",
699
+ "indexmap",
700
+ "slab",
701
+ "tokio",
702
+ "tokio-util",
703
+ "tracing",
704
+ ]
705
+
706
+ [[package]]
707
+ name = "hash32"
708
+ version = "0.3.1"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
711
+ dependencies = [
712
+ "byteorder",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "hashbrown"
717
+ version = "0.15.5"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
720
+ dependencies = [
721
+ "foldhash 0.1.5",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "hashbrown"
726
+ version = "0.16.1"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
729
+ dependencies = [
730
+ "allocator-api2",
731
+ "equivalent",
732
+ "foldhash 0.2.0",
733
+ ]
734
+
735
+ [[package]]
736
+ name = "hdf5-metno-sys"
737
+ version = "0.11.3"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "b546cf84b629a51ea1e68c783b37ce2045c80f3d56e4ba1d2d882cfba0364738"
740
+ dependencies = [
741
+ "libc",
742
+ "libloading",
743
+ "parking_lot",
744
+ "pkg-config",
745
+ "regex",
746
+ "serde",
747
+ "serde_derive",
748
+ "winreg",
749
+ ]
750
+
751
+ [[package]]
752
+ name = "heapless"
753
+ version = "0.8.0"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
756
+ dependencies = [
757
+ "hash32",
758
+ "stable_deref_trait",
759
+ ]
760
+
761
+ [[package]]
762
+ name = "heck"
763
+ version = "0.5.0"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
766
+
767
+ [[package]]
768
+ name = "http"
769
+ version = "1.4.0"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
772
+ dependencies = [
773
+ "bytes",
774
+ "itoa",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "http-body"
779
+ version = "1.0.1"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
782
+ dependencies = [
783
+ "bytes",
784
+ "http",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "http-body-util"
789
+ version = "0.1.3"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
792
+ dependencies = [
793
+ "bytes",
794
+ "futures-core",
795
+ "http",
796
+ "http-body",
797
+ "pin-project-lite",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "httparse"
802
+ version = "1.10.1"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
805
+
806
+ [[package]]
807
+ name = "hyper"
808
+ version = "1.8.1"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
811
+ dependencies = [
812
+ "atomic-waker",
813
+ "bytes",
814
+ "futures-channel",
815
+ "futures-core",
816
+ "h2",
817
+ "http",
818
+ "http-body",
819
+ "httparse",
820
+ "itoa",
821
+ "pin-project-lite",
822
+ "pin-utils",
823
+ "smallvec",
824
+ "tokio",
825
+ "want",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "hyper-rustls"
830
+ version = "0.27.7"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
833
+ dependencies = [
834
+ "http",
835
+ "hyper",
836
+ "hyper-util",
837
+ "rustls",
838
+ "rustls-pki-types",
839
+ "tokio",
840
+ "tokio-rustls",
841
+ "tower-service",
842
+ ]
843
+
844
+ [[package]]
845
+ name = "hyper-tls"
846
+ version = "0.6.0"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
849
+ dependencies = [
850
+ "bytes",
851
+ "http-body-util",
852
+ "hyper",
853
+ "hyper-util",
854
+ "native-tls",
855
+ "tokio",
856
+ "tokio-native-tls",
857
+ "tower-service",
858
+ ]
859
+
860
+ [[package]]
861
+ name = "hyper-util"
862
+ version = "0.1.20"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
865
+ dependencies = [
866
+ "base64",
867
+ "bytes",
868
+ "futures-channel",
869
+ "futures-util",
870
+ "http",
871
+ "http-body",
872
+ "hyper",
873
+ "ipnet",
874
+ "libc",
875
+ "percent-encoding",
876
+ "pin-project-lite",
877
+ "socket2",
878
+ "system-configuration",
879
+ "tokio",
880
+ "tower-service",
881
+ "tracing",
882
+ "windows-registry",
883
+ ]
884
+
885
+ [[package]]
886
+ name = "i_float"
887
+ version = "1.15.0"
888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
889
+ checksum = "010025c2c532c8d82e42d0b8bb5184afa449fa6f06c709ea9adcb16c49ae405b"
890
+ dependencies = [
891
+ "libm",
892
+ ]
893
+
894
+ [[package]]
895
+ name = "i_key_sort"
896
+ version = "0.6.0"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "9190f86706ca38ac8add223b2aed8b1330002b5cdbbce28fb58b10914d38fc27"
899
+
900
+ [[package]]
901
+ name = "i_overlay"
902
+ version = "4.0.7"
903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
904
+ checksum = "413183068e6e0289e18d7d0a1f661b81546e6918d5453a44570b9ab30cbed1b3"
905
+ dependencies = [
906
+ "i_float",
907
+ "i_key_sort",
908
+ "i_shape",
909
+ "i_tree",
910
+ "rayon",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "i_shape"
915
+ version = "1.14.0"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "1ea154b742f7d43dae2897fcd5ead86bc7b5eefcedd305a7ebf9f69d44d61082"
918
+ dependencies = [
919
+ "i_float",
920
+ ]
921
+
922
+ [[package]]
923
+ name = "i_tree"
924
+ version = "0.16.0"
925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
926
+ checksum = "35e6d558e6d4c7b82bc51d9c771e7a927862a161a7d87bf2b0541450e0e20915"
927
+
928
+ [[package]]
929
+ name = "iana-time-zone"
930
+ version = "0.1.65"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
933
+ dependencies = [
934
+ "android_system_properties",
935
+ "core-foundation-sys",
936
+ "iana-time-zone-haiku",
937
+ "js-sys",
938
+ "log",
939
+ "wasm-bindgen",
940
+ "windows-core",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "iana-time-zone-haiku"
945
+ version = "0.1.2"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
948
+ dependencies = [
949
+ "cc",
950
+ ]
951
+
952
+ [[package]]
953
+ name = "icu_collections"
954
+ version = "2.1.1"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
957
+ dependencies = [
958
+ "displaydoc",
959
+ "potential_utf",
960
+ "yoke",
961
+ "zerofrom",
962
+ "zerovec",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "icu_locale_core"
967
+ version = "2.1.1"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
970
+ dependencies = [
971
+ "displaydoc",
972
+ "litemap",
973
+ "tinystr",
974
+ "writeable",
975
+ "zerovec",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "icu_normalizer"
980
+ version = "2.1.1"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
983
+ dependencies = [
984
+ "icu_collections",
985
+ "icu_normalizer_data",
986
+ "icu_properties",
987
+ "icu_provider",
988
+ "smallvec",
989
+ "zerovec",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "icu_normalizer_data"
994
+ version = "2.1.1"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
997
+
998
+ [[package]]
999
+ name = "icu_properties"
1000
+ version = "2.1.2"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1003
+ dependencies = [
1004
+ "icu_collections",
1005
+ "icu_locale_core",
1006
+ "icu_properties_data",
1007
+ "icu_provider",
1008
+ "zerotrie",
1009
+ "zerovec",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "icu_properties_data"
1014
+ version = "2.1.2"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1017
+
1018
+ [[package]]
1019
+ name = "icu_provider"
1020
+ version = "2.1.1"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1023
+ dependencies = [
1024
+ "displaydoc",
1025
+ "icu_locale_core",
1026
+ "writeable",
1027
+ "yoke",
1028
+ "zerofrom",
1029
+ "zerotrie",
1030
+ "zerovec",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "id-arena"
1035
+ version = "2.3.0"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1038
+
1039
+ [[package]]
1040
+ name = "idna"
1041
+ version = "1.1.0"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1044
+ dependencies = [
1045
+ "idna_adapter",
1046
+ "smallvec",
1047
+ "utf8_iter",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "idna_adapter"
1052
+ version = "1.2.1"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1055
+ dependencies = [
1056
+ "icu_normalizer",
1057
+ "icu_properties",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "indexmap"
1062
+ version = "2.13.0"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1065
+ dependencies = [
1066
+ "equivalent",
1067
+ "hashbrown 0.16.1",
1068
+ "serde",
1069
+ "serde_core",
1070
+ ]
1071
+
1072
+ [[package]]
1073
+ name = "indicatif"
1074
+ version = "0.17.11"
1075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1076
+ checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
1077
+ dependencies = [
1078
+ "console",
1079
+ "number_prefix",
1080
+ "portable-atomic",
1081
+ "unicode-width",
1082
+ "web-time",
1083
+ ]
1084
+
1085
+ [[package]]
1086
+ name = "ipnet"
1087
+ version = "2.12.0"
1088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1089
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1090
+
1091
+ [[package]]
1092
+ name = "iri-string"
1093
+ version = "0.7.11"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb"
1096
+ dependencies = [
1097
+ "memchr",
1098
+ "serde",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "is_terminal_polyfill"
1103
+ version = "1.70.2"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1106
+
1107
+ [[package]]
1108
+ name = "itertools"
1109
+ version = "0.11.0"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1112
+ dependencies = [
1113
+ "either",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "itoa"
1118
+ version = "1.0.18"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1121
+
1122
+ [[package]]
1123
+ name = "js-sys"
1124
+ version = "0.3.91"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
1127
+ dependencies = [
1128
+ "once_cell",
1129
+ "wasm-bindgen",
1130
+ ]
1131
+
1132
+ [[package]]
1133
+ name = "leb128fmt"
1134
+ version = "0.1.0"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1137
+
1138
+ [[package]]
1139
+ name = "libc"
1140
+ version = "0.2.183"
1141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1142
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
1143
+
1144
+ [[package]]
1145
+ name = "libloading"
1146
+ version = "0.8.9"
1147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1148
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1149
+ dependencies = [
1150
+ "cfg-if",
1151
+ "windows-link",
1152
+ ]
1153
+
1154
+ [[package]]
1155
+ name = "libm"
1156
+ version = "0.2.16"
1157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1158
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1159
+
1160
+ [[package]]
1161
+ name = "libredox"
1162
+ version = "0.1.15"
1163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1164
+ checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
1165
+ dependencies = [
1166
+ "bitflags",
1167
+ "libc",
1168
+ "plain",
1169
+ "redox_syscall 0.7.3",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "libsqlite3-sys"
1174
+ version = "0.30.1"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1177
+ dependencies = [
1178
+ "pkg-config",
1179
+ "vcpkg",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "libz-sys"
1184
+ version = "1.1.25"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "d52f4c29e2a68ac30c9087e1b772dc9f44a2b66ed44edf2266cf2be9b03dafc1"
1187
+ dependencies = [
1188
+ "cc",
1189
+ "libc",
1190
+ "pkg-config",
1191
+ "vcpkg",
1192
+ ]
1193
+
1194
+ [[package]]
1195
+ name = "link-cplusplus"
1196
+ version = "1.0.12"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
1199
+ dependencies = [
1200
+ "cc",
1201
+ ]
1202
+
1203
+ [[package]]
1204
+ name = "linux-raw-sys"
1205
+ version = "0.12.1"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1208
+
1209
+ [[package]]
1210
+ name = "litemap"
1211
+ version = "0.8.1"
1212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1213
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1214
+
1215
+ [[package]]
1216
+ name = "lock_api"
1217
+ version = "0.4.14"
1218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1219
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1220
+ dependencies = [
1221
+ "scopeguard",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "log"
1226
+ version = "0.4.29"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1229
+
1230
+ [[package]]
1231
+ name = "matrixmultiply"
1232
+ version = "0.3.10"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
1235
+ dependencies = [
1236
+ "autocfg",
1237
+ "rawpointer",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "memchr"
1242
+ version = "2.8.0"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1245
+
1246
+ [[package]]
1247
+ name = "mime"
1248
+ version = "0.3.17"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1251
+
1252
+ [[package]]
1253
+ name = "miniz_oxide"
1254
+ version = "0.8.9"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1257
+ dependencies = [
1258
+ "adler2",
1259
+ "simd-adler32",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "mio"
1264
+ version = "1.1.1"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1267
+ dependencies = [
1268
+ "libc",
1269
+ "wasi",
1270
+ "windows-sys 0.61.2",
1271
+ ]
1272
+
1273
+ [[package]]
1274
+ name = "native-tls"
1275
+ version = "0.2.18"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1278
+ dependencies = [
1279
+ "libc",
1280
+ "log",
1281
+ "openssl",
1282
+ "openssl-probe",
1283
+ "openssl-sys",
1284
+ "schannel",
1285
+ "security-framework",
1286
+ "security-framework-sys",
1287
+ "tempfile",
1288
+ ]
1289
+
1290
+ [[package]]
1291
+ name = "ndarray"
1292
+ version = "0.17.2"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
1295
+ dependencies = [
1296
+ "matrixmultiply",
1297
+ "num-complex",
1298
+ "num-integer",
1299
+ "num-traits",
1300
+ "portable-atomic",
1301
+ "portable-atomic-util",
1302
+ "rawpointer",
1303
+ ]
1304
+
1305
+ [[package]]
1306
+ name = "netcdf"
1307
+ version = "0.12.0"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "032d47fcd93a63a21232184aabfd202e1e50116d31bbd382580503308887d0f9"
1310
+ dependencies = [
1311
+ "bitflags",
1312
+ "libc",
1313
+ "ndarray",
1314
+ "netcdf-sys",
1315
+ "semver",
1316
+ ]
1317
+
1318
+ [[package]]
1319
+ name = "netcdf-sys"
1320
+ version = "0.9.0"
1321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1322
+ checksum = "596486b4ae6f128b4c0c62343fe9459946e6bf40e830d7dfb5fe82fbbf024f65"
1323
+ dependencies = [
1324
+ "hdf5-metno-sys",
1325
+ "libz-sys",
1326
+ "parking_lot",
1327
+ "semver",
1328
+ ]
1329
+
1330
+ [[package]]
1331
+ name = "num-complex"
1332
+ version = "0.4.6"
1333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1334
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1335
+ dependencies = [
1336
+ "num-traits",
1337
+ ]
1338
+
1339
+ [[package]]
1340
+ name = "num-integer"
1341
+ version = "0.1.46"
1342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1344
+ dependencies = [
1345
+ "num-traits",
1346
+ ]
1347
+
1348
+ [[package]]
1349
+ name = "num-traits"
1350
+ version = "0.2.19"
1351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1353
+ dependencies = [
1354
+ "autocfg",
1355
+ "libm",
1356
+ ]
1357
+
1358
+ [[package]]
1359
+ name = "number_prefix"
1360
+ version = "0.4.0"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1363
+
1364
+ [[package]]
1365
+ name = "numpy"
1366
+ version = "0.28.0"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
1369
+ dependencies = [
1370
+ "libc",
1371
+ "ndarray",
1372
+ "num-complex",
1373
+ "num-integer",
1374
+ "num-traits",
1375
+ "pyo3",
1376
+ "pyo3-build-config",
1377
+ "rustc-hash",
1378
+ ]
1379
+
1380
+ [[package]]
1381
+ name = "once_cell"
1382
+ version = "1.21.4"
1383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1384
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1385
+
1386
+ [[package]]
1387
+ name = "once_cell_polyfill"
1388
+ version = "1.70.2"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1391
+
1392
+ [[package]]
1393
+ name = "openssl"
1394
+ version = "0.10.76"
1395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1396
+ checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
1397
+ dependencies = [
1398
+ "bitflags",
1399
+ "cfg-if",
1400
+ "foreign-types",
1401
+ "libc",
1402
+ "once_cell",
1403
+ "openssl-macros",
1404
+ "openssl-sys",
1405
+ ]
1406
+
1407
+ [[package]]
1408
+ name = "openssl-macros"
1409
+ version = "0.1.1"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1412
+ dependencies = [
1413
+ "proc-macro2",
1414
+ "quote",
1415
+ "syn",
1416
+ ]
1417
+
1418
+ [[package]]
1419
+ name = "openssl-probe"
1420
+ version = "0.2.1"
1421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1422
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1423
+
1424
+ [[package]]
1425
+ name = "openssl-sys"
1426
+ version = "0.9.112"
1427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1428
+ checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
1429
+ dependencies = [
1430
+ "cc",
1431
+ "libc",
1432
+ "pkg-config",
1433
+ "vcpkg",
1434
+ ]
1435
+
1436
+ [[package]]
1437
+ name = "ordered-float"
1438
+ version = "4.6.0"
1439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+ checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
1441
+ dependencies = [
1442
+ "num-traits",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "parking_lot"
1447
+ version = "0.12.5"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1450
+ dependencies = [
1451
+ "lock_api",
1452
+ "parking_lot_core",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "parking_lot_core"
1457
+ version = "0.9.12"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1460
+ dependencies = [
1461
+ "cfg-if",
1462
+ "libc",
1463
+ "redox_syscall 0.5.18",
1464
+ "smallvec",
1465
+ "windows-link",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "percent-encoding"
1470
+ version = "2.3.2"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1473
+
1474
+ [[package]]
1475
+ name = "pin-project-lite"
1476
+ version = "0.2.17"
1477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1479
+
1480
+ [[package]]
1481
+ name = "pin-utils"
1482
+ version = "0.1.0"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1485
+
1486
+ [[package]]
1487
+ name = "pkg-config"
1488
+ version = "0.3.32"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1491
+
1492
+ [[package]]
1493
+ name = "plain"
1494
+ version = "0.2.3"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1497
+
1498
+ [[package]]
1499
+ name = "portable-atomic"
1500
+ version = "1.13.1"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1503
+
1504
+ [[package]]
1505
+ name = "portable-atomic-util"
1506
+ version = "0.2.6"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
1509
+ dependencies = [
1510
+ "portable-atomic",
1511
+ ]
1512
+
1513
+ [[package]]
1514
+ name = "potential_utf"
1515
+ version = "0.1.4"
1516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1518
+ dependencies = [
1519
+ "zerovec",
1520
+ ]
1521
+
1522
+ [[package]]
1523
+ name = "ppv-lite86"
1524
+ version = "0.2.21"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1527
+ dependencies = [
1528
+ "zerocopy",
1529
+ ]
1530
+
1531
+ [[package]]
1532
+ name = "prettyplease"
1533
+ version = "0.2.37"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1536
+ dependencies = [
1537
+ "proc-macro2",
1538
+ "syn",
1539
+ ]
1540
+
1541
+ [[package]]
1542
+ name = "proc-macro2"
1543
+ version = "1.0.106"
1544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1545
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1546
+ dependencies = [
1547
+ "unicode-ident",
1548
+ ]
1549
+
1550
+ [[package]]
1551
+ name = "proj"
1552
+ version = "0.28.0"
1553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1554
+ checksum = "4fee58a47991424a46bd2219d3caeda1804e64a85094a52958ee7810fe9754f7"
1555
+ dependencies = [
1556
+ "geo-types",
1557
+ "libc",
1558
+ "num-traits",
1559
+ "proj-sys",
1560
+ "thiserror 1.0.69",
1561
+ ]
1562
+
1563
+ [[package]]
1564
+ name = "proj-sys"
1565
+ version = "0.25.0"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "533a4ed2ab59f7605ecea26db7ed76572d30aed9d2a6a90738bc7f7e7b5a11d8"
1568
+ dependencies = [
1569
+ "cmake",
1570
+ "flate2",
1571
+ "libsqlite3-sys",
1572
+ "link-cplusplus",
1573
+ "pkg-config",
1574
+ "tar",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "proptest"
1579
+ version = "1.11.0"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
1582
+ dependencies = [
1583
+ "bit-set",
1584
+ "bit-vec",
1585
+ "bitflags",
1586
+ "num-traits",
1587
+ "rand 0.9.2",
1588
+ "rand_chacha 0.9.0",
1589
+ "rand_xorshift",
1590
+ "regex-syntax",
1591
+ "rusty-fork",
1592
+ "tempfile",
1593
+ "unarray",
1594
+ ]
1595
+
1596
+ [[package]]
1597
+ name = "pyo3"
1598
+ version = "0.28.2"
1599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1600
+ checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
1601
+ dependencies = [
1602
+ "libc",
1603
+ "once_cell",
1604
+ "portable-atomic",
1605
+ "pyo3-build-config",
1606
+ "pyo3-ffi",
1607
+ "pyo3-macros",
1608
+ ]
1609
+
1610
+ [[package]]
1611
+ name = "pyo3-build-config"
1612
+ version = "0.28.2"
1613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1614
+ checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
1615
+ dependencies = [
1616
+ "target-lexicon",
1617
+ ]
1618
+
1619
+ [[package]]
1620
+ name = "pyo3-ffi"
1621
+ version = "0.28.2"
1622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+ checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
1624
+ dependencies = [
1625
+ "libc",
1626
+ "pyo3-build-config",
1627
+ ]
1628
+
1629
+ [[package]]
1630
+ name = "pyo3-macros"
1631
+ version = "0.28.2"
1632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1633
+ checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
1634
+ dependencies = [
1635
+ "proc-macro2",
1636
+ "pyo3-macros-backend",
1637
+ "quote",
1638
+ "syn",
1639
+ ]
1640
+
1641
+ [[package]]
1642
+ name = "pyo3-macros-backend"
1643
+ version = "0.28.2"
1644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+ checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
1646
+ dependencies = [
1647
+ "heck",
1648
+ "proc-macro2",
1649
+ "pyo3-build-config",
1650
+ "quote",
1651
+ "syn",
1652
+ ]
1653
+
1654
+ [[package]]
1655
+ name = "quick-error"
1656
+ version = "1.2.3"
1657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1658
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1659
+
1660
+ [[package]]
1661
+ name = "quote"
1662
+ version = "1.0.45"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1665
+ dependencies = [
1666
+ "proc-macro2",
1667
+ ]
1668
+
1669
+ [[package]]
1670
+ name = "r-efi"
1671
+ version = "5.3.0"
1672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1673
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1674
+
1675
+ [[package]]
1676
+ name = "r-efi"
1677
+ version = "6.0.0"
1678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1679
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1680
+
1681
+ [[package]]
1682
+ name = "rand"
1683
+ version = "0.8.5"
1684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1685
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1686
+ dependencies = [
1687
+ "libc",
1688
+ "rand_chacha 0.3.1",
1689
+ "rand_core 0.6.4",
1690
+ ]
1691
+
1692
+ [[package]]
1693
+ name = "rand"
1694
+ version = "0.9.2"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1697
+ dependencies = [
1698
+ "rand_chacha 0.9.0",
1699
+ "rand_core 0.9.5",
1700
+ ]
1701
+
1702
+ [[package]]
1703
+ name = "rand_chacha"
1704
+ version = "0.3.1"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1707
+ dependencies = [
1708
+ "ppv-lite86",
1709
+ "rand_core 0.6.4",
1710
+ ]
1711
+
1712
+ [[package]]
1713
+ name = "rand_chacha"
1714
+ version = "0.9.0"
1715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1716
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1717
+ dependencies = [
1718
+ "ppv-lite86",
1719
+ "rand_core 0.9.5",
1720
+ ]
1721
+
1722
+ [[package]]
1723
+ name = "rand_core"
1724
+ version = "0.6.4"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1727
+ dependencies = [
1728
+ "getrandom 0.2.17",
1729
+ ]
1730
+
1731
+ [[package]]
1732
+ name = "rand_core"
1733
+ version = "0.9.5"
1734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1735
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1736
+ dependencies = [
1737
+ "getrandom 0.3.4",
1738
+ ]
1739
+
1740
+ [[package]]
1741
+ name = "rand_xorshift"
1742
+ version = "0.4.0"
1743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1744
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
1745
+ dependencies = [
1746
+ "rand_core 0.9.5",
1747
+ ]
1748
+
1749
+ [[package]]
1750
+ name = "rawpointer"
1751
+ version = "0.2.1"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1754
+
1755
+ [[package]]
1756
+ name = "rayon"
1757
+ version = "1.11.0"
1758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1759
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1760
+ dependencies = [
1761
+ "either",
1762
+ "rayon-core",
1763
+ ]
1764
+
1765
+ [[package]]
1766
+ name = "rayon-core"
1767
+ version = "1.13.0"
1768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1769
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1770
+ dependencies = [
1771
+ "crossbeam-deque",
1772
+ "crossbeam-utils",
1773
+ ]
1774
+
1775
+ [[package]]
1776
+ name = "redox_syscall"
1777
+ version = "0.5.18"
1778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1780
+ dependencies = [
1781
+ "bitflags",
1782
+ ]
1783
+
1784
+ [[package]]
1785
+ name = "redox_syscall"
1786
+ version = "0.7.3"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
1789
+ dependencies = [
1790
+ "bitflags",
1791
+ ]
1792
+
1793
+ [[package]]
1794
+ name = "regex"
1795
+ version = "1.12.3"
1796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1797
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1798
+ dependencies = [
1799
+ "aho-corasick",
1800
+ "memchr",
1801
+ "regex-automata",
1802
+ "regex-syntax",
1803
+ ]
1804
+
1805
+ [[package]]
1806
+ name = "regex-automata"
1807
+ version = "0.4.14"
1808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1809
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1810
+ dependencies = [
1811
+ "aho-corasick",
1812
+ "memchr",
1813
+ "regex-syntax",
1814
+ ]
1815
+
1816
+ [[package]]
1817
+ name = "regex-syntax"
1818
+ version = "0.8.10"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1821
+
1822
+ [[package]]
1823
+ name = "reqwest"
1824
+ version = "0.12.28"
1825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1827
+ dependencies = [
1828
+ "base64",
1829
+ "bytes",
1830
+ "encoding_rs",
1831
+ "futures-channel",
1832
+ "futures-core",
1833
+ "futures-util",
1834
+ "h2",
1835
+ "http",
1836
+ "http-body",
1837
+ "http-body-util",
1838
+ "hyper",
1839
+ "hyper-rustls",
1840
+ "hyper-tls",
1841
+ "hyper-util",
1842
+ "js-sys",
1843
+ "log",
1844
+ "mime",
1845
+ "native-tls",
1846
+ "percent-encoding",
1847
+ "pin-project-lite",
1848
+ "rustls-pki-types",
1849
+ "serde",
1850
+ "serde_json",
1851
+ "serde_urlencoded",
1852
+ "sync_wrapper",
1853
+ "tokio",
1854
+ "tokio-native-tls",
1855
+ "tower",
1856
+ "tower-http",
1857
+ "tower-service",
1858
+ "url",
1859
+ "wasm-bindgen",
1860
+ "wasm-bindgen-futures",
1861
+ "web-sys",
1862
+ ]
1863
+
1864
+ [[package]]
1865
+ name = "ring"
1866
+ version = "0.17.14"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1869
+ dependencies = [
1870
+ "cc",
1871
+ "cfg-if",
1872
+ "getrandom 0.2.17",
1873
+ "libc",
1874
+ "untrusted",
1875
+ "windows-sys 0.52.0",
1876
+ ]
1877
+
1878
+ [[package]]
1879
+ name = "robust"
1880
+ version = "1.2.0"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839"
1883
+
1884
+ [[package]]
1885
+ name = "rstar"
1886
+ version = "0.12.2"
1887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1888
+ checksum = "421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb"
1889
+ dependencies = [
1890
+ "heapless",
1891
+ "num-traits",
1892
+ "smallvec",
1893
+ ]
1894
+
1895
+ [[package]]
1896
+ name = "rustc-hash"
1897
+ version = "2.1.2"
1898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1899
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1900
+
1901
+ [[package]]
1902
+ name = "rustix"
1903
+ version = "1.1.4"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1906
+ dependencies = [
1907
+ "bitflags",
1908
+ "errno",
1909
+ "libc",
1910
+ "linux-raw-sys",
1911
+ "windows-sys 0.61.2",
1912
+ ]
1913
+
1914
+ [[package]]
1915
+ name = "rustls"
1916
+ version = "0.23.37"
1917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1918
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1919
+ dependencies = [
1920
+ "once_cell",
1921
+ "rustls-pki-types",
1922
+ "rustls-webpki",
1923
+ "subtle",
1924
+ "zeroize",
1925
+ ]
1926
+
1927
+ [[package]]
1928
+ name = "rustls-pki-types"
1929
+ version = "1.14.0"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1932
+ dependencies = [
1933
+ "zeroize",
1934
+ ]
1935
+
1936
+ [[package]]
1937
+ name = "rustls-webpki"
1938
+ version = "0.103.10"
1939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+ checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
1941
+ dependencies = [
1942
+ "ring",
1943
+ "rustls-pki-types",
1944
+ "untrusted",
1945
+ ]
1946
+
1947
+ [[package]]
1948
+ name = "rustversion"
1949
+ version = "1.0.22"
1950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1952
+
1953
+ [[package]]
1954
+ name = "rusty-fork"
1955
+ version = "0.3.1"
1956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1957
+ checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
1958
+ dependencies = [
1959
+ "fnv",
1960
+ "quick-error",
1961
+ "tempfile",
1962
+ "wait-timeout",
1963
+ ]
1964
+
1965
+ [[package]]
1966
+ name = "ryu"
1967
+ version = "1.0.23"
1968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1970
+
1971
+ [[package]]
1972
+ name = "schannel"
1973
+ version = "0.1.29"
1974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1975
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1976
+ dependencies = [
1977
+ "windows-sys 0.61.2",
1978
+ ]
1979
+
1980
+ [[package]]
1981
+ name = "scopeguard"
1982
+ version = "1.2.0"
1983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1984
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1985
+
1986
+ [[package]]
1987
+ name = "security-framework"
1988
+ version = "3.7.0"
1989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1990
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1991
+ dependencies = [
1992
+ "bitflags",
1993
+ "core-foundation 0.10.1",
1994
+ "core-foundation-sys",
1995
+ "libc",
1996
+ "security-framework-sys",
1997
+ ]
1998
+
1999
+ [[package]]
2000
+ name = "security-framework-sys"
2001
+ version = "2.17.0"
2002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2003
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2004
+ dependencies = [
2005
+ "core-foundation-sys",
2006
+ "libc",
2007
+ ]
2008
+
2009
+ [[package]]
2010
+ name = "semver"
2011
+ version = "1.0.27"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2014
+
2015
+ [[package]]
2016
+ name = "serde"
2017
+ version = "1.0.228"
2018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2019
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2020
+ dependencies = [
2021
+ "serde_core",
2022
+ "serde_derive",
2023
+ ]
2024
+
2025
+ [[package]]
2026
+ name = "serde_core"
2027
+ version = "1.0.228"
2028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2029
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2030
+ dependencies = [
2031
+ "serde_derive",
2032
+ ]
2033
+
2034
+ [[package]]
2035
+ name = "serde_derive"
2036
+ version = "1.0.228"
2037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2038
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2039
+ dependencies = [
2040
+ "proc-macro2",
2041
+ "quote",
2042
+ "syn",
2043
+ ]
2044
+
2045
+ [[package]]
2046
+ name = "serde_json"
2047
+ version = "1.0.149"
2048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2049
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2050
+ dependencies = [
2051
+ "itoa",
2052
+ "memchr",
2053
+ "serde",
2054
+ "serde_core",
2055
+ "zmij",
2056
+ ]
2057
+
2058
+ [[package]]
2059
+ name = "serde_urlencoded"
2060
+ version = "0.7.1"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2063
+ dependencies = [
2064
+ "form_urlencoded",
2065
+ "itoa",
2066
+ "ryu",
2067
+ "serde",
2068
+ ]
2069
+
2070
+ [[package]]
2071
+ name = "shlex"
2072
+ version = "1.3.0"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2075
+
2076
+ [[package]]
2077
+ name = "sif-itree"
2078
+ version = "0.4.1"
2079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2080
+ checksum = "d7f45b8998ced5134fb1d75732c77842a3e888f19c1ff98481822e8fbfbf930b"
2081
+
2082
+ [[package]]
2083
+ name = "simd-adler32"
2084
+ version = "0.3.8"
2085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2086
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
2087
+
2088
+ [[package]]
2089
+ name = "slab"
2090
+ version = "0.4.12"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2093
+
2094
+ [[package]]
2095
+ name = "smallvec"
2096
+ version = "1.15.1"
2097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2098
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2099
+
2100
+ [[package]]
2101
+ name = "socket2"
2102
+ version = "0.6.3"
2103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2104
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2105
+ dependencies = [
2106
+ "libc",
2107
+ "windows-sys 0.61.2",
2108
+ ]
2109
+
2110
+ [[package]]
2111
+ name = "spade"
2112
+ version = "2.15.1"
2113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2114
+ checksum = "9699399fd9349b00b184f5635b074f9ec93afffef30c853f8c875b32c0f8c7fa"
2115
+ dependencies = [
2116
+ "hashbrown 0.16.1",
2117
+ "num-traits",
2118
+ "robust",
2119
+ "smallvec",
2120
+ ]
2121
+
2122
+ [[package]]
2123
+ name = "stable_deref_trait"
2124
+ version = "1.2.1"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2127
+
2128
+ [[package]]
2129
+ name = "strsim"
2130
+ version = "0.11.1"
2131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2132
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2133
+
2134
+ [[package]]
2135
+ name = "subtle"
2136
+ version = "2.6.1"
2137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2138
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2139
+
2140
+ [[package]]
2141
+ name = "syn"
2142
+ version = "2.0.117"
2143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2144
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2145
+ dependencies = [
2146
+ "proc-macro2",
2147
+ "quote",
2148
+ "unicode-ident",
2149
+ ]
2150
+
2151
+ [[package]]
2152
+ name = "sync_wrapper"
2153
+ version = "1.0.2"
2154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2155
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2156
+ dependencies = [
2157
+ "futures-core",
2158
+ ]
2159
+
2160
+ [[package]]
2161
+ name = "synstructure"
2162
+ version = "0.13.2"
2163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2164
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2165
+ dependencies = [
2166
+ "proc-macro2",
2167
+ "quote",
2168
+ "syn",
2169
+ ]
2170
+
2171
+ [[package]]
2172
+ name = "system-configuration"
2173
+ version = "0.7.0"
2174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2175
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2176
+ dependencies = [
2177
+ "bitflags",
2178
+ "core-foundation 0.9.4",
2179
+ "system-configuration-sys",
2180
+ ]
2181
+
2182
+ [[package]]
2183
+ name = "system-configuration-sys"
2184
+ version = "0.6.0"
2185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2186
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2187
+ dependencies = [
2188
+ "core-foundation-sys",
2189
+ "libc",
2190
+ ]
2191
+
2192
+ [[package]]
2193
+ name = "tar"
2194
+ version = "0.4.45"
2195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2196
+ checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973"
2197
+ dependencies = [
2198
+ "filetime",
2199
+ "libc",
2200
+ "xattr",
2201
+ ]
2202
+
2203
+ [[package]]
2204
+ name = "target-lexicon"
2205
+ version = "0.13.5"
2206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2207
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
2208
+
2209
+ [[package]]
2210
+ name = "tempfile"
2211
+ version = "3.27.0"
2212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2214
+ dependencies = [
2215
+ "fastrand",
2216
+ "getrandom 0.4.2",
2217
+ "once_cell",
2218
+ "rustix",
2219
+ "windows-sys 0.61.2",
2220
+ ]
2221
+
2222
+ [[package]]
2223
+ name = "thiserror"
2224
+ version = "1.0.69"
2225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2226
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2227
+ dependencies = [
2228
+ "thiserror-impl 1.0.69",
2229
+ ]
2230
+
2231
+ [[package]]
2232
+ name = "thiserror"
2233
+ version = "2.0.18"
2234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2235
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2236
+ dependencies = [
2237
+ "thiserror-impl 2.0.18",
2238
+ ]
2239
+
2240
+ [[package]]
2241
+ name = "thiserror-impl"
2242
+ version = "1.0.69"
2243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2244
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2245
+ dependencies = [
2246
+ "proc-macro2",
2247
+ "quote",
2248
+ "syn",
2249
+ ]
2250
+
2251
+ [[package]]
2252
+ name = "thiserror-impl"
2253
+ version = "2.0.18"
2254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2255
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2256
+ dependencies = [
2257
+ "proc-macro2",
2258
+ "quote",
2259
+ "syn",
2260
+ ]
2261
+
2262
+ [[package]]
2263
+ name = "tinystr"
2264
+ version = "0.8.2"
2265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2266
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2267
+ dependencies = [
2268
+ "displaydoc",
2269
+ "zerovec",
2270
+ ]
2271
+
2272
+ [[package]]
2273
+ name = "tokio"
2274
+ version = "1.50.0"
2275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
2277
+ dependencies = [
2278
+ "bytes",
2279
+ "libc",
2280
+ "mio",
2281
+ "pin-project-lite",
2282
+ "socket2",
2283
+ "windows-sys 0.61.2",
2284
+ ]
2285
+
2286
+ [[package]]
2287
+ name = "tokio-native-tls"
2288
+ version = "0.3.1"
2289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2290
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2291
+ dependencies = [
2292
+ "native-tls",
2293
+ "tokio",
2294
+ ]
2295
+
2296
+ [[package]]
2297
+ name = "tokio-rustls"
2298
+ version = "0.26.4"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2301
+ dependencies = [
2302
+ "rustls",
2303
+ "tokio",
2304
+ ]
2305
+
2306
+ [[package]]
2307
+ name = "tokio-util"
2308
+ version = "0.7.18"
2309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2310
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2311
+ dependencies = [
2312
+ "bytes",
2313
+ "futures-core",
2314
+ "futures-sink",
2315
+ "pin-project-lite",
2316
+ "tokio",
2317
+ ]
2318
+
2319
+ [[package]]
2320
+ name = "tower"
2321
+ version = "0.5.3"
2322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2323
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2324
+ dependencies = [
2325
+ "futures-core",
2326
+ "futures-util",
2327
+ "pin-project-lite",
2328
+ "sync_wrapper",
2329
+ "tokio",
2330
+ "tower-layer",
2331
+ "tower-service",
2332
+ ]
2333
+
2334
+ [[package]]
2335
+ name = "tower-http"
2336
+ version = "0.6.8"
2337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2338
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2339
+ dependencies = [
2340
+ "bitflags",
2341
+ "bytes",
2342
+ "futures-util",
2343
+ "http",
2344
+ "http-body",
2345
+ "iri-string",
2346
+ "pin-project-lite",
2347
+ "tower",
2348
+ "tower-layer",
2349
+ "tower-service",
2350
+ ]
2351
+
2352
+ [[package]]
2353
+ name = "tower-layer"
2354
+ version = "0.3.3"
2355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2356
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2357
+
2358
+ [[package]]
2359
+ name = "tower-service"
2360
+ version = "0.3.3"
2361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2362
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2363
+
2364
+ [[package]]
2365
+ name = "tracing"
2366
+ version = "0.1.44"
2367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2368
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2369
+ dependencies = [
2370
+ "pin-project-lite",
2371
+ "tracing-core",
2372
+ ]
2373
+
2374
+ [[package]]
2375
+ name = "tracing-core"
2376
+ version = "0.1.36"
2377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2378
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2379
+ dependencies = [
2380
+ "once_cell",
2381
+ ]
2382
+
2383
+ [[package]]
2384
+ name = "try-lock"
2385
+ version = "0.2.5"
2386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2387
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2388
+
2389
+ [[package]]
2390
+ name = "unarray"
2391
+ version = "0.1.4"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
2394
+
2395
+ [[package]]
2396
+ name = "unicode-ident"
2397
+ version = "1.0.24"
2398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2399
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2400
+
2401
+ [[package]]
2402
+ name = "unicode-width"
2403
+ version = "0.2.2"
2404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2405
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2406
+
2407
+ [[package]]
2408
+ name = "unicode-xid"
2409
+ version = "0.2.6"
2410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2411
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2412
+
2413
+ [[package]]
2414
+ name = "untrusted"
2415
+ version = "0.9.0"
2416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2418
+
2419
+ [[package]]
2420
+ name = "url"
2421
+ version = "2.5.8"
2422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2423
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2424
+ dependencies = [
2425
+ "form_urlencoded",
2426
+ "idna",
2427
+ "percent-encoding",
2428
+ "serde",
2429
+ ]
2430
+
2431
+ [[package]]
2432
+ name = "utf8_iter"
2433
+ version = "1.0.4"
2434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2435
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2436
+
2437
+ [[package]]
2438
+ name = "utf8parse"
2439
+ version = "0.2.2"
2440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2441
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2442
+
2443
+ [[package]]
2444
+ name = "vcpkg"
2445
+ version = "0.2.15"
2446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2447
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2448
+
2449
+ [[package]]
2450
+ name = "wait-timeout"
2451
+ version = "0.2.1"
2452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2453
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
2454
+ dependencies = [
2455
+ "libc",
2456
+ ]
2457
+
2458
+ [[package]]
2459
+ name = "want"
2460
+ version = "0.3.1"
2461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2462
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2463
+ dependencies = [
2464
+ "try-lock",
2465
+ ]
2466
+
2467
+ [[package]]
2468
+ name = "wasi"
2469
+ version = "0.11.1+wasi-snapshot-preview1"
2470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2471
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2472
+
2473
+ [[package]]
2474
+ name = "wasip2"
2475
+ version = "1.0.2+wasi-0.2.9"
2476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2477
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2478
+ dependencies = [
2479
+ "wit-bindgen",
2480
+ ]
2481
+
2482
+ [[package]]
2483
+ name = "wasip3"
2484
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2487
+ dependencies = [
2488
+ "wit-bindgen",
2489
+ ]
2490
+
2491
+ [[package]]
2492
+ name = "wasm-bindgen"
2493
+ version = "0.2.114"
2494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2495
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
2496
+ dependencies = [
2497
+ "cfg-if",
2498
+ "once_cell",
2499
+ "rustversion",
2500
+ "wasm-bindgen-macro",
2501
+ "wasm-bindgen-shared",
2502
+ ]
2503
+
2504
+ [[package]]
2505
+ name = "wasm-bindgen-futures"
2506
+ version = "0.4.64"
2507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2508
+ checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
2509
+ dependencies = [
2510
+ "cfg-if",
2511
+ "futures-util",
2512
+ "js-sys",
2513
+ "once_cell",
2514
+ "wasm-bindgen",
2515
+ "web-sys",
2516
+ ]
2517
+
2518
+ [[package]]
2519
+ name = "wasm-bindgen-macro"
2520
+ version = "0.2.114"
2521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2522
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
2523
+ dependencies = [
2524
+ "quote",
2525
+ "wasm-bindgen-macro-support",
2526
+ ]
2527
+
2528
+ [[package]]
2529
+ name = "wasm-bindgen-macro-support"
2530
+ version = "0.2.114"
2531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
2533
+ dependencies = [
2534
+ "bumpalo",
2535
+ "proc-macro2",
2536
+ "quote",
2537
+ "syn",
2538
+ "wasm-bindgen-shared",
2539
+ ]
2540
+
2541
+ [[package]]
2542
+ name = "wasm-bindgen-shared"
2543
+ version = "0.2.114"
2544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2545
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
2546
+ dependencies = [
2547
+ "unicode-ident",
2548
+ ]
2549
+
2550
+ [[package]]
2551
+ name = "wasm-encoder"
2552
+ version = "0.244.0"
2553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2554
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2555
+ dependencies = [
2556
+ "leb128fmt",
2557
+ "wasmparser",
2558
+ ]
2559
+
2560
+ [[package]]
2561
+ name = "wasm-metadata"
2562
+ version = "0.244.0"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2565
+ dependencies = [
2566
+ "anyhow",
2567
+ "indexmap",
2568
+ "wasm-encoder",
2569
+ "wasmparser",
2570
+ ]
2571
+
2572
+ [[package]]
2573
+ name = "wasmparser"
2574
+ version = "0.244.0"
2575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2576
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2577
+ dependencies = [
2578
+ "bitflags",
2579
+ "hashbrown 0.15.5",
2580
+ "indexmap",
2581
+ "semver",
2582
+ ]
2583
+
2584
+ [[package]]
2585
+ name = "web-sys"
2586
+ version = "0.3.91"
2587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2588
+ checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
2589
+ dependencies = [
2590
+ "js-sys",
2591
+ "wasm-bindgen",
2592
+ ]
2593
+
2594
+ [[package]]
2595
+ name = "web-time"
2596
+ version = "1.1.0"
2597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2598
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2599
+ dependencies = [
2600
+ "js-sys",
2601
+ "wasm-bindgen",
2602
+ ]
2603
+
2604
+ [[package]]
2605
+ name = "windows-core"
2606
+ version = "0.62.2"
2607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2608
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2609
+ dependencies = [
2610
+ "windows-implement",
2611
+ "windows-interface",
2612
+ "windows-link",
2613
+ "windows-result",
2614
+ "windows-strings",
2615
+ ]
2616
+
2617
+ [[package]]
2618
+ name = "windows-implement"
2619
+ version = "0.60.2"
2620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2621
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2622
+ dependencies = [
2623
+ "proc-macro2",
2624
+ "quote",
2625
+ "syn",
2626
+ ]
2627
+
2628
+ [[package]]
2629
+ name = "windows-interface"
2630
+ version = "0.59.3"
2631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2632
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2633
+ dependencies = [
2634
+ "proc-macro2",
2635
+ "quote",
2636
+ "syn",
2637
+ ]
2638
+
2639
+ [[package]]
2640
+ name = "windows-link"
2641
+ version = "0.2.1"
2642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2643
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2644
+
2645
+ [[package]]
2646
+ name = "windows-registry"
2647
+ version = "0.6.1"
2648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2649
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2650
+ dependencies = [
2651
+ "windows-link",
2652
+ "windows-result",
2653
+ "windows-strings",
2654
+ ]
2655
+
2656
+ [[package]]
2657
+ name = "windows-result"
2658
+ version = "0.4.1"
2659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2660
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2661
+ dependencies = [
2662
+ "windows-link",
2663
+ ]
2664
+
2665
+ [[package]]
2666
+ name = "windows-strings"
2667
+ version = "0.5.1"
2668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2669
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2670
+ dependencies = [
2671
+ "windows-link",
2672
+ ]
2673
+
2674
+ [[package]]
2675
+ name = "windows-sys"
2676
+ version = "0.52.0"
2677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2678
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2679
+ dependencies = [
2680
+ "windows-targets",
2681
+ ]
2682
+
2683
+ [[package]]
2684
+ name = "windows-sys"
2685
+ version = "0.59.0"
2686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2687
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2688
+ dependencies = [
2689
+ "windows-targets",
2690
+ ]
2691
+
2692
+ [[package]]
2693
+ name = "windows-sys"
2694
+ version = "0.61.2"
2695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2696
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2697
+ dependencies = [
2698
+ "windows-link",
2699
+ ]
2700
+
2701
+ [[package]]
2702
+ name = "windows-targets"
2703
+ version = "0.52.6"
2704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2705
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2706
+ dependencies = [
2707
+ "windows_aarch64_gnullvm",
2708
+ "windows_aarch64_msvc",
2709
+ "windows_i686_gnu",
2710
+ "windows_i686_gnullvm",
2711
+ "windows_i686_msvc",
2712
+ "windows_x86_64_gnu",
2713
+ "windows_x86_64_gnullvm",
2714
+ "windows_x86_64_msvc",
2715
+ ]
2716
+
2717
+ [[package]]
2718
+ name = "windows_aarch64_gnullvm"
2719
+ version = "0.52.6"
2720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2721
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2722
+
2723
+ [[package]]
2724
+ name = "windows_aarch64_msvc"
2725
+ version = "0.52.6"
2726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2727
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2728
+
2729
+ [[package]]
2730
+ name = "windows_i686_gnu"
2731
+ version = "0.52.6"
2732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2733
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2734
+
2735
+ [[package]]
2736
+ name = "windows_i686_gnullvm"
2737
+ version = "0.52.6"
2738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2739
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2740
+
2741
+ [[package]]
2742
+ name = "windows_i686_msvc"
2743
+ version = "0.52.6"
2744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2745
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2746
+
2747
+ [[package]]
2748
+ name = "windows_x86_64_gnu"
2749
+ version = "0.52.6"
2750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2751
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2752
+
2753
+ [[package]]
2754
+ name = "windows_x86_64_gnullvm"
2755
+ version = "0.52.6"
2756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2757
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2758
+
2759
+ [[package]]
2760
+ name = "windows_x86_64_msvc"
2761
+ version = "0.52.6"
2762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2763
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2764
+
2765
+ [[package]]
2766
+ name = "winreg"
2767
+ version = "0.56.0"
2768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2769
+ checksum = "7d6f32a0ff4a9f6f01231eb2059cc85479330739333e0e58cadf03b6af2cca10"
2770
+ dependencies = [
2771
+ "cfg-if",
2772
+ "serde",
2773
+ "windows-sys 0.61.2",
2774
+ ]
2775
+
2776
+ [[package]]
2777
+ name = "wit-bindgen"
2778
+ version = "0.51.0"
2779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2780
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2781
+ dependencies = [
2782
+ "wit-bindgen-rust-macro",
2783
+ ]
2784
+
2785
+ [[package]]
2786
+ name = "wit-bindgen-core"
2787
+ version = "0.51.0"
2788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2789
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2790
+ dependencies = [
2791
+ "anyhow",
2792
+ "heck",
2793
+ "wit-parser",
2794
+ ]
2795
+
2796
+ [[package]]
2797
+ name = "wit-bindgen-rust"
2798
+ version = "0.51.0"
2799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2800
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2801
+ dependencies = [
2802
+ "anyhow",
2803
+ "heck",
2804
+ "indexmap",
2805
+ "prettyplease",
2806
+ "syn",
2807
+ "wasm-metadata",
2808
+ "wit-bindgen-core",
2809
+ "wit-component",
2810
+ ]
2811
+
2812
+ [[package]]
2813
+ name = "wit-bindgen-rust-macro"
2814
+ version = "0.51.0"
2815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2816
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2817
+ dependencies = [
2818
+ "anyhow",
2819
+ "prettyplease",
2820
+ "proc-macro2",
2821
+ "quote",
2822
+ "syn",
2823
+ "wit-bindgen-core",
2824
+ "wit-bindgen-rust",
2825
+ ]
2826
+
2827
+ [[package]]
2828
+ name = "wit-component"
2829
+ version = "0.244.0"
2830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2831
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2832
+ dependencies = [
2833
+ "anyhow",
2834
+ "bitflags",
2835
+ "indexmap",
2836
+ "log",
2837
+ "serde",
2838
+ "serde_derive",
2839
+ "serde_json",
2840
+ "wasm-encoder",
2841
+ "wasm-metadata",
2842
+ "wasmparser",
2843
+ "wit-parser",
2844
+ ]
2845
+
2846
+ [[package]]
2847
+ name = "wit-parser"
2848
+ version = "0.244.0"
2849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2850
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2851
+ dependencies = [
2852
+ "anyhow",
2853
+ "id-arena",
2854
+ "indexmap",
2855
+ "log",
2856
+ "semver",
2857
+ "serde",
2858
+ "serde_derive",
2859
+ "serde_json",
2860
+ "unicode-xid",
2861
+ "wasmparser",
2862
+ ]
2863
+
2864
+ [[package]]
2865
+ name = "writeable"
2866
+ version = "0.6.2"
2867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2868
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2869
+
2870
+ [[package]]
2871
+ name = "xattr"
2872
+ version = "1.6.1"
2873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2874
+ checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
2875
+ dependencies = [
2876
+ "libc",
2877
+ "rustix",
2878
+ ]
2879
+
2880
+ [[package]]
2881
+ name = "yoke"
2882
+ version = "0.8.1"
2883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2884
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2885
+ dependencies = [
2886
+ "stable_deref_trait",
2887
+ "yoke-derive",
2888
+ "zerofrom",
2889
+ ]
2890
+
2891
+ [[package]]
2892
+ name = "yoke-derive"
2893
+ version = "0.8.1"
2894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2895
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2896
+ dependencies = [
2897
+ "proc-macro2",
2898
+ "quote",
2899
+ "syn",
2900
+ "synstructure",
2901
+ ]
2902
+
2903
+ [[package]]
2904
+ name = "zerocopy"
2905
+ version = "0.8.47"
2906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2907
+ checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
2908
+ dependencies = [
2909
+ "zerocopy-derive",
2910
+ ]
2911
+
2912
+ [[package]]
2913
+ name = "zerocopy-derive"
2914
+ version = "0.8.47"
2915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2916
+ checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
2917
+ dependencies = [
2918
+ "proc-macro2",
2919
+ "quote",
2920
+ "syn",
2921
+ ]
2922
+
2923
+ [[package]]
2924
+ name = "zerofrom"
2925
+ version = "0.1.6"
2926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2927
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2928
+ dependencies = [
2929
+ "zerofrom-derive",
2930
+ ]
2931
+
2932
+ [[package]]
2933
+ name = "zerofrom-derive"
2934
+ version = "0.1.6"
2935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2936
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2937
+ dependencies = [
2938
+ "proc-macro2",
2939
+ "quote",
2940
+ "syn",
2941
+ "synstructure",
2942
+ ]
2943
+
2944
+ [[package]]
2945
+ name = "zeroize"
2946
+ version = "1.8.2"
2947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2948
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2949
+
2950
+ [[package]]
2951
+ name = "zerotrie"
2952
+ version = "0.2.3"
2953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2954
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2955
+ dependencies = [
2956
+ "displaydoc",
2957
+ "yoke",
2958
+ "zerofrom",
2959
+ ]
2960
+
2961
+ [[package]]
2962
+ name = "zerovec"
2963
+ version = "0.11.5"
2964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2965
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2966
+ dependencies = [
2967
+ "yoke",
2968
+ "zerofrom",
2969
+ "zerovec-derive",
2970
+ ]
2971
+
2972
+ [[package]]
2973
+ name = "zerovec-derive"
2974
+ version = "0.11.2"
2975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2976
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2977
+ dependencies = [
2978
+ "proc-macro2",
2979
+ "quote",
2980
+ "syn",
2981
+ ]
2982
+
2983
+ [[package]]
2984
+ name = "zmij"
2985
+ version = "1.0.21"
2986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2987
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"