edfarray 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,1521 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "android_system_properties"
7
+ version = "0.1.5"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10
+ dependencies = [
11
+ "libc",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "anyhow"
16
+ version = "1.0.102"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
19
+
20
+ [[package]]
21
+ name = "autocfg"
22
+ version = "1.5.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
25
+
26
+ [[package]]
27
+ name = "bit-set"
28
+ version = "0.8.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
31
+ dependencies = [
32
+ "bit-vec",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "bit-vec"
37
+ version = "0.8.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
40
+
41
+ [[package]]
42
+ name = "bitflags"
43
+ version = "2.11.0"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
46
+
47
+ [[package]]
48
+ name = "bumpalo"
49
+ version = "3.20.2"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
52
+
53
+ [[package]]
54
+ name = "cc"
55
+ version = "1.2.57"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
58
+ dependencies = [
59
+ "find-msvc-tools",
60
+ "shlex",
61
+ ]
62
+
63
+ [[package]]
64
+ name = "cfg-if"
65
+ version = "1.0.4"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
68
+
69
+ [[package]]
70
+ name = "chrono"
71
+ version = "0.4.44"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
74
+ dependencies = [
75
+ "iana-time-zone",
76
+ "js-sys",
77
+ "num-traits",
78
+ "wasm-bindgen",
79
+ "windows-link",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "core-foundation-sys"
84
+ version = "0.8.7"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
87
+
88
+ [[package]]
89
+ name = "crossbeam-deque"
90
+ version = "0.8.6"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
93
+ dependencies = [
94
+ "crossbeam-epoch",
95
+ "crossbeam-utils",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "crossbeam-epoch"
100
+ version = "0.9.18"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
103
+ dependencies = [
104
+ "crossbeam-utils",
105
+ ]
106
+
107
+ [[package]]
108
+ name = "crossbeam-utils"
109
+ version = "0.8.21"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
112
+
113
+ [[package]]
114
+ name = "crunchy"
115
+ version = "0.2.4"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
118
+
119
+ [[package]]
120
+ name = "deranged"
121
+ version = "0.5.8"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
124
+ dependencies = [
125
+ "powerfmt",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "edfarray"
130
+ version = "0.1.0"
131
+ dependencies = [
132
+ "chrono",
133
+ "edfarray-core",
134
+ "numpy",
135
+ "pyo3",
136
+ "pyo3-stub-gen",
137
+ ]
138
+
139
+ [[package]]
140
+ name = "edfarray-core"
141
+ version = "0.1.0"
142
+ dependencies = [
143
+ "chrono",
144
+ "libc",
145
+ "log",
146
+ "memmap2",
147
+ "proptest",
148
+ "rayon",
149
+ "tempfile",
150
+ "thiserror",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "either"
155
+ version = "1.15.0"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
158
+
159
+ [[package]]
160
+ name = "equivalent"
161
+ version = "1.0.2"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
164
+
165
+ [[package]]
166
+ name = "errno"
167
+ version = "0.3.14"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
170
+ dependencies = [
171
+ "libc",
172
+ "windows-sys",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "fastrand"
177
+ version = "2.3.0"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
180
+
181
+ [[package]]
182
+ name = "find-msvc-tools"
183
+ version = "0.1.9"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
186
+
187
+ [[package]]
188
+ name = "fnv"
189
+ version = "1.0.7"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
192
+
193
+ [[package]]
194
+ name = "foldhash"
195
+ version = "0.1.5"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
198
+
199
+ [[package]]
200
+ name = "getopts"
201
+ version = "0.2.24"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
204
+ dependencies = [
205
+ "unicode-width",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "getrandom"
210
+ version = "0.2.17"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
213
+ dependencies = [
214
+ "cfg-if",
215
+ "libc",
216
+ "wasi",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "getrandom"
221
+ version = "0.3.4"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
224
+ dependencies = [
225
+ "cfg-if",
226
+ "libc",
227
+ "r-efi 5.3.0",
228
+ "wasip2",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "getrandom"
233
+ version = "0.4.2"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
236
+ dependencies = [
237
+ "cfg-if",
238
+ "libc",
239
+ "r-efi 6.0.0",
240
+ "wasip2",
241
+ "wasip3",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "hashbrown"
246
+ version = "0.15.5"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
249
+ dependencies = [
250
+ "foldhash",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "hashbrown"
255
+ version = "0.16.1"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
258
+
259
+ [[package]]
260
+ name = "heck"
261
+ version = "0.5.0"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
264
+
265
+ [[package]]
266
+ name = "iana-time-zone"
267
+ version = "0.1.65"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
270
+ dependencies = [
271
+ "android_system_properties",
272
+ "core-foundation-sys",
273
+ "iana-time-zone-haiku",
274
+ "js-sys",
275
+ "log",
276
+ "wasm-bindgen",
277
+ "windows-core",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "iana-time-zone-haiku"
282
+ version = "0.1.2"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
285
+ dependencies = [
286
+ "cc",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "id-arena"
291
+ version = "2.3.0"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
294
+
295
+ [[package]]
296
+ name = "indexmap"
297
+ version = "2.13.0"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
300
+ dependencies = [
301
+ "equivalent",
302
+ "hashbrown 0.16.1",
303
+ "serde",
304
+ "serde_core",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "inventory"
309
+ version = "0.3.22"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227"
312
+ dependencies = [
313
+ "rustversion",
314
+ ]
315
+
316
+ [[package]]
317
+ name = "is-macro"
318
+ version = "0.3.7"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4"
321
+ dependencies = [
322
+ "heck",
323
+ "proc-macro2",
324
+ "quote",
325
+ "syn",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "itertools"
330
+ version = "0.11.0"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
333
+ dependencies = [
334
+ "either",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "itertools"
339
+ version = "0.14.0"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
342
+ dependencies = [
343
+ "either",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "itoa"
348
+ version = "1.0.17"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
351
+
352
+ [[package]]
353
+ name = "js-sys"
354
+ version = "0.3.91"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
357
+ dependencies = [
358
+ "once_cell",
359
+ "wasm-bindgen",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "lalrpop-util"
364
+ version = "0.20.2"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
367
+
368
+ [[package]]
369
+ name = "leb128fmt"
370
+ version = "0.1.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
373
+
374
+ [[package]]
375
+ name = "libc"
376
+ version = "0.2.183"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
379
+
380
+ [[package]]
381
+ name = "linux-raw-sys"
382
+ version = "0.12.1"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
385
+
386
+ [[package]]
387
+ name = "log"
388
+ version = "0.4.29"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
391
+
392
+ [[package]]
393
+ name = "maplit"
394
+ version = "1.0.2"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
397
+
398
+ [[package]]
399
+ name = "matrixmultiply"
400
+ version = "0.3.10"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
403
+ dependencies = [
404
+ "autocfg",
405
+ "rawpointer",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "memchr"
410
+ version = "2.8.0"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
413
+
414
+ [[package]]
415
+ name = "memmap2"
416
+ version = "0.9.10"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
419
+ dependencies = [
420
+ "libc",
421
+ ]
422
+
423
+ [[package]]
424
+ name = "ndarray"
425
+ version = "0.17.2"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
428
+ dependencies = [
429
+ "matrixmultiply",
430
+ "num-complex",
431
+ "num-integer",
432
+ "num-traits",
433
+ "portable-atomic",
434
+ "portable-atomic-util",
435
+ "rawpointer",
436
+ ]
437
+
438
+ [[package]]
439
+ name = "num-bigint"
440
+ version = "0.4.6"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
443
+ dependencies = [
444
+ "num-integer",
445
+ "num-traits",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "num-complex"
450
+ version = "0.4.6"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
453
+ dependencies = [
454
+ "num-traits",
455
+ ]
456
+
457
+ [[package]]
458
+ name = "num-conv"
459
+ version = "0.2.0"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
462
+
463
+ [[package]]
464
+ name = "num-integer"
465
+ version = "0.1.46"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
468
+ dependencies = [
469
+ "num-traits",
470
+ ]
471
+
472
+ [[package]]
473
+ name = "num-traits"
474
+ version = "0.2.19"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
477
+ dependencies = [
478
+ "autocfg",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "numpy"
483
+ version = "0.28.0"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
486
+ dependencies = [
487
+ "libc",
488
+ "ndarray",
489
+ "num-complex",
490
+ "num-integer",
491
+ "num-traits",
492
+ "pyo3",
493
+ "pyo3-build-config",
494
+ "rustc-hash 2.1.1",
495
+ ]
496
+
497
+ [[package]]
498
+ name = "once_cell"
499
+ version = "1.21.4"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
502
+
503
+ [[package]]
504
+ name = "phf"
505
+ version = "0.11.3"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
508
+ dependencies = [
509
+ "phf_shared",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "phf_codegen"
514
+ version = "0.11.3"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
517
+ dependencies = [
518
+ "phf_generator",
519
+ "phf_shared",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "phf_generator"
524
+ version = "0.11.3"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
527
+ dependencies = [
528
+ "phf_shared",
529
+ "rand 0.8.5",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "phf_shared"
534
+ version = "0.11.3"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
537
+ dependencies = [
538
+ "siphasher",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "portable-atomic"
543
+ version = "1.13.1"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
546
+
547
+ [[package]]
548
+ name = "portable-atomic-util"
549
+ version = "0.2.6"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
552
+ dependencies = [
553
+ "portable-atomic",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "powerfmt"
558
+ version = "0.2.0"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
561
+
562
+ [[package]]
563
+ name = "ppv-lite86"
564
+ version = "0.2.21"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
567
+ dependencies = [
568
+ "zerocopy",
569
+ ]
570
+
571
+ [[package]]
572
+ name = "prettyplease"
573
+ version = "0.2.37"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
576
+ dependencies = [
577
+ "proc-macro2",
578
+ "syn",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "proc-macro2"
583
+ version = "1.0.106"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
586
+ dependencies = [
587
+ "unicode-ident",
588
+ ]
589
+
590
+ [[package]]
591
+ name = "proptest"
592
+ version = "1.10.0"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
595
+ dependencies = [
596
+ "bit-set",
597
+ "bit-vec",
598
+ "bitflags",
599
+ "num-traits",
600
+ "rand 0.9.2",
601
+ "rand_chacha 0.9.0",
602
+ "rand_xorshift",
603
+ "regex-syntax",
604
+ "rusty-fork",
605
+ "tempfile",
606
+ "unarray",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "pyo3"
611
+ version = "0.28.2"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
614
+ dependencies = [
615
+ "libc",
616
+ "once_cell",
617
+ "portable-atomic",
618
+ "pyo3-build-config",
619
+ "pyo3-ffi",
620
+ "pyo3-macros",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "pyo3-build-config"
625
+ version = "0.28.2"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
628
+ dependencies = [
629
+ "target-lexicon",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "pyo3-ffi"
634
+ version = "0.28.2"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
637
+ dependencies = [
638
+ "libc",
639
+ "pyo3-build-config",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "pyo3-macros"
644
+ version = "0.28.2"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
647
+ dependencies = [
648
+ "proc-macro2",
649
+ "pyo3-macros-backend",
650
+ "quote",
651
+ "syn",
652
+ ]
653
+
654
+ [[package]]
655
+ name = "pyo3-macros-backend"
656
+ version = "0.28.2"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
659
+ dependencies = [
660
+ "heck",
661
+ "proc-macro2",
662
+ "pyo3-build-config",
663
+ "quote",
664
+ "syn",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "pyo3-stub-gen"
669
+ version = "0.19.0"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "b159f7704044f57d058f528a6f1f22a0a0a327dcb595c5fb38beae658e0338d6"
672
+ dependencies = [
673
+ "anyhow",
674
+ "chrono",
675
+ "indexmap",
676
+ "inventory",
677
+ "itertools 0.14.0",
678
+ "log",
679
+ "maplit",
680
+ "num-complex",
681
+ "numpy",
682
+ "pyo3",
683
+ "pyo3-stub-gen-derive",
684
+ "rustpython-parser",
685
+ "serde",
686
+ "serde_json",
687
+ "time",
688
+ "toml",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "pyo3-stub-gen-derive"
693
+ version = "0.19.0"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "a8c79e7c5b1fcec7c39ab186594658a971c59911eb6fbab5a5932cf2318534be"
696
+ dependencies = [
697
+ "heck",
698
+ "indexmap",
699
+ "proc-macro2",
700
+ "quote",
701
+ "rustpython-parser",
702
+ "syn",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "quick-error"
707
+ version = "1.2.3"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
710
+
711
+ [[package]]
712
+ name = "quote"
713
+ version = "1.0.45"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
716
+ dependencies = [
717
+ "proc-macro2",
718
+ ]
719
+
720
+ [[package]]
721
+ name = "r-efi"
722
+ version = "5.3.0"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
725
+
726
+ [[package]]
727
+ name = "r-efi"
728
+ version = "6.0.0"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
731
+
732
+ [[package]]
733
+ name = "rand"
734
+ version = "0.8.5"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
737
+ dependencies = [
738
+ "libc",
739
+ "rand_chacha 0.3.1",
740
+ "rand_core 0.6.4",
741
+ ]
742
+
743
+ [[package]]
744
+ name = "rand"
745
+ version = "0.9.2"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
748
+ dependencies = [
749
+ "rand_chacha 0.9.0",
750
+ "rand_core 0.9.5",
751
+ ]
752
+
753
+ [[package]]
754
+ name = "rand_chacha"
755
+ version = "0.3.1"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
758
+ dependencies = [
759
+ "ppv-lite86",
760
+ "rand_core 0.6.4",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "rand_chacha"
765
+ version = "0.9.0"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
768
+ dependencies = [
769
+ "ppv-lite86",
770
+ "rand_core 0.9.5",
771
+ ]
772
+
773
+ [[package]]
774
+ name = "rand_core"
775
+ version = "0.6.4"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
778
+ dependencies = [
779
+ "getrandom 0.2.17",
780
+ ]
781
+
782
+ [[package]]
783
+ name = "rand_core"
784
+ version = "0.9.5"
785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
786
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
787
+ dependencies = [
788
+ "getrandom 0.3.4",
789
+ ]
790
+
791
+ [[package]]
792
+ name = "rand_xorshift"
793
+ version = "0.4.0"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
796
+ dependencies = [
797
+ "rand_core 0.9.5",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "rawpointer"
802
+ version = "0.2.1"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
805
+
806
+ [[package]]
807
+ name = "rayon"
808
+ version = "1.11.0"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
811
+ dependencies = [
812
+ "either",
813
+ "rayon-core",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "rayon-core"
818
+ version = "1.13.0"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
821
+ dependencies = [
822
+ "crossbeam-deque",
823
+ "crossbeam-utils",
824
+ ]
825
+
826
+ [[package]]
827
+ name = "regex-syntax"
828
+ version = "0.8.10"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
831
+
832
+ [[package]]
833
+ name = "rustc-hash"
834
+ version = "1.1.0"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
837
+
838
+ [[package]]
839
+ name = "rustc-hash"
840
+ version = "2.1.1"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
843
+
844
+ [[package]]
845
+ name = "rustix"
846
+ version = "1.1.4"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
849
+ dependencies = [
850
+ "bitflags",
851
+ "errno",
852
+ "libc",
853
+ "linux-raw-sys",
854
+ "windows-sys",
855
+ ]
856
+
857
+ [[package]]
858
+ name = "rustpython-ast"
859
+ version = "0.4.0"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "4cdaf8ee5c1473b993b398c174641d3aa9da847af36e8d5eb8291930b72f31a5"
862
+ dependencies = [
863
+ "is-macro",
864
+ "num-bigint",
865
+ "rustpython-parser-core",
866
+ "static_assertions",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "rustpython-parser"
871
+ version = "0.4.0"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "868f724daac0caf9bd36d38caf45819905193a901e8f1c983345a68e18fb2abb"
874
+ dependencies = [
875
+ "anyhow",
876
+ "is-macro",
877
+ "itertools 0.11.0",
878
+ "lalrpop-util",
879
+ "log",
880
+ "num-bigint",
881
+ "num-traits",
882
+ "phf",
883
+ "phf_codegen",
884
+ "rustc-hash 1.1.0",
885
+ "rustpython-ast",
886
+ "rustpython-parser-core",
887
+ "tiny-keccak",
888
+ "unic-emoji-char",
889
+ "unic-ucd-ident",
890
+ "unicode_names2",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "rustpython-parser-core"
895
+ version = "0.4.0"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "b4b6c12fa273825edc7bccd9a734f0ad5ba4b8a2f4da5ff7efe946f066d0f4ad"
898
+ dependencies = [
899
+ "is-macro",
900
+ "memchr",
901
+ "rustpython-parser-vendored",
902
+ ]
903
+
904
+ [[package]]
905
+ name = "rustpython-parser-vendored"
906
+ version = "0.4.0"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "04fcea49a4630a3a5d940f4d514dc4f575ed63c14c3e3ed07146634aed7f67a6"
909
+ dependencies = [
910
+ "memchr",
911
+ "once_cell",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "rustversion"
916
+ version = "1.0.22"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
919
+
920
+ [[package]]
921
+ name = "rusty-fork"
922
+ version = "0.3.1"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
925
+ dependencies = [
926
+ "fnv",
927
+ "quick-error",
928
+ "tempfile",
929
+ "wait-timeout",
930
+ ]
931
+
932
+ [[package]]
933
+ name = "semver"
934
+ version = "1.0.27"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
937
+
938
+ [[package]]
939
+ name = "serde"
940
+ version = "1.0.228"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
943
+ dependencies = [
944
+ "serde_core",
945
+ "serde_derive",
946
+ ]
947
+
948
+ [[package]]
949
+ name = "serde_core"
950
+ version = "1.0.228"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
953
+ dependencies = [
954
+ "serde_derive",
955
+ ]
956
+
957
+ [[package]]
958
+ name = "serde_derive"
959
+ version = "1.0.228"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
962
+ dependencies = [
963
+ "proc-macro2",
964
+ "quote",
965
+ "syn",
966
+ ]
967
+
968
+ [[package]]
969
+ name = "serde_json"
970
+ version = "1.0.149"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
973
+ dependencies = [
974
+ "itoa",
975
+ "memchr",
976
+ "serde",
977
+ "serde_core",
978
+ "zmij",
979
+ ]
980
+
981
+ [[package]]
982
+ name = "serde_spanned"
983
+ version = "1.0.4"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
986
+ dependencies = [
987
+ "serde_core",
988
+ ]
989
+
990
+ [[package]]
991
+ name = "shlex"
992
+ version = "1.3.0"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
995
+
996
+ [[package]]
997
+ name = "siphasher"
998
+ version = "1.0.2"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
1001
+
1002
+ [[package]]
1003
+ name = "static_assertions"
1004
+ version = "1.1.0"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1007
+
1008
+ [[package]]
1009
+ name = "syn"
1010
+ version = "2.0.117"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1013
+ dependencies = [
1014
+ "proc-macro2",
1015
+ "quote",
1016
+ "unicode-ident",
1017
+ ]
1018
+
1019
+ [[package]]
1020
+ name = "target-lexicon"
1021
+ version = "0.13.5"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1024
+
1025
+ [[package]]
1026
+ name = "tempfile"
1027
+ version = "3.27.0"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1030
+ dependencies = [
1031
+ "fastrand",
1032
+ "getrandom 0.4.2",
1033
+ "once_cell",
1034
+ "rustix",
1035
+ "windows-sys",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "thiserror"
1040
+ version = "2.0.18"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1043
+ dependencies = [
1044
+ "thiserror-impl",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "thiserror-impl"
1049
+ version = "2.0.18"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1052
+ dependencies = [
1053
+ "proc-macro2",
1054
+ "quote",
1055
+ "syn",
1056
+ ]
1057
+
1058
+ [[package]]
1059
+ name = "time"
1060
+ version = "0.3.47"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1063
+ dependencies = [
1064
+ "deranged",
1065
+ "num-conv",
1066
+ "powerfmt",
1067
+ "serde_core",
1068
+ "time-core",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "time-core"
1073
+ version = "0.1.8"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1076
+
1077
+ [[package]]
1078
+ name = "tiny-keccak"
1079
+ version = "2.0.2"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1082
+ dependencies = [
1083
+ "crunchy",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "toml"
1088
+ version = "1.0.7+spec-1.1.0"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "dd28d57d8a6f6e458bc0b8784f8fdcc4b99a437936056fa122cb234f18656a96"
1091
+ dependencies = [
1092
+ "indexmap",
1093
+ "serde_core",
1094
+ "serde_spanned",
1095
+ "toml_datetime",
1096
+ "toml_parser",
1097
+ "toml_writer",
1098
+ "winnow",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "toml_datetime"
1103
+ version = "1.0.1+spec-1.1.0"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9"
1106
+ dependencies = [
1107
+ "serde_core",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "toml_parser"
1112
+ version = "1.0.10+spec-1.1.0"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420"
1115
+ dependencies = [
1116
+ "winnow",
1117
+ ]
1118
+
1119
+ [[package]]
1120
+ name = "toml_writer"
1121
+ version = "1.0.7+spec-1.1.0"
1122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+ checksum = "f17aaa1c6e3dc22b1da4b6bba97d066e354c7945cac2f7852d4e4e7ca7a6b56d"
1124
+
1125
+ [[package]]
1126
+ name = "unarray"
1127
+ version = "0.1.4"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
1130
+
1131
+ [[package]]
1132
+ name = "unic-char-property"
1133
+ version = "0.9.0"
1134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1135
+ checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
1136
+ dependencies = [
1137
+ "unic-char-range",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "unic-char-range"
1142
+ version = "0.9.0"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
1145
+
1146
+ [[package]]
1147
+ name = "unic-common"
1148
+ version = "0.9.0"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
1151
+
1152
+ [[package]]
1153
+ name = "unic-emoji-char"
1154
+ version = "0.9.0"
1155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1156
+ checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
1157
+ dependencies = [
1158
+ "unic-char-property",
1159
+ "unic-char-range",
1160
+ "unic-ucd-version",
1161
+ ]
1162
+
1163
+ [[package]]
1164
+ name = "unic-ucd-ident"
1165
+ version = "0.9.0"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
1168
+ dependencies = [
1169
+ "unic-char-property",
1170
+ "unic-char-range",
1171
+ "unic-ucd-version",
1172
+ ]
1173
+
1174
+ [[package]]
1175
+ name = "unic-ucd-version"
1176
+ version = "0.9.0"
1177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1178
+ checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
1179
+ dependencies = [
1180
+ "unic-common",
1181
+ ]
1182
+
1183
+ [[package]]
1184
+ name = "unicode-ident"
1185
+ version = "1.0.24"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1188
+
1189
+ [[package]]
1190
+ name = "unicode-width"
1191
+ version = "0.2.2"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1194
+
1195
+ [[package]]
1196
+ name = "unicode-xid"
1197
+ version = "0.2.6"
1198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1199
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1200
+
1201
+ [[package]]
1202
+ name = "unicode_names2"
1203
+ version = "1.3.0"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "d1673eca9782c84de5f81b82e4109dcfb3611c8ba0d52930ec4a9478f547b2dd"
1206
+ dependencies = [
1207
+ "phf",
1208
+ "unicode_names2_generator",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "unicode_names2_generator"
1213
+ version = "1.3.0"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "b91e5b84611016120197efd7dc93ef76774f4e084cd73c9fb3ea4a86c570c56e"
1216
+ dependencies = [
1217
+ "getopts",
1218
+ "log",
1219
+ "phf_codegen",
1220
+ "rand 0.8.5",
1221
+ ]
1222
+
1223
+ [[package]]
1224
+ name = "wait-timeout"
1225
+ version = "0.2.1"
1226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1227
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
1228
+ dependencies = [
1229
+ "libc",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "wasi"
1234
+ version = "0.11.1+wasi-snapshot-preview1"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1237
+
1238
+ [[package]]
1239
+ name = "wasip2"
1240
+ version = "1.0.2+wasi-0.2.9"
1241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1242
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1243
+ dependencies = [
1244
+ "wit-bindgen",
1245
+ ]
1246
+
1247
+ [[package]]
1248
+ name = "wasip3"
1249
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1252
+ dependencies = [
1253
+ "wit-bindgen",
1254
+ ]
1255
+
1256
+ [[package]]
1257
+ name = "wasm-bindgen"
1258
+ version = "0.2.114"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
1261
+ dependencies = [
1262
+ "cfg-if",
1263
+ "once_cell",
1264
+ "rustversion",
1265
+ "wasm-bindgen-macro",
1266
+ "wasm-bindgen-shared",
1267
+ ]
1268
+
1269
+ [[package]]
1270
+ name = "wasm-bindgen-macro"
1271
+ version = "0.2.114"
1272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1273
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
1274
+ dependencies = [
1275
+ "quote",
1276
+ "wasm-bindgen-macro-support",
1277
+ ]
1278
+
1279
+ [[package]]
1280
+ name = "wasm-bindgen-macro-support"
1281
+ version = "0.2.114"
1282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1283
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
1284
+ dependencies = [
1285
+ "bumpalo",
1286
+ "proc-macro2",
1287
+ "quote",
1288
+ "syn",
1289
+ "wasm-bindgen-shared",
1290
+ ]
1291
+
1292
+ [[package]]
1293
+ name = "wasm-bindgen-shared"
1294
+ version = "0.2.114"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
1297
+ dependencies = [
1298
+ "unicode-ident",
1299
+ ]
1300
+
1301
+ [[package]]
1302
+ name = "wasm-encoder"
1303
+ version = "0.244.0"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1306
+ dependencies = [
1307
+ "leb128fmt",
1308
+ "wasmparser",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "wasm-metadata"
1313
+ version = "0.244.0"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1316
+ dependencies = [
1317
+ "anyhow",
1318
+ "indexmap",
1319
+ "wasm-encoder",
1320
+ "wasmparser",
1321
+ ]
1322
+
1323
+ [[package]]
1324
+ name = "wasmparser"
1325
+ version = "0.244.0"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1328
+ dependencies = [
1329
+ "bitflags",
1330
+ "hashbrown 0.15.5",
1331
+ "indexmap",
1332
+ "semver",
1333
+ ]
1334
+
1335
+ [[package]]
1336
+ name = "windows-core"
1337
+ version = "0.62.2"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1340
+ dependencies = [
1341
+ "windows-implement",
1342
+ "windows-interface",
1343
+ "windows-link",
1344
+ "windows-result",
1345
+ "windows-strings",
1346
+ ]
1347
+
1348
+ [[package]]
1349
+ name = "windows-implement"
1350
+ version = "0.60.2"
1351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1353
+ dependencies = [
1354
+ "proc-macro2",
1355
+ "quote",
1356
+ "syn",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "windows-interface"
1361
+ version = "0.59.3"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1364
+ dependencies = [
1365
+ "proc-macro2",
1366
+ "quote",
1367
+ "syn",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "windows-link"
1372
+ version = "0.2.1"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1375
+
1376
+ [[package]]
1377
+ name = "windows-result"
1378
+ version = "0.4.1"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1381
+ dependencies = [
1382
+ "windows-link",
1383
+ ]
1384
+
1385
+ [[package]]
1386
+ name = "windows-strings"
1387
+ version = "0.5.1"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1390
+ dependencies = [
1391
+ "windows-link",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "windows-sys"
1396
+ version = "0.61.2"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1399
+ dependencies = [
1400
+ "windows-link",
1401
+ ]
1402
+
1403
+ [[package]]
1404
+ name = "winnow"
1405
+ version = "1.0.0"
1406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1407
+ checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8"
1408
+
1409
+ [[package]]
1410
+ name = "wit-bindgen"
1411
+ version = "0.51.0"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1414
+ dependencies = [
1415
+ "wit-bindgen-rust-macro",
1416
+ ]
1417
+
1418
+ [[package]]
1419
+ name = "wit-bindgen-core"
1420
+ version = "0.51.0"
1421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1422
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1423
+ dependencies = [
1424
+ "anyhow",
1425
+ "heck",
1426
+ "wit-parser",
1427
+ ]
1428
+
1429
+ [[package]]
1430
+ name = "wit-bindgen-rust"
1431
+ version = "0.51.0"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1434
+ dependencies = [
1435
+ "anyhow",
1436
+ "heck",
1437
+ "indexmap",
1438
+ "prettyplease",
1439
+ "syn",
1440
+ "wasm-metadata",
1441
+ "wit-bindgen-core",
1442
+ "wit-component",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "wit-bindgen-rust-macro"
1447
+ version = "0.51.0"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1450
+ dependencies = [
1451
+ "anyhow",
1452
+ "prettyplease",
1453
+ "proc-macro2",
1454
+ "quote",
1455
+ "syn",
1456
+ "wit-bindgen-core",
1457
+ "wit-bindgen-rust",
1458
+ ]
1459
+
1460
+ [[package]]
1461
+ name = "wit-component"
1462
+ version = "0.244.0"
1463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1464
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1465
+ dependencies = [
1466
+ "anyhow",
1467
+ "bitflags",
1468
+ "indexmap",
1469
+ "log",
1470
+ "serde",
1471
+ "serde_derive",
1472
+ "serde_json",
1473
+ "wasm-encoder",
1474
+ "wasm-metadata",
1475
+ "wasmparser",
1476
+ "wit-parser",
1477
+ ]
1478
+
1479
+ [[package]]
1480
+ name = "wit-parser"
1481
+ version = "0.244.0"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1484
+ dependencies = [
1485
+ "anyhow",
1486
+ "id-arena",
1487
+ "indexmap",
1488
+ "log",
1489
+ "semver",
1490
+ "serde",
1491
+ "serde_derive",
1492
+ "serde_json",
1493
+ "unicode-xid",
1494
+ "wasmparser",
1495
+ ]
1496
+
1497
+ [[package]]
1498
+ name = "zerocopy"
1499
+ version = "0.8.42"
1500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1501
+ checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
1502
+ dependencies = [
1503
+ "zerocopy-derive",
1504
+ ]
1505
+
1506
+ [[package]]
1507
+ name = "zerocopy-derive"
1508
+ version = "0.8.42"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
1511
+ dependencies = [
1512
+ "proc-macro2",
1513
+ "quote",
1514
+ "syn",
1515
+ ]
1516
+
1517
+ [[package]]
1518
+ name = "zmij"
1519
+ version = "1.0.21"
1520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1521
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"