testing-conventions 0.0.2__py3-none-macosx_11_0_arm64.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,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: testing-conventions
3
+ Version: 0.0.2
4
+ Summary: Enforce testing conventions in libraries (Python, TypeScript, and Rust).
5
+ Author-email: Kevin Scott <me@thekevinscott.com>
6
+ License: MIT
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
9
+ Project-URL: Repository, https://github.com/thekevinscott/testing-conventions
10
+
11
+ # testing-conventions (Python)
12
+
13
+ Non-interactive agent CLI: spec in, code out, no review loop.
14
+
15
+ ```
16
+ pip install testing-conventions
17
+ ```
18
+
@@ -0,0 +1,5 @@
1
+ testing_conventions-0.0.2.data/scripts/testing-conventions,sha256=Fdz9ugOI7zZzwfDj93WKfbv3J0ueBte3smD9LMRgiOI,960800
2
+ testing_conventions-0.0.2.dist-info/METADATA,sha256=QLyhdaIAQN9A5Q1SCHuigUyNAdlArbWEl5UAheifnK8,513
3
+ testing_conventions-0.0.2.dist-info/WHEEL,sha256=0vS6UdcPBP6MAHF1cakSBqQaL9hlVhB8EieP2byGxcU,102
4
+ testing_conventions-0.0.2.dist-info/sboms/testing-conventions.cyclonedx.json,sha256=2R2O02wSv3VyIgweDS61dOeNmBjdeuaHFvV8xM_-sDo,34857
5
+ testing_conventions-0.0.2.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.14.0)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-macosx_11_0_arm64
@@ -0,0 +1,1130 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:bf6cf3f2-603c-46e8-a5f6-4a3b226ecbf6",
6
+ "metadata": {
7
+ "timestamp": "2026-06-12T13:37:47.615729000Z",
8
+ "tools": [
9
+ {
10
+ "vendor": "CycloneDX",
11
+ "name": "cargo-cyclonedx",
12
+ "version": "0.5.9"
13
+ }
14
+ ],
15
+ "authors": [
16
+ {
17
+ "name": "Kevin Scott",
18
+ "email": "me@thekevinscott.com"
19
+ }
20
+ ],
21
+ "component": {
22
+ "type": "application",
23
+ "bom-ref": "path+file:///Users/runner/work/testing-conventions/testing-conventions/packages/rust#testing-conventions@0.0.2",
24
+ "author": "Kevin Scott <me@thekevinscott.com>",
25
+ "name": "testing-conventions",
26
+ "version": "0.0.2",
27
+ "description": "Enforce testing conventions in libraries (Python, TypeScript, and Rust).",
28
+ "scope": "required",
29
+ "licenses": [
30
+ {
31
+ "expression": "MIT"
32
+ }
33
+ ],
34
+ "purl": "pkg:cargo/testing-conventions@0.0.2?download_url=file://.",
35
+ "externalReferences": [
36
+ {
37
+ "type": "vcs",
38
+ "url": "https://github.com/thekevinscott/testing-conventions"
39
+ }
40
+ ],
41
+ "components": [
42
+ {
43
+ "type": "library",
44
+ "bom-ref": "path+file:///Users/runner/work/testing-conventions/testing-conventions/packages/rust#testing-conventions@0.0.2 bin-target-0",
45
+ "name": "testing_conventions",
46
+ "version": "0.0.2",
47
+ "purl": "pkg:cargo/testing-conventions@0.0.2?download_url=file://.#src/lib.rs"
48
+ },
49
+ {
50
+ "type": "application",
51
+ "bom-ref": "path+file:///Users/runner/work/testing-conventions/testing-conventions/packages/rust#testing-conventions@0.0.2 bin-target-1",
52
+ "name": "testing-conventions",
53
+ "version": "0.0.2",
54
+ "purl": "pkg:cargo/testing-conventions@0.0.2?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#anstream@1.0.0",
69
+ "name": "anstream",
70
+ "version": "1.0.0",
71
+ "description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
72
+ "scope": "required",
73
+ "hashes": [
74
+ {
75
+ "alg": "SHA-256",
76
+ "content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
77
+ }
78
+ ],
79
+ "licenses": [
80
+ {
81
+ "expression": "MIT OR Apache-2.0"
82
+ }
83
+ ],
84
+ "purl": "pkg:cargo/anstream@1.0.0",
85
+ "externalReferences": [
86
+ {
87
+ "type": "vcs",
88
+ "url": "https://github.com/rust-cli/anstyle.git"
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "type": "library",
94
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
95
+ "name": "anstyle-parse",
96
+ "version": "1.0.0",
97
+ "description": "Parse ANSI Style Escapes",
98
+ "scope": "required",
99
+ "hashes": [
100
+ {
101
+ "alg": "SHA-256",
102
+ "content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
103
+ }
104
+ ],
105
+ "licenses": [
106
+ {
107
+ "expression": "MIT OR Apache-2.0"
108
+ }
109
+ ],
110
+ "purl": "pkg:cargo/anstyle-parse@1.0.0",
111
+ "externalReferences": [
112
+ {
113
+ "type": "vcs",
114
+ "url": "https://github.com/rust-cli/anstyle.git"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "type": "library",
120
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
121
+ "name": "anstyle-query",
122
+ "version": "1.1.5",
123
+ "description": "Look up colored console capabilities",
124
+ "scope": "required",
125
+ "hashes": [
126
+ {
127
+ "alg": "SHA-256",
128
+ "content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
129
+ }
130
+ ],
131
+ "licenses": [
132
+ {
133
+ "expression": "MIT OR Apache-2.0"
134
+ }
135
+ ],
136
+ "purl": "pkg:cargo/anstyle-query@1.1.5",
137
+ "externalReferences": [
138
+ {
139
+ "type": "vcs",
140
+ "url": "https://github.com/rust-cli/anstyle.git"
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "type": "library",
146
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
147
+ "name": "anstyle",
148
+ "version": "1.0.14",
149
+ "description": "ANSI text styling",
150
+ "scope": "required",
151
+ "hashes": [
152
+ {
153
+ "alg": "SHA-256",
154
+ "content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
155
+ }
156
+ ],
157
+ "licenses": [
158
+ {
159
+ "expression": "MIT OR Apache-2.0"
160
+ }
161
+ ],
162
+ "purl": "pkg:cargo/anstyle@1.0.14",
163
+ "externalReferences": [
164
+ {
165
+ "type": "vcs",
166
+ "url": "https://github.com/rust-cli/anstyle.git"
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "type": "library",
172
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
173
+ "author": "David Tolnay <dtolnay@gmail.com>",
174
+ "name": "anyhow",
175
+ "version": "1.0.102",
176
+ "description": "Flexible concrete Error type built on std::error::Error",
177
+ "scope": "required",
178
+ "hashes": [
179
+ {
180
+ "alg": "SHA-256",
181
+ "content": "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
182
+ }
183
+ ],
184
+ "licenses": [
185
+ {
186
+ "expression": "MIT OR Apache-2.0"
187
+ }
188
+ ],
189
+ "purl": "pkg:cargo/anyhow@1.0.102",
190
+ "externalReferences": [
191
+ {
192
+ "type": "documentation",
193
+ "url": "https://docs.rs/anyhow"
194
+ },
195
+ {
196
+ "type": "vcs",
197
+ "url": "https://github.com/dtolnay/anyhow"
198
+ }
199
+ ]
200
+ },
201
+ {
202
+ "type": "library",
203
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
204
+ "name": "clap",
205
+ "version": "4.6.1",
206
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
207
+ "scope": "required",
208
+ "hashes": [
209
+ {
210
+ "alg": "SHA-256",
211
+ "content": "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
212
+ }
213
+ ],
214
+ "licenses": [
215
+ {
216
+ "expression": "MIT OR Apache-2.0"
217
+ }
218
+ ],
219
+ "purl": "pkg:cargo/clap@4.6.1",
220
+ "externalReferences": [
221
+ {
222
+ "type": "vcs",
223
+ "url": "https://github.com/clap-rs/clap"
224
+ }
225
+ ]
226
+ },
227
+ {
228
+ "type": "library",
229
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
230
+ "name": "clap_builder",
231
+ "version": "4.6.0",
232
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
233
+ "scope": "required",
234
+ "hashes": [
235
+ {
236
+ "alg": "SHA-256",
237
+ "content": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
238
+ }
239
+ ],
240
+ "licenses": [
241
+ {
242
+ "expression": "MIT OR Apache-2.0"
243
+ }
244
+ ],
245
+ "purl": "pkg:cargo/clap_builder@4.6.0",
246
+ "externalReferences": [
247
+ {
248
+ "type": "vcs",
249
+ "url": "https://github.com/clap-rs/clap"
250
+ }
251
+ ]
252
+ },
253
+ {
254
+ "type": "library",
255
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
256
+ "name": "clap_derive",
257
+ "version": "4.6.1",
258
+ "description": "Parse command line argument by defining a struct, derive crate.",
259
+ "scope": "required",
260
+ "hashes": [
261
+ {
262
+ "alg": "SHA-256",
263
+ "content": "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
264
+ }
265
+ ],
266
+ "licenses": [
267
+ {
268
+ "expression": "MIT OR Apache-2.0"
269
+ }
270
+ ],
271
+ "purl": "pkg:cargo/clap_derive@4.6.1",
272
+ "externalReferences": [
273
+ {
274
+ "type": "vcs",
275
+ "url": "https://github.com/clap-rs/clap"
276
+ }
277
+ ]
278
+ },
279
+ {
280
+ "type": "library",
281
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
282
+ "name": "clap_lex",
283
+ "version": "1.1.0",
284
+ "description": "Minimal, flexible command line parser",
285
+ "scope": "required",
286
+ "hashes": [
287
+ {
288
+ "alg": "SHA-256",
289
+ "content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
290
+ }
291
+ ],
292
+ "licenses": [
293
+ {
294
+ "expression": "MIT OR Apache-2.0"
295
+ }
296
+ ],
297
+ "purl": "pkg:cargo/clap_lex@1.1.0",
298
+ "externalReferences": [
299
+ {
300
+ "type": "vcs",
301
+ "url": "https://github.com/clap-rs/clap"
302
+ }
303
+ ]
304
+ },
305
+ {
306
+ "type": "library",
307
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
308
+ "name": "colorchoice",
309
+ "version": "1.0.5",
310
+ "description": "Global override of color control",
311
+ "scope": "required",
312
+ "hashes": [
313
+ {
314
+ "alg": "SHA-256",
315
+ "content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
316
+ }
317
+ ],
318
+ "licenses": [
319
+ {
320
+ "expression": "MIT OR Apache-2.0"
321
+ }
322
+ ],
323
+ "purl": "pkg:cargo/colorchoice@1.0.5",
324
+ "externalReferences": [
325
+ {
326
+ "type": "vcs",
327
+ "url": "https://github.com/rust-cli/anstyle.git"
328
+ }
329
+ ]
330
+ },
331
+ {
332
+ "type": "library",
333
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
334
+ "name": "equivalent",
335
+ "version": "1.0.2",
336
+ "description": "Traits for key comparison in maps.",
337
+ "scope": "required",
338
+ "hashes": [
339
+ {
340
+ "alg": "SHA-256",
341
+ "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
342
+ }
343
+ ],
344
+ "licenses": [
345
+ {
346
+ "expression": "Apache-2.0 OR MIT"
347
+ }
348
+ ],
349
+ "purl": "pkg:cargo/equivalent@1.0.2",
350
+ "externalReferences": [
351
+ {
352
+ "type": "vcs",
353
+ "url": "https://github.com/indexmap-rs/equivalent"
354
+ }
355
+ ]
356
+ },
357
+ {
358
+ "type": "library",
359
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
360
+ "name": "hashbrown",
361
+ "version": "0.17.1",
362
+ "description": "A Rust port of Google's SwissTable hash map",
363
+ "scope": "required",
364
+ "hashes": [
365
+ {
366
+ "alg": "SHA-256",
367
+ "content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
368
+ }
369
+ ],
370
+ "licenses": [
371
+ {
372
+ "expression": "MIT OR Apache-2.0"
373
+ }
374
+ ],
375
+ "purl": "pkg:cargo/hashbrown@0.17.1",
376
+ "externalReferences": [
377
+ {
378
+ "type": "vcs",
379
+ "url": "https://github.com/rust-lang/hashbrown"
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "type": "library",
385
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
386
+ "name": "heck",
387
+ "version": "0.5.0",
388
+ "description": "heck is a case conversion library.",
389
+ "scope": "required",
390
+ "hashes": [
391
+ {
392
+ "alg": "SHA-256",
393
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
394
+ }
395
+ ],
396
+ "licenses": [
397
+ {
398
+ "expression": "MIT OR Apache-2.0"
399
+ }
400
+ ],
401
+ "purl": "pkg:cargo/heck@0.5.0",
402
+ "externalReferences": [
403
+ {
404
+ "type": "vcs",
405
+ "url": "https://github.com/withoutboats/heck"
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "type": "library",
411
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
412
+ "name": "indexmap",
413
+ "version": "2.14.0",
414
+ "description": "A hash table with consistent order and fast iteration.",
415
+ "scope": "required",
416
+ "hashes": [
417
+ {
418
+ "alg": "SHA-256",
419
+ "content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
420
+ }
421
+ ],
422
+ "licenses": [
423
+ {
424
+ "expression": "Apache-2.0 OR MIT"
425
+ }
426
+ ],
427
+ "purl": "pkg:cargo/indexmap@2.14.0",
428
+ "externalReferences": [
429
+ {
430
+ "type": "documentation",
431
+ "url": "https://docs.rs/indexmap/"
432
+ },
433
+ {
434
+ "type": "vcs",
435
+ "url": "https://github.com/indexmap-rs/indexmap"
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "type": "library",
441
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
442
+ "name": "is_terminal_polyfill",
443
+ "version": "1.70.2",
444
+ "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
445
+ "scope": "required",
446
+ "hashes": [
447
+ {
448
+ "alg": "SHA-256",
449
+ "content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
450
+ }
451
+ ],
452
+ "licenses": [
453
+ {
454
+ "expression": "MIT OR Apache-2.0"
455
+ }
456
+ ],
457
+ "purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
458
+ "externalReferences": [
459
+ {
460
+ "type": "vcs",
461
+ "url": "https://github.com/polyfill-rs/is_terminal_polyfill"
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "type": "library",
467
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1",
468
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
469
+ "name": "memchr",
470
+ "version": "2.8.1",
471
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
472
+ "scope": "required",
473
+ "hashes": [
474
+ {
475
+ "alg": "SHA-256",
476
+ "content": "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
477
+ }
478
+ ],
479
+ "licenses": [
480
+ {
481
+ "expression": "Unlicense OR MIT"
482
+ }
483
+ ],
484
+ "purl": "pkg:cargo/memchr@2.8.1",
485
+ "externalReferences": [
486
+ {
487
+ "type": "documentation",
488
+ "url": "https://docs.rs/memchr/"
489
+ },
490
+ {
491
+ "type": "website",
492
+ "url": "https://github.com/BurntSushi/memchr"
493
+ },
494
+ {
495
+ "type": "vcs",
496
+ "url": "https://github.com/BurntSushi/memchr"
497
+ }
498
+ ]
499
+ },
500
+ {
501
+ "type": "library",
502
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
503
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
504
+ "name": "proc-macro2",
505
+ "version": "1.0.106",
506
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
507
+ "scope": "required",
508
+ "hashes": [
509
+ {
510
+ "alg": "SHA-256",
511
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
512
+ }
513
+ ],
514
+ "licenses": [
515
+ {
516
+ "expression": "MIT OR Apache-2.0"
517
+ }
518
+ ],
519
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
520
+ "externalReferences": [
521
+ {
522
+ "type": "documentation",
523
+ "url": "https://docs.rs/proc-macro2"
524
+ },
525
+ {
526
+ "type": "vcs",
527
+ "url": "https://github.com/dtolnay/proc-macro2"
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "type": "library",
533
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
534
+ "author": "David Tolnay <dtolnay@gmail.com>",
535
+ "name": "quote",
536
+ "version": "1.0.45",
537
+ "description": "Quasi-quoting macro quote!(...)",
538
+ "scope": "required",
539
+ "hashes": [
540
+ {
541
+ "alg": "SHA-256",
542
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
543
+ }
544
+ ],
545
+ "licenses": [
546
+ {
547
+ "expression": "MIT OR Apache-2.0"
548
+ }
549
+ ],
550
+ "purl": "pkg:cargo/quote@1.0.45",
551
+ "externalReferences": [
552
+ {
553
+ "type": "documentation",
554
+ "url": "https://docs.rs/quote/"
555
+ },
556
+ {
557
+ "type": "vcs",
558
+ "url": "https://github.com/dtolnay/quote"
559
+ }
560
+ ]
561
+ },
562
+ {
563
+ "type": "library",
564
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
565
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
566
+ "name": "serde",
567
+ "version": "1.0.228",
568
+ "description": "A generic serialization/deserialization framework",
569
+ "scope": "required",
570
+ "hashes": [
571
+ {
572
+ "alg": "SHA-256",
573
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
574
+ }
575
+ ],
576
+ "licenses": [
577
+ {
578
+ "expression": "MIT OR Apache-2.0"
579
+ }
580
+ ],
581
+ "purl": "pkg:cargo/serde@1.0.228",
582
+ "externalReferences": [
583
+ {
584
+ "type": "documentation",
585
+ "url": "https://docs.rs/serde"
586
+ },
587
+ {
588
+ "type": "website",
589
+ "url": "https://serde.rs"
590
+ },
591
+ {
592
+ "type": "vcs",
593
+ "url": "https://github.com/serde-rs/serde"
594
+ }
595
+ ]
596
+ },
597
+ {
598
+ "type": "library",
599
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
600
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
601
+ "name": "serde_core",
602
+ "version": "1.0.228",
603
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
604
+ "scope": "required",
605
+ "hashes": [
606
+ {
607
+ "alg": "SHA-256",
608
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
609
+ }
610
+ ],
611
+ "licenses": [
612
+ {
613
+ "expression": "MIT OR Apache-2.0"
614
+ }
615
+ ],
616
+ "purl": "pkg:cargo/serde_core@1.0.228",
617
+ "externalReferences": [
618
+ {
619
+ "type": "documentation",
620
+ "url": "https://docs.rs/serde_core"
621
+ },
622
+ {
623
+ "type": "website",
624
+ "url": "https://serde.rs"
625
+ },
626
+ {
627
+ "type": "vcs",
628
+ "url": "https://github.com/serde-rs/serde"
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "type": "library",
634
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
635
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
636
+ "name": "serde_derive",
637
+ "version": "1.0.228",
638
+ "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
639
+ "scope": "required",
640
+ "hashes": [
641
+ {
642
+ "alg": "SHA-256",
643
+ "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
644
+ }
645
+ ],
646
+ "licenses": [
647
+ {
648
+ "expression": "MIT OR Apache-2.0"
649
+ }
650
+ ],
651
+ "purl": "pkg:cargo/serde_derive@1.0.228",
652
+ "externalReferences": [
653
+ {
654
+ "type": "documentation",
655
+ "url": "https://serde.rs/derive.html"
656
+ },
657
+ {
658
+ "type": "website",
659
+ "url": "https://serde.rs"
660
+ },
661
+ {
662
+ "type": "vcs",
663
+ "url": "https://github.com/serde-rs/serde"
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "type": "library",
669
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
670
+ "name": "serde_spanned",
671
+ "version": "0.6.9",
672
+ "description": "Serde-compatible spanned Value",
673
+ "scope": "required",
674
+ "hashes": [
675
+ {
676
+ "alg": "SHA-256",
677
+ "content": "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
678
+ }
679
+ ],
680
+ "licenses": [
681
+ {
682
+ "expression": "MIT OR Apache-2.0"
683
+ }
684
+ ],
685
+ "purl": "pkg:cargo/serde_spanned@0.6.9",
686
+ "externalReferences": [
687
+ {
688
+ "type": "vcs",
689
+ "url": "https://github.com/toml-rs/toml"
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "type": "library",
695
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
696
+ "author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
697
+ "name": "strsim",
698
+ "version": "0.11.1",
699
+ "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
700
+ "scope": "required",
701
+ "hashes": [
702
+ {
703
+ "alg": "SHA-256",
704
+ "content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
705
+ }
706
+ ],
707
+ "licenses": [
708
+ {
709
+ "expression": "MIT"
710
+ }
711
+ ],
712
+ "purl": "pkg:cargo/strsim@0.11.1",
713
+ "externalReferences": [
714
+ {
715
+ "type": "documentation",
716
+ "url": "https://docs.rs/strsim/"
717
+ },
718
+ {
719
+ "type": "website",
720
+ "url": "https://github.com/rapidfuzz/strsim-rs"
721
+ },
722
+ {
723
+ "type": "vcs",
724
+ "url": "https://github.com/rapidfuzz/strsim-rs"
725
+ }
726
+ ]
727
+ },
728
+ {
729
+ "type": "library",
730
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
731
+ "author": "David Tolnay <dtolnay@gmail.com>",
732
+ "name": "syn",
733
+ "version": "2.0.117",
734
+ "description": "Parser for Rust source code",
735
+ "scope": "required",
736
+ "hashes": [
737
+ {
738
+ "alg": "SHA-256",
739
+ "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
740
+ }
741
+ ],
742
+ "licenses": [
743
+ {
744
+ "expression": "MIT OR Apache-2.0"
745
+ }
746
+ ],
747
+ "purl": "pkg:cargo/syn@2.0.117",
748
+ "externalReferences": [
749
+ {
750
+ "type": "documentation",
751
+ "url": "https://docs.rs/syn"
752
+ },
753
+ {
754
+ "type": "vcs",
755
+ "url": "https://github.com/dtolnay/syn"
756
+ }
757
+ ]
758
+ },
759
+ {
760
+ "type": "library",
761
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
762
+ "name": "toml",
763
+ "version": "0.8.23",
764
+ "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ",
765
+ "scope": "required",
766
+ "hashes": [
767
+ {
768
+ "alg": "SHA-256",
769
+ "content": "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
770
+ }
771
+ ],
772
+ "licenses": [
773
+ {
774
+ "expression": "MIT OR Apache-2.0"
775
+ }
776
+ ],
777
+ "purl": "pkg:cargo/toml@0.8.23",
778
+ "externalReferences": [
779
+ {
780
+ "type": "vcs",
781
+ "url": "https://github.com/toml-rs/toml"
782
+ }
783
+ ]
784
+ },
785
+ {
786
+ "type": "library",
787
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
788
+ "name": "toml_datetime",
789
+ "version": "0.6.11",
790
+ "description": "A TOML-compatible datetime type",
791
+ "scope": "required",
792
+ "hashes": [
793
+ {
794
+ "alg": "SHA-256",
795
+ "content": "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
796
+ }
797
+ ],
798
+ "licenses": [
799
+ {
800
+ "expression": "MIT OR Apache-2.0"
801
+ }
802
+ ],
803
+ "purl": "pkg:cargo/toml_datetime@0.6.11",
804
+ "externalReferences": [
805
+ {
806
+ "type": "vcs",
807
+ "url": "https://github.com/toml-rs/toml"
808
+ }
809
+ ]
810
+ },
811
+ {
812
+ "type": "library",
813
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
814
+ "name": "toml_edit",
815
+ "version": "0.22.27",
816
+ "description": "Yet another format-preserving TOML parser.",
817
+ "scope": "required",
818
+ "hashes": [
819
+ {
820
+ "alg": "SHA-256",
821
+ "content": "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
822
+ }
823
+ ],
824
+ "licenses": [
825
+ {
826
+ "expression": "MIT OR Apache-2.0"
827
+ }
828
+ ],
829
+ "purl": "pkg:cargo/toml_edit@0.22.27",
830
+ "externalReferences": [
831
+ {
832
+ "type": "vcs",
833
+ "url": "https://github.com/toml-rs/toml"
834
+ }
835
+ ]
836
+ },
837
+ {
838
+ "type": "library",
839
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
840
+ "name": "toml_write",
841
+ "version": "0.1.2",
842
+ "description": "A low-level interface for writing out TOML ",
843
+ "scope": "required",
844
+ "hashes": [
845
+ {
846
+ "alg": "SHA-256",
847
+ "content": "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
848
+ }
849
+ ],
850
+ "licenses": [
851
+ {
852
+ "expression": "MIT OR Apache-2.0"
853
+ }
854
+ ],
855
+ "purl": "pkg:cargo/toml_write@0.1.2",
856
+ "externalReferences": [
857
+ {
858
+ "type": "vcs",
859
+ "url": "https://github.com/toml-rs/toml"
860
+ }
861
+ ]
862
+ },
863
+ {
864
+ "type": "library",
865
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
866
+ "author": "David Tolnay <dtolnay@gmail.com>",
867
+ "name": "unicode-ident",
868
+ "version": "1.0.24",
869
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
870
+ "scope": "required",
871
+ "hashes": [
872
+ {
873
+ "alg": "SHA-256",
874
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
875
+ }
876
+ ],
877
+ "licenses": [
878
+ {
879
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
880
+ }
881
+ ],
882
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
883
+ "externalReferences": [
884
+ {
885
+ "type": "documentation",
886
+ "url": "https://docs.rs/unicode-ident"
887
+ },
888
+ {
889
+ "type": "vcs",
890
+ "url": "https://github.com/dtolnay/unicode-ident"
891
+ }
892
+ ]
893
+ },
894
+ {
895
+ "type": "library",
896
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
897
+ "author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
898
+ "name": "utf8parse",
899
+ "version": "0.2.2",
900
+ "description": "Table-driven UTF-8 parser",
901
+ "scope": "required",
902
+ "hashes": [
903
+ {
904
+ "alg": "SHA-256",
905
+ "content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
906
+ }
907
+ ],
908
+ "licenses": [
909
+ {
910
+ "expression": "Apache-2.0 OR MIT"
911
+ }
912
+ ],
913
+ "purl": "pkg:cargo/utf8parse@0.2.2",
914
+ "externalReferences": [
915
+ {
916
+ "type": "documentation",
917
+ "url": "https://docs.rs/utf8parse/"
918
+ },
919
+ {
920
+ "type": "vcs",
921
+ "url": "https://github.com/alacritty/vte"
922
+ }
923
+ ]
924
+ },
925
+ {
926
+ "type": "library",
927
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
928
+ "name": "winnow",
929
+ "version": "0.7.15",
930
+ "description": "A byte-oriented, zero-copy, parser combinators library",
931
+ "scope": "required",
932
+ "hashes": [
933
+ {
934
+ "alg": "SHA-256",
935
+ "content": "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
936
+ }
937
+ ],
938
+ "licenses": [
939
+ {
940
+ "expression": "MIT"
941
+ }
942
+ ],
943
+ "purl": "pkg:cargo/winnow@0.7.15",
944
+ "externalReferences": [
945
+ {
946
+ "type": "vcs",
947
+ "url": "https://github.com/winnow-rs/winnow"
948
+ }
949
+ ]
950
+ }
951
+ ],
952
+ "dependencies": [
953
+ {
954
+ "ref": "path+file:///Users/runner/work/testing-conventions/testing-conventions/packages/rust#testing-conventions@0.0.2",
955
+ "dependsOn": [
956
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
957
+ "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
958
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
959
+ "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23"
960
+ ]
961
+ },
962
+ {
963
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
964
+ "dependsOn": [
965
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
966
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
967
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
968
+ "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
969
+ "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
970
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
971
+ ]
972
+ },
973
+ {
974
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
975
+ "dependsOn": [
976
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
977
+ ]
978
+ },
979
+ {
980
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5"
981
+ },
982
+ {
983
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14"
984
+ },
985
+ {
986
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102"
987
+ },
988
+ {
989
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
990
+ "dependsOn": [
991
+ "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
992
+ "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1"
993
+ ]
994
+ },
995
+ {
996
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
997
+ "dependsOn": [
998
+ "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
999
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
1000
+ "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
1001
+ "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
1002
+ ]
1003
+ },
1004
+ {
1005
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
1006
+ "dependsOn": [
1007
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1008
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1009
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1010
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1011
+ ]
1012
+ },
1013
+ {
1014
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0"
1015
+ },
1016
+ {
1017
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5"
1018
+ },
1019
+ {
1020
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
1021
+ },
1022
+ {
1023
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
1024
+ },
1025
+ {
1026
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
1027
+ },
1028
+ {
1029
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1030
+ "dependsOn": [
1031
+ "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
1032
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
1033
+ ]
1034
+ },
1035
+ {
1036
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
1037
+ },
1038
+ {
1039
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1"
1040
+ },
1041
+ {
1042
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1043
+ "dependsOn": [
1044
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1045
+ ]
1046
+ },
1047
+ {
1048
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1049
+ "dependsOn": [
1050
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
1051
+ ]
1052
+ },
1053
+ {
1054
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1055
+ "dependsOn": [
1056
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1057
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
1058
+ ]
1059
+ },
1060
+ {
1061
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
1062
+ },
1063
+ {
1064
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
1065
+ "dependsOn": [
1066
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1067
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1068
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1069
+ ]
1070
+ },
1071
+ {
1072
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
1073
+ "dependsOn": [
1074
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
1075
+ ]
1076
+ },
1077
+ {
1078
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
1079
+ },
1080
+ {
1081
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
1082
+ "dependsOn": [
1083
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1084
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1085
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1086
+ ]
1087
+ },
1088
+ {
1089
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
1090
+ "dependsOn": [
1091
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1092
+ "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
1093
+ "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
1094
+ "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27"
1095
+ ]
1096
+ },
1097
+ {
1098
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
1099
+ "dependsOn": [
1100
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
1101
+ ]
1102
+ },
1103
+ {
1104
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
1105
+ "dependsOn": [
1106
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1107
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1108
+ "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
1109
+ "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
1110
+ "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
1111
+ "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15"
1112
+ ]
1113
+ },
1114
+ {
1115
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2"
1116
+ },
1117
+ {
1118
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1119
+ },
1120
+ {
1121
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
1122
+ },
1123
+ {
1124
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
1125
+ "dependsOn": [
1126
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1"
1127
+ ]
1128
+ }
1129
+ ]
1130
+ }