ic-mops 2.3.0 → 2.3.1

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.
package/wasm/Cargo.lock DELETED
@@ -1,1522 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 4
4
-
5
- [[package]]
6
- name = "aho-corasick"
7
- version = "1.1.4"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
- dependencies = [
11
- "memchr",
12
- ]
13
-
14
- [[package]]
15
- name = "anyhow"
16
- version = "1.0.100"
17
- source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
19
-
20
- [[package]]
21
- name = "ar_archive_writer"
22
- version = "0.2.0"
23
- source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a"
25
- dependencies = [
26
- "object",
27
- ]
28
-
29
- [[package]]
30
- name = "arbitrary"
31
- version = "1.4.2"
32
- source = "registry+https://github.com/rust-lang/crates.io-index"
33
- checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
34
-
35
- [[package]]
36
- name = "arrayvec"
37
- version = "0.5.2"
38
- source = "registry+https://github.com/rust-lang/crates.io-index"
39
- checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
40
-
41
- [[package]]
42
- name = "ascii-canvas"
43
- version = "3.0.0"
44
- source = "registry+https://github.com/rust-lang/crates.io-index"
45
- checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
46
- dependencies = [
47
- "term",
48
- ]
49
-
50
- [[package]]
51
- name = "async-trait"
52
- version = "0.1.89"
53
- source = "registry+https://github.com/rust-lang/crates.io-index"
54
- checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
55
- dependencies = [
56
- "proc-macro2",
57
- "quote",
58
- "syn 2.0.111",
59
- ]
60
-
61
- [[package]]
62
- name = "autocfg"
63
- version = "1.5.0"
64
- source = "registry+https://github.com/rust-lang/crates.io-index"
65
- checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
66
-
67
- [[package]]
68
- name = "beef"
69
- version = "0.5.2"
70
- source = "registry+https://github.com/rust-lang/crates.io-index"
71
- checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
72
-
73
- [[package]]
74
- name = "binread"
75
- version = "2.2.0"
76
- source = "registry+https://github.com/rust-lang/crates.io-index"
77
- checksum = "16598dfc8e6578e9b597d9910ba2e73618385dc9f4b1d43dd92c349d6be6418f"
78
- dependencies = [
79
- "binread_derive",
80
- "lazy_static",
81
- "rustversion",
82
- ]
83
-
84
- [[package]]
85
- name = "binread_derive"
86
- version = "2.1.0"
87
- source = "registry+https://github.com/rust-lang/crates.io-index"
88
- checksum = "1d9672209df1714ee804b1f4d4f68c8eb2a90b1f7a07acf472f88ce198ef1fed"
89
- dependencies = [
90
- "either",
91
- "proc-macro2",
92
- "quote",
93
- "syn 1.0.109",
94
- ]
95
-
96
- [[package]]
97
- name = "bit-set"
98
- version = "0.5.3"
99
- source = "registry+https://github.com/rust-lang/crates.io-index"
100
- checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
101
- dependencies = [
102
- "bit-vec",
103
- ]
104
-
105
- [[package]]
106
- name = "bit-vec"
107
- version = "0.6.3"
108
- source = "registry+https://github.com/rust-lang/crates.io-index"
109
- checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
110
-
111
- [[package]]
112
- name = "bitflags"
113
- version = "2.10.0"
114
- source = "registry+https://github.com/rust-lang/crates.io-index"
115
- checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
116
-
117
- [[package]]
118
- name = "block-buffer"
119
- version = "0.10.4"
120
- source = "registry+https://github.com/rust-lang/crates.io-index"
121
- checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
122
- dependencies = [
123
- "generic-array",
124
- ]
125
-
126
- [[package]]
127
- name = "bumpalo"
128
- version = "3.19.0"
129
- source = "registry+https://github.com/rust-lang/crates.io-index"
130
- checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
131
-
132
- [[package]]
133
- name = "byteorder"
134
- version = "1.5.0"
135
- source = "registry+https://github.com/rust-lang/crates.io-index"
136
- checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
137
-
138
- [[package]]
139
- name = "candid"
140
- version = "0.10.20"
141
- source = "registry+https://github.com/rust-lang/crates.io-index"
142
- checksum = "8037a01ec09d6c06883a38bad4f47b8d06158ad360b841e0ae5707c9884dfaf6"
143
- dependencies = [
144
- "anyhow",
145
- "binread",
146
- "byteorder",
147
- "candid_derive",
148
- "hex",
149
- "ic_principal",
150
- "leb128",
151
- "num-bigint",
152
- "num-traits",
153
- "paste",
154
- "pretty",
155
- "serde",
156
- "serde_bytes",
157
- "stacker",
158
- "thiserror 1.0.69",
159
- ]
160
-
161
- [[package]]
162
- name = "candid_derive"
163
- version = "0.10.20"
164
- source = "registry+https://github.com/rust-lang/crates.io-index"
165
- checksum = "fb45f4d5eff3805598ee633dd80f8afb306c023249d34b5b7dfdc2080ea1df2e"
166
- dependencies = [
167
- "lazy_static",
168
- "proc-macro2",
169
- "quote",
170
- "syn 2.0.111",
171
- ]
172
-
173
- [[package]]
174
- name = "candid_parser"
175
- version = "0.2.3"
176
- source = "registry+https://github.com/rust-lang/crates.io-index"
177
- checksum = "8ee88dd48c1322ae112442b804ba53097c383664921d6d3757bebfdd7821ee64"
178
- dependencies = [
179
- "anyhow",
180
- "candid",
181
- "codespan-reporting",
182
- "convert_case",
183
- "handlebars",
184
- "hex",
185
- "lalrpop",
186
- "lalrpop-util",
187
- "logos",
188
- "num-bigint",
189
- "pretty",
190
- "serde",
191
- "thiserror 1.0.69",
192
- "toml",
193
- ]
194
-
195
- [[package]]
196
- name = "cast"
197
- version = "0.3.0"
198
- source = "registry+https://github.com/rust-lang/crates.io-index"
199
- checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
200
-
201
- [[package]]
202
- name = "cc"
203
- version = "1.2.49"
204
- source = "registry+https://github.com/rust-lang/crates.io-index"
205
- checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
206
- dependencies = [
207
- "find-msvc-tools",
208
- "shlex",
209
- ]
210
-
211
- [[package]]
212
- name = "cfg-if"
213
- version = "1.0.4"
214
- source = "registry+https://github.com/rust-lang/crates.io-index"
215
- checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
216
-
217
- [[package]]
218
- name = "codespan-reporting"
219
- version = "0.11.1"
220
- source = "registry+https://github.com/rust-lang/crates.io-index"
221
- checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
222
- dependencies = [
223
- "termcolor",
224
- "unicode-width 0.1.14",
225
- ]
226
-
227
- [[package]]
228
- name = "console_error_panic_hook"
229
- version = "0.1.7"
230
- source = "registry+https://github.com/rust-lang/crates.io-index"
231
- checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
232
- dependencies = [
233
- "cfg-if",
234
- "wasm-bindgen",
235
- ]
236
-
237
- [[package]]
238
- name = "convert_case"
239
- version = "0.6.0"
240
- source = "registry+https://github.com/rust-lang/crates.io-index"
241
- checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
242
- dependencies = [
243
- "unicode-segmentation",
244
- ]
245
-
246
- [[package]]
247
- name = "cpufeatures"
248
- version = "0.2.17"
249
- source = "registry+https://github.com/rust-lang/crates.io-index"
250
- checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
251
- dependencies = [
252
- "libc",
253
- ]
254
-
255
- [[package]]
256
- name = "crc32fast"
257
- version = "1.5.0"
258
- source = "registry+https://github.com/rust-lang/crates.io-index"
259
- checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
260
- dependencies = [
261
- "cfg-if",
262
- ]
263
-
264
- [[package]]
265
- name = "crunchy"
266
- version = "0.2.4"
267
- source = "registry+https://github.com/rust-lang/crates.io-index"
268
- checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
269
-
270
- [[package]]
271
- name = "crypto-common"
272
- version = "0.1.7"
273
- source = "registry+https://github.com/rust-lang/crates.io-index"
274
- checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
275
- dependencies = [
276
- "generic-array",
277
- "typenum",
278
- ]
279
-
280
- [[package]]
281
- name = "darling"
282
- version = "0.20.11"
283
- source = "registry+https://github.com/rust-lang/crates.io-index"
284
- checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
285
- dependencies = [
286
- "darling_core",
287
- "darling_macro",
288
- ]
289
-
290
- [[package]]
291
- name = "darling_core"
292
- version = "0.20.11"
293
- source = "registry+https://github.com/rust-lang/crates.io-index"
294
- checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
295
- dependencies = [
296
- "fnv",
297
- "ident_case",
298
- "proc-macro2",
299
- "quote",
300
- "strsim",
301
- "syn 2.0.111",
302
- ]
303
-
304
- [[package]]
305
- name = "darling_macro"
306
- version = "0.20.11"
307
- source = "registry+https://github.com/rust-lang/crates.io-index"
308
- checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
309
- dependencies = [
310
- "darling_core",
311
- "quote",
312
- "syn 2.0.111",
313
- ]
314
-
315
- [[package]]
316
- name = "data-encoding"
317
- version = "2.9.0"
318
- source = "registry+https://github.com/rust-lang/crates.io-index"
319
- checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
320
-
321
- [[package]]
322
- name = "derive_builder"
323
- version = "0.20.2"
324
- source = "registry+https://github.com/rust-lang/crates.io-index"
325
- checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
326
- dependencies = [
327
- "derive_builder_macro",
328
- ]
329
-
330
- [[package]]
331
- name = "derive_builder_core"
332
- version = "0.20.2"
333
- source = "registry+https://github.com/rust-lang/crates.io-index"
334
- checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
335
- dependencies = [
336
- "darling",
337
- "proc-macro2",
338
- "quote",
339
- "syn 2.0.111",
340
- ]
341
-
342
- [[package]]
343
- name = "derive_builder_macro"
344
- version = "0.20.2"
345
- source = "registry+https://github.com/rust-lang/crates.io-index"
346
- checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
347
- dependencies = [
348
- "derive_builder_core",
349
- "syn 2.0.111",
350
- ]
351
-
352
- [[package]]
353
- name = "digest"
354
- version = "0.10.7"
355
- source = "registry+https://github.com/rust-lang/crates.io-index"
356
- checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
357
- dependencies = [
358
- "block-buffer",
359
- "crypto-common",
360
- ]
361
-
362
- [[package]]
363
- name = "dirs-next"
364
- version = "2.0.0"
365
- source = "registry+https://github.com/rust-lang/crates.io-index"
366
- checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
367
- dependencies = [
368
- "cfg-if",
369
- "dirs-sys-next",
370
- ]
371
-
372
- [[package]]
373
- name = "dirs-sys-next"
374
- version = "0.1.2"
375
- source = "registry+https://github.com/rust-lang/crates.io-index"
376
- checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
377
- dependencies = [
378
- "libc",
379
- "redox_users",
380
- "winapi",
381
- ]
382
-
383
- [[package]]
384
- name = "either"
385
- version = "1.15.0"
386
- source = "registry+https://github.com/rust-lang/crates.io-index"
387
- checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
388
-
389
- [[package]]
390
- name = "ena"
391
- version = "0.14.3"
392
- source = "registry+https://github.com/rust-lang/crates.io-index"
393
- checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
394
- dependencies = [
395
- "log",
396
- ]
397
-
398
- [[package]]
399
- name = "equivalent"
400
- version = "1.0.2"
401
- source = "registry+https://github.com/rust-lang/crates.io-index"
402
- checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
403
-
404
- [[package]]
405
- name = "find-msvc-tools"
406
- version = "0.1.5"
407
- source = "registry+https://github.com/rust-lang/crates.io-index"
408
- checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
409
-
410
- [[package]]
411
- name = "fixedbitset"
412
- version = "0.4.2"
413
- source = "registry+https://github.com/rust-lang/crates.io-index"
414
- checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
415
-
416
- [[package]]
417
- name = "fnv"
418
- version = "1.0.7"
419
- source = "registry+https://github.com/rust-lang/crates.io-index"
420
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
421
-
422
- [[package]]
423
- name = "generic-array"
424
- version = "0.14.7"
425
- source = "registry+https://github.com/rust-lang/crates.io-index"
426
- checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
427
- dependencies = [
428
- "typenum",
429
- "version_check",
430
- ]
431
-
432
- [[package]]
433
- name = "getrandom"
434
- version = "0.2.16"
435
- source = "registry+https://github.com/rust-lang/crates.io-index"
436
- checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
437
- dependencies = [
438
- "cfg-if",
439
- "libc",
440
- "wasi",
441
- ]
442
-
443
- [[package]]
444
- name = "handlebars"
445
- version = "6.3.2"
446
- source = "registry+https://github.com/rust-lang/crates.io-index"
447
- checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
448
- dependencies = [
449
- "derive_builder",
450
- "log",
451
- "num-order",
452
- "pest",
453
- "pest_derive",
454
- "serde",
455
- "serde_json",
456
- "thiserror 2.0.17",
457
- ]
458
-
459
- [[package]]
460
- name = "hashbrown"
461
- version = "0.16.1"
462
- source = "registry+https://github.com/rust-lang/crates.io-index"
463
- checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
464
-
465
- [[package]]
466
- name = "hex"
467
- version = "0.4.3"
468
- source = "registry+https://github.com/rust-lang/crates.io-index"
469
- checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
470
-
471
- [[package]]
472
- name = "ic_principal"
473
- version = "0.1.1"
474
- source = "registry+https://github.com/rust-lang/crates.io-index"
475
- checksum = "1762deb6f7c8d8c2bdee4b6c5a47b60195b74e9b5280faa5ba29692f8e17429c"
476
- dependencies = [
477
- "arbitrary",
478
- "crc32fast",
479
- "data-encoding",
480
- "serde",
481
- "sha2",
482
- "thiserror 1.0.69",
483
- ]
484
-
485
- [[package]]
486
- name = "ident_case"
487
- version = "1.0.1"
488
- source = "registry+https://github.com/rust-lang/crates.io-index"
489
- checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
490
-
491
- [[package]]
492
- name = "indexmap"
493
- version = "2.12.1"
494
- source = "registry+https://github.com/rust-lang/crates.io-index"
495
- checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
496
- dependencies = [
497
- "equivalent",
498
- "hashbrown",
499
- ]
500
-
501
- [[package]]
502
- name = "itertools"
503
- version = "0.11.0"
504
- source = "registry+https://github.com/rust-lang/crates.io-index"
505
- checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
506
- dependencies = [
507
- "either",
508
- ]
509
-
510
- [[package]]
511
- name = "itoa"
512
- version = "1.0.15"
513
- source = "registry+https://github.com/rust-lang/crates.io-index"
514
- checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
515
-
516
- [[package]]
517
- name = "js-sys"
518
- version = "0.3.83"
519
- source = "registry+https://github.com/rust-lang/crates.io-index"
520
- checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
521
- dependencies = [
522
- "once_cell",
523
- "wasm-bindgen",
524
- ]
525
-
526
- [[package]]
527
- name = "lalrpop"
528
- version = "0.20.2"
529
- source = "registry+https://github.com/rust-lang/crates.io-index"
530
- checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
531
- dependencies = [
532
- "ascii-canvas",
533
- "bit-set",
534
- "ena",
535
- "itertools",
536
- "lalrpop-util",
537
- "petgraph",
538
- "pico-args",
539
- "regex",
540
- "regex-syntax",
541
- "string_cache",
542
- "term",
543
- "tiny-keccak",
544
- "unicode-xid",
545
- "walkdir",
546
- ]
547
-
548
- [[package]]
549
- name = "lalrpop-util"
550
- version = "0.20.2"
551
- source = "registry+https://github.com/rust-lang/crates.io-index"
552
- checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
553
- dependencies = [
554
- "regex-automata",
555
- ]
556
-
557
- [[package]]
558
- name = "lazy_static"
559
- version = "1.5.0"
560
- source = "registry+https://github.com/rust-lang/crates.io-index"
561
- checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
562
-
563
- [[package]]
564
- name = "leb128"
565
- version = "0.2.5"
566
- source = "registry+https://github.com/rust-lang/crates.io-index"
567
- checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
568
-
569
- [[package]]
570
- name = "libc"
571
- version = "0.2.178"
572
- source = "registry+https://github.com/rust-lang/crates.io-index"
573
- checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
574
-
575
- [[package]]
576
- name = "libm"
577
- version = "0.2.15"
578
- source = "registry+https://github.com/rust-lang/crates.io-index"
579
- checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
580
-
581
- [[package]]
582
- name = "libredox"
583
- version = "0.1.10"
584
- source = "registry+https://github.com/rust-lang/crates.io-index"
585
- checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
586
- dependencies = [
587
- "bitflags",
588
- "libc",
589
- ]
590
-
591
- [[package]]
592
- name = "lock_api"
593
- version = "0.4.14"
594
- source = "registry+https://github.com/rust-lang/crates.io-index"
595
- checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
596
- dependencies = [
597
- "scopeguard",
598
- ]
599
-
600
- [[package]]
601
- name = "log"
602
- version = "0.4.29"
603
- source = "registry+https://github.com/rust-lang/crates.io-index"
604
- checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
605
-
606
- [[package]]
607
- name = "logos"
608
- version = "0.14.4"
609
- source = "registry+https://github.com/rust-lang/crates.io-index"
610
- checksum = "7251356ef8cb7aec833ddf598c6cb24d17b689d20b993f9d11a3d764e34e6458"
611
- dependencies = [
612
- "logos-derive",
613
- ]
614
-
615
- [[package]]
616
- name = "logos-codegen"
617
- version = "0.14.4"
618
- source = "registry+https://github.com/rust-lang/crates.io-index"
619
- checksum = "59f80069600c0d66734f5ff52cc42f2dabd6b29d205f333d61fd7832e9e9963f"
620
- dependencies = [
621
- "beef",
622
- "fnv",
623
- "lazy_static",
624
- "proc-macro2",
625
- "quote",
626
- "regex-syntax",
627
- "syn 2.0.111",
628
- ]
629
-
630
- [[package]]
631
- name = "logos-derive"
632
- version = "0.14.4"
633
- source = "registry+https://github.com/rust-lang/crates.io-index"
634
- checksum = "24fb722b06a9dc12adb0963ed585f19fc61dc5413e6a9be9422ef92c091e731d"
635
- dependencies = [
636
- "logos-codegen",
637
- ]
638
-
639
- [[package]]
640
- name = "memchr"
641
- version = "2.7.6"
642
- source = "registry+https://github.com/rust-lang/crates.io-index"
643
- checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
644
-
645
- [[package]]
646
- name = "minicov"
647
- version = "0.3.8"
648
- source = "registry+https://github.com/rust-lang/crates.io-index"
649
- checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d"
650
- dependencies = [
651
- "cc",
652
- "walkdir",
653
- ]
654
-
655
- [[package]]
656
- name = "new_debug_unreachable"
657
- version = "1.0.6"
658
- source = "registry+https://github.com/rust-lang/crates.io-index"
659
- checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
660
-
661
- [[package]]
662
- name = "nu-ansi-term"
663
- version = "0.50.3"
664
- source = "registry+https://github.com/rust-lang/crates.io-index"
665
- checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
666
- dependencies = [
667
- "windows-sys 0.61.2",
668
- ]
669
-
670
- [[package]]
671
- name = "num-bigint"
672
- version = "0.4.6"
673
- source = "registry+https://github.com/rust-lang/crates.io-index"
674
- checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
675
- dependencies = [
676
- "num-integer",
677
- "num-traits",
678
- "serde",
679
- ]
680
-
681
- [[package]]
682
- name = "num-integer"
683
- version = "0.1.46"
684
- source = "registry+https://github.com/rust-lang/crates.io-index"
685
- checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
686
- dependencies = [
687
- "num-traits",
688
- ]
689
-
690
- [[package]]
691
- name = "num-modular"
692
- version = "0.6.1"
693
- source = "registry+https://github.com/rust-lang/crates.io-index"
694
- checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
695
-
696
- [[package]]
697
- name = "num-order"
698
- version = "1.2.0"
699
- source = "registry+https://github.com/rust-lang/crates.io-index"
700
- checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
701
- dependencies = [
702
- "num-modular",
703
- ]
704
-
705
- [[package]]
706
- name = "num-traits"
707
- version = "0.2.19"
708
- source = "registry+https://github.com/rust-lang/crates.io-index"
709
- checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
710
- dependencies = [
711
- "autocfg",
712
- "libm",
713
- ]
714
-
715
- [[package]]
716
- name = "object"
717
- version = "0.32.2"
718
- source = "registry+https://github.com/rust-lang/crates.io-index"
719
- checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
720
- dependencies = [
721
- "memchr",
722
- ]
723
-
724
- [[package]]
725
- name = "once_cell"
726
- version = "1.21.3"
727
- source = "registry+https://github.com/rust-lang/crates.io-index"
728
- checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
729
-
730
- [[package]]
731
- name = "oorandom"
732
- version = "11.1.5"
733
- source = "registry+https://github.com/rust-lang/crates.io-index"
734
- checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
735
-
736
- [[package]]
737
- name = "parking_lot"
738
- version = "0.12.5"
739
- source = "registry+https://github.com/rust-lang/crates.io-index"
740
- checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
741
- dependencies = [
742
- "lock_api",
743
- "parking_lot_core",
744
- ]
745
-
746
- [[package]]
747
- name = "parking_lot_core"
748
- version = "0.9.12"
749
- source = "registry+https://github.com/rust-lang/crates.io-index"
750
- checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
751
- dependencies = [
752
- "cfg-if",
753
- "libc",
754
- "redox_syscall",
755
- "smallvec",
756
- "windows-link",
757
- ]
758
-
759
- [[package]]
760
- name = "paste"
761
- version = "1.0.15"
762
- source = "registry+https://github.com/rust-lang/crates.io-index"
763
- checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
764
-
765
- [[package]]
766
- name = "pest"
767
- version = "2.8.4"
768
- source = "registry+https://github.com/rust-lang/crates.io-index"
769
- checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
770
- dependencies = [
771
- "memchr",
772
- "ucd-trie",
773
- ]
774
-
775
- [[package]]
776
- name = "pest_derive"
777
- version = "2.8.4"
778
- source = "registry+https://github.com/rust-lang/crates.io-index"
779
- checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
780
- dependencies = [
781
- "pest",
782
- "pest_generator",
783
- ]
784
-
785
- [[package]]
786
- name = "pest_generator"
787
- version = "2.8.4"
788
- source = "registry+https://github.com/rust-lang/crates.io-index"
789
- checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
790
- dependencies = [
791
- "pest",
792
- "pest_meta",
793
- "proc-macro2",
794
- "quote",
795
- "syn 2.0.111",
796
- ]
797
-
798
- [[package]]
799
- name = "pest_meta"
800
- version = "2.8.4"
801
- source = "registry+https://github.com/rust-lang/crates.io-index"
802
- checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
803
- dependencies = [
804
- "pest",
805
- "sha2",
806
- ]
807
-
808
- [[package]]
809
- name = "petgraph"
810
- version = "0.6.5"
811
- source = "registry+https://github.com/rust-lang/crates.io-index"
812
- checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
813
- dependencies = [
814
- "fixedbitset",
815
- "indexmap",
816
- ]
817
-
818
- [[package]]
819
- name = "phf_shared"
820
- version = "0.11.3"
821
- source = "registry+https://github.com/rust-lang/crates.io-index"
822
- checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
823
- dependencies = [
824
- "siphasher",
825
- ]
826
-
827
- [[package]]
828
- name = "pico-args"
829
- version = "0.5.0"
830
- source = "registry+https://github.com/rust-lang/crates.io-index"
831
- checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
832
-
833
- [[package]]
834
- name = "precomputed-hash"
835
- version = "0.1.1"
836
- source = "registry+https://github.com/rust-lang/crates.io-index"
837
- checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
838
-
839
- [[package]]
840
- name = "pretty"
841
- version = "0.12.5"
842
- source = "registry+https://github.com/rust-lang/crates.io-index"
843
- checksum = "0d22152487193190344590e4f30e219cf3fe140d9e7a3fdb683d82aa2c5f4156"
844
- dependencies = [
845
- "arrayvec",
846
- "typed-arena",
847
- "unicode-width 0.2.2",
848
- ]
849
-
850
- [[package]]
851
- name = "proc-macro2"
852
- version = "1.0.103"
853
- source = "registry+https://github.com/rust-lang/crates.io-index"
854
- checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
855
- dependencies = [
856
- "unicode-ident",
857
- ]
858
-
859
- [[package]]
860
- name = "psm"
861
- version = "0.1.28"
862
- source = "registry+https://github.com/rust-lang/crates.io-index"
863
- checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01"
864
- dependencies = [
865
- "ar_archive_writer",
866
- "cc",
867
- ]
868
-
869
- [[package]]
870
- name = "quote"
871
- version = "1.0.42"
872
- source = "registry+https://github.com/rust-lang/crates.io-index"
873
- checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
874
- dependencies = [
875
- "proc-macro2",
876
- ]
877
-
878
- [[package]]
879
- name = "redox_syscall"
880
- version = "0.5.18"
881
- source = "registry+https://github.com/rust-lang/crates.io-index"
882
- checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
883
- dependencies = [
884
- "bitflags",
885
- ]
886
-
887
- [[package]]
888
- name = "redox_users"
889
- version = "0.4.6"
890
- source = "registry+https://github.com/rust-lang/crates.io-index"
891
- checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
892
- dependencies = [
893
- "getrandom",
894
- "libredox",
895
- "thiserror 1.0.69",
896
- ]
897
-
898
- [[package]]
899
- name = "regex"
900
- version = "1.12.2"
901
- source = "registry+https://github.com/rust-lang/crates.io-index"
902
- checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
903
- dependencies = [
904
- "aho-corasick",
905
- "memchr",
906
- "regex-automata",
907
- "regex-syntax",
908
- ]
909
-
910
- [[package]]
911
- name = "regex-automata"
912
- version = "0.4.13"
913
- source = "registry+https://github.com/rust-lang/crates.io-index"
914
- checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
915
- dependencies = [
916
- "aho-corasick",
917
- "memchr",
918
- "regex-syntax",
919
- ]
920
-
921
- [[package]]
922
- name = "regex-syntax"
923
- version = "0.8.8"
924
- source = "registry+https://github.com/rust-lang/crates.io-index"
925
- checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
926
-
927
- [[package]]
928
- name = "rustversion"
929
- version = "1.0.22"
930
- source = "registry+https://github.com/rust-lang/crates.io-index"
931
- checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
932
-
933
- [[package]]
934
- name = "ryu"
935
- version = "1.0.20"
936
- source = "registry+https://github.com/rust-lang/crates.io-index"
937
- checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
938
-
939
- [[package]]
940
- name = "same-file"
941
- version = "1.0.6"
942
- source = "registry+https://github.com/rust-lang/crates.io-index"
943
- checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
944
- dependencies = [
945
- "winapi-util",
946
- ]
947
-
948
- [[package]]
949
- name = "scopeguard"
950
- version = "1.2.0"
951
- source = "registry+https://github.com/rust-lang/crates.io-index"
952
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
953
-
954
- [[package]]
955
- name = "serde"
956
- version = "1.0.228"
957
- source = "registry+https://github.com/rust-lang/crates.io-index"
958
- checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
959
- dependencies = [
960
- "serde_core",
961
- "serde_derive",
962
- ]
963
-
964
- [[package]]
965
- name = "serde-wasm-bindgen"
966
- version = "0.6.5"
967
- source = "registry+https://github.com/rust-lang/crates.io-index"
968
- checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
969
- dependencies = [
970
- "js-sys",
971
- "serde",
972
- "wasm-bindgen",
973
- ]
974
-
975
- [[package]]
976
- name = "serde_bytes"
977
- version = "0.11.19"
978
- source = "registry+https://github.com/rust-lang/crates.io-index"
979
- checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
980
- dependencies = [
981
- "serde",
982
- "serde_core",
983
- ]
984
-
985
- [[package]]
986
- name = "serde_core"
987
- version = "1.0.228"
988
- source = "registry+https://github.com/rust-lang/crates.io-index"
989
- checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
990
- dependencies = [
991
- "serde_derive",
992
- ]
993
-
994
- [[package]]
995
- name = "serde_derive"
996
- version = "1.0.228"
997
- source = "registry+https://github.com/rust-lang/crates.io-index"
998
- checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
999
- dependencies = [
1000
- "proc-macro2",
1001
- "quote",
1002
- "syn 2.0.111",
1003
- ]
1004
-
1005
- [[package]]
1006
- name = "serde_json"
1007
- version = "1.0.145"
1008
- source = "registry+https://github.com/rust-lang/crates.io-index"
1009
- checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1010
- dependencies = [
1011
- "itoa",
1012
- "memchr",
1013
- "ryu",
1014
- "serde",
1015
- "serde_core",
1016
- ]
1017
-
1018
- [[package]]
1019
- name = "serde_spanned"
1020
- version = "0.6.9"
1021
- source = "registry+https://github.com/rust-lang/crates.io-index"
1022
- checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1023
- dependencies = [
1024
- "serde",
1025
- ]
1026
-
1027
- [[package]]
1028
- name = "sha2"
1029
- version = "0.10.9"
1030
- source = "registry+https://github.com/rust-lang/crates.io-index"
1031
- checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1032
- dependencies = [
1033
- "cfg-if",
1034
- "cpufeatures",
1035
- "digest",
1036
- ]
1037
-
1038
- [[package]]
1039
- name = "shlex"
1040
- version = "1.3.0"
1041
- source = "registry+https://github.com/rust-lang/crates.io-index"
1042
- checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1043
-
1044
- [[package]]
1045
- name = "siphasher"
1046
- version = "1.0.1"
1047
- source = "registry+https://github.com/rust-lang/crates.io-index"
1048
- checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
1049
-
1050
- [[package]]
1051
- name = "smallvec"
1052
- version = "1.15.1"
1053
- source = "registry+https://github.com/rust-lang/crates.io-index"
1054
- checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1055
-
1056
- [[package]]
1057
- name = "stacker"
1058
- version = "0.1.22"
1059
- source = "registry+https://github.com/rust-lang/crates.io-index"
1060
- checksum = "e1f8b29fb42aafcea4edeeb6b2f2d7ecd0d969c48b4cf0d2e64aafc471dd6e59"
1061
- dependencies = [
1062
- "cc",
1063
- "cfg-if",
1064
- "libc",
1065
- "psm",
1066
- "windows-sys 0.59.0",
1067
- ]
1068
-
1069
- [[package]]
1070
- name = "string_cache"
1071
- version = "0.8.9"
1072
- source = "registry+https://github.com/rust-lang/crates.io-index"
1073
- checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
1074
- dependencies = [
1075
- "new_debug_unreachable",
1076
- "parking_lot",
1077
- "phf_shared",
1078
- "precomputed-hash",
1079
- ]
1080
-
1081
- [[package]]
1082
- name = "strsim"
1083
- version = "0.11.1"
1084
- source = "registry+https://github.com/rust-lang/crates.io-index"
1085
- checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1086
-
1087
- [[package]]
1088
- name = "syn"
1089
- version = "1.0.109"
1090
- source = "registry+https://github.com/rust-lang/crates.io-index"
1091
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1092
- dependencies = [
1093
- "proc-macro2",
1094
- "quote",
1095
- "unicode-ident",
1096
- ]
1097
-
1098
- [[package]]
1099
- name = "syn"
1100
- version = "2.0.111"
1101
- source = "registry+https://github.com/rust-lang/crates.io-index"
1102
- checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
1103
- dependencies = [
1104
- "proc-macro2",
1105
- "quote",
1106
- "unicode-ident",
1107
- ]
1108
-
1109
- [[package]]
1110
- name = "term"
1111
- version = "0.7.0"
1112
- source = "registry+https://github.com/rust-lang/crates.io-index"
1113
- checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
1114
- dependencies = [
1115
- "dirs-next",
1116
- "rustversion",
1117
- "winapi",
1118
- ]
1119
-
1120
- [[package]]
1121
- name = "termcolor"
1122
- version = "1.4.1"
1123
- source = "registry+https://github.com/rust-lang/crates.io-index"
1124
- checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1125
- dependencies = [
1126
- "winapi-util",
1127
- ]
1128
-
1129
- [[package]]
1130
- name = "thiserror"
1131
- version = "1.0.69"
1132
- source = "registry+https://github.com/rust-lang/crates.io-index"
1133
- checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1134
- dependencies = [
1135
- "thiserror-impl 1.0.69",
1136
- ]
1137
-
1138
- [[package]]
1139
- name = "thiserror"
1140
- version = "2.0.17"
1141
- source = "registry+https://github.com/rust-lang/crates.io-index"
1142
- checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1143
- dependencies = [
1144
- "thiserror-impl 2.0.17",
1145
- ]
1146
-
1147
- [[package]]
1148
- name = "thiserror-impl"
1149
- version = "1.0.69"
1150
- source = "registry+https://github.com/rust-lang/crates.io-index"
1151
- checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1152
- dependencies = [
1153
- "proc-macro2",
1154
- "quote",
1155
- "syn 2.0.111",
1156
- ]
1157
-
1158
- [[package]]
1159
- name = "thiserror-impl"
1160
- version = "2.0.17"
1161
- source = "registry+https://github.com/rust-lang/crates.io-index"
1162
- checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1163
- dependencies = [
1164
- "proc-macro2",
1165
- "quote",
1166
- "syn 2.0.111",
1167
- ]
1168
-
1169
- [[package]]
1170
- name = "tiny-keccak"
1171
- version = "2.0.2"
1172
- source = "registry+https://github.com/rust-lang/crates.io-index"
1173
- checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1174
- dependencies = [
1175
- "crunchy",
1176
- ]
1177
-
1178
- [[package]]
1179
- name = "toml"
1180
- version = "0.8.23"
1181
- source = "registry+https://github.com/rust-lang/crates.io-index"
1182
- checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1183
- dependencies = [
1184
- "serde",
1185
- "serde_spanned",
1186
- "toml_datetime",
1187
- "toml_edit",
1188
- ]
1189
-
1190
- [[package]]
1191
- name = "toml_datetime"
1192
- version = "0.6.11"
1193
- source = "registry+https://github.com/rust-lang/crates.io-index"
1194
- checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1195
- dependencies = [
1196
- "serde",
1197
- ]
1198
-
1199
- [[package]]
1200
- name = "toml_edit"
1201
- version = "0.22.27"
1202
- source = "registry+https://github.com/rust-lang/crates.io-index"
1203
- checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1204
- dependencies = [
1205
- "indexmap",
1206
- "serde",
1207
- "serde_spanned",
1208
- "toml_datetime",
1209
- "winnow",
1210
- ]
1211
-
1212
- [[package]]
1213
- name = "typed-arena"
1214
- version = "2.0.2"
1215
- source = "registry+https://github.com/rust-lang/crates.io-index"
1216
- checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
1217
-
1218
- [[package]]
1219
- name = "typenum"
1220
- version = "1.19.0"
1221
- source = "registry+https://github.com/rust-lang/crates.io-index"
1222
- checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1223
-
1224
- [[package]]
1225
- name = "ucd-trie"
1226
- version = "0.1.7"
1227
- source = "registry+https://github.com/rust-lang/crates.io-index"
1228
- checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
1229
-
1230
- [[package]]
1231
- name = "unicode-ident"
1232
- version = "1.0.22"
1233
- source = "registry+https://github.com/rust-lang/crates.io-index"
1234
- checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1235
-
1236
- [[package]]
1237
- name = "unicode-segmentation"
1238
- version = "1.12.0"
1239
- source = "registry+https://github.com/rust-lang/crates.io-index"
1240
- checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1241
-
1242
- [[package]]
1243
- name = "unicode-width"
1244
- version = "0.1.14"
1245
- source = "registry+https://github.com/rust-lang/crates.io-index"
1246
- checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1247
-
1248
- [[package]]
1249
- name = "unicode-width"
1250
- version = "0.2.2"
1251
- source = "registry+https://github.com/rust-lang/crates.io-index"
1252
- checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1253
-
1254
- [[package]]
1255
- name = "unicode-xid"
1256
- version = "0.2.6"
1257
- source = "registry+https://github.com/rust-lang/crates.io-index"
1258
- checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1259
-
1260
- [[package]]
1261
- name = "version_check"
1262
- version = "0.9.5"
1263
- source = "registry+https://github.com/rust-lang/crates.io-index"
1264
- checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1265
-
1266
- [[package]]
1267
- name = "walkdir"
1268
- version = "2.5.0"
1269
- source = "registry+https://github.com/rust-lang/crates.io-index"
1270
- checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1271
- dependencies = [
1272
- "same-file",
1273
- "winapi-util",
1274
- ]
1275
-
1276
- [[package]]
1277
- name = "wasi"
1278
- version = "0.11.1+wasi-snapshot-preview1"
1279
- source = "registry+https://github.com/rust-lang/crates.io-index"
1280
- checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1281
-
1282
- [[package]]
1283
- name = "wasm"
1284
- version = "0.1.0"
1285
- dependencies = [
1286
- "candid",
1287
- "candid_parser",
1288
- "console_error_panic_hook",
1289
- "serde",
1290
- "serde-wasm-bindgen",
1291
- "serde_json",
1292
- "wasm-bindgen",
1293
- "wasm-bindgen-test",
1294
- ]
1295
-
1296
- [[package]]
1297
- name = "wasm-bindgen"
1298
- version = "0.2.106"
1299
- source = "registry+https://github.com/rust-lang/crates.io-index"
1300
- checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
1301
- dependencies = [
1302
- "cfg-if",
1303
- "once_cell",
1304
- "rustversion",
1305
- "wasm-bindgen-macro",
1306
- "wasm-bindgen-shared",
1307
- ]
1308
-
1309
- [[package]]
1310
- name = "wasm-bindgen-futures"
1311
- version = "0.4.56"
1312
- source = "registry+https://github.com/rust-lang/crates.io-index"
1313
- checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
1314
- dependencies = [
1315
- "cfg-if",
1316
- "js-sys",
1317
- "once_cell",
1318
- "wasm-bindgen",
1319
- "web-sys",
1320
- ]
1321
-
1322
- [[package]]
1323
- name = "wasm-bindgen-macro"
1324
- version = "0.2.106"
1325
- source = "registry+https://github.com/rust-lang/crates.io-index"
1326
- checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
1327
- dependencies = [
1328
- "quote",
1329
- "wasm-bindgen-macro-support",
1330
- ]
1331
-
1332
- [[package]]
1333
- name = "wasm-bindgen-macro-support"
1334
- version = "0.2.106"
1335
- source = "registry+https://github.com/rust-lang/crates.io-index"
1336
- checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
1337
- dependencies = [
1338
- "bumpalo",
1339
- "proc-macro2",
1340
- "quote",
1341
- "syn 2.0.111",
1342
- "wasm-bindgen-shared",
1343
- ]
1344
-
1345
- [[package]]
1346
- name = "wasm-bindgen-shared"
1347
- version = "0.2.106"
1348
- source = "registry+https://github.com/rust-lang/crates.io-index"
1349
- checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
1350
- dependencies = [
1351
- "unicode-ident",
1352
- ]
1353
-
1354
- [[package]]
1355
- name = "wasm-bindgen-test"
1356
- version = "0.3.56"
1357
- source = "registry+https://github.com/rust-lang/crates.io-index"
1358
- checksum = "25e90e66d265d3a1efc0e72a54809ab90b9c0c515915c67cdf658689d2c22c6c"
1359
- dependencies = [
1360
- "async-trait",
1361
- "cast",
1362
- "js-sys",
1363
- "libm",
1364
- "minicov",
1365
- "nu-ansi-term",
1366
- "num-traits",
1367
- "oorandom",
1368
- "serde",
1369
- "serde_json",
1370
- "wasm-bindgen",
1371
- "wasm-bindgen-futures",
1372
- "wasm-bindgen-test-macro",
1373
- ]
1374
-
1375
- [[package]]
1376
- name = "wasm-bindgen-test-macro"
1377
- version = "0.3.56"
1378
- source = "registry+https://github.com/rust-lang/crates.io-index"
1379
- checksum = "7150335716dce6028bead2b848e72f47b45e7b9422f64cccdc23bedca89affc1"
1380
- dependencies = [
1381
- "proc-macro2",
1382
- "quote",
1383
- "syn 2.0.111",
1384
- ]
1385
-
1386
- [[package]]
1387
- name = "web-sys"
1388
- version = "0.3.83"
1389
- source = "registry+https://github.com/rust-lang/crates.io-index"
1390
- checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
1391
- dependencies = [
1392
- "js-sys",
1393
- "wasm-bindgen",
1394
- ]
1395
-
1396
- [[package]]
1397
- name = "winapi"
1398
- version = "0.3.9"
1399
- source = "registry+https://github.com/rust-lang/crates.io-index"
1400
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1401
- dependencies = [
1402
- "winapi-i686-pc-windows-gnu",
1403
- "winapi-x86_64-pc-windows-gnu",
1404
- ]
1405
-
1406
- [[package]]
1407
- name = "winapi-i686-pc-windows-gnu"
1408
- version = "0.4.0"
1409
- source = "registry+https://github.com/rust-lang/crates.io-index"
1410
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1411
-
1412
- [[package]]
1413
- name = "winapi-util"
1414
- version = "0.1.11"
1415
- source = "registry+https://github.com/rust-lang/crates.io-index"
1416
- checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1417
- dependencies = [
1418
- "windows-sys 0.61.2",
1419
- ]
1420
-
1421
- [[package]]
1422
- name = "winapi-x86_64-pc-windows-gnu"
1423
- version = "0.4.0"
1424
- source = "registry+https://github.com/rust-lang/crates.io-index"
1425
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1426
-
1427
- [[package]]
1428
- name = "windows-link"
1429
- version = "0.2.1"
1430
- source = "registry+https://github.com/rust-lang/crates.io-index"
1431
- checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1432
-
1433
- [[package]]
1434
- name = "windows-sys"
1435
- version = "0.59.0"
1436
- source = "registry+https://github.com/rust-lang/crates.io-index"
1437
- checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1438
- dependencies = [
1439
- "windows-targets",
1440
- ]
1441
-
1442
- [[package]]
1443
- name = "windows-sys"
1444
- version = "0.61.2"
1445
- source = "registry+https://github.com/rust-lang/crates.io-index"
1446
- checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1447
- dependencies = [
1448
- "windows-link",
1449
- ]
1450
-
1451
- [[package]]
1452
- name = "windows-targets"
1453
- version = "0.52.6"
1454
- source = "registry+https://github.com/rust-lang/crates.io-index"
1455
- checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1456
- dependencies = [
1457
- "windows_aarch64_gnullvm",
1458
- "windows_aarch64_msvc",
1459
- "windows_i686_gnu",
1460
- "windows_i686_gnullvm",
1461
- "windows_i686_msvc",
1462
- "windows_x86_64_gnu",
1463
- "windows_x86_64_gnullvm",
1464
- "windows_x86_64_msvc",
1465
- ]
1466
-
1467
- [[package]]
1468
- name = "windows_aarch64_gnullvm"
1469
- version = "0.52.6"
1470
- source = "registry+https://github.com/rust-lang/crates.io-index"
1471
- checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1472
-
1473
- [[package]]
1474
- name = "windows_aarch64_msvc"
1475
- version = "0.52.6"
1476
- source = "registry+https://github.com/rust-lang/crates.io-index"
1477
- checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1478
-
1479
- [[package]]
1480
- name = "windows_i686_gnu"
1481
- version = "0.52.6"
1482
- source = "registry+https://github.com/rust-lang/crates.io-index"
1483
- checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1484
-
1485
- [[package]]
1486
- name = "windows_i686_gnullvm"
1487
- version = "0.52.6"
1488
- source = "registry+https://github.com/rust-lang/crates.io-index"
1489
- checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1490
-
1491
- [[package]]
1492
- name = "windows_i686_msvc"
1493
- version = "0.52.6"
1494
- source = "registry+https://github.com/rust-lang/crates.io-index"
1495
- checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1496
-
1497
- [[package]]
1498
- name = "windows_x86_64_gnu"
1499
- version = "0.52.6"
1500
- source = "registry+https://github.com/rust-lang/crates.io-index"
1501
- checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1502
-
1503
- [[package]]
1504
- name = "windows_x86_64_gnullvm"
1505
- version = "0.52.6"
1506
- source = "registry+https://github.com/rust-lang/crates.io-index"
1507
- checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1508
-
1509
- [[package]]
1510
- name = "windows_x86_64_msvc"
1511
- version = "0.52.6"
1512
- source = "registry+https://github.com/rust-lang/crates.io-index"
1513
- checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1514
-
1515
- [[package]]
1516
- name = "winnow"
1517
- version = "0.7.14"
1518
- source = "registry+https://github.com/rust-lang/crates.io-index"
1519
- checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
1520
- dependencies = [
1521
- "memchr",
1522
- ]