obcrypt-cli 0.1.0__py3-none-win_amd64.whl

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,2707 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:8cc36410-1a9a-405c-b017-0ccddbdda5bc",
6
+ "metadata": {
7
+ "timestamp": "2026-05-23T19:21:33.404355000Z",
8
+ "tools": [
9
+ {
10
+ "vendor": "CycloneDX",
11
+ "name": "cargo-cyclonedx",
12
+ "version": "0.5.9"
13
+ }
14
+ ],
15
+ "authors": [
16
+ {
17
+ "name": "Bojan Đuričković"
18
+ }
19
+ ],
20
+ "component": {
21
+ "type": "application",
22
+ "bom-ref": "path+file:///D:/a/oboron-tools-rs/oboron-tools-rs/obcrypt-cli#0.1.0",
23
+ "author": "Bojan Đuričković",
24
+ "name": "obcrypt-cli",
25
+ "version": "0.1.0",
26
+ "description": "Command-line interface for obcrypt — bytes-in/bytes-out symmetric encryption (oboron protocol, a-tier + u-tier). Produces the `obcrypt` binary.",
27
+ "scope": "required",
28
+ "licenses": [
29
+ {
30
+ "expression": "MIT"
31
+ }
32
+ ],
33
+ "purl": "pkg:cargo/obcrypt-cli@0.1.0?download_url=file://.",
34
+ "externalReferences": [
35
+ {
36
+ "type": "documentation",
37
+ "url": "https://oboron.org/"
38
+ },
39
+ {
40
+ "type": "website",
41
+ "url": "https://oboron.org/"
42
+ },
43
+ {
44
+ "type": "vcs",
45
+ "url": "https://gitlab.com/oboron/oboron-tools-rs"
46
+ }
47
+ ],
48
+ "components": [
49
+ {
50
+ "type": "application",
51
+ "bom-ref": "path+file:///D:/a/oboron-tools-rs/oboron-tools-rs/obcrypt-cli#0.1.0 bin-target-0",
52
+ "name": "obcrypt",
53
+ "version": "0.1.0",
54
+ "purl": "pkg:cargo/obcrypt-cli@0.1.0?download_url=file://.#src/main.rs"
55
+ }
56
+ ]
57
+ },
58
+ "properties": [
59
+ {
60
+ "name": "cdx:rustc:sbom:target:all_targets",
61
+ "value": "true"
62
+ }
63
+ ]
64
+ },
65
+ "components": [
66
+ {
67
+ "type": "library",
68
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2",
69
+ "author": "RustCrypto Developers",
70
+ "name": "aead",
71
+ "version": "0.5.2",
72
+ "description": "Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API ",
73
+ "scope": "required",
74
+ "hashes": [
75
+ {
76
+ "alg": "SHA-256",
77
+ "content": "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
78
+ }
79
+ ],
80
+ "licenses": [
81
+ {
82
+ "expression": "MIT OR Apache-2.0"
83
+ }
84
+ ],
85
+ "purl": "pkg:cargo/aead@0.5.2",
86
+ "externalReferences": [
87
+ {
88
+ "type": "documentation",
89
+ "url": "https://docs.rs/aead"
90
+ },
91
+ {
92
+ "type": "vcs",
93
+ "url": "https://github.com/RustCrypto/traits"
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "type": "library",
99
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aes-gcm-siv@0.11.1",
100
+ "author": "RustCrypto Developers",
101
+ "name": "aes-gcm-siv",
102
+ "version": "0.11.1",
103
+ "description": "Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 8452) with optional architecture-specific hardware acceleration ",
104
+ "scope": "required",
105
+ "hashes": [
106
+ {
107
+ "alg": "SHA-256",
108
+ "content": "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d"
109
+ }
110
+ ],
111
+ "licenses": [
112
+ {
113
+ "expression": "MIT OR Apache-2.0"
114
+ }
115
+ ],
116
+ "purl": "pkg:cargo/aes-gcm-siv@0.11.1",
117
+ "externalReferences": [
118
+ {
119
+ "type": "documentation",
120
+ "url": "https://docs.rs/aes-gcm-siv"
121
+ },
122
+ {
123
+ "type": "vcs",
124
+ "url": "https://github.com/RustCrypto/AEADs"
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "type": "library",
130
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aes-siv@0.7.0",
131
+ "author": "RustCrypto Developers",
132
+ "name": "aes-siv",
133
+ "version": "0.7.0",
134
+ "description": "Pure Rust implementation of the AES-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 5297) with optional architecture-specific hardware acceleration ",
135
+ "scope": "required",
136
+ "hashes": [
137
+ {
138
+ "alg": "SHA-256",
139
+ "content": "7e08d0cdb774acd1e4dac11478b1a0c0d203134b2aab0ba25eb430de9b18f8b9"
140
+ }
141
+ ],
142
+ "licenses": [
143
+ {
144
+ "expression": "Apache-2.0 OR MIT"
145
+ }
146
+ ],
147
+ "purl": "pkg:cargo/aes-siv@0.7.0",
148
+ "externalReferences": [
149
+ {
150
+ "type": "documentation",
151
+ "url": "https://docs.rs/aes-siv"
152
+ },
153
+ {
154
+ "type": "vcs",
155
+ "url": "https://github.com/RustCrypto/AEADs"
156
+ }
157
+ ]
158
+ },
159
+ {
160
+ "type": "library",
161
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
162
+ "author": "RustCrypto Developers",
163
+ "name": "aes",
164
+ "version": "0.8.4",
165
+ "description": "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)",
166
+ "scope": "required",
167
+ "hashes": [
168
+ {
169
+ "alg": "SHA-256",
170
+ "content": "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
171
+ }
172
+ ],
173
+ "licenses": [
174
+ {
175
+ "expression": "MIT OR Apache-2.0"
176
+ }
177
+ ],
178
+ "purl": "pkg:cargo/aes@0.8.4",
179
+ "externalReferences": [
180
+ {
181
+ "type": "documentation",
182
+ "url": "https://docs.rs/aes"
183
+ },
184
+ {
185
+ "type": "vcs",
186
+ "url": "https://github.com/RustCrypto/block-ciphers"
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "type": "library",
192
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
193
+ "name": "anstream",
194
+ "version": "1.0.0",
195
+ "description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
196
+ "scope": "required",
197
+ "hashes": [
198
+ {
199
+ "alg": "SHA-256",
200
+ "content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
201
+ }
202
+ ],
203
+ "licenses": [
204
+ {
205
+ "expression": "MIT OR Apache-2.0"
206
+ }
207
+ ],
208
+ "purl": "pkg:cargo/anstream@1.0.0",
209
+ "externalReferences": [
210
+ {
211
+ "type": "vcs",
212
+ "url": "https://github.com/rust-cli/anstyle.git"
213
+ }
214
+ ]
215
+ },
216
+ {
217
+ "type": "library",
218
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
219
+ "name": "anstyle-parse",
220
+ "version": "1.0.0",
221
+ "description": "Parse ANSI Style Escapes",
222
+ "scope": "required",
223
+ "hashes": [
224
+ {
225
+ "alg": "SHA-256",
226
+ "content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
227
+ }
228
+ ],
229
+ "licenses": [
230
+ {
231
+ "expression": "MIT OR Apache-2.0"
232
+ }
233
+ ],
234
+ "purl": "pkg:cargo/anstyle-parse@1.0.0",
235
+ "externalReferences": [
236
+ {
237
+ "type": "vcs",
238
+ "url": "https://github.com/rust-cli/anstyle.git"
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "type": "library",
244
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
245
+ "name": "anstyle-query",
246
+ "version": "1.1.5",
247
+ "description": "Look up colored console capabilities",
248
+ "scope": "required",
249
+ "hashes": [
250
+ {
251
+ "alg": "SHA-256",
252
+ "content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
253
+ }
254
+ ],
255
+ "licenses": [
256
+ {
257
+ "expression": "MIT OR Apache-2.0"
258
+ }
259
+ ],
260
+ "purl": "pkg:cargo/anstyle-query@1.1.5",
261
+ "externalReferences": [
262
+ {
263
+ "type": "vcs",
264
+ "url": "https://github.com/rust-cli/anstyle.git"
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "type": "library",
270
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
271
+ "name": "anstyle-wincon",
272
+ "version": "3.0.11",
273
+ "description": "Styling legacy Windows terminals",
274
+ "scope": "required",
275
+ "hashes": [
276
+ {
277
+ "alg": "SHA-256",
278
+ "content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
279
+ }
280
+ ],
281
+ "licenses": [
282
+ {
283
+ "expression": "MIT OR Apache-2.0"
284
+ }
285
+ ],
286
+ "purl": "pkg:cargo/anstyle-wincon@3.0.11",
287
+ "externalReferences": [
288
+ {
289
+ "type": "vcs",
290
+ "url": "https://github.com/rust-cli/anstyle.git"
291
+ }
292
+ ]
293
+ },
294
+ {
295
+ "type": "library",
296
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
297
+ "name": "anstyle",
298
+ "version": "1.0.14",
299
+ "description": "ANSI text styling",
300
+ "scope": "required",
301
+ "hashes": [
302
+ {
303
+ "alg": "SHA-256",
304
+ "content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
305
+ }
306
+ ],
307
+ "licenses": [
308
+ {
309
+ "expression": "MIT OR Apache-2.0"
310
+ }
311
+ ],
312
+ "purl": "pkg:cargo/anstyle@1.0.14",
313
+ "externalReferences": [
314
+ {
315
+ "type": "vcs",
316
+ "url": "https://github.com/rust-cli/anstyle.git"
317
+ }
318
+ ]
319
+ },
320
+ {
321
+ "type": "library",
322
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
323
+ "author": "David Tolnay <dtolnay@gmail.com>",
324
+ "name": "anyhow",
325
+ "version": "1.0.102",
326
+ "description": "Flexible concrete Error type built on std::error::Error",
327
+ "scope": "required",
328
+ "hashes": [
329
+ {
330
+ "alg": "SHA-256",
331
+ "content": "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
332
+ }
333
+ ],
334
+ "licenses": [
335
+ {
336
+ "expression": "MIT OR Apache-2.0"
337
+ }
338
+ ],
339
+ "purl": "pkg:cargo/anyhow@1.0.102",
340
+ "externalReferences": [
341
+ {
342
+ "type": "documentation",
343
+ "url": "https://docs.rs/anyhow"
344
+ },
345
+ {
346
+ "type": "vcs",
347
+ "url": "https://github.com/dtolnay/anyhow"
348
+ }
349
+ ]
350
+ },
351
+ {
352
+ "type": "library",
353
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
354
+ "author": "RustCrypto Developers",
355
+ "name": "block-buffer",
356
+ "version": "0.10.4",
357
+ "description": "Buffer type for block processing of data",
358
+ "scope": "required",
359
+ "hashes": [
360
+ {
361
+ "alg": "SHA-256",
362
+ "content": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
363
+ }
364
+ ],
365
+ "licenses": [
366
+ {
367
+ "expression": "MIT OR Apache-2.0"
368
+ }
369
+ ],
370
+ "purl": "pkg:cargo/block-buffer@0.10.4",
371
+ "externalReferences": [
372
+ {
373
+ "type": "documentation",
374
+ "url": "https://docs.rs/block-buffer"
375
+ },
376
+ {
377
+ "type": "vcs",
378
+ "url": "https://github.com/RustCrypto/utils"
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "type": "library",
384
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
385
+ "author": "RustCrypto Developers",
386
+ "name": "block-padding",
387
+ "version": "0.3.3",
388
+ "description": "Padding and unpadding of messages divided into blocks.",
389
+ "scope": "required",
390
+ "hashes": [
391
+ {
392
+ "alg": "SHA-256",
393
+ "content": "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
394
+ }
395
+ ],
396
+ "licenses": [
397
+ {
398
+ "expression": "MIT OR Apache-2.0"
399
+ }
400
+ ],
401
+ "purl": "pkg:cargo/block-padding@0.3.3",
402
+ "externalReferences": [
403
+ {
404
+ "type": "documentation",
405
+ "url": "https://docs.rs/block-padding"
406
+ },
407
+ {
408
+ "type": "vcs",
409
+ "url": "https://github.com/RustCrypto/utils"
410
+ }
411
+ ]
412
+ },
413
+ {
414
+ "type": "library",
415
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2",
416
+ "author": "RustCrypto Developers",
417
+ "name": "cbc",
418
+ "version": "0.1.2",
419
+ "description": "Cipher Block Chaining (CBC) block cipher mode of operation",
420
+ "scope": "required",
421
+ "hashes": [
422
+ {
423
+ "alg": "SHA-256",
424
+ "content": "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
425
+ }
426
+ ],
427
+ "licenses": [
428
+ {
429
+ "expression": "MIT OR Apache-2.0"
430
+ }
431
+ ],
432
+ "purl": "pkg:cargo/cbc@0.1.2",
433
+ "externalReferences": [
434
+ {
435
+ "type": "documentation",
436
+ "url": "https://docs.rs/cbc"
437
+ },
438
+ {
439
+ "type": "vcs",
440
+ "url": "https://github.com/RustCrypto/block-modes"
441
+ }
442
+ ]
443
+ },
444
+ {
445
+ "type": "library",
446
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
447
+ "author": "Alex Crichton <alex@alexcrichton.com>",
448
+ "name": "cfg-if",
449
+ "version": "1.0.4",
450
+ "description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ",
451
+ "scope": "required",
452
+ "hashes": [
453
+ {
454
+ "alg": "SHA-256",
455
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
456
+ }
457
+ ],
458
+ "licenses": [
459
+ {
460
+ "expression": "MIT OR Apache-2.0"
461
+ }
462
+ ],
463
+ "purl": "pkg:cargo/cfg-if@1.0.4",
464
+ "externalReferences": [
465
+ {
466
+ "type": "vcs",
467
+ "url": "https://github.com/rust-lang/cfg-if"
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "type": "library",
473
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
474
+ "author": "RustCrypto Developers",
475
+ "name": "cipher",
476
+ "version": "0.4.4",
477
+ "description": "Traits for describing block ciphers and stream ciphers",
478
+ "scope": "required",
479
+ "hashes": [
480
+ {
481
+ "alg": "SHA-256",
482
+ "content": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
483
+ }
484
+ ],
485
+ "licenses": [
486
+ {
487
+ "expression": "MIT OR Apache-2.0"
488
+ }
489
+ ],
490
+ "purl": "pkg:cargo/cipher@0.4.4",
491
+ "externalReferences": [
492
+ {
493
+ "type": "documentation",
494
+ "url": "https://docs.rs/cipher"
495
+ },
496
+ {
497
+ "type": "vcs",
498
+ "url": "https://github.com/RustCrypto/traits"
499
+ }
500
+ ]
501
+ },
502
+ {
503
+ "type": "library",
504
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
505
+ "name": "clap",
506
+ "version": "4.6.1",
507
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
508
+ "scope": "required",
509
+ "hashes": [
510
+ {
511
+ "alg": "SHA-256",
512
+ "content": "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
513
+ }
514
+ ],
515
+ "licenses": [
516
+ {
517
+ "expression": "MIT OR Apache-2.0"
518
+ }
519
+ ],
520
+ "purl": "pkg:cargo/clap@4.6.1",
521
+ "externalReferences": [
522
+ {
523
+ "type": "vcs",
524
+ "url": "https://github.com/clap-rs/clap"
525
+ }
526
+ ]
527
+ },
528
+ {
529
+ "type": "library",
530
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
531
+ "name": "clap_builder",
532
+ "version": "4.6.0",
533
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
534
+ "scope": "required",
535
+ "hashes": [
536
+ {
537
+ "alg": "SHA-256",
538
+ "content": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
539
+ }
540
+ ],
541
+ "licenses": [
542
+ {
543
+ "expression": "MIT OR Apache-2.0"
544
+ }
545
+ ],
546
+ "purl": "pkg:cargo/clap_builder@4.6.0",
547
+ "externalReferences": [
548
+ {
549
+ "type": "vcs",
550
+ "url": "https://github.com/clap-rs/clap"
551
+ }
552
+ ]
553
+ },
554
+ {
555
+ "type": "library",
556
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_complete@4.6.5",
557
+ "name": "clap_complete",
558
+ "version": "4.6.5",
559
+ "description": "Generate shell completion scripts for your clap::Command",
560
+ "scope": "required",
561
+ "hashes": [
562
+ {
563
+ "alg": "SHA-256",
564
+ "content": "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772"
565
+ }
566
+ ],
567
+ "licenses": [
568
+ {
569
+ "expression": "MIT OR Apache-2.0"
570
+ }
571
+ ],
572
+ "purl": "pkg:cargo/clap_complete@4.6.5",
573
+ "externalReferences": [
574
+ {
575
+ "type": "vcs",
576
+ "url": "https://github.com/clap-rs/clap"
577
+ }
578
+ ]
579
+ },
580
+ {
581
+ "type": "library",
582
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
583
+ "name": "clap_derive",
584
+ "version": "4.6.1",
585
+ "description": "Parse command line argument by defining a struct, derive crate.",
586
+ "scope": "required",
587
+ "hashes": [
588
+ {
589
+ "alg": "SHA-256",
590
+ "content": "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
591
+ }
592
+ ],
593
+ "licenses": [
594
+ {
595
+ "expression": "MIT OR Apache-2.0"
596
+ }
597
+ ],
598
+ "purl": "pkg:cargo/clap_derive@4.6.1",
599
+ "externalReferences": [
600
+ {
601
+ "type": "vcs",
602
+ "url": "https://github.com/clap-rs/clap"
603
+ }
604
+ ]
605
+ },
606
+ {
607
+ "type": "library",
608
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
609
+ "name": "clap_lex",
610
+ "version": "1.1.0",
611
+ "description": "Minimal, flexible command line parser",
612
+ "scope": "required",
613
+ "hashes": [
614
+ {
615
+ "alg": "SHA-256",
616
+ "content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
617
+ }
618
+ ],
619
+ "licenses": [
620
+ {
621
+ "expression": "MIT OR Apache-2.0"
622
+ }
623
+ ],
624
+ "purl": "pkg:cargo/clap_lex@1.1.0",
625
+ "externalReferences": [
626
+ {
627
+ "type": "vcs",
628
+ "url": "https://github.com/clap-rs/clap"
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "type": "library",
634
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cmac@0.7.2",
635
+ "author": "RustCrypto Developers",
636
+ "name": "cmac",
637
+ "version": "0.7.2",
638
+ "description": "Generic implementation of Cipher-based Message Authentication Code",
639
+ "scope": "required",
640
+ "hashes": [
641
+ {
642
+ "alg": "SHA-256",
643
+ "content": "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa"
644
+ }
645
+ ],
646
+ "licenses": [
647
+ {
648
+ "expression": "MIT OR Apache-2.0"
649
+ }
650
+ ],
651
+ "purl": "pkg:cargo/cmac@0.7.2",
652
+ "externalReferences": [
653
+ {
654
+ "type": "documentation",
655
+ "url": "https://docs.rs/cmac"
656
+ },
657
+ {
658
+ "type": "vcs",
659
+ "url": "https://github.com/RustCrypto/MACs"
660
+ }
661
+ ]
662
+ },
663
+ {
664
+ "type": "library",
665
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
666
+ "name": "colorchoice",
667
+ "version": "1.0.5",
668
+ "description": "Global override of color control",
669
+ "scope": "required",
670
+ "hashes": [
671
+ {
672
+ "alg": "SHA-256",
673
+ "content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
674
+ }
675
+ ],
676
+ "licenses": [
677
+ {
678
+ "expression": "MIT OR Apache-2.0"
679
+ }
680
+ ],
681
+ "purl": "pkg:cargo/colorchoice@1.0.5",
682
+ "externalReferences": [
683
+ {
684
+ "type": "vcs",
685
+ "url": "https://github.com/rust-cli/anstyle.git"
686
+ }
687
+ ]
688
+ },
689
+ {
690
+ "type": "library",
691
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
692
+ "author": "RustCrypto Developers",
693
+ "name": "cpufeatures",
694
+ "version": "0.2.17",
695
+ "description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ",
696
+ "scope": "required",
697
+ "hashes": [
698
+ {
699
+ "alg": "SHA-256",
700
+ "content": "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
701
+ }
702
+ ],
703
+ "licenses": [
704
+ {
705
+ "expression": "MIT OR Apache-2.0"
706
+ }
707
+ ],
708
+ "purl": "pkg:cargo/cpufeatures@0.2.17",
709
+ "externalReferences": [
710
+ {
711
+ "type": "documentation",
712
+ "url": "https://docs.rs/cpufeatures"
713
+ },
714
+ {
715
+ "type": "vcs",
716
+ "url": "https://github.com/RustCrypto/utils"
717
+ }
718
+ ]
719
+ },
720
+ {
721
+ "type": "library",
722
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
723
+ "author": "RustCrypto Developers",
724
+ "name": "crypto-common",
725
+ "version": "0.1.7",
726
+ "description": "Common cryptographic traits",
727
+ "scope": "required",
728
+ "hashes": [
729
+ {
730
+ "alg": "SHA-256",
731
+ "content": "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
732
+ }
733
+ ],
734
+ "licenses": [
735
+ {
736
+ "expression": "MIT OR Apache-2.0"
737
+ }
738
+ ],
739
+ "purl": "pkg:cargo/crypto-common@0.1.7",
740
+ "externalReferences": [
741
+ {
742
+ "type": "documentation",
743
+ "url": "https://docs.rs/crypto-common"
744
+ },
745
+ {
746
+ "type": "vcs",
747
+ "url": "https://github.com/RustCrypto/traits"
748
+ }
749
+ ]
750
+ },
751
+ {
752
+ "type": "library",
753
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.2",
754
+ "author": "RustCrypto Developers",
755
+ "name": "ctr",
756
+ "version": "0.9.2",
757
+ "description": "CTR block modes of operation",
758
+ "scope": "required",
759
+ "hashes": [
760
+ {
761
+ "alg": "SHA-256",
762
+ "content": "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
763
+ }
764
+ ],
765
+ "licenses": [
766
+ {
767
+ "expression": "MIT OR Apache-2.0"
768
+ }
769
+ ],
770
+ "purl": "pkg:cargo/ctr@0.9.2",
771
+ "externalReferences": [
772
+ {
773
+ "type": "documentation",
774
+ "url": "https://docs.rs/ctr"
775
+ },
776
+ {
777
+ "type": "vcs",
778
+ "url": "https://github.com/RustCrypto/block-modes"
779
+ }
780
+ ]
781
+ },
782
+ {
783
+ "type": "library",
784
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0",
785
+ "author": "Julien Cretin <git@ia0.eu>",
786
+ "name": "data-encoding",
787
+ "version": "2.11.0",
788
+ "description": "Efficient and customizable data-encoding functions like base64, base32, and hex",
789
+ "scope": "required",
790
+ "hashes": [
791
+ {
792
+ "alg": "SHA-256",
793
+ "content": "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
794
+ }
795
+ ],
796
+ "licenses": [
797
+ {
798
+ "expression": "MIT"
799
+ }
800
+ ],
801
+ "purl": "pkg:cargo/data-encoding@2.11.0",
802
+ "externalReferences": [
803
+ {
804
+ "type": "documentation",
805
+ "url": "https://docs.rs/data-encoding"
806
+ },
807
+ {
808
+ "type": "vcs",
809
+ "url": "https://github.com/ia0/data-encoding"
810
+ }
811
+ ]
812
+ },
813
+ {
814
+ "type": "library",
815
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dbl@0.3.2",
816
+ "author": "RustCrypto Developers",
817
+ "name": "dbl",
818
+ "version": "0.3.2",
819
+ "description": "Double operation in Galois Field (GF)",
820
+ "scope": "required",
821
+ "hashes": [
822
+ {
823
+ "alg": "SHA-256",
824
+ "content": "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9"
825
+ }
826
+ ],
827
+ "licenses": [
828
+ {
829
+ "expression": "MIT OR Apache-2.0"
830
+ }
831
+ ],
832
+ "purl": "pkg:cargo/dbl@0.3.2",
833
+ "externalReferences": [
834
+ {
835
+ "type": "documentation",
836
+ "url": "https://docs.rs/dbl"
837
+ },
838
+ {
839
+ "type": "vcs",
840
+ "url": "https://github.com/RustCrypto/utils"
841
+ }
842
+ ]
843
+ },
844
+ {
845
+ "type": "library",
846
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
847
+ "author": "RustCrypto Developers",
848
+ "name": "digest",
849
+ "version": "0.10.7",
850
+ "description": "Traits for cryptographic hash functions and message authentication codes",
851
+ "scope": "required",
852
+ "hashes": [
853
+ {
854
+ "alg": "SHA-256",
855
+ "content": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
856
+ }
857
+ ],
858
+ "licenses": [
859
+ {
860
+ "expression": "MIT OR Apache-2.0"
861
+ }
862
+ ],
863
+ "purl": "pkg:cargo/digest@0.10.7",
864
+ "externalReferences": [
865
+ {
866
+ "type": "documentation",
867
+ "url": "https://docs.rs/digest"
868
+ },
869
+ {
870
+ "type": "vcs",
871
+ "url": "https://github.com/RustCrypto/traits"
872
+ }
873
+ ]
874
+ },
875
+ {
876
+ "type": "library",
877
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.4.1",
878
+ "author": "Simon Ochsenreither <simon@ochsenreither.de>",
879
+ "name": "dirs-sys",
880
+ "version": "0.4.1",
881
+ "description": "System-level helper functions for the dirs and directories crates.",
882
+ "scope": "required",
883
+ "hashes": [
884
+ {
885
+ "alg": "SHA-256",
886
+ "content": "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
887
+ }
888
+ ],
889
+ "licenses": [
890
+ {
891
+ "expression": "MIT OR Apache-2.0"
892
+ }
893
+ ],
894
+ "purl": "pkg:cargo/dirs-sys@0.4.1",
895
+ "externalReferences": [
896
+ {
897
+ "type": "vcs",
898
+ "url": "https://github.com/dirs-dev/dirs-sys-rs"
899
+ }
900
+ ]
901
+ },
902
+ {
903
+ "type": "library",
904
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dirs@5.0.1",
905
+ "author": "Simon Ochsenreither <simon@ochsenreither.de>",
906
+ "name": "dirs",
907
+ "version": "5.0.1",
908
+ "description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.",
909
+ "scope": "required",
910
+ "hashes": [
911
+ {
912
+ "alg": "SHA-256",
913
+ "content": "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
914
+ }
915
+ ],
916
+ "licenses": [
917
+ {
918
+ "expression": "MIT OR Apache-2.0"
919
+ }
920
+ ],
921
+ "purl": "pkg:cargo/dirs@5.0.1",
922
+ "externalReferences": [
923
+ {
924
+ "type": "vcs",
925
+ "url": "https://github.com/soc/dirs-rs"
926
+ }
927
+ ]
928
+ },
929
+ {
930
+ "type": "library",
931
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
932
+ "author": "Bartłomiej Kamiński <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com>",
933
+ "name": "generic-array",
934
+ "version": "0.14.7",
935
+ "description": "Generic types implementing functionality of arrays",
936
+ "scope": "required",
937
+ "hashes": [
938
+ {
939
+ "alg": "SHA-256",
940
+ "content": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
941
+ }
942
+ ],
943
+ "licenses": [
944
+ {
945
+ "expression": "MIT"
946
+ }
947
+ ],
948
+ "purl": "pkg:cargo/generic-array@0.14.7",
949
+ "externalReferences": [
950
+ {
951
+ "type": "documentation",
952
+ "url": "http://fizyk20.github.io/generic-array/generic_array/"
953
+ },
954
+ {
955
+ "type": "vcs",
956
+ "url": "https://github.com/fizyk20/generic-array.git"
957
+ }
958
+ ]
959
+ },
960
+ {
961
+ "type": "library",
962
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
963
+ "author": "The Rand Project Developers",
964
+ "name": "getrandom",
965
+ "version": "0.2.17",
966
+ "description": "A small cross-platform library for retrieving random data from system source",
967
+ "scope": "required",
968
+ "hashes": [
969
+ {
970
+ "alg": "SHA-256",
971
+ "content": "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
972
+ }
973
+ ],
974
+ "licenses": [
975
+ {
976
+ "expression": "MIT OR Apache-2.0"
977
+ }
978
+ ],
979
+ "purl": "pkg:cargo/getrandom@0.2.17",
980
+ "externalReferences": [
981
+ {
982
+ "type": "documentation",
983
+ "url": "https://docs.rs/getrandom"
984
+ },
985
+ {
986
+ "type": "vcs",
987
+ "url": "https://github.com/rust-random/getrandom"
988
+ }
989
+ ]
990
+ },
991
+ {
992
+ "type": "library",
993
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
994
+ "name": "heck",
995
+ "version": "0.5.0",
996
+ "description": "heck is a case conversion library.",
997
+ "scope": "required",
998
+ "hashes": [
999
+ {
1000
+ "alg": "SHA-256",
1001
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1002
+ }
1003
+ ],
1004
+ "licenses": [
1005
+ {
1006
+ "expression": "MIT OR Apache-2.0"
1007
+ }
1008
+ ],
1009
+ "purl": "pkg:cargo/heck@0.5.0",
1010
+ "externalReferences": [
1011
+ {
1012
+ "type": "vcs",
1013
+ "url": "https://github.com/withoutboats/heck"
1014
+ }
1015
+ ]
1016
+ },
1017
+ {
1018
+ "type": "library",
1019
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
1020
+ "author": "KokaKiwi <kokakiwi@kokakiwi.net>",
1021
+ "name": "hex",
1022
+ "version": "0.4.3",
1023
+ "description": "Encoding and decoding data into/from hexadecimal representation.",
1024
+ "scope": "required",
1025
+ "hashes": [
1026
+ {
1027
+ "alg": "SHA-256",
1028
+ "content": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1029
+ }
1030
+ ],
1031
+ "licenses": [
1032
+ {
1033
+ "expression": "MIT OR Apache-2.0"
1034
+ }
1035
+ ],
1036
+ "purl": "pkg:cargo/hex@0.4.3",
1037
+ "externalReferences": [
1038
+ {
1039
+ "type": "documentation",
1040
+ "url": "https://docs.rs/hex/"
1041
+ },
1042
+ {
1043
+ "type": "vcs",
1044
+ "url": "https://github.com/KokaKiwi/rust-hex"
1045
+ }
1046
+ ]
1047
+ },
1048
+ {
1049
+ "type": "library",
1050
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4",
1051
+ "author": "RustCrypto Developers",
1052
+ "name": "inout",
1053
+ "version": "0.1.4",
1054
+ "description": "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.",
1055
+ "scope": "required",
1056
+ "hashes": [
1057
+ {
1058
+ "alg": "SHA-256",
1059
+ "content": "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1060
+ }
1061
+ ],
1062
+ "licenses": [
1063
+ {
1064
+ "expression": "MIT OR Apache-2.0"
1065
+ }
1066
+ ],
1067
+ "purl": "pkg:cargo/inout@0.1.4",
1068
+ "externalReferences": [
1069
+ {
1070
+ "type": "documentation",
1071
+ "url": "https://docs.rs/inout"
1072
+ },
1073
+ {
1074
+ "type": "vcs",
1075
+ "url": "https://github.com/RustCrypto/utils"
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "type": "library",
1081
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
1082
+ "name": "is_terminal_polyfill",
1083
+ "version": "1.70.2",
1084
+ "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
1085
+ "scope": "required",
1086
+ "hashes": [
1087
+ {
1088
+ "alg": "SHA-256",
1089
+ "content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1090
+ }
1091
+ ],
1092
+ "licenses": [
1093
+ {
1094
+ "expression": "MIT OR Apache-2.0"
1095
+ }
1096
+ ],
1097
+ "purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
1098
+ "externalReferences": [
1099
+ {
1100
+ "type": "vcs",
1101
+ "url": "https://github.com/polyfill-rs/is_terminal_polyfill"
1102
+ }
1103
+ ]
1104
+ },
1105
+ {
1106
+ "type": "library",
1107
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
1108
+ "author": "David Tolnay <dtolnay@gmail.com>",
1109
+ "name": "itoa",
1110
+ "version": "1.0.18",
1111
+ "description": "Fast integer primitive to string conversion",
1112
+ "scope": "required",
1113
+ "hashes": [
1114
+ {
1115
+ "alg": "SHA-256",
1116
+ "content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1117
+ }
1118
+ ],
1119
+ "licenses": [
1120
+ {
1121
+ "expression": "MIT OR Apache-2.0"
1122
+ }
1123
+ ],
1124
+ "purl": "pkg:cargo/itoa@1.0.18",
1125
+ "externalReferences": [
1126
+ {
1127
+ "type": "documentation",
1128
+ "url": "https://docs.rs/itoa"
1129
+ },
1130
+ {
1131
+ "type": "vcs",
1132
+ "url": "https://github.com/dtolnay/itoa"
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "type": "library",
1138
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
1139
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
1140
+ "name": "memchr",
1141
+ "version": "2.8.0",
1142
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
1143
+ "scope": "required",
1144
+ "hashes": [
1145
+ {
1146
+ "alg": "SHA-256",
1147
+ "content": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1148
+ }
1149
+ ],
1150
+ "licenses": [
1151
+ {
1152
+ "expression": "Unlicense OR MIT"
1153
+ }
1154
+ ],
1155
+ "purl": "pkg:cargo/memchr@2.8.0",
1156
+ "externalReferences": [
1157
+ {
1158
+ "type": "documentation",
1159
+ "url": "https://docs.rs/memchr/"
1160
+ },
1161
+ {
1162
+ "type": "website",
1163
+ "url": "https://github.com/BurntSushi/memchr"
1164
+ },
1165
+ {
1166
+ "type": "vcs",
1167
+ "url": "https://github.com/BurntSushi/memchr"
1168
+ }
1169
+ ]
1170
+ },
1171
+ {
1172
+ "type": "library",
1173
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#obcrypt@0.2.0",
1174
+ "author": "Bojan Đuričković",
1175
+ "name": "obcrypt",
1176
+ "version": "0.2.0",
1177
+ "description": "Bytes-in/bytes-out cryptographic core of the oboron protocol (a-tier + u-tier schemes, no encoding).",
1178
+ "scope": "required",
1179
+ "hashes": [
1180
+ {
1181
+ "alg": "SHA-256",
1182
+ "content": "2eaead5c348b452836bb4870d78cbe4a86002adcfe598cdc339a96705c2007f4"
1183
+ }
1184
+ ],
1185
+ "licenses": [
1186
+ {
1187
+ "expression": "MIT"
1188
+ }
1189
+ ],
1190
+ "purl": "pkg:cargo/obcrypt@0.2.0",
1191
+ "externalReferences": [
1192
+ {
1193
+ "type": "documentation",
1194
+ "url": "https://oboron.org/obcrypt"
1195
+ },
1196
+ {
1197
+ "type": "website",
1198
+ "url": "https://oboron.org/"
1199
+ },
1200
+ {
1201
+ "type": "vcs",
1202
+ "url": "https://gitlab.com/oboron/obcrypt-rs"
1203
+ }
1204
+ ]
1205
+ },
1206
+ {
1207
+ "type": "library",
1208
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#oboron-cli-core@0.1.0",
1209
+ "author": "Bojan Đuričković",
1210
+ "name": "oboron-cli-core",
1211
+ "version": "0.1.0",
1212
+ "description": "Shared CLI plumbing for the oboron protocol tooling — profile/config management for the ~/.oboron/ dir, key normalization, file backup.",
1213
+ "scope": "required",
1214
+ "hashes": [
1215
+ {
1216
+ "alg": "SHA-256",
1217
+ "content": "5c19868842bfe6221e0a6638c9b35bad746efa67929cf620e57cfc3ea088e82a"
1218
+ }
1219
+ ],
1220
+ "licenses": [
1221
+ {
1222
+ "expression": "MIT"
1223
+ }
1224
+ ],
1225
+ "purl": "pkg:cargo/oboron-cli-core@0.1.0",
1226
+ "externalReferences": [
1227
+ {
1228
+ "type": "documentation",
1229
+ "url": "https://oboron.org/"
1230
+ },
1231
+ {
1232
+ "type": "website",
1233
+ "url": "https://oboron.org/"
1234
+ },
1235
+ {
1236
+ "type": "vcs",
1237
+ "url": "https://gitlab.com/oboron/oboron-tools-rs"
1238
+ }
1239
+ ]
1240
+ },
1241
+ {
1242
+ "type": "library",
1243
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
1244
+ "name": "once_cell_polyfill",
1245
+ "version": "1.70.2",
1246
+ "description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
1247
+ "scope": "required",
1248
+ "hashes": [
1249
+ {
1250
+ "alg": "SHA-256",
1251
+ "content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1252
+ }
1253
+ ],
1254
+ "licenses": [
1255
+ {
1256
+ "expression": "MIT OR Apache-2.0"
1257
+ }
1258
+ ],
1259
+ "purl": "pkg:cargo/once_cell_polyfill@1.70.2",
1260
+ "externalReferences": [
1261
+ {
1262
+ "type": "vcs",
1263
+ "url": "https://github.com/polyfill-rs/once_cell_polyfill"
1264
+ }
1265
+ ]
1266
+ },
1267
+ {
1268
+ "type": "library",
1269
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#opaque-debug@0.3.1",
1270
+ "author": "RustCrypto Developers",
1271
+ "name": "opaque-debug",
1272
+ "version": "0.3.1",
1273
+ "description": "Macro for opaque Debug trait implementation",
1274
+ "scope": "required",
1275
+ "hashes": [
1276
+ {
1277
+ "alg": "SHA-256",
1278
+ "content": "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1279
+ }
1280
+ ],
1281
+ "licenses": [
1282
+ {
1283
+ "expression": "MIT OR Apache-2.0"
1284
+ }
1285
+ ],
1286
+ "purl": "pkg:cargo/opaque-debug@0.3.1",
1287
+ "externalReferences": [
1288
+ {
1289
+ "type": "documentation",
1290
+ "url": "https://docs.rs/opaque-debug"
1291
+ },
1292
+ {
1293
+ "type": "vcs",
1294
+ "url": "https://github.com/RustCrypto/utils"
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "type": "library",
1300
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0",
1301
+ "author": "Simon Ochsenreither <simon@ochsenreither.de>",
1302
+ "name": "option-ext",
1303
+ "version": "0.2.0",
1304
+ "description": "Extends `Option` with additional operations",
1305
+ "scope": "required",
1306
+ "hashes": [
1307
+ {
1308
+ "alg": "SHA-256",
1309
+ "content": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1310
+ }
1311
+ ],
1312
+ "licenses": [
1313
+ {
1314
+ "expression": "MPL-2.0"
1315
+ }
1316
+ ],
1317
+ "purl": "pkg:cargo/option-ext@0.2.0",
1318
+ "externalReferences": [
1319
+ {
1320
+ "type": "documentation",
1321
+ "url": "https://docs.rs/option-ext/"
1322
+ },
1323
+ {
1324
+ "type": "website",
1325
+ "url": "https://github.com/soc/option-ext"
1326
+ },
1327
+ {
1328
+ "type": "vcs",
1329
+ "url": "https://github.com/soc/option-ext.git"
1330
+ }
1331
+ ]
1332
+ },
1333
+ {
1334
+ "type": "library",
1335
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#polyval@0.6.2",
1336
+ "author": "RustCrypto Developers",
1337
+ "name": "polyval",
1338
+ "version": "0.6.2",
1339
+ "description": "POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC) ",
1340
+ "scope": "required",
1341
+ "hashes": [
1342
+ {
1343
+ "alg": "SHA-256",
1344
+ "content": "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
1345
+ }
1346
+ ],
1347
+ "licenses": [
1348
+ {
1349
+ "expression": "Apache-2.0 OR MIT"
1350
+ }
1351
+ ],
1352
+ "purl": "pkg:cargo/polyval@0.6.2",
1353
+ "externalReferences": [
1354
+ {
1355
+ "type": "documentation",
1356
+ "url": "https://docs.rs/polyval"
1357
+ },
1358
+ {
1359
+ "type": "vcs",
1360
+ "url": "https://github.com/RustCrypto/universal-hashes"
1361
+ }
1362
+ ]
1363
+ },
1364
+ {
1365
+ "type": "library",
1366
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
1367
+ "author": "The CryptoCorrosion Contributors",
1368
+ "name": "ppv-lite86",
1369
+ "version": "0.2.21",
1370
+ "description": "Cross-platform cryptography-oriented low-level SIMD library.",
1371
+ "scope": "required",
1372
+ "hashes": [
1373
+ {
1374
+ "alg": "SHA-256",
1375
+ "content": "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1376
+ }
1377
+ ],
1378
+ "licenses": [
1379
+ {
1380
+ "expression": "MIT OR Apache-2.0"
1381
+ }
1382
+ ],
1383
+ "purl": "pkg:cargo/ppv-lite86@0.2.21",
1384
+ "externalReferences": [
1385
+ {
1386
+ "type": "vcs",
1387
+ "url": "https://github.com/cryptocorrosion/cryptocorrosion"
1388
+ }
1389
+ ]
1390
+ },
1391
+ {
1392
+ "type": "library",
1393
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1394
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
1395
+ "name": "proc-macro2",
1396
+ "version": "1.0.106",
1397
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
1398
+ "scope": "required",
1399
+ "hashes": [
1400
+ {
1401
+ "alg": "SHA-256",
1402
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1403
+ }
1404
+ ],
1405
+ "licenses": [
1406
+ {
1407
+ "expression": "MIT OR Apache-2.0"
1408
+ }
1409
+ ],
1410
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
1411
+ "externalReferences": [
1412
+ {
1413
+ "type": "documentation",
1414
+ "url": "https://docs.rs/proc-macro2"
1415
+ },
1416
+ {
1417
+ "type": "vcs",
1418
+ "url": "https://github.com/dtolnay/proc-macro2"
1419
+ }
1420
+ ]
1421
+ },
1422
+ {
1423
+ "type": "library",
1424
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1425
+ "author": "David Tolnay <dtolnay@gmail.com>",
1426
+ "name": "quote",
1427
+ "version": "1.0.45",
1428
+ "description": "Quasi-quoting macro quote!(...)",
1429
+ "scope": "required",
1430
+ "hashes": [
1431
+ {
1432
+ "alg": "SHA-256",
1433
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1434
+ }
1435
+ ],
1436
+ "licenses": [
1437
+ {
1438
+ "expression": "MIT OR Apache-2.0"
1439
+ }
1440
+ ],
1441
+ "purl": "pkg:cargo/quote@1.0.45",
1442
+ "externalReferences": [
1443
+ {
1444
+ "type": "documentation",
1445
+ "url": "https://docs.rs/quote/"
1446
+ },
1447
+ {
1448
+ "type": "vcs",
1449
+ "url": "https://github.com/dtolnay/quote"
1450
+ }
1451
+ ]
1452
+ },
1453
+ {
1454
+ "type": "library",
1455
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.6",
1456
+ "author": "The Rand Project Developers, The Rust Project Developers",
1457
+ "name": "rand",
1458
+ "version": "0.8.6",
1459
+ "description": "Random number generators and other randomness functionality. ",
1460
+ "scope": "required",
1461
+ "hashes": [
1462
+ {
1463
+ "alg": "SHA-256",
1464
+ "content": "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1465
+ }
1466
+ ],
1467
+ "licenses": [
1468
+ {
1469
+ "expression": "MIT OR Apache-2.0"
1470
+ }
1471
+ ],
1472
+ "purl": "pkg:cargo/rand@0.8.6",
1473
+ "externalReferences": [
1474
+ {
1475
+ "type": "documentation",
1476
+ "url": "https://docs.rs/rand"
1477
+ },
1478
+ {
1479
+ "type": "website",
1480
+ "url": "https://rust-random.github.io/book"
1481
+ },
1482
+ {
1483
+ "type": "vcs",
1484
+ "url": "https://github.com/rust-random/rand"
1485
+ }
1486
+ ]
1487
+ },
1488
+ {
1489
+ "type": "library",
1490
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1",
1491
+ "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors",
1492
+ "name": "rand_chacha",
1493
+ "version": "0.3.1",
1494
+ "description": "ChaCha random number generator ",
1495
+ "scope": "required",
1496
+ "hashes": [
1497
+ {
1498
+ "alg": "SHA-256",
1499
+ "content": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1500
+ }
1501
+ ],
1502
+ "licenses": [
1503
+ {
1504
+ "expression": "MIT OR Apache-2.0"
1505
+ }
1506
+ ],
1507
+ "purl": "pkg:cargo/rand_chacha@0.3.1",
1508
+ "externalReferences": [
1509
+ {
1510
+ "type": "documentation",
1511
+ "url": "https://docs.rs/rand_chacha"
1512
+ },
1513
+ {
1514
+ "type": "website",
1515
+ "url": "https://rust-random.github.io/book"
1516
+ },
1517
+ {
1518
+ "type": "vcs",
1519
+ "url": "https://github.com/rust-random/rand"
1520
+ }
1521
+ ]
1522
+ },
1523
+ {
1524
+ "type": "library",
1525
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
1526
+ "author": "The Rand Project Developers, The Rust Project Developers",
1527
+ "name": "rand_core",
1528
+ "version": "0.6.4",
1529
+ "description": "Core random number generator traits and tools for implementation. ",
1530
+ "scope": "required",
1531
+ "hashes": [
1532
+ {
1533
+ "alg": "SHA-256",
1534
+ "content": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1535
+ }
1536
+ ],
1537
+ "licenses": [
1538
+ {
1539
+ "expression": "MIT OR Apache-2.0"
1540
+ }
1541
+ ],
1542
+ "purl": "pkg:cargo/rand_core@0.6.4",
1543
+ "externalReferences": [
1544
+ {
1545
+ "type": "documentation",
1546
+ "url": "https://docs.rs/rand_core"
1547
+ },
1548
+ {
1549
+ "type": "website",
1550
+ "url": "https://rust-random.github.io/book"
1551
+ },
1552
+ {
1553
+ "type": "vcs",
1554
+ "url": "https://github.com/rust-random/rand"
1555
+ }
1556
+ ]
1557
+ },
1558
+ {
1559
+ "type": "library",
1560
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1561
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1562
+ "name": "serde",
1563
+ "version": "1.0.228",
1564
+ "description": "A generic serialization/deserialization framework",
1565
+ "scope": "required",
1566
+ "hashes": [
1567
+ {
1568
+ "alg": "SHA-256",
1569
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1570
+ }
1571
+ ],
1572
+ "licenses": [
1573
+ {
1574
+ "expression": "MIT OR Apache-2.0"
1575
+ }
1576
+ ],
1577
+ "purl": "pkg:cargo/serde@1.0.228",
1578
+ "externalReferences": [
1579
+ {
1580
+ "type": "documentation",
1581
+ "url": "https://docs.rs/serde"
1582
+ },
1583
+ {
1584
+ "type": "website",
1585
+ "url": "https://serde.rs"
1586
+ },
1587
+ {
1588
+ "type": "vcs",
1589
+ "url": "https://github.com/serde-rs/serde"
1590
+ }
1591
+ ]
1592
+ },
1593
+ {
1594
+ "type": "library",
1595
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1596
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1597
+ "name": "serde_core",
1598
+ "version": "1.0.228",
1599
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
1600
+ "scope": "required",
1601
+ "hashes": [
1602
+ {
1603
+ "alg": "SHA-256",
1604
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1605
+ }
1606
+ ],
1607
+ "licenses": [
1608
+ {
1609
+ "expression": "MIT OR Apache-2.0"
1610
+ }
1611
+ ],
1612
+ "purl": "pkg:cargo/serde_core@1.0.228",
1613
+ "externalReferences": [
1614
+ {
1615
+ "type": "documentation",
1616
+ "url": "https://docs.rs/serde_core"
1617
+ },
1618
+ {
1619
+ "type": "website",
1620
+ "url": "https://serde.rs"
1621
+ },
1622
+ {
1623
+ "type": "vcs",
1624
+ "url": "https://github.com/serde-rs/serde"
1625
+ }
1626
+ ]
1627
+ },
1628
+ {
1629
+ "type": "library",
1630
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
1631
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1632
+ "name": "serde_derive",
1633
+ "version": "1.0.228",
1634
+ "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
1635
+ "scope": "required",
1636
+ "hashes": [
1637
+ {
1638
+ "alg": "SHA-256",
1639
+ "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1640
+ }
1641
+ ],
1642
+ "licenses": [
1643
+ {
1644
+ "expression": "MIT OR Apache-2.0"
1645
+ }
1646
+ ],
1647
+ "purl": "pkg:cargo/serde_derive@1.0.228",
1648
+ "externalReferences": [
1649
+ {
1650
+ "type": "documentation",
1651
+ "url": "https://serde.rs/derive.html"
1652
+ },
1653
+ {
1654
+ "type": "website",
1655
+ "url": "https://serde.rs"
1656
+ },
1657
+ {
1658
+ "type": "vcs",
1659
+ "url": "https://github.com/serde-rs/serde"
1660
+ }
1661
+ ]
1662
+ },
1663
+ {
1664
+ "type": "library",
1665
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
1666
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1667
+ "name": "serde_json",
1668
+ "version": "1.0.150",
1669
+ "description": "A JSON serialization file format",
1670
+ "scope": "required",
1671
+ "hashes": [
1672
+ {
1673
+ "alg": "SHA-256",
1674
+ "content": "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1675
+ }
1676
+ ],
1677
+ "licenses": [
1678
+ {
1679
+ "expression": "MIT OR Apache-2.0"
1680
+ }
1681
+ ],
1682
+ "purl": "pkg:cargo/serde_json@1.0.150",
1683
+ "externalReferences": [
1684
+ {
1685
+ "type": "documentation",
1686
+ "url": "https://docs.rs/serde_json"
1687
+ },
1688
+ {
1689
+ "type": "vcs",
1690
+ "url": "https://github.com/serde-rs/json"
1691
+ }
1692
+ ]
1693
+ },
1694
+ {
1695
+ "type": "library",
1696
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
1697
+ "author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
1698
+ "name": "strsim",
1699
+ "version": "0.11.1",
1700
+ "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
1701
+ "scope": "required",
1702
+ "hashes": [
1703
+ {
1704
+ "alg": "SHA-256",
1705
+ "content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1706
+ }
1707
+ ],
1708
+ "licenses": [
1709
+ {
1710
+ "expression": "MIT"
1711
+ }
1712
+ ],
1713
+ "purl": "pkg:cargo/strsim@0.11.1",
1714
+ "externalReferences": [
1715
+ {
1716
+ "type": "documentation",
1717
+ "url": "https://docs.rs/strsim/"
1718
+ },
1719
+ {
1720
+ "type": "website",
1721
+ "url": "https://github.com/rapidfuzz/strsim-rs"
1722
+ },
1723
+ {
1724
+ "type": "vcs",
1725
+ "url": "https://github.com/rapidfuzz/strsim-rs"
1726
+ }
1727
+ ]
1728
+ },
1729
+ {
1730
+ "type": "library",
1731
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
1732
+ "author": "Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>",
1733
+ "name": "subtle",
1734
+ "version": "2.6.1",
1735
+ "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.",
1736
+ "scope": "required",
1737
+ "hashes": [
1738
+ {
1739
+ "alg": "SHA-256",
1740
+ "content": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1741
+ }
1742
+ ],
1743
+ "licenses": [
1744
+ {
1745
+ "expression": "BSD-3-Clause"
1746
+ }
1747
+ ],
1748
+ "purl": "pkg:cargo/subtle@2.6.1",
1749
+ "externalReferences": [
1750
+ {
1751
+ "type": "documentation",
1752
+ "url": "https://docs.rs/subtle"
1753
+ },
1754
+ {
1755
+ "type": "website",
1756
+ "url": "https://dalek.rs/"
1757
+ },
1758
+ {
1759
+ "type": "vcs",
1760
+ "url": "https://github.com/dalek-cryptography/subtle"
1761
+ }
1762
+ ]
1763
+ },
1764
+ {
1765
+ "type": "library",
1766
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
1767
+ "author": "David Tolnay <dtolnay@gmail.com>",
1768
+ "name": "syn",
1769
+ "version": "2.0.117",
1770
+ "description": "Parser for Rust source code",
1771
+ "scope": "required",
1772
+ "hashes": [
1773
+ {
1774
+ "alg": "SHA-256",
1775
+ "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1776
+ }
1777
+ ],
1778
+ "licenses": [
1779
+ {
1780
+ "expression": "MIT OR Apache-2.0"
1781
+ }
1782
+ ],
1783
+ "purl": "pkg:cargo/syn@2.0.117",
1784
+ "externalReferences": [
1785
+ {
1786
+ "type": "documentation",
1787
+ "url": "https://docs.rs/syn"
1788
+ },
1789
+ {
1790
+ "type": "vcs",
1791
+ "url": "https://github.com/dtolnay/syn"
1792
+ }
1793
+ ]
1794
+ },
1795
+ {
1796
+ "type": "library",
1797
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
1798
+ "author": "David Tolnay <dtolnay@gmail.com>",
1799
+ "name": "thiserror-impl",
1800
+ "version": "1.0.69",
1801
+ "description": "Implementation detail of the `thiserror` crate",
1802
+ "scope": "required",
1803
+ "hashes": [
1804
+ {
1805
+ "alg": "SHA-256",
1806
+ "content": "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1807
+ }
1808
+ ],
1809
+ "licenses": [
1810
+ {
1811
+ "expression": "MIT OR Apache-2.0"
1812
+ }
1813
+ ],
1814
+ "purl": "pkg:cargo/thiserror-impl@1.0.69",
1815
+ "externalReferences": [
1816
+ {
1817
+ "type": "vcs",
1818
+ "url": "https://github.com/dtolnay/thiserror"
1819
+ }
1820
+ ]
1821
+ },
1822
+ {
1823
+ "type": "library",
1824
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
1825
+ "author": "David Tolnay <dtolnay@gmail.com>",
1826
+ "name": "thiserror",
1827
+ "version": "1.0.69",
1828
+ "description": "derive(Error)",
1829
+ "scope": "required",
1830
+ "hashes": [
1831
+ {
1832
+ "alg": "SHA-256",
1833
+ "content": "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1834
+ }
1835
+ ],
1836
+ "licenses": [
1837
+ {
1838
+ "expression": "MIT OR Apache-2.0"
1839
+ }
1840
+ ],
1841
+ "purl": "pkg:cargo/thiserror@1.0.69",
1842
+ "externalReferences": [
1843
+ {
1844
+ "type": "documentation",
1845
+ "url": "https://docs.rs/thiserror"
1846
+ },
1847
+ {
1848
+ "type": "vcs",
1849
+ "url": "https://github.com/dtolnay/thiserror"
1850
+ }
1851
+ ]
1852
+ },
1853
+ {
1854
+ "type": "library",
1855
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0",
1856
+ "author": "Paho Lurie-Gregg <paho@paholg.com>, Andre Bogus <bogusandre@gmail.com>",
1857
+ "name": "typenum",
1858
+ "version": "1.20.0",
1859
+ "description": "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.",
1860
+ "scope": "required",
1861
+ "hashes": [
1862
+ {
1863
+ "alg": "SHA-256",
1864
+ "content": "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
1865
+ }
1866
+ ],
1867
+ "licenses": [
1868
+ {
1869
+ "expression": "MIT OR Apache-2.0"
1870
+ }
1871
+ ],
1872
+ "purl": "pkg:cargo/typenum@1.20.0",
1873
+ "externalReferences": [
1874
+ {
1875
+ "type": "documentation",
1876
+ "url": "https://docs.rs/typenum"
1877
+ },
1878
+ {
1879
+ "type": "vcs",
1880
+ "url": "https://github.com/paholg/typenum"
1881
+ }
1882
+ ]
1883
+ },
1884
+ {
1885
+ "type": "library",
1886
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
1887
+ "author": "David Tolnay <dtolnay@gmail.com>",
1888
+ "name": "unicode-ident",
1889
+ "version": "1.0.24",
1890
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
1891
+ "scope": "required",
1892
+ "hashes": [
1893
+ {
1894
+ "alg": "SHA-256",
1895
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1896
+ }
1897
+ ],
1898
+ "licenses": [
1899
+ {
1900
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
1901
+ }
1902
+ ],
1903
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
1904
+ "externalReferences": [
1905
+ {
1906
+ "type": "documentation",
1907
+ "url": "https://docs.rs/unicode-ident"
1908
+ },
1909
+ {
1910
+ "type": "vcs",
1911
+ "url": "https://github.com/dtolnay/unicode-ident"
1912
+ }
1913
+ ]
1914
+ },
1915
+ {
1916
+ "type": "library",
1917
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1",
1918
+ "author": "RustCrypto Developers",
1919
+ "name": "universal-hash",
1920
+ "version": "0.5.1",
1921
+ "description": "Traits which describe the functionality of universal hash functions (UHFs)",
1922
+ "scope": "required",
1923
+ "hashes": [
1924
+ {
1925
+ "alg": "SHA-256",
1926
+ "content": "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
1927
+ }
1928
+ ],
1929
+ "licenses": [
1930
+ {
1931
+ "expression": "MIT OR Apache-2.0"
1932
+ }
1933
+ ],
1934
+ "purl": "pkg:cargo/universal-hash@0.5.1",
1935
+ "externalReferences": [
1936
+ {
1937
+ "type": "documentation",
1938
+ "url": "https://docs.rs/universal-hash"
1939
+ },
1940
+ {
1941
+ "type": "vcs",
1942
+ "url": "https://github.com/RustCrypto/traits"
1943
+ }
1944
+ ]
1945
+ },
1946
+ {
1947
+ "type": "library",
1948
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
1949
+ "author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
1950
+ "name": "utf8parse",
1951
+ "version": "0.2.2",
1952
+ "description": "Table-driven UTF-8 parser",
1953
+ "scope": "required",
1954
+ "hashes": [
1955
+ {
1956
+ "alg": "SHA-256",
1957
+ "content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1958
+ }
1959
+ ],
1960
+ "licenses": [
1961
+ {
1962
+ "expression": "Apache-2.0 OR MIT"
1963
+ }
1964
+ ],
1965
+ "purl": "pkg:cargo/utf8parse@0.2.2",
1966
+ "externalReferences": [
1967
+ {
1968
+ "type": "documentation",
1969
+ "url": "https://docs.rs/utf8parse/"
1970
+ },
1971
+ {
1972
+ "type": "vcs",
1973
+ "url": "https://github.com/alacritty/vte"
1974
+ }
1975
+ ]
1976
+ },
1977
+ {
1978
+ "type": "library",
1979
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
1980
+ "author": "Sergio Benitez <sb@sergio.bz>",
1981
+ "name": "version_check",
1982
+ "version": "0.9.5",
1983
+ "description": "Tiny crate to check the version of the installed/running rustc.",
1984
+ "scope": "excluded",
1985
+ "hashes": [
1986
+ {
1987
+ "alg": "SHA-256",
1988
+ "content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1989
+ }
1990
+ ],
1991
+ "licenses": [
1992
+ {
1993
+ "expression": "MIT OR Apache-2.0"
1994
+ }
1995
+ ],
1996
+ "purl": "pkg:cargo/version_check@0.9.5",
1997
+ "externalReferences": [
1998
+ {
1999
+ "type": "documentation",
2000
+ "url": "https://docs.rs/version_check/"
2001
+ },
2002
+ {
2003
+ "type": "vcs",
2004
+ "url": "https://github.com/SergioBenitez/version_check"
2005
+ }
2006
+ ]
2007
+ },
2008
+ {
2009
+ "type": "library",
2010
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
2011
+ "name": "windows-link",
2012
+ "version": "0.2.1",
2013
+ "description": "Linking for Windows",
2014
+ "scope": "required",
2015
+ "hashes": [
2016
+ {
2017
+ "alg": "SHA-256",
2018
+ "content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2019
+ }
2020
+ ],
2021
+ "licenses": [
2022
+ {
2023
+ "expression": "MIT OR Apache-2.0"
2024
+ }
2025
+ ],
2026
+ "purl": "pkg:cargo/windows-link@0.2.1",
2027
+ "externalReferences": [
2028
+ {
2029
+ "type": "vcs",
2030
+ "url": "https://github.com/microsoft/windows-rs"
2031
+ }
2032
+ ]
2033
+ },
2034
+ {
2035
+ "type": "library",
2036
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0",
2037
+ "author": "Microsoft",
2038
+ "name": "windows-sys",
2039
+ "version": "0.48.0",
2040
+ "description": "Rust for Windows",
2041
+ "scope": "required",
2042
+ "hashes": [
2043
+ {
2044
+ "alg": "SHA-256",
2045
+ "content": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2046
+ }
2047
+ ],
2048
+ "licenses": [
2049
+ {
2050
+ "expression": "MIT OR Apache-2.0"
2051
+ }
2052
+ ],
2053
+ "purl": "pkg:cargo/windows-sys@0.48.0",
2054
+ "externalReferences": [
2055
+ {
2056
+ "type": "vcs",
2057
+ "url": "https://github.com/microsoft/windows-rs"
2058
+ }
2059
+ ]
2060
+ },
2061
+ {
2062
+ "type": "library",
2063
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
2064
+ "name": "windows-sys",
2065
+ "version": "0.61.2",
2066
+ "description": "Rust for Windows",
2067
+ "scope": "required",
2068
+ "hashes": [
2069
+ {
2070
+ "alg": "SHA-256",
2071
+ "content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2072
+ }
2073
+ ],
2074
+ "licenses": [
2075
+ {
2076
+ "expression": "MIT OR Apache-2.0"
2077
+ }
2078
+ ],
2079
+ "purl": "pkg:cargo/windows-sys@0.61.2",
2080
+ "externalReferences": [
2081
+ {
2082
+ "type": "vcs",
2083
+ "url": "https://github.com/microsoft/windows-rs"
2084
+ }
2085
+ ]
2086
+ },
2087
+ {
2088
+ "type": "library",
2089
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5",
2090
+ "author": "Microsoft",
2091
+ "name": "windows-targets",
2092
+ "version": "0.48.5",
2093
+ "description": "Import libs for Windows",
2094
+ "scope": "required",
2095
+ "hashes": [
2096
+ {
2097
+ "alg": "SHA-256",
2098
+ "content": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2099
+ }
2100
+ ],
2101
+ "licenses": [
2102
+ {
2103
+ "expression": "MIT OR Apache-2.0"
2104
+ }
2105
+ ],
2106
+ "purl": "pkg:cargo/windows-targets@0.48.5",
2107
+ "externalReferences": [
2108
+ {
2109
+ "type": "vcs",
2110
+ "url": "https://github.com/microsoft/windows-rs"
2111
+ }
2112
+ ]
2113
+ },
2114
+ {
2115
+ "type": "library",
2116
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5",
2117
+ "author": "Microsoft",
2118
+ "name": "windows_x86_64_msvc",
2119
+ "version": "0.48.5",
2120
+ "description": "Import lib for Windows",
2121
+ "scope": "required",
2122
+ "hashes": [
2123
+ {
2124
+ "alg": "SHA-256",
2125
+ "content": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2126
+ }
2127
+ ],
2128
+ "licenses": [
2129
+ {
2130
+ "expression": "MIT OR Apache-2.0"
2131
+ }
2132
+ ],
2133
+ "purl": "pkg:cargo/windows_x86_64_msvc@0.48.5",
2134
+ "externalReferences": [
2135
+ {
2136
+ "type": "vcs",
2137
+ "url": "https://github.com/microsoft/windows-rs"
2138
+ }
2139
+ ]
2140
+ },
2141
+ {
2142
+ "type": "library",
2143
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48",
2144
+ "author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
2145
+ "name": "zerocopy",
2146
+ "version": "0.8.48",
2147
+ "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.",
2148
+ "scope": "required",
2149
+ "hashes": [
2150
+ {
2151
+ "alg": "SHA-256",
2152
+ "content": "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2153
+ }
2154
+ ],
2155
+ "licenses": [
2156
+ {
2157
+ "expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
2158
+ }
2159
+ ],
2160
+ "purl": "pkg:cargo/zerocopy@0.8.48",
2161
+ "externalReferences": [
2162
+ {
2163
+ "type": "vcs",
2164
+ "url": "https://github.com/google/zerocopy"
2165
+ }
2166
+ ]
2167
+ },
2168
+ {
2169
+ "type": "library",
2170
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2",
2171
+ "author": "The RustCrypto Project Developers",
2172
+ "name": "zeroize",
2173
+ "version": "1.8.2",
2174
+ "description": "Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! ",
2175
+ "scope": "required",
2176
+ "hashes": [
2177
+ {
2178
+ "alg": "SHA-256",
2179
+ "content": "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2180
+ }
2181
+ ],
2182
+ "licenses": [
2183
+ {
2184
+ "expression": "Apache-2.0 OR MIT"
2185
+ }
2186
+ ],
2187
+ "purl": "pkg:cargo/zeroize@1.8.2",
2188
+ "externalReferences": [
2189
+ {
2190
+ "type": "website",
2191
+ "url": "https://github.com/RustCrypto/utils/tree/master/zeroize"
2192
+ },
2193
+ {
2194
+ "type": "vcs",
2195
+ "url": "https://github.com/RustCrypto/utils"
2196
+ }
2197
+ ]
2198
+ },
2199
+ {
2200
+ "type": "library",
2201
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.4.3",
2202
+ "author": "The RustCrypto Project Developers",
2203
+ "name": "zeroize_derive",
2204
+ "version": "1.4.3",
2205
+ "description": "Custom derive support for zeroize",
2206
+ "scope": "required",
2207
+ "hashes": [
2208
+ {
2209
+ "alg": "SHA-256",
2210
+ "content": "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
2211
+ }
2212
+ ],
2213
+ "licenses": [
2214
+ {
2215
+ "expression": "Apache-2.0 OR MIT"
2216
+ }
2217
+ ],
2218
+ "purl": "pkg:cargo/zeroize_derive@1.4.3",
2219
+ "externalReferences": [
2220
+ {
2221
+ "type": "vcs",
2222
+ "url": "https://github.com/RustCrypto/utils/tree/master/zeroize/derive"
2223
+ }
2224
+ ]
2225
+ },
2226
+ {
2227
+ "type": "library",
2228
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
2229
+ "author": "David Tolnay <dtolnay@gmail.com>",
2230
+ "name": "zmij",
2231
+ "version": "1.0.21",
2232
+ "description": "A double-to-string conversion algorithm based on Schubfach and yy",
2233
+ "scope": "required",
2234
+ "hashes": [
2235
+ {
2236
+ "alg": "SHA-256",
2237
+ "content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2238
+ }
2239
+ ],
2240
+ "licenses": [
2241
+ {
2242
+ "expression": "MIT"
2243
+ }
2244
+ ],
2245
+ "purl": "pkg:cargo/zmij@1.0.21",
2246
+ "externalReferences": [
2247
+ {
2248
+ "type": "documentation",
2249
+ "url": "https://docs.rs/zmij"
2250
+ },
2251
+ {
2252
+ "type": "vcs",
2253
+ "url": "https://github.com/dtolnay/zmij"
2254
+ }
2255
+ ]
2256
+ }
2257
+ ],
2258
+ "dependencies": [
2259
+ {
2260
+ "ref": "path+file:///D:/a/oboron-tools-rs/oboron-tools-rs/obcrypt-cli#0.1.0",
2261
+ "dependsOn": [
2262
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
2263
+ "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
2264
+ "registry+https://github.com/rust-lang/crates.io-index#clap_complete@4.6.5",
2265
+ "registry+https://github.com/rust-lang/crates.io-index#dirs@5.0.1",
2266
+ "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
2267
+ "registry+https://github.com/rust-lang/crates.io-index#obcrypt@0.2.0",
2268
+ "registry+https://github.com/rust-lang/crates.io-index#oboron-cli-core@0.1.0",
2269
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
2270
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150"
2271
+ ]
2272
+ },
2273
+ {
2274
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2",
2275
+ "dependsOn": [
2276
+ "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
2277
+ "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
2278
+ ]
2279
+ },
2280
+ {
2281
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aes-gcm-siv@0.11.1",
2282
+ "dependsOn": [
2283
+ "registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2",
2284
+ "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
2285
+ "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
2286
+ "registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.2",
2287
+ "registry+https://github.com/rust-lang/crates.io-index#polyval@0.6.2",
2288
+ "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
2289
+ "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
2290
+ ]
2291
+ },
2292
+ {
2293
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aes-siv@0.7.0",
2294
+ "dependsOn": [
2295
+ "registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2",
2296
+ "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
2297
+ "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
2298
+ "registry+https://github.com/rust-lang/crates.io-index#cmac@0.7.2",
2299
+ "registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.2",
2300
+ "registry+https://github.com/rust-lang/crates.io-index#dbl@0.3.2",
2301
+ "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
2302
+ "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
2303
+ ]
2304
+ },
2305
+ {
2306
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
2307
+ "dependsOn": [
2308
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
2309
+ "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
2310
+ "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
2311
+ ]
2312
+ },
2313
+ {
2314
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
2315
+ "dependsOn": [
2316
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
2317
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
2318
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
2319
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
2320
+ "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
2321
+ "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
2322
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
2323
+ ]
2324
+ },
2325
+ {
2326
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
2327
+ "dependsOn": [
2328
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
2329
+ ]
2330
+ },
2331
+ {
2332
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
2333
+ "dependsOn": [
2334
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
2335
+ ]
2336
+ },
2337
+ {
2338
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
2339
+ "dependsOn": [
2340
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
2341
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
2342
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
2343
+ ]
2344
+ },
2345
+ {
2346
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14"
2347
+ },
2348
+ {
2349
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102"
2350
+ },
2351
+ {
2352
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
2353
+ "dependsOn": [
2354
+ "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
2355
+ ]
2356
+ },
2357
+ {
2358
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
2359
+ "dependsOn": [
2360
+ "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
2361
+ ]
2362
+ },
2363
+ {
2364
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2",
2365
+ "dependsOn": [
2366
+ "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4"
2367
+ ]
2368
+ },
2369
+ {
2370
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
2371
+ },
2372
+ {
2373
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
2374
+ "dependsOn": [
2375
+ "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
2376
+ "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4"
2377
+ ]
2378
+ },
2379
+ {
2380
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
2381
+ "dependsOn": [
2382
+ "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
2383
+ "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1"
2384
+ ]
2385
+ },
2386
+ {
2387
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
2388
+ "dependsOn": [
2389
+ "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
2390
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
2391
+ "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
2392
+ "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
2393
+ ]
2394
+ },
2395
+ {
2396
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_complete@4.6.5",
2397
+ "dependsOn": [
2398
+ "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1"
2399
+ ]
2400
+ },
2401
+ {
2402
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
2403
+ "dependsOn": [
2404
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
2405
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2406
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2407
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2408
+ ]
2409
+ },
2410
+ {
2411
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0"
2412
+ },
2413
+ {
2414
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cmac@0.7.2",
2415
+ "dependsOn": [
2416
+ "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
2417
+ "registry+https://github.com/rust-lang/crates.io-index#dbl@0.3.2",
2418
+ "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
2419
+ ]
2420
+ },
2421
+ {
2422
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5"
2423
+ },
2424
+ {
2425
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
2426
+ },
2427
+ {
2428
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
2429
+ "dependsOn": [
2430
+ "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
2431
+ "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
2432
+ "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0"
2433
+ ]
2434
+ },
2435
+ {
2436
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.2",
2437
+ "dependsOn": [
2438
+ "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4"
2439
+ ]
2440
+ },
2441
+ {
2442
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0"
2443
+ },
2444
+ {
2445
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#dbl@0.3.2",
2446
+ "dependsOn": [
2447
+ "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
2448
+ ]
2449
+ },
2450
+ {
2451
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
2452
+ "dependsOn": [
2453
+ "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
2454
+ "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
2455
+ "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
2456
+ ]
2457
+ },
2458
+ {
2459
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.4.1",
2460
+ "dependsOn": [
2461
+ "registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0",
2462
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
2463
+ ]
2464
+ },
2465
+ {
2466
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#dirs@5.0.1",
2467
+ "dependsOn": [
2468
+ "registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.4.1"
2469
+ ]
2470
+ },
2471
+ {
2472
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
2473
+ "dependsOn": [
2474
+ "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0",
2475
+ "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
2476
+ ]
2477
+ },
2478
+ {
2479
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
2480
+ "dependsOn": [
2481
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
2482
+ ]
2483
+ },
2484
+ {
2485
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
2486
+ },
2487
+ {
2488
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3"
2489
+ },
2490
+ {
2491
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4",
2492
+ "dependsOn": [
2493
+ "registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
2494
+ "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
2495
+ ]
2496
+ },
2497
+ {
2498
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
2499
+ },
2500
+ {
2501
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
2502
+ },
2503
+ {
2504
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
2505
+ },
2506
+ {
2507
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#obcrypt@0.2.0",
2508
+ "dependsOn": [
2509
+ "registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2",
2510
+ "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
2511
+ "registry+https://github.com/rust-lang/crates.io-index#aes-gcm-siv@0.11.1",
2512
+ "registry+https://github.com/rust-lang/crates.io-index#aes-siv@0.7.0",
2513
+ "registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2",
2514
+ "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
2515
+ "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
2516
+ "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.6",
2517
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
2518
+ "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
2519
+ ]
2520
+ },
2521
+ {
2522
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#oboron-cli-core@0.1.0",
2523
+ "dependsOn": [
2524
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
2525
+ "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0",
2526
+ "registry+https://github.com/rust-lang/crates.io-index#dirs@5.0.1",
2527
+ "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3",
2528
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
2529
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150"
2530
+ ]
2531
+ },
2532
+ {
2533
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2"
2534
+ },
2535
+ {
2536
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#opaque-debug@0.3.1"
2537
+ },
2538
+ {
2539
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0"
2540
+ },
2541
+ {
2542
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#polyval@0.6.2",
2543
+ "dependsOn": [
2544
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
2545
+ "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
2546
+ "registry+https://github.com/rust-lang/crates.io-index#opaque-debug@0.3.1",
2547
+ "registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1"
2548
+ ]
2549
+ },
2550
+ {
2551
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
2552
+ "dependsOn": [
2553
+ "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48"
2554
+ ]
2555
+ },
2556
+ {
2557
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2558
+ "dependsOn": [
2559
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2560
+ ]
2561
+ },
2562
+ {
2563
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2564
+ "dependsOn": [
2565
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
2566
+ ]
2567
+ },
2568
+ {
2569
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.6",
2570
+ "dependsOn": [
2571
+ "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1",
2572
+ "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4"
2573
+ ]
2574
+ },
2575
+ {
2576
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1",
2577
+ "dependsOn": [
2578
+ "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
2579
+ "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4"
2580
+ ]
2581
+ },
2582
+ {
2583
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
2584
+ "dependsOn": [
2585
+ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17"
2586
+ ]
2587
+ },
2588
+ {
2589
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
2590
+ "dependsOn": [
2591
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
2592
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
2593
+ ]
2594
+ },
2595
+ {
2596
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
2597
+ },
2598
+ {
2599
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
2600
+ "dependsOn": [
2601
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2602
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2603
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2604
+ ]
2605
+ },
2606
+ {
2607
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
2608
+ "dependsOn": [
2609
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
2610
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
2611
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
2612
+ "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
2613
+ ]
2614
+ },
2615
+ {
2616
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
2617
+ },
2618
+ {
2619
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
2620
+ },
2621
+ {
2622
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
2623
+ "dependsOn": [
2624
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2625
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2626
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2627
+ ]
2628
+ },
2629
+ {
2630
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
2631
+ "dependsOn": [
2632
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2633
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2634
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2635
+ ]
2636
+ },
2637
+ {
2638
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
2639
+ "dependsOn": [
2640
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69"
2641
+ ]
2642
+ },
2643
+ {
2644
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0"
2645
+ },
2646
+ {
2647
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2648
+ },
2649
+ {
2650
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1",
2651
+ "dependsOn": [
2652
+ "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
2653
+ "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
2654
+ ]
2655
+ },
2656
+ {
2657
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
2658
+ },
2659
+ {
2660
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
2661
+ },
2662
+ {
2663
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
2664
+ },
2665
+ {
2666
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0",
2667
+ "dependsOn": [
2668
+ "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"
2669
+ ]
2670
+ },
2671
+ {
2672
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
2673
+ "dependsOn": [
2674
+ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
2675
+ ]
2676
+ },
2677
+ {
2678
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5",
2679
+ "dependsOn": [
2680
+ "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5"
2681
+ ]
2682
+ },
2683
+ {
2684
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5"
2685
+ },
2686
+ {
2687
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48"
2688
+ },
2689
+ {
2690
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2",
2691
+ "dependsOn": [
2692
+ "registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.4.3"
2693
+ ]
2694
+ },
2695
+ {
2696
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.4.3",
2697
+ "dependsOn": [
2698
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2699
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2700
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2701
+ ]
2702
+ },
2703
+ {
2704
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
2705
+ }
2706
+ ]
2707
+ }