dynwinrt-codegen 0.1.0rc20__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,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: dynwinrt-codegen
3
+ Version: 0.1.0rc20
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Programming Language :: Python :: 3
6
+ Classifier: Programming Language :: Python :: 3 :: Only
7
+ Classifier: Programming Language :: Python :: 3.8
8
+ Classifier: Programming Language :: Python :: 3.9
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Operating System :: Microsoft :: Windows
16
+ Summary: WinRT metadata reader and typed wrapper code generator for dynwinrt
17
+ Author: Microsoft
18
+ License: MIT
19
+ Requires-Python: >=3.8, <3.15
20
+ Project-URL: Homepage, https://github.com/microsoft/dynwinrt
21
+ Project-URL: Issues, https://github.com/microsoft/dynwinrt/issues
22
+ Project-URL: Repository, https://github.com/microsoft/dynwinrt
@@ -0,0 +1,5 @@
1
+ dynwinrt_codegen-0.1.0rc20.data/scripts/dynwinrt-codegen.exe,sha256=ejngYZUDJmZldSIY8P5S8ebOrfWBZBRG2Nnm3PeP9JU,5500928
2
+ dynwinrt_codegen-0.1.0rc20.dist-info/METADATA,sha256=Lfavm4svr7TfdBCSa4l-ZHrQMEo8PghOQrCUfP3VN3A,996
3
+ dynwinrt_codegen-0.1.0rc20.dist-info/WHEEL,sha256=8Aej0W0a6Cz6apA3IzJrTnxLRVLAt-w0Oh8SA3Con_c,94
4
+ dynwinrt_codegen-0.1.0rc20.dist-info/sboms/dynwinrt-codegen.cyclonedx.json,sha256=7oVL24fHscb_8hYhVyaUexz5ztWqmjR-PYBoZOnq65o,39341
5
+ dynwinrt_codegen-0.1.0rc20.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.15.0)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64
@@ -0,0 +1,1271 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:52a911a1-c416-4a8b-8917-c64c398569b7",
6
+ "metadata": {
7
+ "timestamp": "2026-09-01T13:59:29.352202900Z",
8
+ "tools": [
9
+ {
10
+ "vendor": "CycloneDX",
11
+ "name": "cargo-cyclonedx",
12
+ "version": "0.5.9"
13
+ }
14
+ ],
15
+ "authors": [
16
+ {
17
+ "name": "Microsoft"
18
+ }
19
+ ],
20
+ "component": {
21
+ "type": "application",
22
+ "bom-ref": "path+file:///D:/a/dynwinrt/dynwinrt/tools/dynwinrt-codegen#0.1.0-preview.20",
23
+ "author": "Microsoft",
24
+ "name": "dynwinrt-codegen",
25
+ "version": "0.1.0-preview.20",
26
+ "description": "WinRT metadata reader and typed wrapper code generator for dynwinrt",
27
+ "scope": "required",
28
+ "licenses": [
29
+ {
30
+ "expression": "MIT"
31
+ }
32
+ ],
33
+ "purl": "pkg:cargo/dynwinrt-codegen@0.1.0-preview.20?download_url=file://.",
34
+ "externalReferences": [
35
+ {
36
+ "type": "vcs",
37
+ "url": "https://github.com/microsoft/dynwinrt"
38
+ }
39
+ ],
40
+ "components": [
41
+ {
42
+ "type": "library",
43
+ "bom-ref": "path+file:///D:/a/dynwinrt/dynwinrt/tools/dynwinrt-codegen#0.1.0-preview.20 bin-target-0",
44
+ "name": "dynwinrt_codegen",
45
+ "version": "0.1.0-preview.20",
46
+ "purl": "pkg:cargo/dynwinrt-codegen@0.1.0-preview.20?download_url=file://.#src/lib.rs"
47
+ },
48
+ {
49
+ "type": "application",
50
+ "bom-ref": "path+file:///D:/a/dynwinrt/dynwinrt/tools/dynwinrt-codegen#0.1.0-preview.20 bin-target-1",
51
+ "name": "dynwinrt-codegen",
52
+ "version": "0.1.0-preview.20",
53
+ "purl": "pkg:cargo/dynwinrt-codegen@0.1.0-preview.20?download_url=file://.#src/main.rs"
54
+ }
55
+ ]
56
+ },
57
+ "properties": [
58
+ {
59
+ "name": "cdx:rustc:sbom:target:all_targets",
60
+ "value": "true"
61
+ }
62
+ ]
63
+ },
64
+ "components": [
65
+ {
66
+ "type": "library",
67
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
68
+ "author": "Andrew Gallant <jamslam@gmail.com>",
69
+ "name": "aho-corasick",
70
+ "version": "1.1.4",
71
+ "description": "Fast multiple substring searching.",
72
+ "scope": "required",
73
+ "hashes": [
74
+ {
75
+ "alg": "SHA-256",
76
+ "content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
77
+ }
78
+ ],
79
+ "licenses": [
80
+ {
81
+ "expression": "Unlicense OR MIT"
82
+ }
83
+ ],
84
+ "purl": "pkg:cargo/aho-corasick@1.1.4",
85
+ "externalReferences": [
86
+ {
87
+ "type": "website",
88
+ "url": "https://github.com/BurntSushi/aho-corasick"
89
+ },
90
+ {
91
+ "type": "vcs",
92
+ "url": "https://github.com/BurntSushi/aho-corasick"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "type": "library",
98
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.21",
99
+ "name": "anstream",
100
+ "version": "0.6.21",
101
+ "description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
102
+ "scope": "required",
103
+ "hashes": [
104
+ {
105
+ "alg": "SHA-256",
106
+ "content": "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
107
+ }
108
+ ],
109
+ "licenses": [
110
+ {
111
+ "expression": "MIT OR Apache-2.0"
112
+ }
113
+ ],
114
+ "purl": "pkg:cargo/anstream@0.6.21",
115
+ "externalReferences": [
116
+ {
117
+ "type": "vcs",
118
+ "url": "https://github.com/rust-cli/anstyle.git"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "type": "library",
124
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.7",
125
+ "name": "anstyle-parse",
126
+ "version": "0.2.7",
127
+ "description": "Parse ANSI Style Escapes",
128
+ "scope": "required",
129
+ "hashes": [
130
+ {
131
+ "alg": "SHA-256",
132
+ "content": "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
133
+ }
134
+ ],
135
+ "licenses": [
136
+ {
137
+ "expression": "MIT OR Apache-2.0"
138
+ }
139
+ ],
140
+ "purl": "pkg:cargo/anstyle-parse@0.2.7",
141
+ "externalReferences": [
142
+ {
143
+ "type": "vcs",
144
+ "url": "https://github.com/rust-cli/anstyle.git"
145
+ }
146
+ ]
147
+ },
148
+ {
149
+ "type": "library",
150
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
151
+ "name": "anstyle-query",
152
+ "version": "1.1.5",
153
+ "description": "Look up colored console capabilities",
154
+ "scope": "required",
155
+ "hashes": [
156
+ {
157
+ "alg": "SHA-256",
158
+ "content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
159
+ }
160
+ ],
161
+ "licenses": [
162
+ {
163
+ "expression": "MIT OR Apache-2.0"
164
+ }
165
+ ],
166
+ "purl": "pkg:cargo/anstyle-query@1.1.5",
167
+ "externalReferences": [
168
+ {
169
+ "type": "vcs",
170
+ "url": "https://github.com/rust-cli/anstyle.git"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "type": "library",
176
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
177
+ "name": "anstyle-wincon",
178
+ "version": "3.0.11",
179
+ "description": "Styling legacy Windows terminals",
180
+ "scope": "required",
181
+ "hashes": [
182
+ {
183
+ "alg": "SHA-256",
184
+ "content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
185
+ }
186
+ ],
187
+ "licenses": [
188
+ {
189
+ "expression": "MIT OR Apache-2.0"
190
+ }
191
+ ],
192
+ "purl": "pkg:cargo/anstyle-wincon@3.0.11",
193
+ "externalReferences": [
194
+ {
195
+ "type": "vcs",
196
+ "url": "https://github.com/rust-cli/anstyle.git"
197
+ }
198
+ ]
199
+ },
200
+ {
201
+ "type": "library",
202
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.13",
203
+ "name": "anstyle",
204
+ "version": "1.0.13",
205
+ "description": "ANSI text styling",
206
+ "scope": "required",
207
+ "hashes": [
208
+ {
209
+ "alg": "SHA-256",
210
+ "content": "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
211
+ }
212
+ ],
213
+ "licenses": [
214
+ {
215
+ "expression": "MIT OR Apache-2.0"
216
+ }
217
+ ],
218
+ "purl": "pkg:cargo/anstyle@1.0.13",
219
+ "externalReferences": [
220
+ {
221
+ "type": "vcs",
222
+ "url": "https://github.com/rust-cli/anstyle.git"
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "type": "library",
228
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.5.60",
229
+ "name": "clap",
230
+ "version": "4.5.60",
231
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
232
+ "scope": "required",
233
+ "hashes": [
234
+ {
235
+ "alg": "SHA-256",
236
+ "content": "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
237
+ }
238
+ ],
239
+ "licenses": [
240
+ {
241
+ "expression": "MIT OR Apache-2.0"
242
+ }
243
+ ],
244
+ "purl": "pkg:cargo/clap@4.5.60",
245
+ "externalReferences": [
246
+ {
247
+ "type": "vcs",
248
+ "url": "https://github.com/clap-rs/clap"
249
+ }
250
+ ]
251
+ },
252
+ {
253
+ "type": "library",
254
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.60",
255
+ "name": "clap_builder",
256
+ "version": "4.5.60",
257
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
258
+ "scope": "required",
259
+ "hashes": [
260
+ {
261
+ "alg": "SHA-256",
262
+ "content": "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
263
+ }
264
+ ],
265
+ "licenses": [
266
+ {
267
+ "expression": "MIT OR Apache-2.0"
268
+ }
269
+ ],
270
+ "purl": "pkg:cargo/clap_builder@4.5.60",
271
+ "externalReferences": [
272
+ {
273
+ "type": "vcs",
274
+ "url": "https://github.com/clap-rs/clap"
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "type": "library",
280
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.5.55",
281
+ "name": "clap_derive",
282
+ "version": "4.5.55",
283
+ "description": "Parse command line argument by defining a struct, derive crate.",
284
+ "scope": "required",
285
+ "hashes": [
286
+ {
287
+ "alg": "SHA-256",
288
+ "content": "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
289
+ }
290
+ ],
291
+ "licenses": [
292
+ {
293
+ "expression": "MIT OR Apache-2.0"
294
+ }
295
+ ],
296
+ "purl": "pkg:cargo/clap_derive@4.5.55",
297
+ "externalReferences": [
298
+ {
299
+ "type": "vcs",
300
+ "url": "https://github.com/clap-rs/clap"
301
+ }
302
+ ]
303
+ },
304
+ {
305
+ "type": "library",
306
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.0.0",
307
+ "name": "clap_lex",
308
+ "version": "1.0.0",
309
+ "description": "Minimal, flexible command line parser",
310
+ "scope": "required",
311
+ "hashes": [
312
+ {
313
+ "alg": "SHA-256",
314
+ "content": "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
315
+ }
316
+ ],
317
+ "licenses": [
318
+ {
319
+ "expression": "MIT OR Apache-2.0"
320
+ }
321
+ ],
322
+ "purl": "pkg:cargo/clap_lex@1.0.0",
323
+ "externalReferences": [
324
+ {
325
+ "type": "vcs",
326
+ "url": "https://github.com/clap-rs/clap"
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "type": "library",
332
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.4",
333
+ "name": "colorchoice",
334
+ "version": "1.0.4",
335
+ "description": "Global override of color control",
336
+ "scope": "required",
337
+ "hashes": [
338
+ {
339
+ "alg": "SHA-256",
340
+ "content": "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
341
+ }
342
+ ],
343
+ "licenses": [
344
+ {
345
+ "expression": "MIT OR Apache-2.0"
346
+ }
347
+ ],
348
+ "purl": "pkg:cargo/colorchoice@1.0.4",
349
+ "externalReferences": [
350
+ {
351
+ "type": "vcs",
352
+ "url": "https://github.com/rust-cli/anstyle.git"
353
+ }
354
+ ]
355
+ },
356
+ {
357
+ "type": "library",
358
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
359
+ "name": "heck",
360
+ "version": "0.5.0",
361
+ "description": "heck is a case conversion library.",
362
+ "scope": "required",
363
+ "hashes": [
364
+ {
365
+ "alg": "SHA-256",
366
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
367
+ }
368
+ ],
369
+ "licenses": [
370
+ {
371
+ "expression": "MIT OR Apache-2.0"
372
+ }
373
+ ],
374
+ "purl": "pkg:cargo/heck@0.5.0",
375
+ "externalReferences": [
376
+ {
377
+ "type": "vcs",
378
+ "url": "https://github.com/withoutboats/heck"
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "type": "library",
384
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
385
+ "name": "is_terminal_polyfill",
386
+ "version": "1.70.2",
387
+ "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
388
+ "scope": "required",
389
+ "hashes": [
390
+ {
391
+ "alg": "SHA-256",
392
+ "content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
393
+ }
394
+ ],
395
+ "licenses": [
396
+ {
397
+ "expression": "MIT OR Apache-2.0"
398
+ }
399
+ ],
400
+ "purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
401
+ "externalReferences": [
402
+ {
403
+ "type": "vcs",
404
+ "url": "https://github.com/polyfill-rs/is_terminal_polyfill"
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "type": "library",
410
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
411
+ "author": "David Tolnay <dtolnay@gmail.com>",
412
+ "name": "itoa",
413
+ "version": "1.0.17",
414
+ "description": "Fast integer primitive to string conversion",
415
+ "scope": "required",
416
+ "hashes": [
417
+ {
418
+ "alg": "SHA-256",
419
+ "content": "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
420
+ }
421
+ ],
422
+ "licenses": [
423
+ {
424
+ "expression": "MIT OR Apache-2.0"
425
+ }
426
+ ],
427
+ "purl": "pkg:cargo/itoa@1.0.17",
428
+ "externalReferences": [
429
+ {
430
+ "type": "documentation",
431
+ "url": "https://docs.rs/itoa"
432
+ },
433
+ {
434
+ "type": "vcs",
435
+ "url": "https://github.com/dtolnay/itoa"
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "type": "library",
441
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
442
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
443
+ "name": "memchr",
444
+ "version": "2.7.6",
445
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
446
+ "scope": "required",
447
+ "hashes": [
448
+ {
449
+ "alg": "SHA-256",
450
+ "content": "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
451
+ }
452
+ ],
453
+ "licenses": [
454
+ {
455
+ "expression": "Unlicense OR MIT"
456
+ }
457
+ ],
458
+ "purl": "pkg:cargo/memchr@2.7.6",
459
+ "externalReferences": [
460
+ {
461
+ "type": "documentation",
462
+ "url": "https://docs.rs/memchr/"
463
+ },
464
+ {
465
+ "type": "website",
466
+ "url": "https://github.com/BurntSushi/memchr"
467
+ },
468
+ {
469
+ "type": "vcs",
470
+ "url": "https://github.com/BurntSushi/memchr"
471
+ }
472
+ ]
473
+ },
474
+ {
475
+ "type": "library",
476
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
477
+ "name": "once_cell_polyfill",
478
+ "version": "1.70.2",
479
+ "description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
480
+ "scope": "required",
481
+ "hashes": [
482
+ {
483
+ "alg": "SHA-256",
484
+ "content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
485
+ }
486
+ ],
487
+ "licenses": [
488
+ {
489
+ "expression": "MIT OR Apache-2.0"
490
+ }
491
+ ],
492
+ "purl": "pkg:cargo/once_cell_polyfill@1.70.2",
493
+ "externalReferences": [
494
+ {
495
+ "type": "vcs",
496
+ "url": "https://github.com/polyfill-rs/once_cell_polyfill"
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.44",
534
+ "author": "David Tolnay <dtolnay@gmail.com>",
535
+ "name": "quote",
536
+ "version": "1.0.44",
537
+ "description": "Quasi-quoting macro quote!(...)",
538
+ "scope": "required",
539
+ "hashes": [
540
+ {
541
+ "alg": "SHA-256",
542
+ "content": "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
543
+ }
544
+ ],
545
+ "licenses": [
546
+ {
547
+ "expression": "MIT OR Apache-2.0"
548
+ }
549
+ ],
550
+ "purl": "pkg:cargo/quote@1.0.44",
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#regex-automata@0.4.14",
565
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
566
+ "name": "regex-automata",
567
+ "version": "0.4.14",
568
+ "description": "Automata construction and matching using regular expressions.",
569
+ "scope": "required",
570
+ "hashes": [
571
+ {
572
+ "alg": "SHA-256",
573
+ "content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
574
+ }
575
+ ],
576
+ "licenses": [
577
+ {
578
+ "expression": "MIT OR Apache-2.0"
579
+ }
580
+ ],
581
+ "purl": "pkg:cargo/regex-automata@0.4.14",
582
+ "externalReferences": [
583
+ {
584
+ "type": "documentation",
585
+ "url": "https://docs.rs/regex-automata"
586
+ },
587
+ {
588
+ "type": "website",
589
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
590
+ },
591
+ {
592
+ "type": "vcs",
593
+ "url": "https://github.com/rust-lang/regex"
594
+ }
595
+ ]
596
+ },
597
+ {
598
+ "type": "library",
599
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
600
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
601
+ "name": "regex-syntax",
602
+ "version": "0.8.10",
603
+ "description": "A regular expression parser.",
604
+ "scope": "required",
605
+ "hashes": [
606
+ {
607
+ "alg": "SHA-256",
608
+ "content": "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
609
+ }
610
+ ],
611
+ "licenses": [
612
+ {
613
+ "expression": "MIT OR Apache-2.0"
614
+ }
615
+ ],
616
+ "purl": "pkg:cargo/regex-syntax@0.8.10",
617
+ "externalReferences": [
618
+ {
619
+ "type": "documentation",
620
+ "url": "https://docs.rs/regex-syntax"
621
+ },
622
+ {
623
+ "type": "website",
624
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
625
+ },
626
+ {
627
+ "type": "vcs",
628
+ "url": "https://github.com/rust-lang/regex"
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "type": "library",
634
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
635
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
636
+ "name": "regex",
637
+ "version": "1.12.3",
638
+ "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
639
+ "scope": "required",
640
+ "hashes": [
641
+ {
642
+ "alg": "SHA-256",
643
+ "content": "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
644
+ }
645
+ ],
646
+ "licenses": [
647
+ {
648
+ "expression": "MIT OR Apache-2.0"
649
+ }
650
+ ],
651
+ "purl": "pkg:cargo/regex@1.12.3",
652
+ "externalReferences": [
653
+ {
654
+ "type": "documentation",
655
+ "url": "https://docs.rs/regex"
656
+ },
657
+ {
658
+ "type": "website",
659
+ "url": "https://github.com/rust-lang/regex"
660
+ },
661
+ {
662
+ "type": "vcs",
663
+ "url": "https://github.com/rust-lang/regex"
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "type": "library",
669
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#roxmltree@0.20.0",
670
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
671
+ "name": "roxmltree",
672
+ "version": "0.20.0",
673
+ "description": "Represent an XML as a read-only tree.",
674
+ "scope": "required",
675
+ "hashes": [
676
+ {
677
+ "alg": "SHA-256",
678
+ "content": "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
679
+ }
680
+ ],
681
+ "licenses": [
682
+ {
683
+ "expression": "MIT OR Apache-2.0"
684
+ }
685
+ ],
686
+ "purl": "pkg:cargo/roxmltree@0.20.0",
687
+ "externalReferences": [
688
+ {
689
+ "type": "documentation",
690
+ "url": "https://docs.rs/roxmltree/"
691
+ },
692
+ {
693
+ "type": "vcs",
694
+ "url": "https://github.com/RazrFalcon/roxmltree"
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "type": "library",
700
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
701
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
702
+ "name": "serde",
703
+ "version": "1.0.228",
704
+ "description": "A generic serialization/deserialization framework",
705
+ "scope": "required",
706
+ "hashes": [
707
+ {
708
+ "alg": "SHA-256",
709
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
710
+ }
711
+ ],
712
+ "licenses": [
713
+ {
714
+ "expression": "MIT OR Apache-2.0"
715
+ }
716
+ ],
717
+ "purl": "pkg:cargo/serde@1.0.228",
718
+ "externalReferences": [
719
+ {
720
+ "type": "documentation",
721
+ "url": "https://docs.rs/serde"
722
+ },
723
+ {
724
+ "type": "website",
725
+ "url": "https://serde.rs"
726
+ },
727
+ {
728
+ "type": "vcs",
729
+ "url": "https://github.com/serde-rs/serde"
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "type": "library",
735
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
736
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
737
+ "name": "serde_core",
738
+ "version": "1.0.228",
739
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
740
+ "scope": "required",
741
+ "hashes": [
742
+ {
743
+ "alg": "SHA-256",
744
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
745
+ }
746
+ ],
747
+ "licenses": [
748
+ {
749
+ "expression": "MIT OR Apache-2.0"
750
+ }
751
+ ],
752
+ "purl": "pkg:cargo/serde_core@1.0.228",
753
+ "externalReferences": [
754
+ {
755
+ "type": "documentation",
756
+ "url": "https://docs.rs/serde_core"
757
+ },
758
+ {
759
+ "type": "website",
760
+ "url": "https://serde.rs"
761
+ },
762
+ {
763
+ "type": "vcs",
764
+ "url": "https://github.com/serde-rs/serde"
765
+ }
766
+ ]
767
+ },
768
+ {
769
+ "type": "library",
770
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
771
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
772
+ "name": "serde_derive",
773
+ "version": "1.0.228",
774
+ "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
775
+ "scope": "required",
776
+ "hashes": [
777
+ {
778
+ "alg": "SHA-256",
779
+ "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
780
+ }
781
+ ],
782
+ "licenses": [
783
+ {
784
+ "expression": "MIT OR Apache-2.0"
785
+ }
786
+ ],
787
+ "purl": "pkg:cargo/serde_derive@1.0.228",
788
+ "externalReferences": [
789
+ {
790
+ "type": "documentation",
791
+ "url": "https://serde.rs/derive.html"
792
+ },
793
+ {
794
+ "type": "website",
795
+ "url": "https://serde.rs"
796
+ },
797
+ {
798
+ "type": "vcs",
799
+ "url": "https://github.com/serde-rs/serde"
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "type": "library",
805
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
806
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
807
+ "name": "serde_json",
808
+ "version": "1.0.149",
809
+ "description": "A JSON serialization file format",
810
+ "scope": "required",
811
+ "hashes": [
812
+ {
813
+ "alg": "SHA-256",
814
+ "content": "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
815
+ }
816
+ ],
817
+ "licenses": [
818
+ {
819
+ "expression": "MIT OR Apache-2.0"
820
+ }
821
+ ],
822
+ "purl": "pkg:cargo/serde_json@1.0.149",
823
+ "externalReferences": [
824
+ {
825
+ "type": "documentation",
826
+ "url": "https://docs.rs/serde_json"
827
+ },
828
+ {
829
+ "type": "vcs",
830
+ "url": "https://github.com/serde-rs/json"
831
+ }
832
+ ]
833
+ },
834
+ {
835
+ "type": "library",
836
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
837
+ "author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
838
+ "name": "strsim",
839
+ "version": "0.11.1",
840
+ "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
841
+ "scope": "required",
842
+ "hashes": [
843
+ {
844
+ "alg": "SHA-256",
845
+ "content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
846
+ }
847
+ ],
848
+ "licenses": [
849
+ {
850
+ "expression": "MIT"
851
+ }
852
+ ],
853
+ "purl": "pkg:cargo/strsim@0.11.1",
854
+ "externalReferences": [
855
+ {
856
+ "type": "documentation",
857
+ "url": "https://docs.rs/strsim/"
858
+ },
859
+ {
860
+ "type": "website",
861
+ "url": "https://github.com/rapidfuzz/strsim-rs"
862
+ },
863
+ {
864
+ "type": "vcs",
865
+ "url": "https://github.com/rapidfuzz/strsim-rs"
866
+ }
867
+ ]
868
+ },
869
+ {
870
+ "type": "library",
871
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114",
872
+ "author": "David Tolnay <dtolnay@gmail.com>",
873
+ "name": "syn",
874
+ "version": "2.0.114",
875
+ "description": "Parser for Rust source code",
876
+ "scope": "required",
877
+ "hashes": [
878
+ {
879
+ "alg": "SHA-256",
880
+ "content": "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
881
+ }
882
+ ],
883
+ "licenses": [
884
+ {
885
+ "expression": "MIT OR Apache-2.0"
886
+ }
887
+ ],
888
+ "purl": "pkg:cargo/syn@2.0.114",
889
+ "externalReferences": [
890
+ {
891
+ "type": "documentation",
892
+ "url": "https://docs.rs/syn"
893
+ },
894
+ {
895
+ "type": "vcs",
896
+ "url": "https://github.com/dtolnay/syn"
897
+ }
898
+ ]
899
+ },
900
+ {
901
+ "type": "library",
902
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22",
903
+ "author": "David Tolnay <dtolnay@gmail.com>",
904
+ "name": "unicode-ident",
905
+ "version": "1.0.22",
906
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
907
+ "scope": "required",
908
+ "hashes": [
909
+ {
910
+ "alg": "SHA-256",
911
+ "content": "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
912
+ }
913
+ ],
914
+ "licenses": [
915
+ {
916
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
917
+ }
918
+ ],
919
+ "purl": "pkg:cargo/unicode-ident@1.0.22",
920
+ "externalReferences": [
921
+ {
922
+ "type": "documentation",
923
+ "url": "https://docs.rs/unicode-ident"
924
+ },
925
+ {
926
+ "type": "vcs",
927
+ "url": "https://github.com/dtolnay/unicode-ident"
928
+ }
929
+ ]
930
+ },
931
+ {
932
+ "type": "library",
933
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
934
+ "author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
935
+ "name": "utf8parse",
936
+ "version": "0.2.2",
937
+ "description": "Table-driven UTF-8 parser",
938
+ "scope": "required",
939
+ "hashes": [
940
+ {
941
+ "alg": "SHA-256",
942
+ "content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
943
+ }
944
+ ],
945
+ "licenses": [
946
+ {
947
+ "expression": "Apache-2.0 OR MIT"
948
+ }
949
+ ],
950
+ "purl": "pkg:cargo/utf8parse@0.2.2",
951
+ "externalReferences": [
952
+ {
953
+ "type": "documentation",
954
+ "url": "https://docs.rs/utf8parse/"
955
+ },
956
+ {
957
+ "type": "vcs",
958
+ "url": "https://github.com/alacritty/vte"
959
+ }
960
+ ]
961
+ },
962
+ {
963
+ "type": "library",
964
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
965
+ "name": "windows-link",
966
+ "version": "0.2.1",
967
+ "description": "Linking for Windows",
968
+ "scope": "required",
969
+ "hashes": [
970
+ {
971
+ "alg": "SHA-256",
972
+ "content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
973
+ }
974
+ ],
975
+ "licenses": [
976
+ {
977
+ "expression": "MIT OR Apache-2.0"
978
+ }
979
+ ],
980
+ "purl": "pkg:cargo/windows-link@0.2.1",
981
+ "externalReferences": [
982
+ {
983
+ "type": "vcs",
984
+ "url": "https://github.com/microsoft/windows-rs"
985
+ }
986
+ ]
987
+ },
988
+ {
989
+ "type": "library",
990
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-metadata@0.59.0",
991
+ "author": "Microsoft",
992
+ "name": "windows-metadata",
993
+ "version": "0.59.0",
994
+ "description": "Low-level metadata library for ECMA-335",
995
+ "scope": "required",
996
+ "hashes": [
997
+ {
998
+ "alg": "SHA-256",
999
+ "content": "70aa58b9e48ffc2d7c2f2f5209448a8c3bb2c4b2f77f2df9505253caf27fcc31"
1000
+ }
1001
+ ],
1002
+ "licenses": [
1003
+ {
1004
+ "expression": "MIT OR Apache-2.0"
1005
+ }
1006
+ ],
1007
+ "purl": "pkg:cargo/windows-metadata@0.59.0",
1008
+ "externalReferences": [
1009
+ {
1010
+ "type": "vcs",
1011
+ "url": "https://github.com/microsoft/windows-rs"
1012
+ }
1013
+ ]
1014
+ },
1015
+ {
1016
+ "type": "library",
1017
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
1018
+ "name": "windows-sys",
1019
+ "version": "0.61.2",
1020
+ "description": "Rust for Windows",
1021
+ "scope": "required",
1022
+ "hashes": [
1023
+ {
1024
+ "alg": "SHA-256",
1025
+ "content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1026
+ }
1027
+ ],
1028
+ "licenses": [
1029
+ {
1030
+ "expression": "MIT OR Apache-2.0"
1031
+ }
1032
+ ],
1033
+ "purl": "pkg:cargo/windows-sys@0.61.2",
1034
+ "externalReferences": [
1035
+ {
1036
+ "type": "vcs",
1037
+ "url": "https://github.com/microsoft/windows-rs"
1038
+ }
1039
+ ]
1040
+ },
1041
+ {
1042
+ "type": "library",
1043
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.17",
1044
+ "author": "David Tolnay <dtolnay@gmail.com>",
1045
+ "name": "zmij",
1046
+ "version": "1.0.17",
1047
+ "description": "A double-to-string conversion algorithm based on Schubfach and yy",
1048
+ "scope": "required",
1049
+ "hashes": [
1050
+ {
1051
+ "alg": "SHA-256",
1052
+ "content": "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
1053
+ }
1054
+ ],
1055
+ "licenses": [
1056
+ {
1057
+ "expression": "MIT"
1058
+ }
1059
+ ],
1060
+ "purl": "pkg:cargo/zmij@1.0.17",
1061
+ "externalReferences": [
1062
+ {
1063
+ "type": "documentation",
1064
+ "url": "https://docs.rs/zmij"
1065
+ },
1066
+ {
1067
+ "type": "vcs",
1068
+ "url": "https://github.com/dtolnay/zmij"
1069
+ }
1070
+ ]
1071
+ }
1072
+ ],
1073
+ "dependencies": [
1074
+ {
1075
+ "ref": "path+file:///D:/a/dynwinrt/dynwinrt/tools/dynwinrt-codegen#0.1.0-preview.20",
1076
+ "dependsOn": [
1077
+ "registry+https://github.com/rust-lang/crates.io-index#clap@4.5.60",
1078
+ "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
1079
+ "registry+https://github.com/rust-lang/crates.io-index#roxmltree@0.20.0",
1080
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1081
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
1082
+ "registry+https://github.com/rust-lang/crates.io-index#windows-metadata@0.59.0"
1083
+ ]
1084
+ },
1085
+ {
1086
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1087
+ "dependsOn": [
1088
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6"
1089
+ ]
1090
+ },
1091
+ {
1092
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.21",
1093
+ "dependsOn": [
1094
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.13",
1095
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.7",
1096
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
1097
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
1098
+ "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.4",
1099
+ "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
1100
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
1101
+ ]
1102
+ },
1103
+ {
1104
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.7",
1105
+ "dependsOn": [
1106
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
1107
+ ]
1108
+ },
1109
+ {
1110
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
1111
+ "dependsOn": [
1112
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
1113
+ ]
1114
+ },
1115
+ {
1116
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
1117
+ "dependsOn": [
1118
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.13",
1119
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
1120
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
1121
+ ]
1122
+ },
1123
+ {
1124
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.13"
1125
+ },
1126
+ {
1127
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.5.60",
1128
+ "dependsOn": [
1129
+ "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.60",
1130
+ "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.5.55"
1131
+ ]
1132
+ },
1133
+ {
1134
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.60",
1135
+ "dependsOn": [
1136
+ "registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.21",
1137
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.13",
1138
+ "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.0.0",
1139
+ "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
1140
+ ]
1141
+ },
1142
+ {
1143
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.5.55",
1144
+ "dependsOn": [
1145
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1146
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1147
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.44",
1148
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114"
1149
+ ]
1150
+ },
1151
+ {
1152
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.0.0"
1153
+ },
1154
+ {
1155
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.4"
1156
+ },
1157
+ {
1158
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
1159
+ },
1160
+ {
1161
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
1162
+ },
1163
+ {
1164
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17"
1165
+ },
1166
+ {
1167
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6"
1168
+ },
1169
+ {
1170
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2"
1171
+ },
1172
+ {
1173
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1174
+ "dependsOn": [
1175
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22"
1176
+ ]
1177
+ },
1178
+ {
1179
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.44",
1180
+ "dependsOn": [
1181
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
1182
+ ]
1183
+ },
1184
+ {
1185
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1186
+ "dependsOn": [
1187
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1188
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
1189
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
1190
+ ]
1191
+ },
1192
+ {
1193
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
1194
+ },
1195
+ {
1196
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
1197
+ "dependsOn": [
1198
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1199
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
1200
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1201
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
1202
+ ]
1203
+ },
1204
+ {
1205
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#roxmltree@0.20.0"
1206
+ },
1207
+ {
1208
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1209
+ "dependsOn": [
1210
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1211
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
1212
+ ]
1213
+ },
1214
+ {
1215
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1216
+ "dependsOn": [
1217
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
1218
+ ]
1219
+ },
1220
+ {
1221
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
1222
+ "dependsOn": [
1223
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1224
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.44",
1225
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114"
1226
+ ]
1227
+ },
1228
+ {
1229
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
1230
+ "dependsOn": [
1231
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
1232
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
1233
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1234
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1235
+ "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.17"
1236
+ ]
1237
+ },
1238
+ {
1239
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
1240
+ },
1241
+ {
1242
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114",
1243
+ "dependsOn": [
1244
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1245
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.44",
1246
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22"
1247
+ ]
1248
+ },
1249
+ {
1250
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22"
1251
+ },
1252
+ {
1253
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
1254
+ },
1255
+ {
1256
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
1257
+ },
1258
+ {
1259
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-metadata@0.59.0"
1260
+ },
1261
+ {
1262
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
1263
+ "dependsOn": [
1264
+ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
1265
+ ]
1266
+ },
1267
+ {
1268
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.17"
1269
+ }
1270
+ ]
1271
+ }