@planu/cli 5.3.27 → 5.3.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cli/commands/doctor.d.ts +4 -10
  3. package/dist/cli/commands/doctor.js +5 -31
  4. package/dist/cli/commands/inspect.js +2 -14
  5. package/dist/cli/commands/offline.d.ts +1 -2
  6. package/dist/cli/commands/offline.js +24 -41
  7. package/dist/config/release-policy.json +1 -79
  8. package/dist/engine/auto-updater/release-verifier.js +17 -35
  9. package/dist/engine/core-bridge.d.ts +6 -23
  10. package/dist/engine/core-bridge.js +35 -376
  11. package/dist/engine/execution/job-runtime.d.ts +0 -11
  12. package/dist/engine/execution/job-runtime.js +0 -23
  13. package/dist/engine/living-spec/annotation-parser.js +0 -14
  14. package/dist/engine/project-graph/native.js +2 -2
  15. package/dist/engine/sandbox/profiles/macos.sb +33 -0
  16. package/dist/engine/scan-project/module-discoverer.js +10 -53
  17. package/dist/engine/validation/validation-receipt.d.ts +5 -0
  18. package/dist/engine/validation/validation-receipt.js +9 -1
  19. package/dist/engine/validator/deep-code-checker.js +19 -26
  20. package/dist/security/adapters/macos-keychain.d.ts +5 -3
  21. package/dist/security/adapters/macos-keychain.js +46 -20
  22. package/dist/tools/create-spec/autopilot-analyzer.d.ts +1 -1
  23. package/dist/tools/create-spec/autopilot-analyzer.js +2 -2
  24. package/dist/tools/create-spec/relevance-scorer.d.ts +1 -1
  25. package/dist/tools/create-spec/relevance-scorer.js +1 -17
  26. package/dist/tools/create-spec.js +1 -1
  27. package/dist/types/atomic-upgrade.d.ts +0 -2
  28. package/dist/types/core-bridge.d.ts +0 -108
  29. package/dist/types/core-bridge.js +1 -1
  30. package/dist/types/durable-job.d.ts +0 -40
  31. package/dist/types/security.d.ts +0 -5
  32. package/package.json +7 -43
  33. package/planu-plugin.json +1 -1
  34. package/dist/config/native-release-public-key.pem +0 -3
  35. package/dist/config/native-targets.json +0 -87
  36. package/dist/engine/execution/job-executor.d.ts +0 -16
  37. package/dist/engine/execution/job-executor.js +0 -140
  38. package/dist/engine/execution/native-relevance-scorer.d.ts +0 -6
  39. package/dist/engine/execution/native-relevance-scorer.js +0 -64
  40. package/dist/engine/execution/native-worker-dispatch.d.ts +0 -3
  41. package/dist/engine/execution/native-worker-dispatch.js +0 -46
  42. package/dist/engine/execution/native-worker-protocol.d.ts +0 -6
  43. package/dist/engine/execution/native-worker-protocol.js +0 -33
  44. package/dist/engine/execution/native-worker-runtime.d.ts +0 -4
  45. package/dist/engine/execution/native-worker-runtime.js +0 -177
  46. package/dist/engine/execution/native-worker-thread.d.ts +0 -2
  47. package/dist/engine/execution/native-worker-thread.js +0 -66
  48. package/dist/engine/macos-keychain-native-port.d.ts +0 -10
  49. package/dist/engine/macos-keychain-native-port.js +0 -64
  50. package/dist/engine/native-capability-policy.d.ts +0 -4
  51. package/dist/engine/native-capability-policy.js +0 -24
  52. package/dist/engine/native-platform.d.ts +0 -3
  53. package/dist/engine/native-platform.js +0 -44
  54. package/dist/engine/native-runtime-handshake.d.ts +0 -20
  55. package/dist/engine/native-runtime-handshake.js +0 -230
  56. package/dist/engine/planu-core.darwin-arm64.node.manifest.json +0 -39
  57. package/dist/engine/planu-core.darwin-arm64.node.sbom.json +0 -1310
  58. package/dist/engine/planu-core.darwin-x64.node.manifest.json +0 -39
  59. package/dist/engine/planu-core.darwin-x64.node.sbom.json +0 -1310
  60. package/dist/engine/planu-core.linux-arm64-gnu.node.manifest.json +0 -38
  61. package/dist/engine/planu-core.linux-arm64-gnu.node.sbom.json +0 -1310
  62. package/dist/engine/planu-core.linux-arm64-musl.node.manifest.json +0 -38
  63. package/dist/engine/planu-core.linux-arm64-musl.node.sbom.json +0 -1310
  64. package/dist/engine/planu-core.linux-x64-gnu.node.manifest.json +0 -38
  65. package/dist/engine/planu-core.linux-x64-gnu.node.sbom.json +0 -1310
  66. package/dist/engine/planu-core.linux-x64-musl.node.manifest.json +0 -38
  67. package/dist/engine/planu-core.linux-x64-musl.node.sbom.json +0 -1310
  68. package/dist/engine/planu-core.win32-arm64-msvc.node.manifest.json +0 -38
  69. package/dist/engine/planu-core.win32-arm64-msvc.node.sbom.json +0 -1310
  70. package/dist/engine/planu-core.win32-x64-msvc.node.manifest.json +0 -38
  71. package/dist/engine/planu-core.win32-x64-msvc.node.sbom.json +0 -1310
  72. package/dist/types/native-worker.d.ts +0 -48
  73. package/dist/types/native-worker.js +0 -2
  74. package/planu-native.json +0 -82
