@xaidenlabs/uso 1.0.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1471 @@
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 = "anchor-attribute-access-control"
19
+ version = "0.32.1"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "7a883ca44ef14b2113615fc6d3a85fefc68b5002034e88db37f7f1f802f88aa9"
22
+ dependencies = [
23
+ "anchor-syn",
24
+ "proc-macro2",
25
+ "quote",
26
+ "syn 1.0.109",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "anchor-attribute-account"
31
+ version = "0.32.1"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "61c4d97763b29030412b4b80715076377edc9cc63bc3c9e667297778384b9fd2"
34
+ dependencies = [
35
+ "anchor-syn",
36
+ "bs58",
37
+ "proc-macro2",
38
+ "quote",
39
+ "syn 1.0.109",
40
+ ]
41
+
42
+ [[package]]
43
+ name = "anchor-attribute-constant"
44
+ version = "0.32.1"
45
+ source = "registry+https://github.com/rust-lang/crates.io-index"
46
+ checksum = "aae3328bbf9bbd517a51621b1ba6cbec06cbbc25e8cfc7403bddf69bcf088206"
47
+ dependencies = [
48
+ "anchor-syn",
49
+ "quote",
50
+ "syn 1.0.109",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "anchor-attribute-error"
55
+ version = "0.32.1"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "cf2398a6d9e16df1ee9d7d37d970a8246756de898c8dd16ef6bdbe4da20cf39a"
58
+ dependencies = [
59
+ "anchor-syn",
60
+ "quote",
61
+ "syn 1.0.109",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "anchor-attribute-event"
66
+ version = "0.32.1"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "f12758f4ec2f0e98d4d56916c6fe95cb23d74b8723dd902c762c5ef46ebe7b65"
69
+ dependencies = [
70
+ "anchor-syn",
71
+ "proc-macro2",
72
+ "quote",
73
+ "syn 1.0.109",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "anchor-attribute-program"
78
+ version = "0.32.1"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "8c7193b5af2649813584aae6e3569c46fd59616a96af2083c556b13136c3830f"
81
+ dependencies = [
82
+ "anchor-lang-idl",
83
+ "anchor-syn",
84
+ "anyhow",
85
+ "bs58",
86
+ "heck",
87
+ "proc-macro2",
88
+ "quote",
89
+ "serde_json",
90
+ "syn 1.0.109",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "anchor-derive-accounts"
95
+ version = "0.32.1"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "d332d1a13c0fca1a446de140b656e66110a5e8406977dcb6a41e5d6f323760b0"
98
+ dependencies = [
99
+ "anchor-syn",
100
+ "quote",
101
+ "syn 1.0.109",
102
+ ]
103
+
104
+ [[package]]
105
+ name = "anchor-derive-serde"
106
+ version = "0.32.1"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "8656e4af182edaeae665fa2d2d7ee81148518b5bd0be9a67f2a381bb17da7d46"
109
+ dependencies = [
110
+ "anchor-syn",
111
+ "borsh-derive-internal",
112
+ "proc-macro2",
113
+ "quote",
114
+ "syn 1.0.109",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "anchor-derive-space"
119
+ version = "0.32.1"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "dcff2a083560cd79817db07d89a4de39a2c4b2eaa00c1742cf0df49b25ff2bed"
122
+ dependencies = [
123
+ "proc-macro2",
124
+ "quote",
125
+ "syn 1.0.109",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "anchor-lang"
130
+ version = "0.32.1"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "e67d85d5376578f12d840c29ff323190f6eecd65b00a0b5f2b2f232751d049cc"
133
+ dependencies = [
134
+ "anchor-attribute-access-control",
135
+ "anchor-attribute-account",
136
+ "anchor-attribute-constant",
137
+ "anchor-attribute-error",
138
+ "anchor-attribute-event",
139
+ "anchor-attribute-program",
140
+ "anchor-derive-accounts",
141
+ "anchor-derive-serde",
142
+ "anchor-derive-space",
143
+ "base64 0.21.7",
144
+ "bincode",
145
+ "borsh 0.10.4",
146
+ "bytemuck",
147
+ "solana-account-info",
148
+ "solana-clock",
149
+ "solana-cpi",
150
+ "solana-define-syscall",
151
+ "solana-feature-gate-interface",
152
+ "solana-instruction",
153
+ "solana-instructions-sysvar",
154
+ "solana-invoke",
155
+ "solana-loader-v3-interface",
156
+ "solana-msg",
157
+ "solana-program-entrypoint",
158
+ "solana-program-error",
159
+ "solana-program-memory",
160
+ "solana-program-option",
161
+ "solana-program-pack",
162
+ "solana-pubkey",
163
+ "solana-sdk-ids",
164
+ "solana-system-interface",
165
+ "solana-sysvar",
166
+ "solana-sysvar-id",
167
+ "thiserror",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "anchor-lang-idl"
172
+ version = "0.1.2"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "32e8599d21995f68e296265aa5ab0c3cef582fd58afec014d01bd0bce18a4418"
175
+ dependencies = [
176
+ "anchor-lang-idl-spec",
177
+ "anyhow",
178
+ "heck",
179
+ "serde",
180
+ "serde_json",
181
+ "sha2",
182
+ ]
183
+
184
+ [[package]]
185
+ name = "anchor-lang-idl-spec"
186
+ version = "0.1.0"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "2bdf143115440fe621bdac3a29a1f7472e09f6cd82b2aa569429a0c13f103838"
189
+ dependencies = [
190
+ "anyhow",
191
+ "serde",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "anchor-syn"
196
+ version = "0.32.1"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "b93b69aa7d099b59378433f6d7e20e1008fc10c69e48b220270e5b3f2ec4c8be"
199
+ dependencies = [
200
+ "anyhow",
201
+ "bs58",
202
+ "heck",
203
+ "proc-macro2",
204
+ "quote",
205
+ "serde",
206
+ "serde_json",
207
+ "sha2",
208
+ "syn 1.0.109",
209
+ "thiserror",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "anyhow"
214
+ version = "1.0.101"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
217
+
218
+ [[package]]
219
+ name = "autocfg"
220
+ version = "1.5.0"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
223
+
224
+ [[package]]
225
+ name = "base64"
226
+ version = "0.21.7"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
229
+
230
+ [[package]]
231
+ name = "base64"
232
+ version = "0.22.1"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
235
+
236
+ [[package]]
237
+ name = "bincode"
238
+ version = "1.3.3"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
241
+ dependencies = [
242
+ "serde",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "bitflags"
247
+ version = "2.11.0"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
250
+
251
+ [[package]]
252
+ name = "block-buffer"
253
+ version = "0.10.4"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
256
+ dependencies = [
257
+ "generic-array",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "borsh"
262
+ version = "0.10.4"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "115e54d64eb62cdebad391c19efc9dce4981c690c85a33a12199d99bb9546fee"
265
+ dependencies = [
266
+ "borsh-derive 0.10.4",
267
+ "hashbrown 0.13.2",
268
+ ]
269
+
270
+ [[package]]
271
+ name = "borsh"
272
+ version = "1.6.0"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
275
+ dependencies = [
276
+ "borsh-derive 1.6.0",
277
+ "cfg_aliases",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "borsh-derive"
282
+ version = "0.10.4"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "831213f80d9423998dd696e2c5345aba6be7a0bd8cd19e31c5243e13df1cef89"
285
+ dependencies = [
286
+ "borsh-derive-internal",
287
+ "borsh-schema-derive-internal",
288
+ "proc-macro-crate 0.1.5",
289
+ "proc-macro2",
290
+ "syn 1.0.109",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "borsh-derive"
295
+ version = "1.6.0"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c"
298
+ dependencies = [
299
+ "once_cell",
300
+ "proc-macro-crate 3.4.0",
301
+ "proc-macro2",
302
+ "quote",
303
+ "syn 2.0.116",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "borsh-derive-internal"
308
+ version = "0.10.4"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "65d6ba50644c98714aa2a70d13d7df3cd75cd2b523a2b452bf010443800976b3"
311
+ dependencies = [
312
+ "proc-macro2",
313
+ "quote",
314
+ "syn 1.0.109",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "borsh-schema-derive-internal"
319
+ version = "0.10.4"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "276691d96f063427be83e6692b86148e488ebba9f48f77788724ca027ba3b6d4"
322
+ dependencies = [
323
+ "proc-macro2",
324
+ "quote",
325
+ "syn 1.0.109",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "bs58"
330
+ version = "0.5.1"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
333
+ dependencies = [
334
+ "tinyvec",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "bumpalo"
339
+ version = "3.19.1"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
342
+
343
+ [[package]]
344
+ name = "bv"
345
+ version = "0.11.1"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
348
+ dependencies = [
349
+ "feature-probe",
350
+ "serde",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "bytemuck"
355
+ version = "1.25.0"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
358
+ dependencies = [
359
+ "bytemuck_derive",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "bytemuck_derive"
364
+ version = "1.10.2"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
367
+ dependencies = [
368
+ "proc-macro2",
369
+ "quote",
370
+ "syn 2.0.116",
371
+ ]
372
+
373
+ [[package]]
374
+ name = "cfg-if"
375
+ version = "1.0.4"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
378
+
379
+ [[package]]
380
+ name = "cfg_aliases"
381
+ version = "0.2.1"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
384
+
385
+ [[package]]
386
+ name = "cpufeatures"
387
+ version = "0.2.17"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
390
+ dependencies = [
391
+ "libc",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "crypto-common"
396
+ version = "0.1.7"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
399
+ dependencies = [
400
+ "generic-array",
401
+ "typenum",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "curve25519-dalek"
406
+ version = "4.1.3"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
409
+ dependencies = [
410
+ "cfg-if",
411
+ "cpufeatures",
412
+ "curve25519-dalek-derive",
413
+ "digest",
414
+ "fiat-crypto",
415
+ "rand_core",
416
+ "rustc_version",
417
+ "subtle",
418
+ "zeroize",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "curve25519-dalek-derive"
423
+ version = "0.1.1"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
426
+ dependencies = [
427
+ "proc-macro2",
428
+ "quote",
429
+ "syn 2.0.116",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "digest"
434
+ version = "0.10.7"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
437
+ dependencies = [
438
+ "block-buffer",
439
+ "crypto-common",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "equivalent"
444
+ version = "1.0.2"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
447
+
448
+ [[package]]
449
+ name = "feature-probe"
450
+ version = "0.1.1"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
453
+
454
+ [[package]]
455
+ name = "fiat-crypto"
456
+ version = "0.2.9"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
459
+
460
+ [[package]]
461
+ name = "five8"
462
+ version = "0.2.1"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "a75b8549488b4715defcb0d8a8a1c1c76a80661b5fa106b4ca0e7fce59d7d875"
465
+ dependencies = [
466
+ "five8_core",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "five8_const"
471
+ version = "0.1.4"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "26dec3da8bc3ef08f2c04f61eab298c3ab334523e55f076354d6d6f613799a7b"
474
+ dependencies = [
475
+ "five8_core",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "five8_core"
480
+ version = "0.1.2"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "2551bf44bc5f776c15044b9b94153a00198be06743e262afaaa61f11ac7523a5"
483
+
484
+ [[package]]
485
+ name = "generic-array"
486
+ version = "0.14.7"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
489
+ dependencies = [
490
+ "typenum",
491
+ "version_check",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "getrandom"
496
+ version = "0.2.17"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
499
+ dependencies = [
500
+ "cfg-if",
501
+ "js-sys",
502
+ "libc",
503
+ "wasi",
504
+ "wasm-bindgen",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "hashbrown"
509
+ version = "0.13.2"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
512
+ dependencies = [
513
+ "ahash",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "hashbrown"
518
+ version = "0.16.1"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
521
+
522
+ [[package]]
523
+ name = "heck"
524
+ version = "0.3.3"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
527
+ dependencies = [
528
+ "unicode-segmentation",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "indexmap"
533
+ version = "2.13.0"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
536
+ dependencies = [
537
+ "equivalent",
538
+ "hashbrown 0.16.1",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "itoa"
543
+ version = "1.0.17"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
546
+
547
+ [[package]]
548
+ name = "js-sys"
549
+ version = "0.3.85"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
552
+ dependencies = [
553
+ "once_cell",
554
+ "wasm-bindgen",
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 = "libc"
565
+ version = "0.2.182"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
568
+
569
+ [[package]]
570
+ name = "lock_api"
571
+ version = "0.4.14"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
574
+ dependencies = [
575
+ "scopeguard",
576
+ ]
577
+
578
+ [[package]]
579
+ name = "log"
580
+ version = "0.4.29"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
583
+
584
+ [[package]]
585
+ name = "memchr"
586
+ version = "2.8.0"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
589
+
590
+ [[package]]
591
+ name = "my-project"
592
+ version = "0.1.0"
593
+ dependencies = [
594
+ "anchor-lang",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "num-traits"
599
+ version = "0.2.19"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
602
+ dependencies = [
603
+ "autocfg",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "once_cell"
608
+ version = "1.21.3"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
611
+
612
+ [[package]]
613
+ name = "parking_lot"
614
+ version = "0.12.5"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
617
+ dependencies = [
618
+ "lock_api",
619
+ "parking_lot_core",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "parking_lot_core"
624
+ version = "0.9.12"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
627
+ dependencies = [
628
+ "cfg-if",
629
+ "libc",
630
+ "redox_syscall",
631
+ "smallvec",
632
+ "windows-link",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "proc-macro-crate"
637
+ version = "0.1.5"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
640
+ dependencies = [
641
+ "toml",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "proc-macro-crate"
646
+ version = "3.4.0"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
649
+ dependencies = [
650
+ "toml_edit",
651
+ ]
652
+
653
+ [[package]]
654
+ name = "proc-macro2"
655
+ version = "1.0.106"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
658
+ dependencies = [
659
+ "unicode-ident",
660
+ ]
661
+
662
+ [[package]]
663
+ name = "quote"
664
+ version = "1.0.44"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
667
+ dependencies = [
668
+ "proc-macro2",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "rand_core"
673
+ version = "0.6.4"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
676
+
677
+ [[package]]
678
+ name = "redox_syscall"
679
+ version = "0.5.18"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
682
+ dependencies = [
683
+ "bitflags",
684
+ ]
685
+
686
+ [[package]]
687
+ name = "rustc_version"
688
+ version = "0.4.1"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
691
+ dependencies = [
692
+ "semver",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "rustversion"
697
+ version = "1.0.22"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
700
+
701
+ [[package]]
702
+ name = "scopeguard"
703
+ version = "1.2.0"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
706
+
707
+ [[package]]
708
+ name = "semver"
709
+ version = "1.0.27"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
712
+
713
+ [[package]]
714
+ name = "serde"
715
+ version = "1.0.228"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
718
+ dependencies = [
719
+ "serde_core",
720
+ "serde_derive",
721
+ ]
722
+
723
+ [[package]]
724
+ name = "serde_bytes"
725
+ version = "0.11.19"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
728
+ dependencies = [
729
+ "serde",
730
+ "serde_core",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "serde_core"
735
+ version = "1.0.228"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
738
+ dependencies = [
739
+ "serde_derive",
740
+ ]
741
+
742
+ [[package]]
743
+ name = "serde_derive"
744
+ version = "1.0.228"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
747
+ dependencies = [
748
+ "proc-macro2",
749
+ "quote",
750
+ "syn 2.0.116",
751
+ ]
752
+
753
+ [[package]]
754
+ name = "serde_json"
755
+ version = "1.0.149"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
758
+ dependencies = [
759
+ "itoa",
760
+ "memchr",
761
+ "serde",
762
+ "serde_core",
763
+ "zmij",
764
+ ]
765
+
766
+ [[package]]
767
+ name = "sha2"
768
+ version = "0.10.9"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
771
+ dependencies = [
772
+ "cfg-if",
773
+ "cpufeatures",
774
+ "digest",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "smallvec"
779
+ version = "1.15.1"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
782
+
783
+ [[package]]
784
+ name = "solana-account-info"
785
+ version = "2.3.0"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "c8f5152a288ef1912300fc6efa6c2d1f9bb55d9398eb6c72326360b8063987da"
788
+ dependencies = [
789
+ "solana-program-error",
790
+ "solana-program-memory",
791
+ "solana-pubkey",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "solana-atomic-u64"
796
+ version = "2.2.1"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "d52e52720efe60465b052b9e7445a01c17550666beec855cce66f44766697bc2"
799
+ dependencies = [
800
+ "parking_lot",
801
+ ]
802
+
803
+ [[package]]
804
+ name = "solana-clock"
805
+ version = "2.2.3"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "f8584296123df8fe229b95e2ebfd37ae637fe9db9b7d4dd677ac5a78e80dbfce"
808
+ dependencies = [
809
+ "serde",
810
+ "serde_derive",
811
+ "solana-sdk-ids",
812
+ "solana-sdk-macro",
813
+ "solana-sysvar-id",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "solana-cpi"
818
+ version = "2.2.1"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "8dc71126edddc2ba014622fc32d0f5e2e78ec6c5a1e0eb511b85618c09e9ea11"
821
+ dependencies = [
822
+ "solana-account-info",
823
+ "solana-define-syscall",
824
+ "solana-instruction",
825
+ "solana-program-error",
826
+ "solana-pubkey",
827
+ "solana-stable-layout",
828
+ ]
829
+
830
+ [[package]]
831
+ name = "solana-decode-error"
832
+ version = "2.3.0"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "8c781686a18db2f942e70913f7ca15dc120ec38dcab42ff7557db2c70c625a35"
835
+ dependencies = [
836
+ "num-traits",
837
+ ]
838
+
839
+ [[package]]
840
+ name = "solana-define-syscall"
841
+ version = "2.3.0"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "2ae3e2abcf541c8122eafe9a625d4d194b4023c20adde1e251f94e056bb1aee2"
844
+
845
+ [[package]]
846
+ name = "solana-epoch-rewards"
847
+ version = "2.2.1"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "86b575d3dd323b9ea10bb6fe89bf6bf93e249b215ba8ed7f68f1a3633f384db7"
850
+ dependencies = [
851
+ "serde",
852
+ "serde_derive",
853
+ "solana-hash",
854
+ "solana-sdk-ids",
855
+ "solana-sdk-macro",
856
+ "solana-sysvar-id",
857
+ ]
858
+
859
+ [[package]]
860
+ name = "solana-epoch-schedule"
861
+ version = "2.2.1"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "3fce071fbddecc55d727b1d7ed16a629afe4f6e4c217bc8d00af3b785f6f67ed"
864
+ dependencies = [
865
+ "serde",
866
+ "serde_derive",
867
+ "solana-sdk-ids",
868
+ "solana-sdk-macro",
869
+ "solana-sysvar-id",
870
+ ]
871
+
872
+ [[package]]
873
+ name = "solana-feature-gate-interface"
874
+ version = "2.2.2"
875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
876
+ checksum = "43f5c5382b449e8e4e3016fb05e418c53d57782d8b5c30aa372fc265654b956d"
877
+ dependencies = [
878
+ "solana-pubkey",
879
+ "solana-sdk-ids",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "solana-fee-calculator"
884
+ version = "2.2.1"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "d89bc408da0fb3812bc3008189d148b4d3e08252c79ad810b245482a3f70cd8d"
887
+ dependencies = [
888
+ "log",
889
+ "serde",
890
+ "serde_derive",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "solana-hash"
895
+ version = "2.3.0"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "b5b96e9f0300fa287b545613f007dfe20043d7812bee255f418c1eb649c93b63"
898
+ dependencies = [
899
+ "bytemuck",
900
+ "bytemuck_derive",
901
+ "five8",
902
+ "js-sys",
903
+ "serde",
904
+ "serde_derive",
905
+ "solana-atomic-u64",
906
+ "solana-sanitize",
907
+ "wasm-bindgen",
908
+ ]
909
+
910
+ [[package]]
911
+ name = "solana-instruction"
912
+ version = "2.3.3"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "bab5682934bd1f65f8d2c16f21cb532526fcc1a09f796e2cacdb091eee5774ad"
915
+ dependencies = [
916
+ "bincode",
917
+ "getrandom",
918
+ "js-sys",
919
+ "num-traits",
920
+ "serde",
921
+ "serde_derive",
922
+ "serde_json",
923
+ "solana-define-syscall",
924
+ "solana-pubkey",
925
+ "wasm-bindgen",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "solana-instructions-sysvar"
930
+ version = "2.2.2"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "e0e85a6fad5c2d0c4f5b91d34b8ca47118fc593af706e523cdbedf846a954f57"
933
+ dependencies = [
934
+ "bitflags",
935
+ "solana-account-info",
936
+ "solana-instruction",
937
+ "solana-program-error",
938
+ "solana-pubkey",
939
+ "solana-sanitize",
940
+ "solana-sdk-ids",
941
+ "solana-serialize-utils",
942
+ "solana-sysvar-id",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "solana-invoke"
947
+ version = "0.4.0"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "58f5693c6de226b3626658377168b0184e94e8292ff16e3d31d4766e65627565"
950
+ dependencies = [
951
+ "solana-account-info",
952
+ "solana-define-syscall",
953
+ "solana-instruction",
954
+ "solana-program-entrypoint",
955
+ "solana-stable-layout",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "solana-last-restart-slot"
960
+ version = "2.2.1"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "4a6360ac2fdc72e7463565cd256eedcf10d7ef0c28a1249d261ec168c1b55cdd"
963
+ dependencies = [
964
+ "serde",
965
+ "serde_derive",
966
+ "solana-sdk-ids",
967
+ "solana-sdk-macro",
968
+ "solana-sysvar-id",
969
+ ]
970
+
971
+ [[package]]
972
+ name = "solana-loader-v3-interface"
973
+ version = "3.0.0"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "fa4be76cfa9afd84ca2f35ebc09f0da0f0092935ccdac0595d98447f259538c2"
976
+ dependencies = [
977
+ "serde",
978
+ "serde_bytes",
979
+ "serde_derive",
980
+ "solana-instruction",
981
+ "solana-pubkey",
982
+ "solana-sdk-ids",
983
+ "solana-system-interface",
984
+ ]
985
+
986
+ [[package]]
987
+ name = "solana-msg"
988
+ version = "2.2.1"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "f36a1a14399afaabc2781a1db09cb14ee4cc4ee5c7a5a3cfcc601811379a8092"
991
+ dependencies = [
992
+ "solana-define-syscall",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "solana-program-entrypoint"
997
+ version = "2.3.0"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "32ce041b1a0ed275290a5008ee1a4a6c48f5054c8a3d78d313c08958a06aedbd"
1000
+ dependencies = [
1001
+ "solana-account-info",
1002
+ "solana-msg",
1003
+ "solana-program-error",
1004
+ "solana-pubkey",
1005
+ ]
1006
+
1007
+ [[package]]
1008
+ name = "solana-program-error"
1009
+ version = "2.2.2"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "9ee2e0217d642e2ea4bee237f37bd61bb02aec60da3647c48ff88f6556ade775"
1012
+ dependencies = [
1013
+ "borsh 1.6.0",
1014
+ "num-traits",
1015
+ "solana-decode-error",
1016
+ "solana-instruction",
1017
+ "solana-msg",
1018
+ "solana-pubkey",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "solana-program-memory"
1023
+ version = "2.3.1"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "3a5426090c6f3fd6cfdc10685322fede9ca8e5af43cd6a59e98bfe4e91671712"
1026
+ dependencies = [
1027
+ "solana-define-syscall",
1028
+ ]
1029
+
1030
+ [[package]]
1031
+ name = "solana-program-option"
1032
+ version = "2.2.1"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "dc677a2e9bc616eda6dbdab834d463372b92848b2bfe4a1ed4e4b4adba3397d0"
1035
+
1036
+ [[package]]
1037
+ name = "solana-program-pack"
1038
+ version = "2.2.1"
1039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+ checksum = "319f0ef15e6e12dc37c597faccb7d62525a509fec5f6975ecb9419efddeb277b"
1041
+ dependencies = [
1042
+ "solana-program-error",
1043
+ ]
1044
+
1045
+ [[package]]
1046
+ name = "solana-pubkey"
1047
+ version = "2.4.0"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "9b62adb9c3261a052ca1f999398c388f1daf558a1b492f60a6d9e64857db4ff1"
1050
+ dependencies = [
1051
+ "borsh 0.10.4",
1052
+ "borsh 1.6.0",
1053
+ "bytemuck",
1054
+ "bytemuck_derive",
1055
+ "curve25519-dalek",
1056
+ "five8",
1057
+ "five8_const",
1058
+ "getrandom",
1059
+ "js-sys",
1060
+ "num-traits",
1061
+ "serde",
1062
+ "serde_derive",
1063
+ "solana-atomic-u64",
1064
+ "solana-decode-error",
1065
+ "solana-define-syscall",
1066
+ "solana-sanitize",
1067
+ "solana-sha256-hasher",
1068
+ "wasm-bindgen",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "solana-rent"
1073
+ version = "2.2.1"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "d1aea8fdea9de98ca6e8c2da5827707fb3842833521b528a713810ca685d2480"
1076
+ dependencies = [
1077
+ "serde",
1078
+ "serde_derive",
1079
+ "solana-sdk-ids",
1080
+ "solana-sdk-macro",
1081
+ "solana-sysvar-id",
1082
+ ]
1083
+
1084
+ [[package]]
1085
+ name = "solana-sanitize"
1086
+ version = "2.2.1"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "61f1bc1357b8188d9c4a3af3fc55276e56987265eb7ad073ae6f8180ee54cecf"
1089
+
1090
+ [[package]]
1091
+ name = "solana-sdk-ids"
1092
+ version = "2.2.1"
1093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1094
+ checksum = "5c5d8b9cc68d5c88b062a33e23a6466722467dde0035152d8fb1afbcdf350a5f"
1095
+ dependencies = [
1096
+ "solana-pubkey",
1097
+ ]
1098
+
1099
+ [[package]]
1100
+ name = "solana-sdk-macro"
1101
+ version = "2.2.1"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "86280da8b99d03560f6ab5aca9de2e38805681df34e0bb8f238e69b29433b9df"
1104
+ dependencies = [
1105
+ "bs58",
1106
+ "proc-macro2",
1107
+ "quote",
1108
+ "syn 2.0.116",
1109
+ ]
1110
+
1111
+ [[package]]
1112
+ name = "solana-serialize-utils"
1113
+ version = "2.2.1"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "817a284b63197d2b27afdba829c5ab34231da4a9b4e763466a003c40ca4f535e"
1116
+ dependencies = [
1117
+ "solana-instruction",
1118
+ "solana-pubkey",
1119
+ "solana-sanitize",
1120
+ ]
1121
+
1122
+ [[package]]
1123
+ name = "solana-sha256-hasher"
1124
+ version = "2.3.0"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "5aa3feb32c28765f6aa1ce8f3feac30936f16c5c3f7eb73d63a5b8f6f8ecdc44"
1127
+ dependencies = [
1128
+ "sha2",
1129
+ "solana-define-syscall",
1130
+ "solana-hash",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "solana-slot-hashes"
1135
+ version = "2.2.1"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "0c8691982114513763e88d04094c9caa0376b867a29577939011331134c301ce"
1138
+ dependencies = [
1139
+ "serde",
1140
+ "serde_derive",
1141
+ "solana-hash",
1142
+ "solana-sdk-ids",
1143
+ "solana-sysvar-id",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "solana-slot-history"
1148
+ version = "2.2.1"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "97ccc1b2067ca22754d5283afb2b0126d61eae734fc616d23871b0943b0d935e"
1151
+ dependencies = [
1152
+ "bv",
1153
+ "serde",
1154
+ "serde_derive",
1155
+ "solana-sdk-ids",
1156
+ "solana-sysvar-id",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "solana-stable-layout"
1161
+ version = "2.2.1"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "9f14f7d02af8f2bc1b5efeeae71bc1c2b7f0f65cd75bcc7d8180f2c762a57f54"
1164
+ dependencies = [
1165
+ "solana-instruction",
1166
+ "solana-pubkey",
1167
+ ]
1168
+
1169
+ [[package]]
1170
+ name = "solana-stake-interface"
1171
+ version = "1.2.1"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "5269e89fde216b4d7e1d1739cf5303f8398a1ff372a81232abbee80e554a838c"
1174
+ dependencies = [
1175
+ "num-traits",
1176
+ "serde",
1177
+ "serde_derive",
1178
+ "solana-clock",
1179
+ "solana-cpi",
1180
+ "solana-decode-error",
1181
+ "solana-instruction",
1182
+ "solana-program-error",
1183
+ "solana-pubkey",
1184
+ "solana-system-interface",
1185
+ "solana-sysvar-id",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "solana-system-interface"
1190
+ version = "1.0.0"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "94d7c18cb1a91c6be5f5a8ac9276a1d7c737e39a21beba9ea710ab4b9c63bc90"
1193
+ dependencies = [
1194
+ "js-sys",
1195
+ "num-traits",
1196
+ "serde",
1197
+ "serde_derive",
1198
+ "solana-decode-error",
1199
+ "solana-instruction",
1200
+ "solana-pubkey",
1201
+ "wasm-bindgen",
1202
+ ]
1203
+
1204
+ [[package]]
1205
+ name = "solana-sysvar"
1206
+ version = "2.3.0"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "b8c3595f95069f3d90f275bb9bd235a1973c4d059028b0a7f81baca2703815db"
1209
+ dependencies = [
1210
+ "base64 0.22.1",
1211
+ "bincode",
1212
+ "lazy_static",
1213
+ "serde",
1214
+ "serde_derive",
1215
+ "solana-account-info",
1216
+ "solana-clock",
1217
+ "solana-define-syscall",
1218
+ "solana-epoch-rewards",
1219
+ "solana-epoch-schedule",
1220
+ "solana-fee-calculator",
1221
+ "solana-hash",
1222
+ "solana-instruction",
1223
+ "solana-instructions-sysvar",
1224
+ "solana-last-restart-slot",
1225
+ "solana-program-entrypoint",
1226
+ "solana-program-error",
1227
+ "solana-program-memory",
1228
+ "solana-pubkey",
1229
+ "solana-rent",
1230
+ "solana-sanitize",
1231
+ "solana-sdk-ids",
1232
+ "solana-sdk-macro",
1233
+ "solana-slot-hashes",
1234
+ "solana-slot-history",
1235
+ "solana-stake-interface",
1236
+ "solana-sysvar-id",
1237
+ ]
1238
+
1239
+ [[package]]
1240
+ name = "solana-sysvar-id"
1241
+ version = "2.2.1"
1242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1243
+ checksum = "5762b273d3325b047cfda250787f8d796d781746860d5d0a746ee29f3e8812c1"
1244
+ dependencies = [
1245
+ "solana-pubkey",
1246
+ "solana-sdk-ids",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "subtle"
1251
+ version = "2.6.1"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1254
+
1255
+ [[package]]
1256
+ name = "syn"
1257
+ version = "1.0.109"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1260
+ dependencies = [
1261
+ "proc-macro2",
1262
+ "quote",
1263
+ "unicode-ident",
1264
+ ]
1265
+
1266
+ [[package]]
1267
+ name = "syn"
1268
+ version = "2.0.116"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
1271
+ dependencies = [
1272
+ "proc-macro2",
1273
+ "quote",
1274
+ "unicode-ident",
1275
+ ]
1276
+
1277
+ [[package]]
1278
+ name = "thiserror"
1279
+ version = "1.0.69"
1280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1281
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1282
+ dependencies = [
1283
+ "thiserror-impl",
1284
+ ]
1285
+
1286
+ [[package]]
1287
+ name = "thiserror-impl"
1288
+ version = "1.0.69"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1291
+ dependencies = [
1292
+ "proc-macro2",
1293
+ "quote",
1294
+ "syn 2.0.116",
1295
+ ]
1296
+
1297
+ [[package]]
1298
+ name = "tinyvec"
1299
+ version = "1.10.0"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1302
+ dependencies = [
1303
+ "tinyvec_macros",
1304
+ ]
1305
+
1306
+ [[package]]
1307
+ name = "tinyvec_macros"
1308
+ version = "0.1.1"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1311
+
1312
+ [[package]]
1313
+ name = "toml"
1314
+ version = "0.5.11"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1317
+ dependencies = [
1318
+ "serde",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "toml_datetime"
1323
+ version = "0.7.5+spec-1.1.0"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
1326
+ dependencies = [
1327
+ "serde_core",
1328
+ ]
1329
+
1330
+ [[package]]
1331
+ name = "toml_edit"
1332
+ version = "0.23.10+spec-1.0.0"
1333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1334
+ checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
1335
+ dependencies = [
1336
+ "indexmap",
1337
+ "toml_datetime",
1338
+ "toml_parser",
1339
+ "winnow",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "toml_parser"
1344
+ version = "1.0.9+spec-1.1.0"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
1347
+ dependencies = [
1348
+ "winnow",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "typenum"
1353
+ version = "1.19.0"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1356
+
1357
+ [[package]]
1358
+ name = "unicode-ident"
1359
+ version = "1.0.24"
1360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1361
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1362
+
1363
+ [[package]]
1364
+ name = "unicode-segmentation"
1365
+ version = "1.12.0"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1368
+
1369
+ [[package]]
1370
+ name = "version_check"
1371
+ version = "0.9.5"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1374
+
1375
+ [[package]]
1376
+ name = "wasi"
1377
+ version = "0.11.1+wasi-snapshot-preview1"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1380
+
1381
+ [[package]]
1382
+ name = "wasm-bindgen"
1383
+ version = "0.2.108"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
1386
+ dependencies = [
1387
+ "cfg-if",
1388
+ "once_cell",
1389
+ "rustversion",
1390
+ "wasm-bindgen-macro",
1391
+ "wasm-bindgen-shared",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "wasm-bindgen-macro"
1396
+ version = "0.2.108"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
1399
+ dependencies = [
1400
+ "quote",
1401
+ "wasm-bindgen-macro-support",
1402
+ ]
1403
+
1404
+ [[package]]
1405
+ name = "wasm-bindgen-macro-support"
1406
+ version = "0.2.108"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
1409
+ dependencies = [
1410
+ "bumpalo",
1411
+ "proc-macro2",
1412
+ "quote",
1413
+ "syn 2.0.116",
1414
+ "wasm-bindgen-shared",
1415
+ ]
1416
+
1417
+ [[package]]
1418
+ name = "wasm-bindgen-shared"
1419
+ version = "0.2.108"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
1422
+ dependencies = [
1423
+ "unicode-ident",
1424
+ ]
1425
+
1426
+ [[package]]
1427
+ name = "windows-link"
1428
+ version = "0.2.1"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1431
+
1432
+ [[package]]
1433
+ name = "winnow"
1434
+ version = "0.7.14"
1435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1436
+ checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
1437
+ dependencies = [
1438
+ "memchr",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "zerocopy"
1443
+ version = "0.8.39"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
1446
+ dependencies = [
1447
+ "zerocopy-derive",
1448
+ ]
1449
+
1450
+ [[package]]
1451
+ name = "zerocopy-derive"
1452
+ version = "0.8.39"
1453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1454
+ checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
1455
+ dependencies = [
1456
+ "proc-macro2",
1457
+ "quote",
1458
+ "syn 2.0.116",
1459
+ ]
1460
+
1461
+ [[package]]
1462
+ name = "zeroize"
1463
+ version = "1.3.0"
1464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1465
+ checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
1466
+
1467
+ [[package]]
1468
+ name = "zmij"
1469
+ version = "1.0.21"
1470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1471
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"