@layerzerolabs/ethena-sac-manager-stellar-contracts 1.2.28

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/Cargo.lock ADDED
@@ -0,0 +1,1859 @@
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
+ "once_cell",
13
+ "version_check",
14
+ "zerocopy",
15
+ ]
16
+
17
+ [[package]]
18
+ name = "android_system_properties"
19
+ version = "0.1.5"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
22
+ dependencies = [
23
+ "libc",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "arbitrary"
28
+ version = "1.3.2"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
31
+ dependencies = [
32
+ "derive_arbitrary",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "ark-bls12-381"
37
+ version = "0.4.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488"
40
+ dependencies = [
41
+ "ark-ec",
42
+ "ark-ff",
43
+ "ark-serialize",
44
+ "ark-std",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "ark-bn254"
49
+ version = "0.4.0"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f"
52
+ dependencies = [
53
+ "ark-ec",
54
+ "ark-ff",
55
+ "ark-std",
56
+ ]
57
+
58
+ [[package]]
59
+ name = "ark-ec"
60
+ version = "0.4.2"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
63
+ dependencies = [
64
+ "ark-ff",
65
+ "ark-poly",
66
+ "ark-serialize",
67
+ "ark-std",
68
+ "derivative",
69
+ "hashbrown 0.13.2",
70
+ "itertools 0.10.5",
71
+ "num-traits",
72
+ "zeroize",
73
+ ]
74
+
75
+ [[package]]
76
+ name = "ark-ff"
77
+ version = "0.4.2"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
80
+ dependencies = [
81
+ "ark-ff-asm",
82
+ "ark-ff-macros",
83
+ "ark-serialize",
84
+ "ark-std",
85
+ "derivative",
86
+ "digest",
87
+ "itertools 0.10.5",
88
+ "num-bigint",
89
+ "num-traits",
90
+ "paste",
91
+ "rustc_version",
92
+ "zeroize",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "ark-ff-asm"
97
+ version = "0.4.2"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
100
+ dependencies = [
101
+ "quote",
102
+ "syn 1.0.109",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "ark-ff-macros"
107
+ version = "0.4.2"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
110
+ dependencies = [
111
+ "num-bigint",
112
+ "num-traits",
113
+ "proc-macro2",
114
+ "quote",
115
+ "syn 1.0.109",
116
+ ]
117
+
118
+ [[package]]
119
+ name = "ark-poly"
120
+ version = "0.4.2"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"
123
+ dependencies = [
124
+ "ark-ff",
125
+ "ark-serialize",
126
+ "ark-std",
127
+ "derivative",
128
+ "hashbrown 0.13.2",
129
+ ]
130
+
131
+ [[package]]
132
+ name = "ark-serialize"
133
+ version = "0.4.2"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
136
+ dependencies = [
137
+ "ark-serialize-derive",
138
+ "ark-std",
139
+ "digest",
140
+ "num-bigint",
141
+ ]
142
+
143
+ [[package]]
144
+ name = "ark-serialize-derive"
145
+ version = "0.4.2"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
148
+ dependencies = [
149
+ "proc-macro2",
150
+ "quote",
151
+ "syn 1.0.109",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "ark-std"
156
+ version = "0.4.0"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
159
+ dependencies = [
160
+ "num-traits",
161
+ "rand",
162
+ ]
163
+
164
+ [[package]]
165
+ name = "autocfg"
166
+ version = "1.5.0"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
169
+
170
+ [[package]]
171
+ name = "base16ct"
172
+ version = "0.2.0"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
175
+
176
+ [[package]]
177
+ name = "base64"
178
+ version = "0.22.1"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
181
+
182
+ [[package]]
183
+ name = "base64ct"
184
+ version = "1.8.3"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
187
+
188
+ [[package]]
189
+ name = "block-buffer"
190
+ version = "0.10.4"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
193
+ dependencies = [
194
+ "generic-array",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "bumpalo"
199
+ version = "3.20.2"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
202
+
203
+ [[package]]
204
+ name = "byteorder"
205
+ version = "1.5.0"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
208
+
209
+ [[package]]
210
+ name = "bytes-lit"
211
+ version = "0.0.5"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "0adabf37211a5276e46335feabcbb1530c95eb3fdf85f324c7db942770aa025d"
214
+ dependencies = [
215
+ "num-bigint",
216
+ "proc-macro2",
217
+ "quote",
218
+ "syn 2.0.117",
219
+ ]
220
+
221
+ [[package]]
222
+ name = "cc"
223
+ version = "1.2.56"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
226
+ dependencies = [
227
+ "find-msvc-tools",
228
+ "shlex",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "cfg-if"
233
+ version = "1.0.4"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
236
+
237
+ [[package]]
238
+ name = "cfg_eval"
239
+ version = "0.1.2"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "45565fc9416b9896014f5732ac776f810ee53a66730c17e4020c3ec064a8f88f"
242
+ dependencies = [
243
+ "proc-macro2",
244
+ "quote",
245
+ "syn 2.0.117",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "chrono"
250
+ version = "0.4.44"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
253
+ dependencies = [
254
+ "iana-time-zone",
255
+ "num-traits",
256
+ "serde",
257
+ "windows-link",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "common-macros"
262
+ version = "0.0.1"
263
+ dependencies = [
264
+ "heck",
265
+ "itertools 0.14.0",
266
+ "proc-macro2",
267
+ "quote",
268
+ "syn 2.0.117",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "const-oid"
273
+ version = "0.9.6"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
276
+
277
+ [[package]]
278
+ name = "core-foundation-sys"
279
+ version = "0.8.7"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
282
+
283
+ [[package]]
284
+ name = "cpufeatures"
285
+ version = "0.2.17"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
288
+ dependencies = [
289
+ "libc",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "crate-git-revision"
294
+ version = "0.0.6"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "c521bf1f43d31ed2f73441775ed31935d77901cb3451e44b38a1c1612fcbaf98"
297
+ dependencies = [
298
+ "serde",
299
+ "serde_derive",
300
+ "serde_json",
301
+ ]
302
+
303
+ [[package]]
304
+ name = "crypto-bigint"
305
+ version = "0.5.5"
306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
307
+ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
308
+ dependencies = [
309
+ "generic-array",
310
+ "rand_core",
311
+ "subtle",
312
+ "zeroize",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "crypto-common"
317
+ version = "0.1.6"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
320
+ dependencies = [
321
+ "generic-array",
322
+ "typenum",
323
+ ]
324
+
325
+ [[package]]
326
+ name = "ctor"
327
+ version = "0.5.0"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "67773048316103656a637612c4a62477603b777d91d9c62ff2290f9cde178fdb"
330
+ dependencies = [
331
+ "ctor-proc-macro",
332
+ "dtor",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "ctor-proc-macro"
337
+ version = "0.0.6"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
340
+
341
+ [[package]]
342
+ name = "curve25519-dalek"
343
+ version = "4.1.3"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
346
+ dependencies = [
347
+ "cfg-if",
348
+ "cpufeatures",
349
+ "curve25519-dalek-derive",
350
+ "digest",
351
+ "fiat-crypto",
352
+ "rustc_version",
353
+ "subtle",
354
+ "zeroize",
355
+ ]
356
+
357
+ [[package]]
358
+ name = "curve25519-dalek-derive"
359
+ version = "0.1.1"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
362
+ dependencies = [
363
+ "proc-macro2",
364
+ "quote",
365
+ "syn 2.0.117",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "darling"
370
+ version = "0.20.11"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
373
+ dependencies = [
374
+ "darling_core 0.20.11",
375
+ "darling_macro 0.20.11",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "darling"
380
+ version = "0.21.3"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
383
+ dependencies = [
384
+ "darling_core 0.21.3",
385
+ "darling_macro 0.21.3",
386
+ ]
387
+
388
+ [[package]]
389
+ name = "darling_core"
390
+ version = "0.20.11"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
393
+ dependencies = [
394
+ "fnv",
395
+ "ident_case",
396
+ "proc-macro2",
397
+ "quote",
398
+ "strsim",
399
+ "syn 2.0.117",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "darling_core"
404
+ version = "0.21.3"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
407
+ dependencies = [
408
+ "fnv",
409
+ "ident_case",
410
+ "proc-macro2",
411
+ "quote",
412
+ "strsim",
413
+ "syn 2.0.117",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "darling_macro"
418
+ version = "0.20.11"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
421
+ dependencies = [
422
+ "darling_core 0.20.11",
423
+ "quote",
424
+ "syn 2.0.117",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "darling_macro"
429
+ version = "0.21.3"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
432
+ dependencies = [
433
+ "darling_core 0.21.3",
434
+ "quote",
435
+ "syn 2.0.117",
436
+ ]
437
+
438
+ [[package]]
439
+ name = "data-encoding"
440
+ version = "2.10.0"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
443
+
444
+ [[package]]
445
+ name = "der"
446
+ version = "0.7.10"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
449
+ dependencies = [
450
+ "const-oid",
451
+ "zeroize",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "deranged"
456
+ version = "0.5.8"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
459
+ dependencies = [
460
+ "powerfmt",
461
+ "serde_core",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "derivative"
466
+ version = "2.2.0"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
469
+ dependencies = [
470
+ "proc-macro2",
471
+ "quote",
472
+ "syn 1.0.109",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "derive_arbitrary"
477
+ version = "1.3.2"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
480
+ dependencies = [
481
+ "proc-macro2",
482
+ "quote",
483
+ "syn 2.0.117",
484
+ ]
485
+
486
+ [[package]]
487
+ name = "digest"
488
+ version = "0.10.7"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
491
+ dependencies = [
492
+ "block-buffer",
493
+ "const-oid",
494
+ "crypto-common",
495
+ "subtle",
496
+ ]
497
+
498
+ [[package]]
499
+ name = "downcast-rs"
500
+ version = "1.2.1"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
503
+
504
+ [[package]]
505
+ name = "dtor"
506
+ version = "0.1.1"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301"
509
+ dependencies = [
510
+ "dtor-proc-macro",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "dtor-proc-macro"
515
+ version = "0.0.6"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
518
+
519
+ [[package]]
520
+ name = "dyn-clone"
521
+ version = "1.0.20"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
524
+
525
+ [[package]]
526
+ name = "ecdsa"
527
+ version = "0.16.9"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
530
+ dependencies = [
531
+ "der",
532
+ "digest",
533
+ "elliptic-curve",
534
+ "rfc6979",
535
+ "signature",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "ed25519"
540
+ version = "2.2.3"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
543
+ dependencies = [
544
+ "pkcs8",
545
+ "signature",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "ed25519-dalek"
550
+ version = "2.2.0"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
553
+ dependencies = [
554
+ "curve25519-dalek",
555
+ "ed25519",
556
+ "rand_core",
557
+ "serde",
558
+ "sha2",
559
+ "subtle",
560
+ "zeroize",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "either"
565
+ version = "1.15.0"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
568
+
569
+ [[package]]
570
+ name = "elliptic-curve"
571
+ version = "0.13.8"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
574
+ dependencies = [
575
+ "base16ct",
576
+ "crypto-bigint",
577
+ "digest",
578
+ "ff",
579
+ "generic-array",
580
+ "group",
581
+ "rand_core",
582
+ "sec1",
583
+ "subtle",
584
+ "zeroize",
585
+ ]
586
+
587
+ [[package]]
588
+ name = "equivalent"
589
+ version = "1.0.2"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
592
+
593
+ [[package]]
594
+ name = "escape-bytes"
595
+ version = "0.1.1"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "2bfcf67fea2815c2fc3b90873fae90957be12ff417335dfadc7f52927feb03b2"
598
+
599
+ [[package]]
600
+ name = "ethena-sac-manager"
601
+ version = "0.0.1"
602
+ dependencies = [
603
+ "cfg-if",
604
+ "common-macros",
605
+ "sac-manager",
606
+ "soroban-sdk",
607
+ "utils",
608
+ ]
609
+
610
+ [[package]]
611
+ name = "ethnum"
612
+ version = "1.5.2"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "ca81e6b4777c89fd810c25a4be2b1bd93ea034fbe58e6a75216a34c6b82c539b"
615
+
616
+ [[package]]
617
+ name = "ff"
618
+ version = "0.13.1"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
621
+ dependencies = [
622
+ "rand_core",
623
+ "subtle",
624
+ ]
625
+
626
+ [[package]]
627
+ name = "fiat-crypto"
628
+ version = "0.2.9"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
631
+
632
+ [[package]]
633
+ name = "find-msvc-tools"
634
+ version = "0.1.9"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
637
+
638
+ [[package]]
639
+ name = "fnv"
640
+ version = "1.0.7"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
643
+
644
+ [[package]]
645
+ name = "generic-array"
646
+ version = "0.14.9"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
649
+ dependencies = [
650
+ "typenum",
651
+ "version_check",
652
+ "zeroize",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "getrandom"
657
+ version = "0.2.17"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
660
+ dependencies = [
661
+ "cfg-if",
662
+ "js-sys",
663
+ "libc",
664
+ "wasi",
665
+ "wasm-bindgen",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "group"
670
+ version = "0.13.0"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
673
+ dependencies = [
674
+ "ff",
675
+ "rand_core",
676
+ "subtle",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "hash32"
681
+ version = "0.3.1"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
684
+ dependencies = [
685
+ "byteorder",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "hashbrown"
690
+ version = "0.12.3"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
693
+
694
+ [[package]]
695
+ name = "hashbrown"
696
+ version = "0.13.2"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
699
+ dependencies = [
700
+ "ahash",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "hashbrown"
705
+ version = "0.16.1"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
708
+
709
+ [[package]]
710
+ name = "heapless"
711
+ version = "0.8.0"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
714
+ dependencies = [
715
+ "hash32",
716
+ "stable_deref_trait",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "heck"
721
+ version = "0.5.0"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
724
+
725
+ [[package]]
726
+ name = "hex"
727
+ version = "0.4.3"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
730
+ dependencies = [
731
+ "serde",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "hex-literal"
736
+ version = "0.4.1"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
739
+
740
+ [[package]]
741
+ name = "hmac"
742
+ version = "0.12.1"
743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
745
+ dependencies = [
746
+ "digest",
747
+ ]
748
+
749
+ [[package]]
750
+ name = "iana-time-zone"
751
+ version = "0.1.65"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
754
+ dependencies = [
755
+ "android_system_properties",
756
+ "core-foundation-sys",
757
+ "iana-time-zone-haiku",
758
+ "js-sys",
759
+ "log",
760
+ "wasm-bindgen",
761
+ "windows-core",
762
+ ]
763
+
764
+ [[package]]
765
+ name = "iana-time-zone-haiku"
766
+ version = "0.1.2"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
769
+ dependencies = [
770
+ "cc",
771
+ ]
772
+
773
+ [[package]]
774
+ name = "ident_case"
775
+ version = "1.0.1"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
778
+
779
+ [[package]]
780
+ name = "indexmap"
781
+ version = "1.9.3"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
784
+ dependencies = [
785
+ "autocfg",
786
+ "hashbrown 0.12.3",
787
+ "serde",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "indexmap"
792
+ version = "2.13.0"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
795
+ dependencies = [
796
+ "equivalent",
797
+ "hashbrown 0.16.1",
798
+ "serde",
799
+ "serde_core",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "indexmap-nostd"
804
+ version = "0.4.0"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"
807
+
808
+ [[package]]
809
+ name = "itertools"
810
+ version = "0.10.5"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
813
+ dependencies = [
814
+ "either",
815
+ ]
816
+
817
+ [[package]]
818
+ name = "itertools"
819
+ version = "0.14.0"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
822
+ dependencies = [
823
+ "either",
824
+ ]
825
+
826
+ [[package]]
827
+ name = "itoa"
828
+ version = "1.0.17"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
831
+
832
+ [[package]]
833
+ name = "js-sys"
834
+ version = "0.3.90"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
837
+ dependencies = [
838
+ "once_cell",
839
+ "wasm-bindgen",
840
+ ]
841
+
842
+ [[package]]
843
+ name = "k256"
844
+ version = "0.13.4"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
847
+ dependencies = [
848
+ "cfg-if",
849
+ "ecdsa",
850
+ "elliptic-curve",
851
+ "sha2",
852
+ ]
853
+
854
+ [[package]]
855
+ name = "keccak"
856
+ version = "0.1.6"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
859
+ dependencies = [
860
+ "cpufeatures",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "libc"
865
+ version = "0.2.182"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
868
+
869
+ [[package]]
870
+ name = "libm"
871
+ version = "0.2.16"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
874
+
875
+ [[package]]
876
+ name = "log"
877
+ version = "0.4.29"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
880
+
881
+ [[package]]
882
+ name = "macro-string"
883
+ version = "0.1.4"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3"
886
+ dependencies = [
887
+ "proc-macro2",
888
+ "quote",
889
+ "syn 2.0.117",
890
+ ]
891
+
892
+ [[package]]
893
+ name = "memchr"
894
+ version = "2.8.0"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
897
+
898
+ [[package]]
899
+ name = "num-bigint"
900
+ version = "0.4.6"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
903
+ dependencies = [
904
+ "num-integer",
905
+ "num-traits",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "num-conv"
910
+ version = "0.2.0"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
913
+
914
+ [[package]]
915
+ name = "num-derive"
916
+ version = "0.4.2"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
919
+ dependencies = [
920
+ "proc-macro2",
921
+ "quote",
922
+ "syn 2.0.117",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "num-integer"
927
+ version = "0.1.46"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
930
+ dependencies = [
931
+ "num-traits",
932
+ ]
933
+
934
+ [[package]]
935
+ name = "num-traits"
936
+ version = "0.2.19"
937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
938
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
939
+ dependencies = [
940
+ "autocfg",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "once_cell"
945
+ version = "1.21.3"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
948
+
949
+ [[package]]
950
+ name = "p256"
951
+ version = "0.13.2"
952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
953
+ checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
954
+ dependencies = [
955
+ "ecdsa",
956
+ "elliptic-curve",
957
+ "primeorder",
958
+ "sha2",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "paste"
963
+ version = "1.0.15"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
966
+
967
+ [[package]]
968
+ name = "pkcs8"
969
+ version = "0.10.2"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
972
+ dependencies = [
973
+ "der",
974
+ "spki",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "powerfmt"
979
+ version = "0.2.0"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
982
+
983
+ [[package]]
984
+ name = "ppv-lite86"
985
+ version = "0.2.21"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
988
+ dependencies = [
989
+ "zerocopy",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "prettyplease"
994
+ version = "0.2.37"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
997
+ dependencies = [
998
+ "proc-macro2",
999
+ "syn 2.0.117",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "primeorder"
1004
+ version = "0.13.6"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1007
+ dependencies = [
1008
+ "elliptic-curve",
1009
+ ]
1010
+
1011
+ [[package]]
1012
+ name = "proc-macro2"
1013
+ version = "1.0.106"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1016
+ dependencies = [
1017
+ "unicode-ident",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "quote"
1022
+ version = "1.0.44"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1025
+ dependencies = [
1026
+ "proc-macro2",
1027
+ ]
1028
+
1029
+ [[package]]
1030
+ name = "rand"
1031
+ version = "0.8.5"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1034
+ dependencies = [
1035
+ "libc",
1036
+ "rand_chacha",
1037
+ "rand_core",
1038
+ ]
1039
+
1040
+ [[package]]
1041
+ name = "rand_chacha"
1042
+ version = "0.3.1"
1043
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1044
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1045
+ dependencies = [
1046
+ "ppv-lite86",
1047
+ "rand_core",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "rand_core"
1052
+ version = "0.6.4"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1055
+ dependencies = [
1056
+ "getrandom",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "ref-cast"
1061
+ version = "1.0.25"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
1064
+ dependencies = [
1065
+ "ref-cast-impl",
1066
+ ]
1067
+
1068
+ [[package]]
1069
+ name = "ref-cast-impl"
1070
+ version = "1.0.25"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
1073
+ dependencies = [
1074
+ "proc-macro2",
1075
+ "quote",
1076
+ "syn 2.0.117",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "rfc6979"
1081
+ version = "0.4.0"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
1084
+ dependencies = [
1085
+ "hmac",
1086
+ "subtle",
1087
+ ]
1088
+
1089
+ [[package]]
1090
+ name = "rustc_version"
1091
+ version = "0.4.1"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1094
+ dependencies = [
1095
+ "semver",
1096
+ ]
1097
+
1098
+ [[package]]
1099
+ name = "rustversion"
1100
+ version = "1.0.22"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1103
+
1104
+ [[package]]
1105
+ name = "sac-manager"
1106
+ version = "0.0.1"
1107
+ dependencies = [
1108
+ "cfg-if",
1109
+ "common-macros",
1110
+ "soroban-sdk",
1111
+ "utils",
1112
+ ]
1113
+
1114
+ [[package]]
1115
+ name = "schemars"
1116
+ version = "0.8.22"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
1119
+ dependencies = [
1120
+ "dyn-clone",
1121
+ "serde",
1122
+ "serde_json",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "schemars"
1127
+ version = "0.9.0"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
1130
+ dependencies = [
1131
+ "dyn-clone",
1132
+ "ref-cast",
1133
+ "serde",
1134
+ "serde_json",
1135
+ ]
1136
+
1137
+ [[package]]
1138
+ name = "schemars"
1139
+ version = "1.2.1"
1140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1141
+ checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
1142
+ dependencies = [
1143
+ "dyn-clone",
1144
+ "ref-cast",
1145
+ "serde",
1146
+ "serde_json",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "sec1"
1151
+ version = "0.7.3"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
1154
+ dependencies = [
1155
+ "base16ct",
1156
+ "der",
1157
+ "generic-array",
1158
+ "subtle",
1159
+ "zeroize",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "semver"
1164
+ version = "1.0.27"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1167
+
1168
+ [[package]]
1169
+ name = "serde"
1170
+ version = "1.0.228"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1173
+ dependencies = [
1174
+ "serde_core",
1175
+ "serde_derive",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "serde_core"
1180
+ version = "1.0.228"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1183
+ dependencies = [
1184
+ "serde_derive",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "serde_derive"
1189
+ version = "1.0.228"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1192
+ dependencies = [
1193
+ "proc-macro2",
1194
+ "quote",
1195
+ "syn 2.0.117",
1196
+ ]
1197
+
1198
+ [[package]]
1199
+ name = "serde_json"
1200
+ version = "1.0.149"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1203
+ dependencies = [
1204
+ "itoa",
1205
+ "memchr",
1206
+ "serde",
1207
+ "serde_core",
1208
+ "zmij",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "serde_with"
1213
+ version = "3.17.0"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9"
1216
+ dependencies = [
1217
+ "base64",
1218
+ "chrono",
1219
+ "hex",
1220
+ "indexmap 1.9.3",
1221
+ "indexmap 2.13.0",
1222
+ "schemars 0.8.22",
1223
+ "schemars 0.9.0",
1224
+ "schemars 1.2.1",
1225
+ "serde_core",
1226
+ "serde_json",
1227
+ "serde_with_macros",
1228
+ "time",
1229
+ ]
1230
+
1231
+ [[package]]
1232
+ name = "serde_with_macros"
1233
+ version = "3.17.0"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0"
1236
+ dependencies = [
1237
+ "darling 0.21.3",
1238
+ "proc-macro2",
1239
+ "quote",
1240
+ "syn 2.0.117",
1241
+ ]
1242
+
1243
+ [[package]]
1244
+ name = "sha2"
1245
+ version = "0.10.9"
1246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1247
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1248
+ dependencies = [
1249
+ "cfg-if",
1250
+ "cpufeatures",
1251
+ "digest",
1252
+ ]
1253
+
1254
+ [[package]]
1255
+ name = "sha3"
1256
+ version = "0.10.8"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
1259
+ dependencies = [
1260
+ "digest",
1261
+ "keccak",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "shlex"
1266
+ version = "1.3.0"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1269
+
1270
+ [[package]]
1271
+ name = "signature"
1272
+ version = "2.2.0"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1275
+ dependencies = [
1276
+ "digest",
1277
+ "rand_core",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "smallvec"
1282
+ version = "1.15.1"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1285
+
1286
+ [[package]]
1287
+ name = "soroban-builtin-sdk-macros"
1288
+ version = "25.0.1"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "7192e3a5551a7aeee90d2110b11b615798e81951fd8c8293c87ea7f88b0168f5"
1291
+ dependencies = [
1292
+ "itertools 0.10.5",
1293
+ "proc-macro2",
1294
+ "quote",
1295
+ "syn 2.0.117",
1296
+ ]
1297
+
1298
+ [[package]]
1299
+ name = "soroban-env-common"
1300
+ version = "25.0.1"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "bfc49a80a68fc1005847308e63b9fce39874de731940b1807b721d472de3ff01"
1303
+ dependencies = [
1304
+ "arbitrary",
1305
+ "crate-git-revision",
1306
+ "ethnum",
1307
+ "num-derive",
1308
+ "num-traits",
1309
+ "serde",
1310
+ "soroban-env-macros",
1311
+ "soroban-wasmi",
1312
+ "static_assertions",
1313
+ "stellar-xdr",
1314
+ "wasmparser",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "soroban-env-guest"
1319
+ version = "25.0.1"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "ea2334ba1cfe0a170ab744d96db0b4ca86934de9ff68187ceebc09dc342def55"
1322
+ dependencies = [
1323
+ "soroban-env-common",
1324
+ "static_assertions",
1325
+ ]
1326
+
1327
+ [[package]]
1328
+ name = "soroban-env-host"
1329
+ version = "25.0.1"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "43af5d53c57bc2f546e122adc0b1cca6f93942c718977379aa19ddd04f06fcec"
1332
+ dependencies = [
1333
+ "ark-bls12-381",
1334
+ "ark-bn254",
1335
+ "ark-ec",
1336
+ "ark-ff",
1337
+ "ark-serialize",
1338
+ "curve25519-dalek",
1339
+ "ecdsa",
1340
+ "ed25519-dalek",
1341
+ "elliptic-curve",
1342
+ "generic-array",
1343
+ "getrandom",
1344
+ "hex-literal",
1345
+ "hmac",
1346
+ "k256",
1347
+ "num-derive",
1348
+ "num-integer",
1349
+ "num-traits",
1350
+ "p256",
1351
+ "rand",
1352
+ "rand_chacha",
1353
+ "sec1",
1354
+ "sha2",
1355
+ "sha3",
1356
+ "soroban-builtin-sdk-macros",
1357
+ "soroban-env-common",
1358
+ "soroban-wasmi",
1359
+ "static_assertions",
1360
+ "stellar-strkey 0.0.13",
1361
+ "wasmparser",
1362
+ ]
1363
+
1364
+ [[package]]
1365
+ name = "soroban-env-macros"
1366
+ version = "25.0.1"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "a989167512e3592d455b1e204d703cfe578a36672a77ed2f9e6f7e1bbfd9cc5c"
1369
+ dependencies = [
1370
+ "itertools 0.10.5",
1371
+ "proc-macro2",
1372
+ "quote",
1373
+ "serde",
1374
+ "serde_json",
1375
+ "stellar-xdr",
1376
+ "syn 2.0.117",
1377
+ ]
1378
+
1379
+ [[package]]
1380
+ name = "soroban-ledger-snapshot"
1381
+ version = "25.1.1"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "66d569a1315f05216d024653ad87541aa15d3ff26dad9f8a98719cb53ccf2bf3"
1384
+ dependencies = [
1385
+ "serde",
1386
+ "serde_json",
1387
+ "serde_with",
1388
+ "soroban-env-common",
1389
+ "soroban-env-host",
1390
+ "thiserror",
1391
+ ]
1392
+
1393
+ [[package]]
1394
+ name = "soroban-sdk"
1395
+ version = "25.1.1"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "add8d19cfd2c9941bbdc7c8223c3cf9d7ff9af4554ba3bd4ae93e16b19b08aea"
1398
+ dependencies = [
1399
+ "arbitrary",
1400
+ "bytes-lit",
1401
+ "crate-git-revision",
1402
+ "ctor",
1403
+ "derive_arbitrary",
1404
+ "ed25519-dalek",
1405
+ "rand",
1406
+ "rustc_version",
1407
+ "serde",
1408
+ "serde_json",
1409
+ "soroban-env-guest",
1410
+ "soroban-env-host",
1411
+ "soroban-ledger-snapshot",
1412
+ "soroban-sdk-macros",
1413
+ "stellar-strkey 0.0.16",
1414
+ "visibility",
1415
+ ]
1416
+
1417
+ [[package]]
1418
+ name = "soroban-sdk-macros"
1419
+ version = "25.1.1"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "2a0107e34575ec704ce29407695462e79e6b0e13ce7af6431b2f15c313e34464"
1422
+ dependencies = [
1423
+ "darling 0.20.11",
1424
+ "heck",
1425
+ "itertools 0.10.5",
1426
+ "macro-string",
1427
+ "proc-macro2",
1428
+ "quote",
1429
+ "sha2",
1430
+ "soroban-env-common",
1431
+ "soroban-spec",
1432
+ "soroban-spec-rust",
1433
+ "stellar-xdr",
1434
+ "syn 2.0.117",
1435
+ ]
1436
+
1437
+ [[package]]
1438
+ name = "soroban-spec"
1439
+ version = "25.1.1"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "53a1c9f6ccc6aa78518545e3cf542bd26f11d9085328a2e1c06c90514733fe15"
1442
+ dependencies = [
1443
+ "base64",
1444
+ "stellar-xdr",
1445
+ "thiserror",
1446
+ "wasmparser",
1447
+ ]
1448
+
1449
+ [[package]]
1450
+ name = "soroban-spec-rust"
1451
+ version = "25.1.1"
1452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1453
+ checksum = "e8247d3c6256b544b2461606c6892351bb22978d751e07c1aea744377053d852"
1454
+ dependencies = [
1455
+ "prettyplease",
1456
+ "proc-macro2",
1457
+ "quote",
1458
+ "sha2",
1459
+ "soroban-spec",
1460
+ "stellar-xdr",
1461
+ "syn 2.0.117",
1462
+ "thiserror",
1463
+ ]
1464
+
1465
+ [[package]]
1466
+ name = "soroban-wasmi"
1467
+ version = "0.31.1-soroban.20.0.1"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "710403de32d0e0c35375518cb995d4fc056d0d48966f2e56ea471b8cb8fc9719"
1470
+ dependencies = [
1471
+ "smallvec",
1472
+ "spin",
1473
+ "wasmi_arena",
1474
+ "wasmi_core",
1475
+ "wasmparser-nostd",
1476
+ ]
1477
+
1478
+ [[package]]
1479
+ name = "spin"
1480
+ version = "0.9.8"
1481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1482
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1483
+
1484
+ [[package]]
1485
+ name = "spki"
1486
+ version = "0.7.3"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1489
+ dependencies = [
1490
+ "base64ct",
1491
+ "der",
1492
+ ]
1493
+
1494
+ [[package]]
1495
+ name = "stable_deref_trait"
1496
+ version = "1.2.1"
1497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1499
+
1500
+ [[package]]
1501
+ name = "static_assertions"
1502
+ version = "1.1.0"
1503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1505
+
1506
+ [[package]]
1507
+ name = "stellar-strkey"
1508
+ version = "0.0.13"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "ee1832fb50c651ad10f734aaf5d31ca5acdfb197a6ecda64d93fcdb8885af913"
1511
+ dependencies = [
1512
+ "crate-git-revision",
1513
+ "data-encoding",
1514
+ ]
1515
+
1516
+ [[package]]
1517
+ name = "stellar-strkey"
1518
+ version = "0.0.16"
1519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+ checksum = "084afcb0d458c3d5d5baa2d294b18f881e62cc258ef539d8fdf68be7dbe45520"
1521
+ dependencies = [
1522
+ "crate-git-revision",
1523
+ "data-encoding",
1524
+ "heapless",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "stellar-xdr"
1529
+ version = "25.0.0"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "10d20dafed80076b227d4b17c0c508a4bbc4d5e4c3d4c1de7cd42242df4b1eaf"
1532
+ dependencies = [
1533
+ "arbitrary",
1534
+ "base64",
1535
+ "cfg_eval",
1536
+ "crate-git-revision",
1537
+ "escape-bytes",
1538
+ "ethnum",
1539
+ "hex",
1540
+ "serde",
1541
+ "serde_with",
1542
+ "sha2",
1543
+ "stellar-strkey 0.0.13",
1544
+ ]
1545
+
1546
+ [[package]]
1547
+ name = "strsim"
1548
+ version = "0.11.1"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1551
+
1552
+ [[package]]
1553
+ name = "subtle"
1554
+ version = "2.6.1"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1557
+
1558
+ [[package]]
1559
+ name = "syn"
1560
+ version = "1.0.109"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1563
+ dependencies = [
1564
+ "proc-macro2",
1565
+ "quote",
1566
+ "unicode-ident",
1567
+ ]
1568
+
1569
+ [[package]]
1570
+ name = "syn"
1571
+ version = "2.0.117"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1574
+ dependencies = [
1575
+ "proc-macro2",
1576
+ "quote",
1577
+ "unicode-ident",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "thiserror"
1582
+ version = "1.0.69"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1585
+ dependencies = [
1586
+ "thiserror-impl",
1587
+ ]
1588
+
1589
+ [[package]]
1590
+ name = "thiserror-impl"
1591
+ version = "1.0.69"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1594
+ dependencies = [
1595
+ "proc-macro2",
1596
+ "quote",
1597
+ "syn 2.0.117",
1598
+ ]
1599
+
1600
+ [[package]]
1601
+ name = "time"
1602
+ version = "0.3.47"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1605
+ dependencies = [
1606
+ "deranged",
1607
+ "itoa",
1608
+ "num-conv",
1609
+ "powerfmt",
1610
+ "serde_core",
1611
+ "time-core",
1612
+ "time-macros",
1613
+ ]
1614
+
1615
+ [[package]]
1616
+ name = "time-core"
1617
+ version = "0.1.8"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1620
+
1621
+ [[package]]
1622
+ name = "time-macros"
1623
+ version = "0.2.27"
1624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
1626
+ dependencies = [
1627
+ "num-conv",
1628
+ "time-core",
1629
+ ]
1630
+
1631
+ [[package]]
1632
+ name = "typenum"
1633
+ version = "1.19.0"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1636
+
1637
+ [[package]]
1638
+ name = "unicode-ident"
1639
+ version = "1.0.24"
1640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1641
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1642
+
1643
+ [[package]]
1644
+ name = "utils"
1645
+ version = "0.0.1"
1646
+ dependencies = [
1647
+ "common-macros",
1648
+ "soroban-sdk",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "version_check"
1653
+ version = "0.9.5"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1656
+
1657
+ [[package]]
1658
+ name = "visibility"
1659
+ version = "0.1.1"
1660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1661
+ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
1662
+ dependencies = [
1663
+ "proc-macro2",
1664
+ "quote",
1665
+ "syn 2.0.117",
1666
+ ]
1667
+
1668
+ [[package]]
1669
+ name = "wasi"
1670
+ version = "0.11.1+wasi-snapshot-preview1"
1671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1672
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1673
+
1674
+ [[package]]
1675
+ name = "wasm-bindgen"
1676
+ version = "0.2.113"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
1679
+ dependencies = [
1680
+ "cfg-if",
1681
+ "once_cell",
1682
+ "rustversion",
1683
+ "wasm-bindgen-macro",
1684
+ "wasm-bindgen-shared",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "wasm-bindgen-macro"
1689
+ version = "0.2.113"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
1692
+ dependencies = [
1693
+ "quote",
1694
+ "wasm-bindgen-macro-support",
1695
+ ]
1696
+
1697
+ [[package]]
1698
+ name = "wasm-bindgen-macro-support"
1699
+ version = "0.2.113"
1700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1701
+ checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
1702
+ dependencies = [
1703
+ "bumpalo",
1704
+ "proc-macro2",
1705
+ "quote",
1706
+ "syn 2.0.117",
1707
+ "wasm-bindgen-shared",
1708
+ ]
1709
+
1710
+ [[package]]
1711
+ name = "wasm-bindgen-shared"
1712
+ version = "0.2.113"
1713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+ checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
1715
+ dependencies = [
1716
+ "unicode-ident",
1717
+ ]
1718
+
1719
+ [[package]]
1720
+ name = "wasmi_arena"
1721
+ version = "0.4.1"
1722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1723
+ checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073"
1724
+
1725
+ [[package]]
1726
+ name = "wasmi_core"
1727
+ version = "0.13.0"
1728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1729
+ checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a"
1730
+ dependencies = [
1731
+ "downcast-rs",
1732
+ "libm",
1733
+ "num-traits",
1734
+ "paste",
1735
+ ]
1736
+
1737
+ [[package]]
1738
+ name = "wasmparser"
1739
+ version = "0.116.1"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "a58e28b80dd8340cb07b8242ae654756161f6fc8d0038123d679b7b99964fa50"
1742
+ dependencies = [
1743
+ "indexmap 2.13.0",
1744
+ "semver",
1745
+ ]
1746
+
1747
+ [[package]]
1748
+ name = "wasmparser-nostd"
1749
+ version = "0.100.2"
1750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1751
+ checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa"
1752
+ dependencies = [
1753
+ "indexmap-nostd",
1754
+ ]
1755
+
1756
+ [[package]]
1757
+ name = "windows-core"
1758
+ version = "0.62.2"
1759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1760
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1761
+ dependencies = [
1762
+ "windows-implement",
1763
+ "windows-interface",
1764
+ "windows-link",
1765
+ "windows-result",
1766
+ "windows-strings",
1767
+ ]
1768
+
1769
+ [[package]]
1770
+ name = "windows-implement"
1771
+ version = "0.60.2"
1772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1774
+ dependencies = [
1775
+ "proc-macro2",
1776
+ "quote",
1777
+ "syn 2.0.117",
1778
+ ]
1779
+
1780
+ [[package]]
1781
+ name = "windows-interface"
1782
+ version = "0.59.3"
1783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1784
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1785
+ dependencies = [
1786
+ "proc-macro2",
1787
+ "quote",
1788
+ "syn 2.0.117",
1789
+ ]
1790
+
1791
+ [[package]]
1792
+ name = "windows-link"
1793
+ version = "0.2.1"
1794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1795
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1796
+
1797
+ [[package]]
1798
+ name = "windows-result"
1799
+ version = "0.4.1"
1800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1802
+ dependencies = [
1803
+ "windows-link",
1804
+ ]
1805
+
1806
+ [[package]]
1807
+ name = "windows-strings"
1808
+ version = "0.5.1"
1809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1810
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1811
+ dependencies = [
1812
+ "windows-link",
1813
+ ]
1814
+
1815
+ [[package]]
1816
+ name = "zerocopy"
1817
+ version = "0.8.39"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
1820
+ dependencies = [
1821
+ "zerocopy-derive",
1822
+ ]
1823
+
1824
+ [[package]]
1825
+ name = "zerocopy-derive"
1826
+ version = "0.8.39"
1827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1828
+ checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
1829
+ dependencies = [
1830
+ "proc-macro2",
1831
+ "quote",
1832
+ "syn 2.0.117",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "zeroize"
1837
+ version = "1.8.2"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1840
+ dependencies = [
1841
+ "zeroize_derive",
1842
+ ]
1843
+
1844
+ [[package]]
1845
+ name = "zeroize_derive"
1846
+ version = "1.4.3"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
1849
+ dependencies = [
1850
+ "proc-macro2",
1851
+ "quote",
1852
+ "syn 2.0.117",
1853
+ ]
1854
+
1855
+ [[package]]
1856
+ name = "zmij"
1857
+ version = "1.0.21"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"