@@ -1,1310 +0,0 @@
1
- {
2
- "bomFormat": "CycloneDX",
3
- "specVersion": "1.5",
4
- "version": 1,
5
- "metadata": {
6
- "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.27",
8
- "type": "library",
9
- "name": "planu-core",
10
- "version": "5.3.27",
11
- "hashes": [
12
- {
13
- "alg": "SHA-256",
14
- "content": "b847ff92831078fb9d108cbf191eb39307c49a25d404da070db732dded3fc894"
15
- }
16
- ]
17
- }
18
- },
19
- "components": [
20
- {
21
- "type": "library",
22
- "bom-ref": "pkg:cargo/aho-corasick@1.1.5",
23
- "name": "aho-corasick",
24
- "version": "1.1.5",
25
- "externalReferences": [
26
- {
27
- "type": "distribution",
28
- "url": "registry+https://github.com/rust-lang/crates.io-index"
29
- }
30
- ],
31
- "licenses": [
32
- {
33
- "expression": "Unlicense OR MIT"
34
- }
35
- ]
36
- },
37
- {
38
- "type": "library",
39
- "bom-ref": "pkg:cargo/bitflags@2.13.1",
40
- "name": "bitflags",
41
- "version": "2.13.1",
42
- "externalReferences": [
43
- {
44
- "type": "distribution",
45
- "url": "registry+https://github.com/rust-lang/crates.io-index"
46
- }
47
- ],
48
- "licenses": [
49
- {
50
- "expression": "MIT OR Apache-2.0"
51
- }
52
- ]
53
- },
54
- {
55
- "type": "library",
56
- "bom-ref": "pkg:cargo/block-buffer@0.10.4",
57
- "name": "block-buffer",
58
- "version": "0.10.4",
59
- "externalReferences": [
60
- {
61
- "type": "distribution",
62
- "url": "registry+https://github.com/rust-lang/crates.io-index"
63
- }
64
- ],
65
- "licenses": [
66
- {
67
- "expression": "MIT OR Apache-2.0"
68
- }
69
- ]
70
- },
71
- {
72
- "type": "library",
73
- "bom-ref": "pkg:cargo/bstr@1.13.1",
74
- "name": "bstr",
75
- "version": "1.13.1",
76
- "externalReferences": [
77
- {
78
- "type": "distribution",
79
- "url": "registry+https://github.com/rust-lang/crates.io-index"
80
- }
81
- ],
82
- "licenses": [
83
- {
84
- "expression": "MIT OR Apache-2.0"
85
- }
86
- ]
87
- },
88
- {
89
- "type": "library",
90
- "bom-ref": "pkg:cargo/cfg-if@1.0.4",
91
- "name": "cfg-if",
92
- "version": "1.0.4",
93
- "externalReferences": [
94
- {
95
- "type": "distribution",
96
- "url": "registry+https://github.com/rust-lang/crates.io-index"
97
- }
98
- ],
99
- "licenses": [
100
- {
101
- "expression": "MIT OR Apache-2.0"
102
- }
103
- ]
104
- },
105
- {
106
- "type": "library",
107
- "bom-ref": "pkg:cargo/core-foundation-sys@0.8.7",
108
- "name": "core-foundation-sys",
109
- "version": "0.8.7",
110
- "externalReferences": [
111
- {
112
- "type": "distribution",
113
- "url": "registry+https://github.com/rust-lang/crates.io-index"
114
- }
115
- ],
116
- "licenses": [
117
- {
118
- "expression": "MIT OR Apache-2.0"
119
- }
120
- ]
121
- },
122
- {
123
- "type": "library",
124
- "bom-ref": "pkg:cargo/core-foundation@0.10.1",
125
- "name": "core-foundation",
126
- "version": "0.10.1",
127
- "externalReferences": [
128
- {
129
- "type": "distribution",
130
- "url": "registry+https://github.com/rust-lang/crates.io-index"
131
- }
132
- ],
133
- "licenses": [
134
- {
135
- "expression": "MIT OR Apache-2.0"
136
- }
137
- ]
138
- },
139
- {
140
- "type": "library",
141
- "bom-ref": "pkg:cargo/cpufeatures@0.2.17",
142
- "name": "cpufeatures",
143
- "version": "0.2.17",
144
- "externalReferences": [
145
- {
146
- "type": "distribution",
147
- "url": "registry+https://github.com/rust-lang/crates.io-index"
148
- }
149
- ],
150
- "licenses": [
151
- {
152
- "expression": "MIT OR Apache-2.0"
153
- }
154
- ]
155
- },
156
- {
157
- "type": "library",
158
- "bom-ref": "pkg:cargo/crossbeam-deque@0.8.7",
159
- "name": "crossbeam-deque",
160
- "version": "0.8.7",
161
- "externalReferences": [
162
- {
163
- "type": "distribution",
164
- "url": "registry+https://github.com/rust-lang/crates.io-index"
165
- }
166
- ],
167
- "licenses": [
168
- {
169
- "expression": "MIT OR Apache-2.0"
170
- }
171
- ]
172
- },
173
- {
174
- "type": "library",
175
- "bom-ref": "pkg:cargo/crossbeam-epoch@0.9.20",
176
- "name": "crossbeam-epoch",
177
- "version": "0.9.20",
178
- "externalReferences": [
179
- {
180
- "type": "distribution",
181
- "url": "registry+https://github.com/rust-lang/crates.io-index"
182
- }
183
- ],
184
- "licenses": [
185
- {
186
- "expression": "MIT OR Apache-2.0"
187
- }
188
- ]
189
- },
190
- {
191
- "type": "library",
192
- "bom-ref": "pkg:cargo/crossbeam-utils@0.8.22",
193
- "name": "crossbeam-utils",
194
- "version": "0.8.22",
195
- "externalReferences": [
196
- {
197
- "type": "distribution",
198
- "url": "registry+https://github.com/rust-lang/crates.io-index"
199
- }
200
- ],
201
- "licenses": [
202
- {
203
- "expression": "MIT OR Apache-2.0"
204
- }
205
- ]
206
- },
207
- {
208
- "type": "library",
209
- "bom-ref": "pkg:cargo/crypto-common@0.1.7",
210
- "name": "crypto-common",
211
- "version": "0.1.7",
212
- "externalReferences": [
213
- {
214
- "type": "distribution",
215
- "url": "registry+https://github.com/rust-lang/crates.io-index"
216
- }
217
- ],
218
- "licenses": [
219
- {
220
- "expression": "MIT OR Apache-2.0"
221
- }
222
- ]
223
- },
224
- {
225
- "type": "library",
226
- "bom-ref": "pkg:cargo/digest@0.10.7",
227
- "name": "digest",
228
- "version": "0.10.7",
229
- "externalReferences": [
230
- {
231
- "type": "distribution",
232
- "url": "registry+https://github.com/rust-lang/crates.io-index"
233
- }
234
- ],
235
- "licenses": [
236
- {
237
- "expression": "MIT OR Apache-2.0"
238
- }
239
- ]
240
- },
241
- {
242
- "type": "library",
243
- "bom-ref": "pkg:cargo/either@1.17.0",
244
- "name": "either",
245
- "version": "1.17.0",
246
- "externalReferences": [
247
- {
248
- "type": "distribution",
249
- "url": "registry+https://github.com/rust-lang/crates.io-index"
250
- }
251
- ],
252
- "licenses": [
253
- {
254
- "expression": "MIT OR Apache-2.0"
255
- }
256
- ]
257
- },
258
- {
259
- "type": "library",
260
- "bom-ref": "pkg:cargo/equivalent@1.0.2",
261
- "name": "equivalent",
262
- "version": "1.0.2",
263
- "externalReferences": [
264
- {
265
- "type": "distribution",
266
- "url": "registry+https://github.com/rust-lang/crates.io-index"
267
- }
268
- ],
269
- "licenses": [
270
- {
271
- "expression": "Apache-2.0 OR MIT"
272
- }
273
- ]
274
- },
275
- {
276
- "type": "library",
277
- "bom-ref": "pkg:cargo/generic-array@0.14.7",
278
- "name": "generic-array",
279
- "version": "0.14.7",
280
- "externalReferences": [
281
- {
282
- "type": "distribution",
283
- "url": "registry+https://github.com/rust-lang/crates.io-index"
284
- }
285
- ],
286
- "licenses": [
287
- {
288
- "expression": "MIT"
289
- }
290
- ]
291
- },
292
- {
293
- "type": "library",
294
- "bom-ref": "pkg:cargo/globset@0.4.20",
295
- "name": "globset",
296
- "version": "0.4.20",
297
- "externalReferences": [
298
- {
299
- "type": "distribution",
300
- "url": "registry+https://github.com/rust-lang/crates.io-index"
301
- }
302
- ],
303
- "licenses": [
304
- {
305
- "expression": "Unlicense OR MIT"
306
- }
307
- ]
308
- },
309
- {
310
- "type": "library",
311
- "bom-ref": "pkg:cargo/hashbrown@0.17.1",
312
- "name": "hashbrown",
313
- "version": "0.17.1",
314
- "externalReferences": [
315
- {
316
- "type": "distribution",
317
- "url": "registry+https://github.com/rust-lang/crates.io-index"
318
- }
319
- ],
320
- "licenses": [
321
- {
322
- "expression": "MIT OR Apache-2.0"
323
- }
324
- ]
325
- },
326
- {
327
- "type": "library",
328
- "bom-ref": "pkg:cargo/hmac@0.12.1",
329
- "name": "hmac",
330
- "version": "0.12.1",
331
- "externalReferences": [
332
- {
333
- "type": "distribution",
334
- "url": "registry+https://github.com/rust-lang/crates.io-index"
335
- }
336
- ],
337
- "licenses": [
338
- {
339
- "expression": "MIT OR Apache-2.0"
340
- }
341
- ]
342
- },
343
- {
344
- "type": "library",
345
- "bom-ref": "pkg:cargo/ignore@0.4.25",
346
- "name": "ignore",
347
- "version": "0.4.25",
348
- "externalReferences": [
349
- {
350
- "type": "distribution",
351
- "url": "registry+https://github.com/rust-lang/crates.io-index"
352
- }
353
- ],
354
- "licenses": [
355
- {
356
- "expression": "Unlicense OR MIT"
357
- }
358
- ]
359
- },
360
- {
361
- "type": "library",
362
- "bom-ref": "pkg:cargo/indexmap@2.14.0",
363
- "name": "indexmap",
364
- "version": "2.14.0",
365
- "externalReferences": [
366
- {
367
- "type": "distribution",
368
- "url": "registry+https://github.com/rust-lang/crates.io-index"
369
- }
370
- ],
371
- "licenses": [
372
- {
373
- "expression": "Apache-2.0 OR MIT"
374
- }
375
- ]
376
- },
377
- {
378
- "type": "library",
379
- "bom-ref": "pkg:cargo/itoa@1.0.18",
380
- "name": "itoa",
381
- "version": "1.0.18",
382
- "externalReferences": [
383
- {
384
- "type": "distribution",
385
- "url": "registry+https://github.com/rust-lang/crates.io-index"
386
- }
387
- ],
388
- "licenses": [
389
- {
390
- "expression": "MIT OR Apache-2.0"
391
- }
392
- ]
393
- },
394
- {
395
- "type": "library",
396
- "bom-ref": "pkg:cargo/libc@0.2.189",
397
- "name": "libc",
398
- "version": "0.2.189",
399
- "externalReferences": [
400
- {
401
- "type": "distribution",
402
- "url": "registry+https://github.com/rust-lang/crates.io-index"
403
- }
404
- ],
405
- "licenses": [
406
- {
407
- "expression": "MIT OR Apache-2.0"
408
- }
409
- ]
410
- },
411
- {
412
- "type": "library",
413
- "bom-ref": "pkg:cargo/log@0.4.33",
414
- "name": "log",
415
- "version": "0.4.33",
416
- "externalReferences": [
417
- {
418
- "type": "distribution",
419
- "url": "registry+https://github.com/rust-lang/crates.io-index"
420
- }
421
- ],
422
- "licenses": [
423
- {
424
- "expression": "MIT OR Apache-2.0"
425
- }
426
- ]
427
- },
428
- {
429
- "type": "library",
430
- "bom-ref": "pkg:cargo/memchr@2.8.3",
431
- "name": "memchr",
432
- "version": "2.8.3",
433
- "externalReferences": [
434
- {
435
- "type": "distribution",
436
- "url": "registry+https://github.com/rust-lang/crates.io-index"
437
- }
438
- ],
439
- "licenses": [
440
- {
441
- "expression": "Unlicense OR MIT"
442
- }
443
- ]
444
- },
445
- {
446
- "type": "library",
447
- "bom-ref": "pkg:cargo/napi-build@2.3.2",
448
- "name": "napi-build",
449
- "version": "2.3.2",
450
- "externalReferences": [
451
- {
452
- "type": "distribution",
453
- "url": "registry+https://github.com/rust-lang/crates.io-index"
454
- }
455
- ],
456
- "licenses": [
457
- {
458
- "expression": "MIT"
459
- }
460
- ]
461
- },
462
- {
463
- "type": "library",
464
- "bom-ref": "pkg:cargo/proc-macro2@1.0.107",
465
- "name": "proc-macro2",
466
- "version": "1.0.107",
467
- "externalReferences": [
468
- {
469
- "type": "distribution",
470
- "url": "registry+https://github.com/rust-lang/crates.io-index"
471
- }
472
- ],
473
- "licenses": [
474
- {
475
- "expression": "MIT OR Apache-2.0"
476
- }
477
- ]
478
- },
479
- {
480
- "type": "library",
481
- "bom-ref": "pkg:cargo/quote@1.0.47",
482
- "name": "quote",
483
- "version": "1.0.47",
484
- "externalReferences": [
485
- {
486
- "type": "distribution",
487
- "url": "registry+https://github.com/rust-lang/crates.io-index"
488
- }
489
- ],
490
- "licenses": [
491
- {
492
- "expression": "MIT OR Apache-2.0"
493
- }
494
- ]
495
- },
496
- {
497
- "type": "library",
498
- "bom-ref": "pkg:cargo/rayon-core@1.13.0",
499
- "name": "rayon-core",
500
- "version": "1.13.0",
501
- "externalReferences": [
502
- {
503
- "type": "distribution",
504
- "url": "registry+https://github.com/rust-lang/crates.io-index"
505
- }
506
- ],
507
- "licenses": [
508
- {
509
- "expression": "MIT OR Apache-2.0"
510
- }
511
- ]
512
- },
513
- {
514
- "type": "library",
515
- "bom-ref": "pkg:cargo/rayon@1.12.0",
516
- "name": "rayon",
517
- "version": "1.12.0",
518
- "externalReferences": [
519
- {
520
- "type": "distribution",
521
- "url": "registry+https://github.com/rust-lang/crates.io-index"
522
- }
523
- ],
524
- "licenses": [
525
- {
526
- "expression": "MIT OR Apache-2.0"
527
- }
528
- ]
529
- },
530
- {
531
- "type": "library",
532
- "bom-ref": "pkg:cargo/regex-automata@0.4.18",
533
- "name": "regex-automata",
534
- "version": "0.4.18",
535
- "externalReferences": [
536
- {
537
- "type": "distribution",
538
- "url": "registry+https://github.com/rust-lang/crates.io-index"
539
- }
540
- ],
541
- "licenses": [
542
- {
543
- "expression": "MIT OR Apache-2.0"
544
- }
545
- ]
546
- },
547
- {
548
- "type": "library",
549
- "bom-ref": "pkg:cargo/regex-syntax@0.8.11",
550
- "name": "regex-syntax",
551
- "version": "0.8.11",
552
- "externalReferences": [
553
- {
554
- "type": "distribution",
555
- "url": "registry+https://github.com/rust-lang/crates.io-index"
556
- }
557
- ],
558
- "licenses": [
559
- {
560
- "expression": "MIT OR Apache-2.0"
561
- }
562
- ]
563
- },
564
- {
565
- "type": "library",
566
- "bom-ref": "pkg:cargo/regex@1.12.3",
567
- "name": "regex",
568
- "version": "1.12.3",
569
- "externalReferences": [
570
- {
571
- "type": "distribution",
572
- "url": "registry+https://github.com/rust-lang/crates.io-index"
573
- }
574
- ],
575
- "licenses": [
576
- {
577
- "expression": "MIT OR Apache-2.0"
578
- }
579
- ]
580
- },
581
- {
582
- "type": "library",
583
- "bom-ref": "pkg:cargo/ryu@1.0.23",
584
- "name": "ryu",
585
- "version": "1.0.23",
586
- "externalReferences": [
587
- {
588
- "type": "distribution",
589
- "url": "registry+https://github.com/rust-lang/crates.io-index"
590
- }
591
- ],
592
- "licenses": [
593
- {
594
- "expression": "Apache-2.0 OR BSL-1.0"
595
- }
596
- ]
597
- },
598
- {
599
- "type": "library",
600
- "bom-ref": "pkg:cargo/same-file@1.0.6",
601
- "name": "same-file",
602
- "version": "1.0.6",
603
- "externalReferences": [
604
- {
605
- "type": "distribution",
606
- "url": "registry+https://github.com/rust-lang/crates.io-index"
607
- }
608
- ],
609
- "licenses": [
610
- {
611
- "expression": "Unlicense/MIT"
612
- }
613
- ]
614
- },
615
- {
616
- "type": "library",
617
- "bom-ref": "pkg:cargo/security-framework-sys@2.17.0",
618
- "name": "security-framework-sys",
619
- "version": "2.17.0",
620
- "externalReferences": [
621
- {
622
- "type": "distribution",
623
- "url": "registry+https://github.com/rust-lang/crates.io-index"
624
- }
625
- ],
626
- "licenses": [
627
- {
628
- "expression": "MIT OR Apache-2.0"
629
- }
630
- ]
631
- },
632
- {
633
- "type": "library",
634
- "bom-ref": "pkg:cargo/security-framework@3.7.0",
635
- "name": "security-framework",
636
- "version": "3.7.0",
637
- "externalReferences": [
638
- {
639
- "type": "distribution",
640
- "url": "registry+https://github.com/rust-lang/crates.io-index"
641
- }
642
- ],
643
- "licenses": [
644
- {
645
- "expression": "MIT OR Apache-2.0"
646
- }
647
- ]
648
- },
649
- {
650
- "type": "library",
651
- "bom-ref": "pkg:cargo/serde_core@1.0.228",
652
- "name": "serde_core",
653
- "version": "1.0.228",
654
- "externalReferences": [
655
- {
656
- "type": "distribution",
657
- "url": "registry+https://github.com/rust-lang/crates.io-index"
658
- }
659
- ],
660
- "licenses": [
661
- {
662
- "expression": "MIT OR Apache-2.0"
663
- }
664
- ]
665
- },
666
- {
667
- "type": "library",
668
- "bom-ref": "pkg:cargo/serde_derive@1.0.228",
669
- "name": "serde_derive",
670
- "version": "1.0.228",
671
- "externalReferences": [
672
- {
673
- "type": "distribution",
674
- "url": "registry+https://github.com/rust-lang/crates.io-index"
675
- }
676
- ],
677
- "licenses": [
678
- {
679
- "expression": "MIT OR Apache-2.0"
680
- }
681
- ]
682
- },
683
- {
684
- "type": "library",
685
- "bom-ref": "pkg:cargo/serde_json@1.0.149",
686
- "name": "serde_json",
687
- "version": "1.0.149",
688
- "externalReferences": [
689
- {
690
- "type": "distribution",
691
- "url": "registry+https://github.com/rust-lang/crates.io-index"
692
- }
693
- ],
694
- "licenses": [
695
- {
696
- "expression": "MIT OR Apache-2.0"
697
- }
698
- ]
699
- },
700
- {
701
- "type": "library",
702
- "bom-ref": "pkg:cargo/serde_yaml@0.9.34+deprecated",
703
- "name": "serde_yaml",
704
- "version": "0.9.34+deprecated",
705
- "externalReferences": [
706
- {
707
- "type": "distribution",
708
- "url": "registry+https://github.com/rust-lang/crates.io-index"
709
- }
710
- ],
711
- "licenses": [
712
- {
713
- "expression": "MIT OR Apache-2.0"
714
- }
715
- ]
716
- },
717
- {
718
- "type": "library",
719
- "bom-ref": "pkg:cargo/serde@1.0.228",
720
- "name": "serde",
721
- "version": "1.0.228",
722
- "externalReferences": [
723
- {
724
- "type": "distribution",
725
- "url": "registry+https://github.com/rust-lang/crates.io-index"
726
- }
727
- ],
728
- "licenses": [
729
- {
730
- "expression": "MIT OR Apache-2.0"
731
- }
732
- ]
733
- },
734
- {
735
- "type": "library",
736
- "bom-ref": "pkg:cargo/sha2@0.10.9",
737
- "name": "sha2",
738
- "version": "0.10.9",
739
- "externalReferences": [
740
- {
741
- "type": "distribution",
742
- "url": "registry+https://github.com/rust-lang/crates.io-index"
743
- }
744
- ],
745
- "licenses": [
746
- {
747
- "expression": "MIT OR Apache-2.0"
748
- }
749
- ]
750
- },
751
- {
752
- "type": "library",
753
- "bom-ref": "pkg:cargo/subtle@2.6.1",
754
- "name": "subtle",
755
- "version": "2.6.1",
756
- "externalReferences": [
757
- {
758
- "type": "distribution",
759
- "url": "registry+https://github.com/rust-lang/crates.io-index"
760
- }
761
- ],
762
- "licenses": [
763
- {
764
- "expression": "BSD-3-Clause"
765
- }
766
- ]
767
- },
768
- {
769
- "type": "library",
770
- "bom-ref": "pkg:cargo/syn@2.0.119",
771
- "name": "syn",
772
- "version": "2.0.119",
773
- "externalReferences": [
774
- {
775
- "type": "distribution",
776
- "url": "registry+https://github.com/rust-lang/crates.io-index"
777
- }
778
- ],
779
- "licenses": [
780
- {
781
- "expression": "MIT OR Apache-2.0"
782
- }
783
- ]
784
- },
785
- {
786
- "type": "library",
787
- "bom-ref": "pkg:cargo/typenum@1.20.1",
788
- "name": "typenum",
789
- "version": "1.20.1",
790
- "externalReferences": [
791
- {
792
- "type": "distribution",
793
- "url": "registry+https://github.com/rust-lang/crates.io-index"
794
- }
795
- ],
796
- "licenses": [
797
- {
798
- "expression": "MIT OR Apache-2.0"
799
- }
800
- ]
801
- },
802
- {
803
- "type": "library",
804
- "bom-ref": "pkg:cargo/unicode-ident@1.0.24",
805
- "name": "unicode-ident",
806
- "version": "1.0.24",
807
- "externalReferences": [
808
- {
809
- "type": "distribution",
810
- "url": "registry+https://github.com/rust-lang/crates.io-index"
811
- }
812
- ],
813
- "licenses": [
814
- {
815
- "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
816
- }
817
- ]
818
- },
819
- {
820
- "type": "library",
821
- "bom-ref": "pkg:cargo/unsafe-libyaml@0.2.11",
822
- "name": "unsafe-libyaml",
823
- "version": "0.2.11",
824
- "externalReferences": [
825
- {
826
- "type": "distribution",
827
- "url": "registry+https://github.com/rust-lang/crates.io-index"
828
- }
829
- ],
830
- "licenses": [
831
- {
832
- "expression": "MIT"
833
- }
834
- ]
835
- },
836
- {
837
- "type": "library",
838
- "bom-ref": "pkg:cargo/version_check@0.9.5",
839
- "name": "version_check",
840
- "version": "0.9.5",
841
- "externalReferences": [
842
- {
843
- "type": "distribution",
844
- "url": "registry+https://github.com/rust-lang/crates.io-index"
845
- }
846
- ],
847
- "licenses": [
848
- {
849
- "expression": "MIT/Apache-2.0"
850
- }
851
- ]
852
- },
853
- {
854
- "type": "library",
855
- "bom-ref": "pkg:cargo/walkdir@2.5.0",
856
- "name": "walkdir",
857
- "version": "2.5.0",
858
- "externalReferences": [
859
- {
860
- "type": "distribution",
861
- "url": "registry+https://github.com/rust-lang/crates.io-index"
862
- }
863
- ],
864
- "licenses": [
865
- {
866
- "expression": "Unlicense/MIT"
867
- }
868
- ]
869
- },
870
- {
871
- "type": "library",
872
- "bom-ref": "pkg:cargo/winapi-util@0.1.11",
873
- "name": "winapi-util",
874
- "version": "0.1.11",
875
- "externalReferences": [
876
- {
877
- "type": "distribution",
878
- "url": "registry+https://github.com/rust-lang/crates.io-index"
879
- }
880
- ],
881
- "licenses": [
882
- {
883
- "expression": "Unlicense OR MIT"
884
- }
885
- ]
886
- },
887
- {
888
- "type": "library",
889
- "bom-ref": "pkg:cargo/windows-link@0.2.1",
890
- "name": "windows-link",
891
- "version": "0.2.1",
892
- "externalReferences": [
893
- {
894
- "type": "distribution",
895
- "url": "registry+https://github.com/rust-lang/crates.io-index"
896
- }
897
- ],
898
- "licenses": [
899
- {
900
- "expression": "MIT OR Apache-2.0"
901
- }
902
- ]
903
- },
904
- {
905
- "type": "library",
906
- "bom-ref": "pkg:cargo/windows-sys@0.61.2",
907
- "name": "windows-sys",
908
- "version": "0.61.2",
909
- "externalReferences": [
910
- {
911
- "type": "distribution",
912
- "url": "registry+https://github.com/rust-lang/crates.io-index"
913
- }
914
- ],
915
- "licenses": [
916
- {
917
- "expression": "MIT OR Apache-2.0"
918
- }
919
- ]
920
- },
921
- {
922
- "type": "library",
923
- "bom-ref": "pkg:cargo/zeroize@1.8.2",
924
- "name": "zeroize",
925
- "version": "1.8.2",
926
- "externalReferences": [
927
- {
928
- "type": "distribution",
929
- "url": "registry+https://github.com/rust-lang/crates.io-index"
930
- }
931
- ],
932
- "licenses": [
933
- {
934
- "expression": "Apache-2.0 OR MIT"
935
- }
936
- ]
937
- },
938
- {
939
- "type": "library",
940
- "bom-ref": "pkg:cargo/zmij@1.0.23",
941
- "name": "zmij",
942
- "version": "1.0.23",
943
- "externalReferences": [
944
- {
945
- "type": "distribution",
946
- "url": "registry+https://github.com/rust-lang/crates.io-index"
947
- }
948
- ],
949
- "licenses": [
950
- {
951
- "expression": "MIT"
952
- }
953
- ]
954
- }
955
- ],
956
- "dependencies": [
957
- {
958
- "ref": "pkg:cargo/aho-corasick@1.1.5",
959
- "dependsOn": [
960
- "pkg:cargo/memchr@2.8.3"
961
- ]
962
- },
963
- {
964
- "ref": "pkg:cargo/bitflags@2.13.1",
965
- "dependsOn": []
966
- },
967
- {
968
- "ref": "pkg:cargo/block-buffer@0.10.4",
969
- "dependsOn": [
970
- "pkg:cargo/generic-array@0.14.7"
971
- ]
972
- },
973
- {
974
- "ref": "pkg:cargo/bstr@1.13.1",
975
- "dependsOn": [
976
- "pkg:cargo/memchr@2.8.3",
977
- "pkg:cargo/serde_core@1.0.228"
978
- ]
979
- },
980
- {
981
- "ref": "pkg:cargo/cfg-if@1.0.4",
982
- "dependsOn": []
983
- },
984
- {
985
- "ref": "pkg:cargo/core-foundation-sys@0.8.7",
986
- "dependsOn": []
987
- },
988
- {
989
- "ref": "pkg:cargo/core-foundation@0.10.1",
990
- "dependsOn": [
991
- "pkg:cargo/core-foundation-sys@0.8.7",
992
- "pkg:cargo/libc@0.2.189"
993
- ]
994
- },
995
- {
996
- "ref": "pkg:cargo/cpufeatures@0.2.17",
997
- "dependsOn": [
998
- "pkg:cargo/libc@0.2.189"
999
- ]
1000
- },
1001
- {
1002
- "ref": "pkg:cargo/crossbeam-deque@0.8.7",
1003
- "dependsOn": [
1004
- "pkg:cargo/crossbeam-epoch@0.9.20",
1005
- "pkg:cargo/crossbeam-utils@0.8.22"
1006
- ]
1007
- },
1008
- {
1009
- "ref": "pkg:cargo/crossbeam-epoch@0.9.20",
1010
- "dependsOn": [
1011
- "pkg:cargo/crossbeam-utils@0.8.22"
1012
- ]
1013
- },
1014
- {
1015
- "ref": "pkg:cargo/crossbeam-utils@0.8.22",
1016
- "dependsOn": []
1017
- },
1018
- {
1019
- "ref": "pkg:cargo/crypto-common@0.1.7",
1020
- "dependsOn": [
1021
- "pkg:cargo/generic-array@0.14.7",
1022
- "pkg:cargo/typenum@1.20.1"
1023
- ]
1024
- },
1025
- {
1026
- "ref": "pkg:cargo/digest@0.10.7",
1027
- "dependsOn": [
1028
- "pkg:cargo/block-buffer@0.10.4",
1029
- "pkg:cargo/crypto-common@0.1.7",
1030
- "pkg:cargo/subtle@2.6.1"
1031
- ]
1032
- },
1033
- {
1034
- "ref": "pkg:cargo/either@1.17.0",
1035
- "dependsOn": []
1036
- },
1037
- {
1038
- "ref": "pkg:cargo/equivalent@1.0.2",
1039
- "dependsOn": []
1040
- },
1041
- {
1042
- "ref": "pkg:cargo/generic-array@0.14.7",
1043
- "dependsOn": [
1044
- "pkg:cargo/typenum@1.20.1",
1045
- "pkg:cargo/version_check@0.9.5"
1046
- ]
1047
- },
1048
- {
1049
- "ref": "pkg:cargo/globset@0.4.20",
1050
- "dependsOn": [
1051
- "pkg:cargo/aho-corasick@1.1.5",
1052
- "pkg:cargo/bstr@1.13.1",
1053
- "pkg:cargo/log@0.4.33",
1054
- "pkg:cargo/regex-automata@0.4.18",
1055
- "pkg:cargo/regex-syntax@0.8.11"
1056
- ]
1057
- },
1058
- {
1059
- "ref": "pkg:cargo/hashbrown@0.17.1",
1060
- "dependsOn": []
1061
- },
1062
- {
1063
- "ref": "pkg:cargo/hmac@0.12.1",
1064
- "dependsOn": [
1065
- "pkg:cargo/digest@0.10.7"
1066
- ]
1067
- },
1068
- {
1069
- "ref": "pkg:cargo/ignore@0.4.25",
1070
- "dependsOn": [
1071
- "pkg:cargo/crossbeam-deque@0.8.7",
1072
- "pkg:cargo/globset@0.4.20",
1073
- "pkg:cargo/log@0.4.33",
1074
- "pkg:cargo/memchr@2.8.3",
1075
- "pkg:cargo/regex-automata@0.4.18",
1076
- "pkg:cargo/same-file@1.0.6",
1077
- "pkg:cargo/walkdir@2.5.0",
1078
- "pkg:cargo/winapi-util@0.1.11"
1079
- ]
1080
- },
1081
- {
1082
- "ref": "pkg:cargo/indexmap@2.14.0",
1083
- "dependsOn": [
1084
- "pkg:cargo/equivalent@1.0.2",
1085
- "pkg:cargo/hashbrown@0.17.1"
1086
- ]
1087
- },
1088
- {
1089
- "ref": "pkg:cargo/itoa@1.0.18",
1090
- "dependsOn": []
1091
- },
1092
- {
1093
- "ref": "pkg:cargo/libc@0.2.189",
1094
- "dependsOn": []
1095
- },
1096
- {
1097
- "ref": "pkg:cargo/log@0.4.33",
1098
- "dependsOn": []
1099
- },
1100
- {
1101
- "ref": "pkg:cargo/memchr@2.8.3",
1102
- "dependsOn": []
1103
- },
1104
- {
1105
- "ref": "pkg:cargo/napi-build@2.3.2",
1106
- "dependsOn": []
1107
- },
1108
- {
1109
- "ref": "pkg:cargo/planu-core@5.3.27",
1110
- "dependsOn": [
1111
- "pkg:cargo/core-foundation@0.10.1",
1112
- "pkg:cargo/hmac@0.12.1",
1113
- "pkg:cargo/ignore@0.4.25",
1114
- "pkg:cargo/napi-build@2.3.2",
1115
- "pkg:cargo/rayon@1.12.0",
1116
- "pkg:cargo/regex@1.12.3",
1117
- "pkg:cargo/security-framework-sys@2.17.0",
1118
- "pkg:cargo/security-framework@3.7.0",
1119
- "pkg:cargo/serde@1.0.228",
1120
- "pkg:cargo/serde_json@1.0.149",
1121
- "pkg:cargo/serde_yaml@0.9.34+deprecated",
1122
- "pkg:cargo/sha2@0.10.9",
1123
- "pkg:cargo/walkdir@2.5.0",
1124
- "pkg:cargo/zeroize@1.8.2"
1125
- ]
1126
- },
1127
- {
1128
- "ref": "pkg:cargo/proc-macro2@1.0.107",
1129
- "dependsOn": [
1130
- "pkg:cargo/unicode-ident@1.0.24"
1131
- ]
1132
- },
1133
- {
1134
- "ref": "pkg:cargo/quote@1.0.47",
1135
- "dependsOn": [
1136
- "pkg:cargo/proc-macro2@1.0.107"
1137
- ]
1138
- },
1139
- {
1140
- "ref": "pkg:cargo/rayon-core@1.13.0",
1141
- "dependsOn": [
1142
- "pkg:cargo/crossbeam-deque@0.8.7",
1143
- "pkg:cargo/crossbeam-utils@0.8.22"
1144
- ]
1145
- },
1146
- {
1147
- "ref": "pkg:cargo/rayon@1.12.0",
1148
- "dependsOn": [
1149
- "pkg:cargo/either@1.17.0",
1150
- "pkg:cargo/rayon-core@1.13.0"
1151
- ]
1152
- },
1153
- {
1154
- "ref": "pkg:cargo/regex-automata@0.4.18",
1155
- "dependsOn": [
1156
- "pkg:cargo/aho-corasick@1.1.5",
1157
- "pkg:cargo/memchr@2.8.3",
1158
- "pkg:cargo/regex-syntax@0.8.11"
1159
- ]
1160
- },
1161
- {
1162
- "ref": "pkg:cargo/regex-syntax@0.8.11",
1163
- "dependsOn": []
1164
- },
1165
- {
1166
- "ref": "pkg:cargo/regex@1.12.3",
1167
- "dependsOn": [
1168
- "pkg:cargo/aho-corasick@1.1.5",
1169
- "pkg:cargo/memchr@2.8.3",
1170
- "pkg:cargo/regex-automata@0.4.18",
1171
- "pkg:cargo/regex-syntax@0.8.11"
1172
- ]
1173
- },
1174
- {
1175
- "ref": "pkg:cargo/ryu@1.0.23",
1176
- "dependsOn": []
1177
- },
1178
- {
1179
- "ref": "pkg:cargo/same-file@1.0.6",
1180
- "dependsOn": [
1181
- "pkg:cargo/winapi-util@0.1.11"
1182
- ]
1183
- },
1184
- {
1185
- "ref": "pkg:cargo/security-framework-sys@2.17.0",
1186
- "dependsOn": [
1187
- "pkg:cargo/core-foundation-sys@0.8.7",
1188
- "pkg:cargo/libc@0.2.189"
1189
- ]
1190
- },
1191
- {
1192
- "ref": "pkg:cargo/security-framework@3.7.0",
1193
- "dependsOn": [
1194
- "pkg:cargo/bitflags@2.13.1",
1195
- "pkg:cargo/core-foundation-sys@0.8.7",
1196
- "pkg:cargo/core-foundation@0.10.1",
1197
- "pkg:cargo/libc@0.2.189",
1198
- "pkg:cargo/security-framework-sys@2.17.0"
1199
- ]
1200
- },
1201
- {
1202
- "ref": "pkg:cargo/serde_core@1.0.228",
1203
- "dependsOn": [
1204
- "pkg:cargo/serde_derive@1.0.228"
1205
- ]
1206
- },
1207
- {
1208
- "ref": "pkg:cargo/serde_derive@1.0.228",
1209
- "dependsOn": [
1210
- "pkg:cargo/proc-macro2@1.0.107",
1211
- "pkg:cargo/quote@1.0.47",
1212
- "pkg:cargo/syn@2.0.119"
1213
- ]
1214
- },
1215
- {
1216
- "ref": "pkg:cargo/serde_json@1.0.149",
1217
- "dependsOn": [
1218
- "pkg:cargo/itoa@1.0.18",
1219
- "pkg:cargo/memchr@2.8.3",
1220
- "pkg:cargo/serde@1.0.228",
1221
- "pkg:cargo/serde_core@1.0.228",
1222
- "pkg:cargo/zmij@1.0.23"
1223
- ]
1224
- },
1225
- {
1226
- "ref": "pkg:cargo/serde_yaml@0.9.34+deprecated",
1227
- "dependsOn": [
1228
- "pkg:cargo/indexmap@2.14.0",
1229
- "pkg:cargo/itoa@1.0.18",
1230
- "pkg:cargo/ryu@1.0.23",
1231
- "pkg:cargo/serde@1.0.228",
1232
- "pkg:cargo/unsafe-libyaml@0.2.11"
1233
- ]
1234
- },
1235
- {
1236
- "ref": "pkg:cargo/serde@1.0.228",
1237
- "dependsOn": [
1238
- "pkg:cargo/serde_core@1.0.228",
1239
- "pkg:cargo/serde_derive@1.0.228"
1240
- ]
1241
- },
1242
- {
1243
- "ref": "pkg:cargo/sha2@0.10.9",
1244
- "dependsOn": [
1245
- "pkg:cargo/cfg-if@1.0.4",
1246
- "pkg:cargo/cpufeatures@0.2.17",
1247
- "pkg:cargo/digest@0.10.7"
1248
- ]
1249
- },
1250
- {
1251
- "ref": "pkg:cargo/subtle@2.6.1",
1252
- "dependsOn": []
1253
- },
1254
- {
1255
- "ref": "pkg:cargo/syn@2.0.119",
1256
- "dependsOn": [
1257
- "pkg:cargo/proc-macro2@1.0.107",
1258
- "pkg:cargo/quote@1.0.47",
1259
- "pkg:cargo/unicode-ident@1.0.24"
1260
- ]
1261
- },
1262
- {
1263
- "ref": "pkg:cargo/typenum@1.20.1",
1264
- "dependsOn": []
1265
- },
1266
- {
1267
- "ref": "pkg:cargo/unicode-ident@1.0.24",
1268
- "dependsOn": []
1269
- },
1270
- {
1271
- "ref": "pkg:cargo/unsafe-libyaml@0.2.11",
1272
- "dependsOn": []
1273
- },
1274
- {
1275
- "ref": "pkg:cargo/version_check@0.9.5",
1276
- "dependsOn": []
1277
- },
1278
- {
1279
- "ref": "pkg:cargo/walkdir@2.5.0",
1280
- "dependsOn": [
1281
- "pkg:cargo/same-file@1.0.6",
1282
- "pkg:cargo/winapi-util@0.1.11"
1283
- ]
1284
- },
1285
- {
1286
- "ref": "pkg:cargo/winapi-util@0.1.11",
1287
- "dependsOn": [
1288
- "pkg:cargo/windows-sys@0.61.2"
1289
- ]
1290
- },
1291
- {
1292
- "ref": "pkg:cargo/windows-link@0.2.1",
1293
- "dependsOn": []
1294
- },
1295
- {
1296
- "ref": "pkg:cargo/windows-sys@0.61.2",
1297
- "dependsOn": [
1298
- "pkg:cargo/windows-link@0.2.1"
1299
- ]
1300
- },
1301
- {
1302
- "ref": "pkg:cargo/zeroize@1.8.2",
1303
- "dependsOn": []
1304
- },
1305
- {
1306
- "ref": "pkg:cargo/zmij@1.0.23",
1307
- "dependsOn": []
1308
- }
1309
- ]
1310
- }