forked from sunrise-stake/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcargo.log
686 lines (683 loc) · 36.3 KB
/
cargo.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
marinade-beam v0.1.0 (/Users/daniel/code/sunrise-stake/beam/programs/marinade-beam)
├── anchor-lang v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728)
│ ├── anchor-attribute-access-control v0.28.0 (proc-macro) (https://github.com/coral-xyz/anchor#29b8a728)
│ │ ├── anchor-syn v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728)
│ │ │ ├── anyhow v1.0.71
│ │ │ ├── bs58 v0.5.0
│ │ │ ├── heck v0.3.3
│ │ │ │ └── unicode-segmentation v1.10.1
│ │ │ ├── proc-macro2 v1.0.63
│ │ │ │ └── unicode-ident v1.0.9
│ │ │ ├── quote v1.0.28
│ │ │ │ └── proc-macro2 v1.0.63 (*)
│ │ │ ├── serde v1.0.164
│ │ │ │ └── serde_derive v1.0.164 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v2.0.22
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── unicode-ident v1.0.9
│ │ │ ├── serde_json v1.0.99
│ │ │ │ ├── itoa v1.0.6
│ │ │ │ ├── ryu v1.0.13
│ │ │ │ └── serde v1.0.164 (*)
│ │ │ ├── sha2 v0.10.7
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── cpufeatures v0.2.8
│ │ │ │ │ └── libc v0.2.147
│ │ │ │ └── digest v0.10.7
│ │ │ │ ├── block-buffer v0.10.4
│ │ │ │ │ └── generic-array v0.14.7
│ │ │ │ │ ├── serde v1.0.164 (*)
│ │ │ │ │ └── typenum v1.16.0
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.4
│ │ │ │ ├── crypto-common v0.1.6
│ │ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ │ └── typenum v1.16.0
│ │ │ │ └── subtle v2.4.1
│ │ │ ├── syn v1.0.109
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── unicode-ident v1.0.9
│ │ │ └── thiserror v1.0.40
│ │ │ └── thiserror-impl v1.0.40 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ ├── quote v1.0.28 (*)
│ │ │ └── syn v2.0.22 (*)
│ │ ├── anyhow v1.0.71
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ ├── regex v1.8.4
│ │ │ ├── aho-corasick v1.0.2
│ │ │ │ └── memchr v2.5.0
│ │ │ ├── memchr v2.5.0
│ │ │ └── regex-syntax v0.7.2
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-account v0.28.0 (proc-macro) (https://github.com/coral-xyz/anchor#29b8a728)
│ │ ├── anchor-syn v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
│ │ ├── anyhow v1.0.71
│ │ ├── bs58 v0.5.0
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ ├── rustversion v1.0.12 (proc-macro)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-constant v0.28.0 (proc-macro) (https://github.com/coral-xyz/anchor#29b8a728)
│ │ ├── anchor-syn v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-error v0.28.0 (proc-macro) (https://github.com/coral-xyz/anchor#29b8a728)
│ │ ├── anchor-syn v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-event v0.28.0 (proc-macro) (https://github.com/coral-xyz/anchor#29b8a728)
│ │ ├── anchor-syn v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
│ │ ├── anyhow v1.0.71
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-program v0.28.0 (proc-macro) (https://github.com/coral-xyz/anchor#29b8a728)
│ │ ├── anchor-syn v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
│ │ ├── anyhow v1.0.71
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-derive-accounts v0.28.0 (proc-macro) (https://github.com/coral-xyz/anchor#29b8a728)
│ │ ├── anchor-syn v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
│ │ ├── anyhow v1.0.71
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-derive-space v0.28.0 (proc-macro) (https://github.com/coral-xyz/anchor#29b8a728)
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── arrayref v0.3.7
│ ├── base64 v0.13.1
│ ├── bincode v1.3.3
│ │ └── serde v1.0.164 (*)
│ ├── borsh v0.9.3
│ │ ├── borsh-derive v0.9.3 (proc-macro)
│ │ │ ├── borsh-derive-internal v0.9.3
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── borsh-schema-derive-internal v0.9.3
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── proc-macro-crate v0.1.5
│ │ │ │ └── toml v0.5.11
│ │ │ │ └── serde v1.0.164 (*)
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ └── hashbrown v0.11.2
│ │ └── ahash v0.7.6
│ │ ├── getrandom v0.2.10
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── libc v0.2.147
│ │ └── once_cell v1.18.0
│ │ [build-dependencies]
│ │ └── version_check v0.9.4
│ ├── bytemuck v1.13.1
│ │ └── bytemuck_derive v1.4.1 (proc-macro)
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v2.0.22 (*)
│ ├── getrandom v0.2.10 (*)
│ ├── solana-program v1.14.17
│ │ ├── base64 v0.13.1
│ │ ├── bincode v1.3.3 (*)
│ │ ├── bitflags v1.3.2
│ │ ├── blake3 v1.4.0
│ │ │ ├── arrayref v0.3.7
│ │ │ ├── arrayvec v0.7.4
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── constant_time_eq v0.2.6
│ │ │ └── digest v0.10.7 (*)
│ │ │ [build-dependencies]
│ │ │ └── cc v1.0.79
│ │ │ └── jobserver v0.1.26
│ │ │ └── libc v0.2.147
│ │ ├── borsh v0.9.3 (*)
│ │ ├── borsh-derive v0.9.3 (proc-macro) (*)
│ │ ├── bs58 v0.4.0
│ │ ├── bv v0.11.1
│ │ │ └── serde v1.0.164 (*)
│ │ │ [build-dependencies]
│ │ │ └── feature-probe v0.1.1
│ │ ├── bytemuck v1.13.1 (*)
│ │ ├── curve25519-dalek v3.2.1
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── digest v0.9.0
│ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ ├── rand_core v0.5.1
│ │ │ │ └── getrandom v0.1.16
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ └── libc v0.2.147
│ │ │ ├── serde v1.0.164 (*)
│ │ │ ├── subtle v2.4.1
│ │ │ └── zeroize v1.3.0
│ │ │ └── zeroize_derive v1.4.2 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ ├── quote v1.0.28 (*)
│ │ │ └── syn v2.0.22 (*)
│ │ ├── itertools v0.10.5
│ │ │ └── either v1.8.1
│ │ ├── lazy_static v1.4.0
│ │ ├── libc v0.2.147
│ │ ├── libsecp256k1 v0.6.0
│ │ │ ├── arrayref v0.3.7
│ │ │ ├── base64 v0.12.3
│ │ │ ├── digest v0.9.0 (*)
│ │ │ ├── hmac-drbg v0.3.0
│ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ └── hmac v0.8.1
│ │ │ │ ├── crypto-mac v0.8.0
│ │ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ │ └── subtle v2.4.1
│ │ │ │ └── digest v0.9.0 (*)
│ │ │ ├── libsecp256k1-core v0.2.2
│ │ │ │ ├── crunchy v0.2.2
│ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ └── subtle v2.4.1
│ │ │ ├── rand v0.7.3
│ │ │ │ ├── getrandom v0.1.16 (*)
│ │ │ │ ├── libc v0.2.147
│ │ │ │ ├── rand_chacha v0.2.2
│ │ │ │ │ ├── ppv-lite86 v0.2.17
│ │ │ │ │ └── rand_core v0.5.1 (*)
│ │ │ │ └── rand_core v0.5.1 (*)
│ │ │ ├── serde v1.0.164 (*)
│ │ │ ├── sha2 v0.9.9
│ │ │ │ ├── block-buffer v0.9.0
│ │ │ │ │ ├── block-padding v0.2.1
│ │ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── cpufeatures v0.2.8 (*)
│ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ └── opaque-debug v0.3.0
│ │ │ └── typenum v1.16.0
│ │ │ [build-dependencies]
│ │ │ ├── libsecp256k1-gen-ecmult v0.2.1
│ │ │ │ └── libsecp256k1-core v0.2.2 (*)
│ │ │ └── libsecp256k1-gen-genmult v0.2.1
│ │ │ └── libsecp256k1-core v0.2.2 (*)
│ │ ├── log v0.4.19
│ │ ├── memoffset v0.6.5
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.1.0
│ │ ├── num-derive v0.3.3 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ ├── quote v1.0.28 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ ├── num-traits v0.2.15
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.1.0
│ │ ├── rand v0.7.3 (*)
│ │ ├── rand_chacha v0.2.2 (*)
│ │ ├── rustversion v1.0.12 (proc-macro)
│ │ ├── serde v1.0.164 (*)
│ │ ├── serde_bytes v0.11.9
│ │ │ └── serde v1.0.164 (*)
│ │ ├── serde_derive v1.0.164 (proc-macro) (*)
│ │ ├── serde_json v1.0.99 (*)
│ │ ├── sha2 v0.10.7 (*)
│ │ ├── sha3 v0.10.8
│ │ │ ├── digest v0.10.7 (*)
│ │ │ └── keccak v0.1.4
│ │ │ └── cpufeatures v0.2.8 (*)
│ │ ├── solana-frozen-abi v1.14.17
│ │ │ ├── ahash v0.7.6 (*)
│ │ │ ├── blake3 v1.4.0 (*)
│ │ │ ├── block-buffer v0.9.0 (*)
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── bv v0.11.1 (*)
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── cc v1.0.79 (*)
│ │ │ ├── either v1.8.1
│ │ │ ├── generic-array v0.14.7 (*)
│ │ │ ├── getrandom v0.1.16 (*)
│ │ │ ├── hashbrown v0.12.3
│ │ │ │ └── ahash v0.7.6 (*)
│ │ │ ├── im v15.1.0
│ │ │ │ ├── bitmaps v2.1.0
│ │ │ │ │ └── typenum v1.16.0
│ │ │ │ ├── rand_core v0.6.4
│ │ │ │ │ └── getrandom v0.2.10 (*)
│ │ │ │ ├── rand_xoshiro v0.6.0
│ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ ├── rayon v1.7.0
│ │ │ │ │ ├── either v1.8.1
│ │ │ │ │ └── rayon-core v1.11.0
│ │ │ │ │ ├── crossbeam-channel v0.5.8
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ └── crossbeam-utils v0.8.16
│ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ ├── crossbeam-deque v0.8.3
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── crossbeam-epoch v0.9.15
│ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ ├── crossbeam-utils v0.8.16 (*)
│ │ │ │ │ │ │ ├── memoffset v0.9.0
│ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ └── scopeguard v1.1.0
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ └── crossbeam-utils v0.8.16 (*)
│ │ │ │ │ ├── crossbeam-utils v0.8.16 (*)
│ │ │ │ │ └── num_cpus v1.15.0
│ │ │ │ │ └── libc v0.2.147
│ │ │ │ ├── serde v1.0.164 (*)
│ │ │ │ ├── sized-chunks v0.6.5
│ │ │ │ │ ├── bitmaps v2.1.0 (*)
│ │ │ │ │ └── typenum v1.16.0
│ │ │ │ └── typenum v1.16.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.4
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── log v0.4.19
│ │ │ ├── memmap2 v0.5.10
│ │ │ │ └── libc v0.2.147
│ │ │ ├── once_cell v1.18.0
│ │ │ ├── rand_core v0.6.4 (*)
│ │ │ ├── serde v1.0.164 (*)
│ │ │ ├── serde_bytes v0.11.9 (*)
│ │ │ ├── serde_derive v1.0.164 (proc-macro) (*)
│ │ │ ├── serde_json v1.0.99 (*)
│ │ │ ├── sha2 v0.10.7 (*)
│ │ │ ├── solana-frozen-abi-macro v1.14.17 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── rustc_version v0.4.0
│ │ │ │ └── semver v1.0.17
│ │ │ ├── subtle v2.4.1
│ │ │ └── thiserror v1.0.40 (*)
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0 (*)
│ │ ├── solana-frozen-abi-macro v1.14.17 (proc-macro) (*)
│ │ ├── solana-sdk-macro v1.14.17 (proc-macro)
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ ├── quote v1.0.28 (*)
│ │ │ ├── rustversion v1.0.12 (proc-macro)
│ │ │ └── syn v1.0.109 (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ ├── tiny-bip39 v0.8.2
│ │ │ ├── anyhow v1.0.71
│ │ │ ├── hmac v0.8.1 (*)
│ │ │ ├── once_cell v1.18.0
│ │ │ ├── pbkdf2 v0.4.0
│ │ │ │ └── crypto-mac v0.8.0 (*)
│ │ │ ├── rand v0.7.3 (*)
│ │ │ ├── rustc-hash v1.1.0
│ │ │ ├── sha2 v0.9.9 (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── unicode-normalization v0.1.22
│ │ │ │ └── tinyvec v1.6.0
│ │ │ │ └── tinyvec_macros v0.1.1
│ │ │ └── zeroize v1.3.0 (*)
│ │ ├── wasm-bindgen v0.2.87
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── wasm-bindgen-macro v0.2.87 (proc-macro)
│ │ │ ├── quote v1.0.28 (*)
│ │ │ └── wasm-bindgen-macro-support v0.2.87
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ ├── quote v1.0.28 (*)
│ │ │ ├── syn v2.0.22 (*)
│ │ │ ├── wasm-bindgen-backend v0.2.87
│ │ │ │ ├── bumpalo v3.13.0
│ │ │ │ ├── log v0.4.19
│ │ │ │ ├── once_cell v1.18.0
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ ├── syn v2.0.22 (*)
│ │ │ │ └── wasm-bindgen-shared v0.2.87
│ │ │ └── wasm-bindgen-shared v0.2.87
│ │ └── zeroize v1.3.0 (*)
│ │ [build-dependencies]
│ │ ├── cc v1.0.79 (*)
│ │ └── rustc_version v0.4.0 (*)
│ └── thiserror v1.0.40 (*)
├── anchor-spl v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728)
│ ├── anchor-lang v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
│ ├── solana-program v1.14.17 (*)
│ ├── spl-associated-token-account v1.1.3
│ │ ├── assert_matches v1.5.0
│ │ ├── borsh v0.9.3 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── solana-program v1.14.17 (*)
│ │ ├── spl-token v3.5.0
│ │ │ ├── arrayref v0.3.7
│ │ │ ├── bytemuck v1.13.1 (*)
│ │ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ │ ├── num-traits v0.2.15 (*)
│ │ │ ├── num_enum v0.5.11
│ │ │ │ └── num_enum_derive v0.5.11 (proc-macro)
│ │ │ │ ├── proc-macro-crate v1.3.1
│ │ │ │ │ ├── once_cell v1.18.0
│ │ │ │ │ └── toml_edit v0.19.8
│ │ │ │ │ ├── indexmap v1.9.3
│ │ │ │ │ │ └── hashbrown v0.12.3 (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ ├── toml_datetime v0.6.1
│ │ │ │ │ └── winnow v0.4.1
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── solana-program v1.14.17 (*)
│ │ │ └── thiserror v1.0.40 (*)
│ │ ├── spl-token-2022 v0.6.1
│ │ │ ├── arrayref v0.3.7
│ │ │ ├── bytemuck v1.13.1 (*)
│ │ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ │ ├── num-traits v0.2.15 (*)
│ │ │ ├── num_enum v0.5.11 (*)
│ │ │ ├── solana-program v1.14.17 (*)
│ │ │ ├── solana-zk-token-sdk v1.14.17
│ │ │ │ ├── aes-gcm-siv v0.10.3
│ │ │ │ │ ├── aead v0.4.3
│ │ │ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ │ │ ├── aes v0.7.5
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── cipher v0.3.0
│ │ │ │ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ │ │ │ ├── cpufeatures v0.2.8 (*)
│ │ │ │ │ │ └── opaque-debug v0.3.0
│ │ │ │ │ ├── cipher v0.3.0 (*)
│ │ │ │ │ ├── ctr v0.8.0
│ │ │ │ │ │ └── cipher v0.3.0 (*)
│ │ │ │ │ ├── polyval v0.5.3
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── cpufeatures v0.2.8 (*)
│ │ │ │ │ │ ├── opaque-debug v0.3.0
│ │ │ │ │ │ └── universal-hash v0.4.1
│ │ │ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ │ │ └── subtle v2.4.1
│ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ └── zeroize v1.3.0 (*)
│ │ │ │ ├── arrayref v0.3.7
│ │ │ │ ├── base64 v0.13.1
│ │ │ │ ├── bincode v1.3.3 (*)
│ │ │ │ ├── bytemuck v1.13.1 (*)
│ │ │ │ ├── byteorder v1.4.3
│ │ │ │ ├── cipher v0.4.4
│ │ │ │ │ ├── crypto-common v0.1.6 (*)
│ │ │ │ │ └── inout v0.1.3
│ │ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ │ ├── curve25519-dalek v3.2.1 (*)
│ │ │ │ ├── getrandom v0.1.16 (*)
│ │ │ │ ├── itertools v0.10.5 (*)
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── merlin v3.0.0
│ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ ├── keccak v0.1.4 (*)
│ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ └── zeroize v1.3.0 (*)
│ │ │ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ ├── serde v1.0.164 (*)
│ │ │ │ ├── serde_json v1.0.99 (*)
│ │ │ │ ├── sha3 v0.9.1
│ │ │ │ │ ├── block-buffer v0.9.0 (*)
│ │ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ │ ├── keccak v0.1.4 (*)
│ │ │ │ │ └── opaque-debug v0.3.0
│ │ │ │ ├── solana-program v1.14.17 (*)
│ │ │ │ ├── solana-sdk v1.14.17
│ │ │ │ │ ├── assert_matches v1.5.0
│ │ │ │ │ ├── base64 v0.13.1
│ │ │ │ │ ├── bincode v1.3.3 (*)
│ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ ├── borsh v0.9.3 (*)
│ │ │ │ │ ├── bs58 v0.4.0
│ │ │ │ │ ├── bytemuck v1.13.1 (*)
│ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ ├── chrono v0.4.26
│ │ │ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ │ ├── derivation-path v0.2.0
│ │ │ │ │ ├── digest v0.10.7 (*)
│ │ │ │ │ ├── ed25519-dalek v1.0.1
│ │ │ │ │ │ ├── curve25519-dalek v3.2.1 (*)
│ │ │ │ │ │ ├── ed25519 v1.5.3
│ │ │ │ │ │ │ └── signature v1.6.4
│ │ │ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ │ │ ├── serde v1.0.164 (*)
│ │ │ │ │ │ ├── sha2 v0.9.9 (*)
│ │ │ │ │ │ └── zeroize v1.3.0 (*)
│ │ │ │ │ ├── ed25519-dalek-bip32 v0.2.0
│ │ │ │ │ │ ├── derivation-path v0.2.0
│ │ │ │ │ │ ├── ed25519-dalek v1.0.1 (*)
│ │ │ │ │ │ ├── hmac v0.12.1
│ │ │ │ │ │ │ └── digest v0.10.7 (*)
│ │ │ │ │ │ └── sha2 v0.10.7 (*)
│ │ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ │ ├── hmac v0.12.1 (*)
│ │ │ │ │ ├── itertools v0.10.5 (*)
│ │ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ │ ├── libsecp256k1 v0.6.0 (*)
│ │ │ │ │ ├── log v0.4.19
│ │ │ │ │ ├── memmap2 v0.5.10 (*)
│ │ │ │ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ ├── pbkdf2 v0.11.0
│ │ │ │ │ │ └── digest v0.10.7 (*)
│ │ │ │ │ ├── qstring v0.7.2
│ │ │ │ │ │ └── percent-encoding v2.3.0
│ │ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ │ ├── rand_chacha v0.2.2 (*)
│ │ │ │ │ ├── rustversion v1.0.12 (proc-macro)
│ │ │ │ │ ├── serde v1.0.164 (*)
│ │ │ │ │ ├── serde_bytes v0.11.9 (*)
│ │ │ │ │ ├── serde_derive v1.0.164 (proc-macro) (*)
│ │ │ │ │ ├── serde_json v1.0.99 (*)
│ │ │ │ │ ├── sha2 v0.10.7 (*)
│ │ │ │ │ ├── sha3 v0.10.8 (*)
│ │ │ │ │ ├── solana-frozen-abi v1.14.17 (*)
│ │ │ │ │ ├── solana-frozen-abi-macro v1.14.17 (proc-macro) (*)
│ │ │ │ │ ├── solana-logger v1.14.17
│ │ │ │ │ │ ├── env_logger v0.9.3
│ │ │ │ │ │ │ ├── atty v0.2.14
│ │ │ │ │ │ │ │ └── libc v0.2.147
│ │ │ │ │ │ │ ├── humantime v2.1.0
│ │ │ │ │ │ │ ├── log v0.4.19
│ │ │ │ │ │ │ ├── regex v1.8.4 (*)
│ │ │ │ │ │ │ └── termcolor v1.2.0
│ │ │ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ │ │ └── log v0.4.19
│ │ │ │ │ ├── solana-program v1.14.17 (*)
│ │ │ │ │ ├── solana-sdk-macro v1.14.17 (proc-macro) (*)
│ │ │ │ │ ├── thiserror v1.0.40 (*)
│ │ │ │ │ ├── uriparse v0.6.4
│ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ └── lazy_static v1.4.0
│ │ │ │ │ └── wasm-bindgen v0.2.87 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── rustc_version v0.4.0 (*)
│ │ │ │ ├── subtle v2.4.1
│ │ │ │ ├── thiserror v1.0.40 (*)
│ │ │ │ └── zeroize v1.3.0 (*)
│ │ │ ├── spl-memo v3.0.1
│ │ │ │ └── solana-program v1.14.17 (*)
│ │ │ ├── spl-token v3.5.0 (*)
│ │ │ └── thiserror v1.0.40 (*)
│ │ └── thiserror v1.0.40 (*)
│ ├── spl-token v3.5.0 (*)
│ └── spl-token-2022 v0.6.1 (*)
├── marinade-cpi v0.3.0
│ ├── anchor-gen v0.3.1
│ │ ├── anchor-generate-cpi-crate v0.3.1 (proc-macro)
│ │ │ ├── anchor-idl v0.3.1
│ │ │ │ ├── anchor-syn v0.24.2
│ │ │ │ │ ├── anyhow v1.0.71
│ │ │ │ │ ├── bs58 v0.3.1
│ │ │ │ │ ├── heck v0.3.3 (*)
│ │ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ │ ├── proc-macro2-diagnostics v0.9.1
│ │ │ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ │ │ ├── syn v1.0.109 (*)
│ │ │ │ │ │ └── yansi v0.5.1
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── version_check v0.9.4
│ │ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ │ ├── serde v1.0.164 (*)
│ │ │ │ │ ├── serde_json v1.0.99 (*)
│ │ │ │ │ ├── sha2 v0.9.9 (*)
│ │ │ │ │ ├── syn v1.0.109 (*)
│ │ │ │ │ └── thiserror v1.0.40 (*)
│ │ │ │ ├── darling v0.14.4
│ │ │ │ │ ├── darling_core v0.14.4
│ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ ├── ident_case v1.0.1
│ │ │ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ │ │ ├── strsim v0.10.0
│ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ └── darling_macro v0.14.4 (proc-macro)
│ │ │ │ │ ├── darling_core v0.14.4 (*)
│ │ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ ├── heck v0.4.1
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ ├── serde_json v1.0.99 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ └── anchor-generate-cpi-interface v0.3.1 (proc-macro)
│ │ ├── anchor-idl v0.3.1 (*)
│ │ ├── darling v0.14.4 (*)
│ │ └── syn v1.0.109 (*)
│ └── anchor-lang v0.28.0
│ ├── anchor-attribute-access-control v0.28.0 (proc-macro)
│ │ ├── anchor-syn v0.28.0
│ │ │ ├── anyhow v1.0.71
│ │ │ ├── bs58 v0.5.0
│ │ │ ├── heck v0.3.3 (*)
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ ├── quote v1.0.28 (*)
│ │ │ ├── serde v1.0.164 (*)
│ │ │ ├── serde_json v1.0.99 (*)
│ │ │ ├── sha2 v0.10.7 (*)
│ │ │ ├── syn v1.0.109 (*)
│ │ │ └── thiserror v1.0.40 (*)
│ │ ├── anyhow v1.0.71
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ ├── regex v1.8.4 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-account v0.28.0 (proc-macro)
│ │ ├── anchor-syn v0.28.0 (*)
│ │ ├── anyhow v1.0.71
│ │ ├── bs58 v0.5.0
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ ├── rustversion v1.0.12 (proc-macro)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-constant v0.28.0 (proc-macro)
│ │ ├── anchor-syn v0.28.0 (*)
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-error v0.28.0 (proc-macro)
│ │ ├── anchor-syn v0.28.0 (*)
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-event v0.28.0 (proc-macro)
│ │ ├── anchor-syn v0.28.0 (*)
│ │ ├── anyhow v1.0.71
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-attribute-program v0.28.0 (proc-macro)
│ │ ├── anchor-syn v0.28.0 (*)
│ │ ├── anyhow v1.0.71
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-derive-accounts v0.28.0 (proc-macro)
│ │ ├── anchor-syn v0.28.0 (*)
│ │ ├── anyhow v1.0.71
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── anchor-derive-space v0.28.0 (proc-macro)
│ │ ├── proc-macro2 v1.0.63 (*)
│ │ ├── quote v1.0.28 (*)
│ │ └── syn v1.0.109 (*)
│ ├── arrayref v0.3.7
│ ├── base64 v0.13.1
│ ├── bincode v1.3.3 (*)
│ ├── borsh v0.9.3 (*)
│ ├── bytemuck v1.13.1 (*)
│ ├── getrandom v0.2.10 (*)
│ ├── solana-program v1.14.17 (*)
│ └── thiserror v1.0.40 (*)
└── sunrise_beam v0.1.0 (/Users/daniel/code/sunrise-stake/beam/programs/sunrise_beam)
├── anchor-lang v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
└── anchor-spl v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
marinade-lp-beam v0.1.0 (/Users/daniel/code/sunrise-stake/beam/programs/marinade-lp-beam)
├── anchor-lang v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
├── anchor-spl v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
├── marinade-cpi v0.3.0 (*)
└── sunrise_beam v0.1.0 (/Users/daniel/code/sunrise-stake/beam/programs/sunrise_beam) (*)
spl-beam v0.1.0 (/Users/daniel/code/sunrise-stake/beam/programs/spl-beam)
├── anchor-lang v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
├── anchor-spl v0.28.0 (https://github.com/coral-xyz/anchor#29b8a728) (*)
├── spl-stake-pool v0.6.4
│ ├── arrayref v0.3.7
│ ├── bincode v1.3.3 (*)
│ ├── borsh v0.9.3 (*)
│ ├── num-derive v0.3.3 (proc-macro) (*)
│ ├── num-traits v0.2.15 (*)
│ ├── num_enum v0.5.11 (*)
│ ├── serde v1.0.164 (*)
│ ├── serde_derive v1.0.164 (proc-macro) (*)
│ ├── solana-program v1.14.17 (*)
│ ├── spl-math v0.1.0
│ │ ├── borsh v0.7.2
│ │ │ └── borsh-derive v0.7.2 (proc-macro)
│ │ │ ├── borsh-derive-internal v0.7.2
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── borsh-schema-derive-internal v0.7.2
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ ├── borsh-derive v0.8.2 (proc-macro)
│ │ │ ├── borsh-derive-internal v0.8.2
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── borsh-schema-derive-internal v0.8.2
│ │ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ │ ├── quote v1.0.28 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── proc-macro-crate v0.1.5 (*)
│ │ │ ├── proc-macro2 v1.0.63 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── solana-program v1.14.17 (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ └── uint v0.8.5
│ │ ├── byteorder v1.4.3
│ │ ├── crunchy v0.2.2
│ │ ├── rustc-hex v2.1.0
│ │ └── static_assertions v1.1.0
│ ├── spl-token v3.5.0 (*)
│ └── thiserror v1.0.40 (*)
└── sunrise_beam v0.1.0 (/Users/daniel/code/sunrise-stake/beam/programs/sunrise_beam) (*)
sunrise_beam v0.1.0 (/Users/daniel/code/sunrise-stake/beam/programs/sunrise_beam) (*)