goldenflow-native 0.1.1__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,1235 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "const-random",
13
+ "getrandom 0.3.4",
14
+ "once_cell",
15
+ "version_check",
16
+ "zerocopy",
17
+ ]
18
+
19
+ [[package]]
20
+ name = "aho-corasick"
21
+ version = "1.1.4"
22
+ source = "registry+https://github.com/rust-lang/crates.io-index"
23
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
24
+ dependencies = [
25
+ "memchr",
26
+ ]
27
+
28
+ [[package]]
29
+ name = "android_system_properties"
30
+ version = "0.1.5"
31
+ source = "registry+https://github.com/rust-lang/crates.io-index"
32
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
33
+ dependencies = [
34
+ "libc",
35
+ ]
36
+
37
+ [[package]]
38
+ name = "arrow"
39
+ version = "55.2.0"
40
+ source = "registry+https://github.com/rust-lang/crates.io-index"
41
+ checksum = "f3f15b4c6b148206ff3a2b35002e08929c2462467b62b9c02036d9c34f9ef994"
42
+ dependencies = [
43
+ "arrow-arith",
44
+ "arrow-array",
45
+ "arrow-buffer",
46
+ "arrow-cast",
47
+ "arrow-data",
48
+ "arrow-ord",
49
+ "arrow-pyarrow",
50
+ "arrow-row",
51
+ "arrow-schema",
52
+ "arrow-select",
53
+ "arrow-string",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "arrow-arith"
58
+ version = "55.2.0"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "30feb679425110209ae35c3fbf82404a39a4c0436bb3ec36164d8bffed2a4ce4"
61
+ dependencies = [
62
+ "arrow-array",
63
+ "arrow-buffer",
64
+ "arrow-data",
65
+ "arrow-schema",
66
+ "chrono",
67
+ "num",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "arrow-array"
72
+ version = "55.2.0"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "70732f04d285d49054a48b72c54f791bb3424abae92d27aafdf776c98af161c8"
75
+ dependencies = [
76
+ "ahash",
77
+ "arrow-buffer",
78
+ "arrow-data",
79
+ "arrow-schema",
80
+ "chrono",
81
+ "half",
82
+ "hashbrown",
83
+ "num",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "arrow-buffer"
88
+ version = "55.2.0"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "169b1d5d6cb390dd92ce582b06b23815c7953e9dfaaea75556e89d890d19993d"
91
+ dependencies = [
92
+ "bytes",
93
+ "half",
94
+ "num",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "arrow-cast"
99
+ version = "55.2.0"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "e4f12eccc3e1c05a766cafb31f6a60a46c2f8efec9b74c6e0648766d30686af8"
102
+ dependencies = [
103
+ "arrow-array",
104
+ "arrow-buffer",
105
+ "arrow-data",
106
+ "arrow-schema",
107
+ "arrow-select",
108
+ "atoi",
109
+ "base64",
110
+ "chrono",
111
+ "half",
112
+ "lexical-core",
113
+ "num",
114
+ "ryu",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "arrow-data"
119
+ version = "55.2.0"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "8de1ce212d803199684b658fc4ba55fb2d7e87b213de5af415308d2fee3619c2"
122
+ dependencies = [
123
+ "arrow-buffer",
124
+ "arrow-schema",
125
+ "half",
126
+ "num",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "arrow-ord"
131
+ version = "55.2.0"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "6506e3a059e3be23023f587f79c82ef0bcf6d293587e3272d20f2d30b969b5a7"
134
+ dependencies = [
135
+ "arrow-array",
136
+ "arrow-buffer",
137
+ "arrow-data",
138
+ "arrow-schema",
139
+ "arrow-select",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "arrow-pyarrow"
144
+ version = "55.2.0"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "0e55ecf16b9b61d433f6e63c72fc6afcf2597d7db96583de88ebb887d1822268"
147
+ dependencies = [
148
+ "arrow-array",
149
+ "arrow-data",
150
+ "arrow-schema",
151
+ "pyo3",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "arrow-row"
156
+ version = "55.2.0"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "52bf7393166beaf79b4bed9bfdf19e97472af32ce5b6b48169d321518a08cae2"
159
+ dependencies = [
160
+ "arrow-array",
161
+ "arrow-buffer",
162
+ "arrow-data",
163
+ "arrow-schema",
164
+ "half",
165
+ ]
166
+
167
+ [[package]]
168
+ name = "arrow-schema"
169
+ version = "55.2.0"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "af7686986a3bf2254c9fb130c623cdcb2f8e1f15763e7c71c310f0834da3d292"
172
+ dependencies = [
173
+ "bitflags",
174
+ ]
175
+
176
+ [[package]]
177
+ name = "arrow-select"
178
+ version = "55.2.0"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "dd2b45757d6a2373faa3352d02ff5b54b098f5e21dccebc45a21806bc34501e5"
181
+ dependencies = [
182
+ "ahash",
183
+ "arrow-array",
184
+ "arrow-buffer",
185
+ "arrow-data",
186
+ "arrow-schema",
187
+ "num",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "arrow-string"
192
+ version = "55.2.0"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "0377d532850babb4d927a06294314b316e23311503ed580ec6ce6a0158f49d40"
195
+ dependencies = [
196
+ "arrow-array",
197
+ "arrow-buffer",
198
+ "arrow-data",
199
+ "arrow-schema",
200
+ "arrow-select",
201
+ "memchr",
202
+ "num",
203
+ "regex",
204
+ "regex-syntax 0.8.10",
205
+ ]
206
+
207
+ [[package]]
208
+ name = "atoi"
209
+ version = "2.0.0"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
212
+ dependencies = [
213
+ "num-traits",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "atomic-polyfill"
218
+ version = "1.0.3"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
221
+ dependencies = [
222
+ "critical-section",
223
+ ]
224
+
225
+ [[package]]
226
+ name = "autocfg"
227
+ version = "1.5.1"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
230
+
231
+ [[package]]
232
+ name = "base64"
233
+ version = "0.22.1"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
236
+
237
+ [[package]]
238
+ name = "bitflags"
239
+ version = "2.13.0"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
242
+
243
+ [[package]]
244
+ name = "bumpalo"
245
+ version = "3.20.3"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
248
+
249
+ [[package]]
250
+ name = "byteorder"
251
+ version = "1.5.0"
252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
253
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
254
+
255
+ [[package]]
256
+ name = "bytes"
257
+ version = "1.11.1"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
260
+
261
+ [[package]]
262
+ name = "cc"
263
+ version = "1.2.63"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"
266
+ dependencies = [
267
+ "find-msvc-tools",
268
+ "shlex",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "cfg-if"
273
+ version = "1.0.4"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
276
+
277
+ [[package]]
278
+ name = "chrono"
279
+ version = "0.4.45"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
282
+ dependencies = [
283
+ "iana-time-zone",
284
+ "num-traits",
285
+ "windows-link",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "cobs"
290
+ version = "0.3.0"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
293
+ dependencies = [
294
+ "thiserror",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "const-random"
299
+ version = "0.1.18"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
302
+ dependencies = [
303
+ "const-random-macro",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "const-random-macro"
308
+ version = "0.1.16"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
311
+ dependencies = [
312
+ "getrandom 0.2.17",
313
+ "once_cell",
314
+ "tiny-keccak",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "core-foundation-sys"
319
+ version = "0.8.7"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
322
+
323
+ [[package]]
324
+ name = "critical-section"
325
+ version = "1.2.0"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
328
+
329
+ [[package]]
330
+ name = "crunchy"
331
+ version = "0.2.4"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
334
+
335
+ [[package]]
336
+ name = "either"
337
+ version = "1.16.0"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
340
+
341
+ [[package]]
342
+ name = "embedded-io"
343
+ version = "0.4.0"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
346
+
347
+ [[package]]
348
+ name = "embedded-io"
349
+ version = "0.6.1"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
352
+
353
+ [[package]]
354
+ name = "find-msvc-tools"
355
+ version = "0.1.9"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
358
+
359
+ [[package]]
360
+ name = "fnv"
361
+ version = "1.0.7"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
364
+
365
+ [[package]]
366
+ name = "futures-core"
367
+ version = "0.3.32"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
370
+
371
+ [[package]]
372
+ name = "futures-task"
373
+ version = "0.3.32"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
376
+
377
+ [[package]]
378
+ name = "futures-util"
379
+ version = "0.3.32"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
382
+ dependencies = [
383
+ "futures-core",
384
+ "futures-task",
385
+ "pin-project-lite",
386
+ "slab",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "getrandom"
391
+ version = "0.2.17"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
394
+ dependencies = [
395
+ "cfg-if",
396
+ "libc",
397
+ "wasi",
398
+ ]
399
+
400
+ [[package]]
401
+ name = "getrandom"
402
+ version = "0.3.4"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
405
+ dependencies = [
406
+ "cfg-if",
407
+ "libc",
408
+ "r-efi",
409
+ "wasip2",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "goldenflow-native"
414
+ version = "0.1.1"
415
+ dependencies = [
416
+ "arrow",
417
+ "phonenumber",
418
+ "pyo3",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "half"
423
+ version = "2.7.1"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
426
+ dependencies = [
427
+ "cfg-if",
428
+ "crunchy",
429
+ "num-traits",
430
+ "zerocopy",
431
+ ]
432
+
433
+ [[package]]
434
+ name = "hash32"
435
+ version = "0.2.1"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
438
+ dependencies = [
439
+ "byteorder",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "hashbrown"
444
+ version = "0.15.5"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
447
+
448
+ [[package]]
449
+ name = "heapless"
450
+ version = "0.7.17"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
453
+ dependencies = [
454
+ "atomic-polyfill",
455
+ "hash32",
456
+ "rustc_version",
457
+ "serde",
458
+ "spin",
459
+ "stable_deref_trait",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "heck"
464
+ version = "0.5.0"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
467
+
468
+ [[package]]
469
+ name = "iana-time-zone"
470
+ version = "0.1.65"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
473
+ dependencies = [
474
+ "android_system_properties",
475
+ "core-foundation-sys",
476
+ "iana-time-zone-haiku",
477
+ "js-sys",
478
+ "log",
479
+ "wasm-bindgen",
480
+ "windows-core",
481
+ ]
482
+
483
+ [[package]]
484
+ name = "iana-time-zone-haiku"
485
+ version = "0.1.2"
486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
487
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
488
+ dependencies = [
489
+ "cc",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "indoc"
494
+ version = "2.0.7"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
497
+ dependencies = [
498
+ "rustversion",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "js-sys"
503
+ version = "0.3.99"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
506
+ dependencies = [
507
+ "cfg-if",
508
+ "futures-util",
509
+ "once_cell",
510
+ "wasm-bindgen",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "lexical-core"
515
+ version = "1.0.6"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
518
+ dependencies = [
519
+ "lexical-parse-float",
520
+ "lexical-parse-integer",
521
+ "lexical-util",
522
+ "lexical-write-float",
523
+ "lexical-write-integer",
524
+ ]
525
+
526
+ [[package]]
527
+ name = "lexical-parse-float"
528
+ version = "1.0.6"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
531
+ dependencies = [
532
+ "lexical-parse-integer",
533
+ "lexical-util",
534
+ ]
535
+
536
+ [[package]]
537
+ name = "lexical-parse-integer"
538
+ version = "1.0.6"
539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
540
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
541
+ dependencies = [
542
+ "lexical-util",
543
+ ]
544
+
545
+ [[package]]
546
+ name = "lexical-util"
547
+ version = "1.0.7"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
550
+
551
+ [[package]]
552
+ name = "lexical-write-float"
553
+ version = "1.0.6"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
556
+ dependencies = [
557
+ "lexical-util",
558
+ "lexical-write-integer",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "lexical-write-integer"
563
+ version = "1.0.6"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
566
+ dependencies = [
567
+ "lexical-util",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "libc"
572
+ version = "0.2.186"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
575
+
576
+ [[package]]
577
+ name = "libm"
578
+ version = "0.2.16"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
581
+
582
+ [[package]]
583
+ name = "linked-hash-map"
584
+ version = "0.5.6"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
587
+
588
+ [[package]]
589
+ name = "lock_api"
590
+ version = "0.4.14"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
593
+ dependencies = [
594
+ "scopeguard",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "log"
599
+ version = "0.4.32"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
602
+
603
+ [[package]]
604
+ name = "lru-cache"
605
+ version = "0.1.2"
606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
607
+ checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
608
+ dependencies = [
609
+ "linked-hash-map",
610
+ ]
611
+
612
+ [[package]]
613
+ name = "memchr"
614
+ version = "2.8.1"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
617
+
618
+ [[package]]
619
+ name = "memoffset"
620
+ version = "0.9.1"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
623
+ dependencies = [
624
+ "autocfg",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "minimal-lexical"
629
+ version = "0.2.1"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
632
+
633
+ [[package]]
634
+ name = "nom"
635
+ version = "7.1.3"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
638
+ dependencies = [
639
+ "memchr",
640
+ "minimal-lexical",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "num"
645
+ version = "0.4.3"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
648
+ dependencies = [
649
+ "num-bigint",
650
+ "num-complex",
651
+ "num-integer",
652
+ "num-iter",
653
+ "num-rational",
654
+ "num-traits",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "num-bigint"
659
+ version = "0.4.6"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
662
+ dependencies = [
663
+ "num-integer",
664
+ "num-traits",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "num-complex"
669
+ version = "0.4.6"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
672
+ dependencies = [
673
+ "num-traits",
674
+ ]
675
+
676
+ [[package]]
677
+ name = "num-integer"
678
+ version = "0.1.46"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
681
+ dependencies = [
682
+ "num-traits",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "num-iter"
687
+ version = "0.1.45"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
690
+ dependencies = [
691
+ "autocfg",
692
+ "num-integer",
693
+ "num-traits",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "num-rational"
698
+ version = "0.4.2"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
701
+ dependencies = [
702
+ "num-bigint",
703
+ "num-integer",
704
+ "num-traits",
705
+ ]
706
+
707
+ [[package]]
708
+ name = "num-traits"
709
+ version = "0.2.19"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
712
+ dependencies = [
713
+ "autocfg",
714
+ "libm",
715
+ ]
716
+
717
+ [[package]]
718
+ name = "once_cell"
719
+ version = "1.21.4"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
722
+
723
+ [[package]]
724
+ name = "oncemutex"
725
+ version = "0.1.1"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "44d11de466f4a3006fe8a5e7ec84e93b79c70cb992ae0aa0eb631ad2df8abfe2"
728
+
729
+ [[package]]
730
+ name = "phonenumber"
731
+ version = "0.3.9+9.0.21"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "9114f9c1683dd09c5f4fa024c89fdad783eaae21d3d52dd23ddaaffa29ffb168"
734
+ dependencies = [
735
+ "either",
736
+ "fnv",
737
+ "nom",
738
+ "once_cell",
739
+ "postcard",
740
+ "quick-xml",
741
+ "regex",
742
+ "regex-cache",
743
+ "serde",
744
+ "serde_derive",
745
+ "strum",
746
+ "thiserror",
747
+ ]
748
+
749
+ [[package]]
750
+ name = "pin-project-lite"
751
+ version = "0.2.17"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
754
+
755
+ [[package]]
756
+ name = "portable-atomic"
757
+ version = "1.13.1"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
760
+
761
+ [[package]]
762
+ name = "postcard"
763
+ version = "1.1.3"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
766
+ dependencies = [
767
+ "cobs",
768
+ "embedded-io 0.4.0",
769
+ "embedded-io 0.6.1",
770
+ "heapless",
771
+ "serde",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "proc-macro2"
776
+ version = "1.0.106"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
779
+ dependencies = [
780
+ "unicode-ident",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "pyo3"
785
+ version = "0.24.2"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
788
+ dependencies = [
789
+ "cfg-if",
790
+ "indoc",
791
+ "libc",
792
+ "memoffset",
793
+ "once_cell",
794
+ "portable-atomic",
795
+ "pyo3-build-config",
796
+ "pyo3-ffi",
797
+ "pyo3-macros",
798
+ "unindent",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "pyo3-build-config"
803
+ version = "0.24.2"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
806
+ dependencies = [
807
+ "once_cell",
808
+ "target-lexicon",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "pyo3-ffi"
813
+ version = "0.24.2"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
816
+ dependencies = [
817
+ "libc",
818
+ "pyo3-build-config",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "pyo3-macros"
823
+ version = "0.24.2"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
826
+ dependencies = [
827
+ "proc-macro2",
828
+ "pyo3-macros-backend",
829
+ "quote",
830
+ "syn",
831
+ ]
832
+
833
+ [[package]]
834
+ name = "pyo3-macros-backend"
835
+ version = "0.24.2"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
838
+ dependencies = [
839
+ "heck",
840
+ "proc-macro2",
841
+ "pyo3-build-config",
842
+ "quote",
843
+ "syn",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "quick-xml"
848
+ version = "0.38.4"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
851
+ dependencies = [
852
+ "memchr",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "quote"
857
+ version = "1.0.45"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
860
+ dependencies = [
861
+ "proc-macro2",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "r-efi"
866
+ version = "5.3.0"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
869
+
870
+ [[package]]
871
+ name = "regex"
872
+ version = "1.12.3"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
875
+ dependencies = [
876
+ "aho-corasick",
877
+ "memchr",
878
+ "regex-automata",
879
+ "regex-syntax 0.8.10",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "regex-automata"
884
+ version = "0.4.14"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
887
+ dependencies = [
888
+ "aho-corasick",
889
+ "memchr",
890
+ "regex-syntax 0.8.10",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "regex-cache"
895
+ version = "0.2.1"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "2f7b62d69743b8b94f353b6b7c3deb4c5582828328bcb8d5fedf214373808793"
898
+ dependencies = [
899
+ "lru-cache",
900
+ "oncemutex",
901
+ "regex",
902
+ "regex-syntax 0.6.29",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "regex-syntax"
907
+ version = "0.6.29"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
910
+
911
+ [[package]]
912
+ name = "regex-syntax"
913
+ version = "0.8.10"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
916
+
917
+ [[package]]
918
+ name = "rustc_version"
919
+ version = "0.4.1"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
922
+ dependencies = [
923
+ "semver",
924
+ ]
925
+
926
+ [[package]]
927
+ name = "rustversion"
928
+ version = "1.0.22"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
931
+
932
+ [[package]]
933
+ name = "ryu"
934
+ version = "1.0.23"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
937
+
938
+ [[package]]
939
+ name = "scopeguard"
940
+ version = "1.2.0"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
943
+
944
+ [[package]]
945
+ name = "semver"
946
+ version = "1.0.28"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
949
+
950
+ [[package]]
951
+ name = "serde"
952
+ version = "1.0.228"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
955
+ dependencies = [
956
+ "serde_core",
957
+ "serde_derive",
958
+ ]
959
+
960
+ [[package]]
961
+ name = "serde_core"
962
+ version = "1.0.228"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
965
+ dependencies = [
966
+ "serde_derive",
967
+ ]
968
+
969
+ [[package]]
970
+ name = "serde_derive"
971
+ version = "1.0.228"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
974
+ dependencies = [
975
+ "proc-macro2",
976
+ "quote",
977
+ "syn",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "shlex"
982
+ version = "2.0.1"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
985
+
986
+ [[package]]
987
+ name = "slab"
988
+ version = "0.4.12"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
991
+
992
+ [[package]]
993
+ name = "spin"
994
+ version = "0.9.8"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
997
+ dependencies = [
998
+ "lock_api",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "stable_deref_trait"
1003
+ version = "1.2.1"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1006
+
1007
+ [[package]]
1008
+ name = "strum"
1009
+ version = "0.27.2"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
1012
+ dependencies = [
1013
+ "strum_macros",
1014
+ ]
1015
+
1016
+ [[package]]
1017
+ name = "strum_macros"
1018
+ version = "0.27.2"
1019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1020
+ checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
1021
+ dependencies = [
1022
+ "heck",
1023
+ "proc-macro2",
1024
+ "quote",
1025
+ "syn",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "syn"
1030
+ version = "2.0.117"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1033
+ dependencies = [
1034
+ "proc-macro2",
1035
+ "quote",
1036
+ "unicode-ident",
1037
+ ]
1038
+
1039
+ [[package]]
1040
+ name = "target-lexicon"
1041
+ version = "0.13.5"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1044
+
1045
+ [[package]]
1046
+ name = "thiserror"
1047
+ version = "2.0.18"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1050
+ dependencies = [
1051
+ "thiserror-impl",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "thiserror-impl"
1056
+ version = "2.0.18"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1059
+ dependencies = [
1060
+ "proc-macro2",
1061
+ "quote",
1062
+ "syn",
1063
+ ]
1064
+
1065
+ [[package]]
1066
+ name = "tiny-keccak"
1067
+ version = "2.0.2"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1070
+ dependencies = [
1071
+ "crunchy",
1072
+ ]
1073
+
1074
+ [[package]]
1075
+ name = "unicode-ident"
1076
+ version = "1.0.24"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1079
+
1080
+ [[package]]
1081
+ name = "unindent"
1082
+ version = "0.2.4"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1085
+
1086
+ [[package]]
1087
+ name = "version_check"
1088
+ version = "0.9.5"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1091
+
1092
+ [[package]]
1093
+ name = "wasi"
1094
+ version = "0.11.1+wasi-snapshot-preview1"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1097
+
1098
+ [[package]]
1099
+ name = "wasip2"
1100
+ version = "1.0.3+wasi-0.2.9"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
1103
+ dependencies = [
1104
+ "wit-bindgen",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "wasm-bindgen"
1109
+ version = "0.2.122"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
1112
+ dependencies = [
1113
+ "cfg-if",
1114
+ "once_cell",
1115
+ "rustversion",
1116
+ "wasm-bindgen-macro",
1117
+ "wasm-bindgen-shared",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "wasm-bindgen-macro"
1122
+ version = "0.2.122"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
1125
+ dependencies = [
1126
+ "quote",
1127
+ "wasm-bindgen-macro-support",
1128
+ ]
1129
+
1130
+ [[package]]
1131
+ name = "wasm-bindgen-macro-support"
1132
+ version = "0.2.122"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
1135
+ dependencies = [
1136
+ "bumpalo",
1137
+ "proc-macro2",
1138
+ "quote",
1139
+ "syn",
1140
+ "wasm-bindgen-shared",
1141
+ ]
1142
+
1143
+ [[package]]
1144
+ name = "wasm-bindgen-shared"
1145
+ version = "0.2.122"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
1148
+ dependencies = [
1149
+ "unicode-ident",
1150
+ ]
1151
+
1152
+ [[package]]
1153
+ name = "windows-core"
1154
+ version = "0.62.2"
1155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1156
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1157
+ dependencies = [
1158
+ "windows-implement",
1159
+ "windows-interface",
1160
+ "windows-link",
1161
+ "windows-result",
1162
+ "windows-strings",
1163
+ ]
1164
+
1165
+ [[package]]
1166
+ name = "windows-implement"
1167
+ version = "0.60.2"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1170
+ dependencies = [
1171
+ "proc-macro2",
1172
+ "quote",
1173
+ "syn",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "windows-interface"
1178
+ version = "0.59.3"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1181
+ dependencies = [
1182
+ "proc-macro2",
1183
+ "quote",
1184
+ "syn",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "windows-link"
1189
+ version = "0.2.1"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1192
+
1193
+ [[package]]
1194
+ name = "windows-result"
1195
+ version = "0.4.1"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1198
+ dependencies = [
1199
+ "windows-link",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "windows-strings"
1204
+ version = "0.5.1"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1207
+ dependencies = [
1208
+ "windows-link",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "wit-bindgen"
1213
+ version = "0.57.1"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1216
+
1217
+ [[package]]
1218
+ name = "zerocopy"
1219
+ version = "0.8.50"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1"
1222
+ dependencies = [
1223
+ "zerocopy-derive",
1224
+ ]
1225
+
1226
+ [[package]]
1227
+ name = "zerocopy-derive"
1228
+ version = "0.8.50"
1229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1230
+ checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639"
1231
+ dependencies = [
1232
+ "proc-macro2",
1233
+ "quote",
1234
+ "syn",
1235
+ ]