oneharness-cli 0.3.5__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.
- oneharness_cli-0.3.5.data/scripts/oneharness.exe +0 -0
- oneharness_cli-0.3.5.dist-info/METADATA +993 -0
- oneharness_cli-0.3.5.dist-info/RECORD +6 -0
- oneharness_cli-0.3.5.dist-info/WHEEL +4 -0
- oneharness_cli-0.3.5.dist-info/licenses/LICENSE +21 -0
- oneharness_cli-0.3.5.dist-info/sboms/oneharness.cyclonedx.json +4098 -0
|
@@ -0,0 +1,4098 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bomFormat": "CycloneDX",
|
|
3
|
+
"specVersion": "1.5",
|
|
4
|
+
"version": 1,
|
|
5
|
+
"serialNumber": "urn:uuid:54a79cda-4bfd-482e-b9e5-7494c83ae7ea",
|
|
6
|
+
"metadata": {
|
|
7
|
+
"timestamp": "2026-07-03T17:18:37.952560600Z",
|
|
8
|
+
"tools": [
|
|
9
|
+
{
|
|
10
|
+
"vendor": "CycloneDX",
|
|
11
|
+
"name": "cargo-cyclonedx",
|
|
12
|
+
"version": "0.5.9"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"component": {
|
|
16
|
+
"type": "application",
|
|
17
|
+
"bom-ref": "path+file:///D:/a/oneharness/oneharness#0.3.5",
|
|
18
|
+
"name": "oneharness",
|
|
19
|
+
"version": "0.3.5",
|
|
20
|
+
"description": "One CLI to drive many agentic coding harnesses non-interactively and return uniform JSON.",
|
|
21
|
+
"scope": "required",
|
|
22
|
+
"licenses": [
|
|
23
|
+
{
|
|
24
|
+
"expression": "MIT"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"purl": "pkg:cargo/oneharness@0.3.5?download_url=file://.",
|
|
28
|
+
"externalReferences": [
|
|
29
|
+
{
|
|
30
|
+
"type": "vcs",
|
|
31
|
+
"url": "https://github.com/nickderobertis/oneharness"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"components": [
|
|
35
|
+
{
|
|
36
|
+
"type": "library",
|
|
37
|
+
"bom-ref": "path+file:///D:/a/oneharness/oneharness#0.3.5 bin-target-0",
|
|
38
|
+
"name": "oneharness",
|
|
39
|
+
"version": "0.3.5",
|
|
40
|
+
"purl": "pkg:cargo/oneharness@0.3.5?download_url=file://.#src/lib.rs"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "application",
|
|
44
|
+
"bom-ref": "path+file:///D:/a/oneharness/oneharness#0.3.5 bin-target-1",
|
|
45
|
+
"name": "oneharness",
|
|
46
|
+
"version": "0.3.5",
|
|
47
|
+
"purl": "pkg:cargo/oneharness@0.3.5?download_url=file://.#src/main.rs"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "application",
|
|
51
|
+
"bom-ref": "path+file:///D:/a/oneharness/oneharness#0.3.5 bin-target-2",
|
|
52
|
+
"name": "oneharness-mock-harness",
|
|
53
|
+
"version": "0.3.5",
|
|
54
|
+
"purl": "pkg:cargo/oneharness@0.3.5?download_url=file://.#tests/support/mock_harness.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": "path+file:///D:/a/oneharness/oneharness/crates/oneharness-core#0.3.0",
|
|
69
|
+
"name": "oneharness-core",
|
|
70
|
+
"version": "0.3.0",
|
|
71
|
+
"description": "Reusable engine behind the oneharness CLI: harness registry, hook rendering/installation, and harness config sync.",
|
|
72
|
+
"scope": "required",
|
|
73
|
+
"licenses": [
|
|
74
|
+
{
|
|
75
|
+
"expression": "MIT"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"purl": "pkg:cargo/oneharness-core@0.3.0?download_url=file://crates\\oneharness-core",
|
|
79
|
+
"externalReferences": [
|
|
80
|
+
{
|
|
81
|
+
"type": "vcs",
|
|
82
|
+
"url": "https://github.com/nickderobertis/oneharness"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "library",
|
|
88
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
|
|
89
|
+
"author": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
|
|
90
|
+
"name": "ahash",
|
|
91
|
+
"version": "0.8.12",
|
|
92
|
+
"description": "A non-cryptographic hash function using AES-NI for high performance",
|
|
93
|
+
"scope": "required",
|
|
94
|
+
"hashes": [
|
|
95
|
+
{
|
|
96
|
+
"alg": "SHA-256",
|
|
97
|
+
"content": "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"licenses": [
|
|
101
|
+
{
|
|
102
|
+
"expression": "MIT OR Apache-2.0"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"purl": "pkg:cargo/ahash@0.8.12",
|
|
106
|
+
"externalReferences": [
|
|
107
|
+
{
|
|
108
|
+
"type": "documentation",
|
|
109
|
+
"url": "https://docs.rs/ahash"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"type": "vcs",
|
|
113
|
+
"url": "https://github.com/tkaitchuck/ahash"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"type": "library",
|
|
119
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
120
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
121
|
+
"name": "aho-corasick",
|
|
122
|
+
"version": "1.1.4",
|
|
123
|
+
"description": "Fast multiple substring searching.",
|
|
124
|
+
"scope": "required",
|
|
125
|
+
"hashes": [
|
|
126
|
+
{
|
|
127
|
+
"alg": "SHA-256",
|
|
128
|
+
"content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"licenses": [
|
|
132
|
+
{
|
|
133
|
+
"expression": "Unlicense OR MIT"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"purl": "pkg:cargo/aho-corasick@1.1.4",
|
|
137
|
+
"externalReferences": [
|
|
138
|
+
{
|
|
139
|
+
"type": "website",
|
|
140
|
+
"url": "https://github.com/BurntSushi/aho-corasick"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "vcs",
|
|
144
|
+
"url": "https://github.com/BurntSushi/aho-corasick"
|
|
145
|
+
}
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"type": "library",
|
|
150
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
151
|
+
"name": "anstream",
|
|
152
|
+
"version": "1.0.0",
|
|
153
|
+
"description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
|
|
154
|
+
"scope": "required",
|
|
155
|
+
"hashes": [
|
|
156
|
+
{
|
|
157
|
+
"alg": "SHA-256",
|
|
158
|
+
"content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"licenses": [
|
|
162
|
+
{
|
|
163
|
+
"expression": "MIT OR Apache-2.0"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"purl": "pkg:cargo/anstream@1.0.0",
|
|
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-parse@1.0.0",
|
|
177
|
+
"name": "anstyle-parse",
|
|
178
|
+
"version": "1.0.0",
|
|
179
|
+
"description": "Parse ANSI Style Escapes",
|
|
180
|
+
"scope": "required",
|
|
181
|
+
"hashes": [
|
|
182
|
+
{
|
|
183
|
+
"alg": "SHA-256",
|
|
184
|
+
"content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"licenses": [
|
|
188
|
+
{
|
|
189
|
+
"expression": "MIT OR Apache-2.0"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"purl": "pkg:cargo/anstyle-parse@1.0.0",
|
|
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-query@1.1.5",
|
|
203
|
+
"name": "anstyle-query",
|
|
204
|
+
"version": "1.1.5",
|
|
205
|
+
"description": "Look up colored console capabilities",
|
|
206
|
+
"scope": "required",
|
|
207
|
+
"hashes": [
|
|
208
|
+
{
|
|
209
|
+
"alg": "SHA-256",
|
|
210
|
+
"content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"licenses": [
|
|
214
|
+
{
|
|
215
|
+
"expression": "MIT OR Apache-2.0"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"purl": "pkg:cargo/anstyle-query@1.1.5",
|
|
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#anstyle-wincon@3.0.11",
|
|
229
|
+
"name": "anstyle-wincon",
|
|
230
|
+
"version": "3.0.11",
|
|
231
|
+
"description": "Styling legacy Windows terminals",
|
|
232
|
+
"scope": "required",
|
|
233
|
+
"hashes": [
|
|
234
|
+
{
|
|
235
|
+
"alg": "SHA-256",
|
|
236
|
+
"content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"licenses": [
|
|
240
|
+
{
|
|
241
|
+
"expression": "MIT OR Apache-2.0"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"purl": "pkg:cargo/anstyle-wincon@3.0.11",
|
|
245
|
+
"externalReferences": [
|
|
246
|
+
{
|
|
247
|
+
"type": "vcs",
|
|
248
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
249
|
+
}
|
|
250
|
+
]
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"type": "library",
|
|
254
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
255
|
+
"name": "anstyle",
|
|
256
|
+
"version": "1.0.14",
|
|
257
|
+
"description": "ANSI text styling",
|
|
258
|
+
"scope": "required",
|
|
259
|
+
"hashes": [
|
|
260
|
+
{
|
|
261
|
+
"alg": "SHA-256",
|
|
262
|
+
"content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
263
|
+
}
|
|
264
|
+
],
|
|
265
|
+
"licenses": [
|
|
266
|
+
{
|
|
267
|
+
"expression": "MIT OR Apache-2.0"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"purl": "pkg:cargo/anstyle@1.0.14",
|
|
271
|
+
"externalReferences": [
|
|
272
|
+
{
|
|
273
|
+
"type": "vcs",
|
|
274
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"type": "library",
|
|
280
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
|
|
281
|
+
"author": "Josh Stone <cuviper@gmail.com>",
|
|
282
|
+
"name": "autocfg",
|
|
283
|
+
"version": "1.5.1",
|
|
284
|
+
"description": "Automatic cfg for Rust compiler features",
|
|
285
|
+
"scope": "excluded",
|
|
286
|
+
"hashes": [
|
|
287
|
+
{
|
|
288
|
+
"alg": "SHA-256",
|
|
289
|
+
"content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"licenses": [
|
|
293
|
+
{
|
|
294
|
+
"expression": "Apache-2.0 OR MIT"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"purl": "pkg:cargo/autocfg@1.5.1",
|
|
298
|
+
"externalReferences": [
|
|
299
|
+
{
|
|
300
|
+
"type": "documentation",
|
|
301
|
+
"url": "https://docs.rs/autocfg/"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"type": "vcs",
|
|
305
|
+
"url": "https://github.com/cuviper/autocfg"
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"type": "library",
|
|
311
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
|
312
|
+
"author": "Marshall Pierce <marshall@mpierce.org>",
|
|
313
|
+
"name": "base64",
|
|
314
|
+
"version": "0.22.1",
|
|
315
|
+
"description": "encodes and decodes base64 as bytes or utf8",
|
|
316
|
+
"scope": "required",
|
|
317
|
+
"hashes": [
|
|
318
|
+
{
|
|
319
|
+
"alg": "SHA-256",
|
|
320
|
+
"content": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
321
|
+
}
|
|
322
|
+
],
|
|
323
|
+
"licenses": [
|
|
324
|
+
{
|
|
325
|
+
"expression": "MIT OR Apache-2.0"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"purl": "pkg:cargo/base64@0.22.1",
|
|
329
|
+
"externalReferences": [
|
|
330
|
+
{
|
|
331
|
+
"type": "documentation",
|
|
332
|
+
"url": "https://docs.rs/base64"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"type": "vcs",
|
|
336
|
+
"url": "https://github.com/marshallpierce/rust-base64"
|
|
337
|
+
}
|
|
338
|
+
]
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"type": "library",
|
|
342
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0",
|
|
343
|
+
"author": "Alexis Beingessner <a.beingessner@gmail.com>",
|
|
344
|
+
"name": "bit-set",
|
|
345
|
+
"version": "0.8.0",
|
|
346
|
+
"description": "A set of bits",
|
|
347
|
+
"scope": "required",
|
|
348
|
+
"hashes": [
|
|
349
|
+
{
|
|
350
|
+
"alg": "SHA-256",
|
|
351
|
+
"content": "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"licenses": [
|
|
355
|
+
{
|
|
356
|
+
"expression": "Apache-2.0 OR MIT"
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"purl": "pkg:cargo/bit-set@0.8.0",
|
|
360
|
+
"externalReferences": [
|
|
361
|
+
{
|
|
362
|
+
"type": "documentation",
|
|
363
|
+
"url": "https://docs.rs/bit-set/"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"type": "website",
|
|
367
|
+
"url": "https://github.com/contain-rs/bit-set"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"type": "vcs",
|
|
371
|
+
"url": "https://github.com/contain-rs/bit-set"
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"type": "library",
|
|
377
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0",
|
|
378
|
+
"author": "Alexis Beingessner <a.beingessner@gmail.com>",
|
|
379
|
+
"name": "bit-vec",
|
|
380
|
+
"version": "0.8.0",
|
|
381
|
+
"description": "A vector of bits",
|
|
382
|
+
"scope": "required",
|
|
383
|
+
"hashes": [
|
|
384
|
+
{
|
|
385
|
+
"alg": "SHA-256",
|
|
386
|
+
"content": "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"licenses": [
|
|
390
|
+
{
|
|
391
|
+
"expression": "Apache-2.0 OR MIT"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"purl": "pkg:cargo/bit-vec@0.8.0",
|
|
395
|
+
"externalReferences": [
|
|
396
|
+
{
|
|
397
|
+
"type": "documentation",
|
|
398
|
+
"url": "https://docs.rs/bit-vec/"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"type": "website",
|
|
402
|
+
"url": "https://github.com/contain-rs/bit-vec"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"type": "vcs",
|
|
406
|
+
"url": "https://github.com/contain-rs/bit-vec"
|
|
407
|
+
}
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"type": "library",
|
|
412
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#borrow-or-share@0.2.4",
|
|
413
|
+
"author": "Scallop Ye <yescallop@gmail.com>",
|
|
414
|
+
"name": "borrow-or-share",
|
|
415
|
+
"version": "0.2.4",
|
|
416
|
+
"description": "Traits for either borrowing or sharing data.",
|
|
417
|
+
"scope": "required",
|
|
418
|
+
"hashes": [
|
|
419
|
+
{
|
|
420
|
+
"alg": "SHA-256",
|
|
421
|
+
"content": "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"licenses": [
|
|
425
|
+
{
|
|
426
|
+
"expression": "MIT-0"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"purl": "pkg:cargo/borrow-or-share@0.2.4",
|
|
430
|
+
"externalReferences": [
|
|
431
|
+
{
|
|
432
|
+
"type": "documentation",
|
|
433
|
+
"url": "https://docs.rs/borrow-or-share"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"type": "vcs",
|
|
437
|
+
"url": "https://github.com/yescallop/borrow-or-share"
|
|
438
|
+
}
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"type": "library",
|
|
443
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytecount@0.6.9",
|
|
444
|
+
"author": "Andre Bogus <bogusandre@gmail.de>, Joshua Landau <joshua@landau.ws>",
|
|
445
|
+
"name": "bytecount",
|
|
446
|
+
"version": "0.6.9",
|
|
447
|
+
"description": "count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast",
|
|
448
|
+
"scope": "required",
|
|
449
|
+
"hashes": [
|
|
450
|
+
{
|
|
451
|
+
"alg": "SHA-256",
|
|
452
|
+
"content": "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"licenses": [
|
|
456
|
+
{
|
|
457
|
+
"expression": "Apache-2.0 OR MIT"
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"purl": "pkg:cargo/bytecount@0.6.9",
|
|
461
|
+
"externalReferences": [
|
|
462
|
+
{
|
|
463
|
+
"type": "vcs",
|
|
464
|
+
"url": "https://github.com/llogiq/bytecount"
|
|
465
|
+
}
|
|
466
|
+
]
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"type": "library",
|
|
470
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
471
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
472
|
+
"name": "cfg-if",
|
|
473
|
+
"version": "1.0.4",
|
|
474
|
+
"description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ",
|
|
475
|
+
"scope": "required",
|
|
476
|
+
"hashes": [
|
|
477
|
+
{
|
|
478
|
+
"alg": "SHA-256",
|
|
479
|
+
"content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"licenses": [
|
|
483
|
+
{
|
|
484
|
+
"expression": "MIT OR Apache-2.0"
|
|
485
|
+
}
|
|
486
|
+
],
|
|
487
|
+
"purl": "pkg:cargo/cfg-if@1.0.4",
|
|
488
|
+
"externalReferences": [
|
|
489
|
+
{
|
|
490
|
+
"type": "vcs",
|
|
491
|
+
"url": "https://github.com/rust-lang/cfg-if"
|
|
492
|
+
}
|
|
493
|
+
]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"type": "library",
|
|
497
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
|
|
498
|
+
"name": "clap",
|
|
499
|
+
"version": "4.6.1",
|
|
500
|
+
"description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
|
|
501
|
+
"scope": "required",
|
|
502
|
+
"hashes": [
|
|
503
|
+
{
|
|
504
|
+
"alg": "SHA-256",
|
|
505
|
+
"content": "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"licenses": [
|
|
509
|
+
{
|
|
510
|
+
"expression": "MIT OR Apache-2.0"
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"purl": "pkg:cargo/clap@4.6.1",
|
|
514
|
+
"externalReferences": [
|
|
515
|
+
{
|
|
516
|
+
"type": "vcs",
|
|
517
|
+
"url": "https://github.com/clap-rs/clap"
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"type": "library",
|
|
523
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
524
|
+
"name": "clap_builder",
|
|
525
|
+
"version": "4.6.0",
|
|
526
|
+
"description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
|
|
527
|
+
"scope": "required",
|
|
528
|
+
"hashes": [
|
|
529
|
+
{
|
|
530
|
+
"alg": "SHA-256",
|
|
531
|
+
"content": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
532
|
+
}
|
|
533
|
+
],
|
|
534
|
+
"licenses": [
|
|
535
|
+
{
|
|
536
|
+
"expression": "MIT OR Apache-2.0"
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
"purl": "pkg:cargo/clap_builder@4.6.0",
|
|
540
|
+
"externalReferences": [
|
|
541
|
+
{
|
|
542
|
+
"type": "vcs",
|
|
543
|
+
"url": "https://github.com/clap-rs/clap"
|
|
544
|
+
}
|
|
545
|
+
]
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"type": "library",
|
|
549
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
|
|
550
|
+
"name": "clap_derive",
|
|
551
|
+
"version": "4.6.1",
|
|
552
|
+
"description": "Parse command line argument by defining a struct, derive crate.",
|
|
553
|
+
"scope": "required",
|
|
554
|
+
"hashes": [
|
|
555
|
+
{
|
|
556
|
+
"alg": "SHA-256",
|
|
557
|
+
"content": "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"licenses": [
|
|
561
|
+
{
|
|
562
|
+
"expression": "MIT OR Apache-2.0"
|
|
563
|
+
}
|
|
564
|
+
],
|
|
565
|
+
"purl": "pkg:cargo/clap_derive@4.6.1",
|
|
566
|
+
"externalReferences": [
|
|
567
|
+
{
|
|
568
|
+
"type": "vcs",
|
|
569
|
+
"url": "https://github.com/clap-rs/clap"
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"type": "library",
|
|
575
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
576
|
+
"name": "clap_lex",
|
|
577
|
+
"version": "1.1.0",
|
|
578
|
+
"description": "Minimal, flexible command line parser",
|
|
579
|
+
"scope": "required",
|
|
580
|
+
"hashes": [
|
|
581
|
+
{
|
|
582
|
+
"alg": "SHA-256",
|
|
583
|
+
"content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
584
|
+
}
|
|
585
|
+
],
|
|
586
|
+
"licenses": [
|
|
587
|
+
{
|
|
588
|
+
"expression": "MIT OR Apache-2.0"
|
|
589
|
+
}
|
|
590
|
+
],
|
|
591
|
+
"purl": "pkg:cargo/clap_lex@1.1.0",
|
|
592
|
+
"externalReferences": [
|
|
593
|
+
{
|
|
594
|
+
"type": "vcs",
|
|
595
|
+
"url": "https://github.com/clap-rs/clap"
|
|
596
|
+
}
|
|
597
|
+
]
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"type": "library",
|
|
601
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
602
|
+
"name": "colorchoice",
|
|
603
|
+
"version": "1.0.5",
|
|
604
|
+
"description": "Global override of color control",
|
|
605
|
+
"scope": "required",
|
|
606
|
+
"hashes": [
|
|
607
|
+
{
|
|
608
|
+
"alg": "SHA-256",
|
|
609
|
+
"content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"licenses": [
|
|
613
|
+
{
|
|
614
|
+
"expression": "MIT OR Apache-2.0"
|
|
615
|
+
}
|
|
616
|
+
],
|
|
617
|
+
"purl": "pkg:cargo/colorchoice@1.0.5",
|
|
618
|
+
"externalReferences": [
|
|
619
|
+
{
|
|
620
|
+
"type": "vcs",
|
|
621
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
622
|
+
}
|
|
623
|
+
]
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"type": "library",
|
|
627
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
|
|
628
|
+
"author": "Jane Lusby <jlusby@yaah.dev>",
|
|
629
|
+
"name": "displaydoc",
|
|
630
|
+
"version": "0.2.6",
|
|
631
|
+
"description": "A derive macro for implementing the display Trait via a doc comment and string interpolation ",
|
|
632
|
+
"scope": "required",
|
|
633
|
+
"hashes": [
|
|
634
|
+
{
|
|
635
|
+
"alg": "SHA-256",
|
|
636
|
+
"content": "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"licenses": [
|
|
640
|
+
{
|
|
641
|
+
"expression": "MIT OR Apache-2.0"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"purl": "pkg:cargo/displaydoc@0.2.6",
|
|
645
|
+
"externalReferences": [
|
|
646
|
+
{
|
|
647
|
+
"type": "documentation",
|
|
648
|
+
"url": "https://docs.rs/displaydoc"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"type": "website",
|
|
652
|
+
"url": "https://github.com/yaahc/displaydoc"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"type": "vcs",
|
|
656
|
+
"url": "https://github.com/yaahc/displaydoc"
|
|
657
|
+
}
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"type": "library",
|
|
662
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.16.0",
|
|
663
|
+
"name": "either",
|
|
664
|
+
"version": "1.16.0",
|
|
665
|
+
"description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ",
|
|
666
|
+
"scope": "required",
|
|
667
|
+
"hashes": [
|
|
668
|
+
{
|
|
669
|
+
"alg": "SHA-256",
|
|
670
|
+
"content": "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
|
|
671
|
+
}
|
|
672
|
+
],
|
|
673
|
+
"licenses": [
|
|
674
|
+
{
|
|
675
|
+
"expression": "MIT OR Apache-2.0"
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"purl": "pkg:cargo/either@1.16.0",
|
|
679
|
+
"externalReferences": [
|
|
680
|
+
{
|
|
681
|
+
"type": "documentation",
|
|
682
|
+
"url": "https://docs.rs/either/1/"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"type": "vcs",
|
|
686
|
+
"url": "https://github.com/rayon-rs/either"
|
|
687
|
+
}
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"type": "library",
|
|
692
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#email_address@0.2.9",
|
|
693
|
+
"author": "Simon Johnston <johnstonskj@gmail.com>",
|
|
694
|
+
"name": "email_address",
|
|
695
|
+
"version": "0.2.9",
|
|
696
|
+
"description": "A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype. ",
|
|
697
|
+
"scope": "required",
|
|
698
|
+
"hashes": [
|
|
699
|
+
{
|
|
700
|
+
"alg": "SHA-256",
|
|
701
|
+
"content": "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"licenses": [
|
|
705
|
+
{
|
|
706
|
+
"expression": "MIT"
|
|
707
|
+
}
|
|
708
|
+
],
|
|
709
|
+
"purl": "pkg:cargo/email_address@0.2.9",
|
|
710
|
+
"externalReferences": [
|
|
711
|
+
{
|
|
712
|
+
"type": "documentation",
|
|
713
|
+
"url": "https://docs.rs/email_address/"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"type": "vcs",
|
|
717
|
+
"url": "https://github.com/johnstonskj/rust-email_address.git"
|
|
718
|
+
}
|
|
719
|
+
]
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"type": "library",
|
|
723
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#env_home@0.1.0",
|
|
724
|
+
"author": "Peter Tripp <peter.tripp@gmail.com>",
|
|
725
|
+
"name": "env_home",
|
|
726
|
+
"version": "0.1.0",
|
|
727
|
+
"description": "Get the user home directory in a cross-platform way.",
|
|
728
|
+
"scope": "required",
|
|
729
|
+
"hashes": [
|
|
730
|
+
{
|
|
731
|
+
"alg": "SHA-256",
|
|
732
|
+
"content": "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
|
|
733
|
+
}
|
|
734
|
+
],
|
|
735
|
+
"licenses": [
|
|
736
|
+
{
|
|
737
|
+
"expression": "MIT OR Apache-2.0"
|
|
738
|
+
}
|
|
739
|
+
],
|
|
740
|
+
"purl": "pkg:cargo/env_home@0.1.0",
|
|
741
|
+
"externalReferences": [
|
|
742
|
+
{
|
|
743
|
+
"type": "website",
|
|
744
|
+
"url": "https://github.com/notpeter/env-home"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"type": "vcs",
|
|
748
|
+
"url": "https://github.com/notpeter/env-home"
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"type": "library",
|
|
754
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
755
|
+
"name": "equivalent",
|
|
756
|
+
"version": "1.0.2",
|
|
757
|
+
"description": "Traits for key comparison in maps.",
|
|
758
|
+
"scope": "required",
|
|
759
|
+
"hashes": [
|
|
760
|
+
{
|
|
761
|
+
"alg": "SHA-256",
|
|
762
|
+
"content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"licenses": [
|
|
766
|
+
{
|
|
767
|
+
"expression": "Apache-2.0 OR MIT"
|
|
768
|
+
}
|
|
769
|
+
],
|
|
770
|
+
"purl": "pkg:cargo/equivalent@1.0.2",
|
|
771
|
+
"externalReferences": [
|
|
772
|
+
{
|
|
773
|
+
"type": "vcs",
|
|
774
|
+
"url": "https://github.com/indexmap-rs/equivalent"
|
|
775
|
+
}
|
|
776
|
+
]
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"type": "library",
|
|
780
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fancy-regex@0.16.2",
|
|
781
|
+
"author": "Raph Levien <raph@google.com>, Robin Stocker <robin@nibor.org>, Keith Hall <keith.hall@available.systems>",
|
|
782
|
+
"name": "fancy-regex",
|
|
783
|
+
"version": "0.16.2",
|
|
784
|
+
"description": "An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.",
|
|
785
|
+
"scope": "required",
|
|
786
|
+
"hashes": [
|
|
787
|
+
{
|
|
788
|
+
"alg": "SHA-256",
|
|
789
|
+
"content": "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
|
|
790
|
+
}
|
|
791
|
+
],
|
|
792
|
+
"licenses": [
|
|
793
|
+
{
|
|
794
|
+
"expression": "MIT"
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
"purl": "pkg:cargo/fancy-regex@0.16.2",
|
|
798
|
+
"externalReferences": [
|
|
799
|
+
{
|
|
800
|
+
"type": "documentation",
|
|
801
|
+
"url": "https://docs.rs/fancy-regex"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"type": "vcs",
|
|
805
|
+
"url": "https://github.com/fancy-regex/fancy-regex"
|
|
806
|
+
}
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"type": "library",
|
|
811
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.3.2",
|
|
812
|
+
"author": "Scallop Ye <yescallop@gmail.com>",
|
|
813
|
+
"name": "fluent-uri",
|
|
814
|
+
"version": "0.3.2",
|
|
815
|
+
"description": "A generic URI/IRI handling library compliant with RFC 3986/3987.",
|
|
816
|
+
"scope": "required",
|
|
817
|
+
"hashes": [
|
|
818
|
+
{
|
|
819
|
+
"alg": "SHA-256",
|
|
820
|
+
"content": "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
|
|
821
|
+
}
|
|
822
|
+
],
|
|
823
|
+
"licenses": [
|
|
824
|
+
{
|
|
825
|
+
"expression": "MIT"
|
|
826
|
+
}
|
|
827
|
+
],
|
|
828
|
+
"purl": "pkg:cargo/fluent-uri@0.3.2",
|
|
829
|
+
"externalReferences": [
|
|
830
|
+
{
|
|
831
|
+
"type": "documentation",
|
|
832
|
+
"url": "https://docs.rs/fluent-uri"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"type": "vcs",
|
|
836
|
+
"url": "https://github.com/yescallop/fluent-uri-rs"
|
|
837
|
+
}
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"type": "library",
|
|
842
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fraction@0.15.4",
|
|
843
|
+
"author": "dnsl48 <dnsl48@gmail.com>",
|
|
844
|
+
"name": "fraction",
|
|
845
|
+
"version": "0.15.4",
|
|
846
|
+
"description": "Lossless fractions and decimals; drop-in float replacement",
|
|
847
|
+
"scope": "required",
|
|
848
|
+
"hashes": [
|
|
849
|
+
{
|
|
850
|
+
"alg": "SHA-256",
|
|
851
|
+
"content": "e076045bb43dac435333ed5f04caf35c7463631d0dae2deb2638d94dd0a5b872"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"licenses": [
|
|
855
|
+
{
|
|
856
|
+
"expression": "MIT OR Apache-2.0"
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"purl": "pkg:cargo/fraction@0.15.4",
|
|
860
|
+
"externalReferences": [
|
|
861
|
+
{
|
|
862
|
+
"type": "documentation",
|
|
863
|
+
"url": "https://docs.rs/fraction/"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"type": "website",
|
|
867
|
+
"url": "https://github.com/dnsl48/fraction.git"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"type": "vcs",
|
|
871
|
+
"url": "https://github.com/dnsl48/fraction.git"
|
|
872
|
+
}
|
|
873
|
+
]
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "library",
|
|
877
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
|
|
878
|
+
"author": "The Rand Project Developers",
|
|
879
|
+
"name": "getrandom",
|
|
880
|
+
"version": "0.3.4",
|
|
881
|
+
"description": "A small cross-platform library for retrieving random data from system source",
|
|
882
|
+
"scope": "required",
|
|
883
|
+
"hashes": [
|
|
884
|
+
{
|
|
885
|
+
"alg": "SHA-256",
|
|
886
|
+
"content": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"licenses": [
|
|
890
|
+
{
|
|
891
|
+
"expression": "MIT OR Apache-2.0"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"purl": "pkg:cargo/getrandom@0.3.4",
|
|
895
|
+
"externalReferences": [
|
|
896
|
+
{
|
|
897
|
+
"type": "documentation",
|
|
898
|
+
"url": "https://docs.rs/getrandom"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"type": "vcs",
|
|
902
|
+
"url": "https://github.com/rust-random/getrandom"
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"type": "library",
|
|
908
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
|
|
909
|
+
"name": "hashbrown",
|
|
910
|
+
"version": "0.17.1",
|
|
911
|
+
"description": "A Rust port of Google's SwissTable hash map",
|
|
912
|
+
"scope": "required",
|
|
913
|
+
"hashes": [
|
|
914
|
+
{
|
|
915
|
+
"alg": "SHA-256",
|
|
916
|
+
"content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
917
|
+
}
|
|
918
|
+
],
|
|
919
|
+
"licenses": [
|
|
920
|
+
{
|
|
921
|
+
"expression": "MIT OR Apache-2.0"
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"purl": "pkg:cargo/hashbrown@0.17.1",
|
|
925
|
+
"externalReferences": [
|
|
926
|
+
{
|
|
927
|
+
"type": "vcs",
|
|
928
|
+
"url": "https://github.com/rust-lang/hashbrown"
|
|
929
|
+
}
|
|
930
|
+
]
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"type": "library",
|
|
934
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
935
|
+
"name": "heck",
|
|
936
|
+
"version": "0.5.0",
|
|
937
|
+
"description": "heck is a case conversion library.",
|
|
938
|
+
"scope": "required",
|
|
939
|
+
"hashes": [
|
|
940
|
+
{
|
|
941
|
+
"alg": "SHA-256",
|
|
942
|
+
"content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"licenses": [
|
|
946
|
+
{
|
|
947
|
+
"expression": "MIT OR Apache-2.0"
|
|
948
|
+
}
|
|
949
|
+
],
|
|
950
|
+
"purl": "pkg:cargo/heck@0.5.0",
|
|
951
|
+
"externalReferences": [
|
|
952
|
+
{
|
|
953
|
+
"type": "vcs",
|
|
954
|
+
"url": "https://github.com/withoutboats/heck"
|
|
955
|
+
}
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"type": "library",
|
|
960
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
|
|
961
|
+
"author": "The ICU4X Project Developers",
|
|
962
|
+
"name": "icu_collections",
|
|
963
|
+
"version": "2.2.0",
|
|
964
|
+
"description": "Collection of API for use in ICU libraries.",
|
|
965
|
+
"scope": "required",
|
|
966
|
+
"hashes": [
|
|
967
|
+
{
|
|
968
|
+
"alg": "SHA-256",
|
|
969
|
+
"content": "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"licenses": [
|
|
973
|
+
{
|
|
974
|
+
"expression": "Unicode-3.0"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"purl": "pkg:cargo/icu_collections@2.2.0",
|
|
978
|
+
"externalReferences": [
|
|
979
|
+
{
|
|
980
|
+
"type": "website",
|
|
981
|
+
"url": "https://icu4x.unicode.org"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"type": "vcs",
|
|
985
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
986
|
+
}
|
|
987
|
+
]
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"type": "library",
|
|
991
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
|
|
992
|
+
"author": "The ICU4X Project Developers",
|
|
993
|
+
"name": "icu_locale_core",
|
|
994
|
+
"version": "2.2.0",
|
|
995
|
+
"description": "API for managing Unicode Language and Locale Identifiers",
|
|
996
|
+
"scope": "required",
|
|
997
|
+
"hashes": [
|
|
998
|
+
{
|
|
999
|
+
"alg": "SHA-256",
|
|
1000
|
+
"content": "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
1001
|
+
}
|
|
1002
|
+
],
|
|
1003
|
+
"licenses": [
|
|
1004
|
+
{
|
|
1005
|
+
"expression": "Unicode-3.0"
|
|
1006
|
+
}
|
|
1007
|
+
],
|
|
1008
|
+
"purl": "pkg:cargo/icu_locale_core@2.2.0",
|
|
1009
|
+
"externalReferences": [
|
|
1010
|
+
{
|
|
1011
|
+
"type": "website",
|
|
1012
|
+
"url": "https://icu4x.unicode.org"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"type": "vcs",
|
|
1016
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
1017
|
+
}
|
|
1018
|
+
]
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"type": "library",
|
|
1022
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0",
|
|
1023
|
+
"author": "The ICU4X Project Developers",
|
|
1024
|
+
"name": "icu_normalizer",
|
|
1025
|
+
"version": "2.2.0",
|
|
1026
|
+
"description": "API for normalizing text into Unicode Normalization Forms",
|
|
1027
|
+
"scope": "required",
|
|
1028
|
+
"hashes": [
|
|
1029
|
+
{
|
|
1030
|
+
"alg": "SHA-256",
|
|
1031
|
+
"content": "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"licenses": [
|
|
1035
|
+
{
|
|
1036
|
+
"expression": "Unicode-3.0"
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"purl": "pkg:cargo/icu_normalizer@2.2.0",
|
|
1040
|
+
"externalReferences": [
|
|
1041
|
+
{
|
|
1042
|
+
"type": "website",
|
|
1043
|
+
"url": "https://icu4x.unicode.org"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"type": "vcs",
|
|
1047
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
1048
|
+
}
|
|
1049
|
+
]
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"type": "library",
|
|
1053
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0",
|
|
1054
|
+
"author": "The ICU4X Project Developers",
|
|
1055
|
+
"name": "icu_normalizer_data",
|
|
1056
|
+
"version": "2.2.0",
|
|
1057
|
+
"description": "Data for the icu_normalizer crate",
|
|
1058
|
+
"scope": "required",
|
|
1059
|
+
"hashes": [
|
|
1060
|
+
{
|
|
1061
|
+
"alg": "SHA-256",
|
|
1062
|
+
"content": "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"licenses": [
|
|
1066
|
+
{
|
|
1067
|
+
"expression": "Unicode-3.0"
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"purl": "pkg:cargo/icu_normalizer_data@2.2.0",
|
|
1071
|
+
"externalReferences": [
|
|
1072
|
+
{
|
|
1073
|
+
"type": "website",
|
|
1074
|
+
"url": "https://icu4x.unicode.org"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"type": "vcs",
|
|
1078
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
1079
|
+
}
|
|
1080
|
+
]
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"type": "library",
|
|
1084
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0",
|
|
1085
|
+
"author": "The ICU4X Project Developers",
|
|
1086
|
+
"name": "icu_properties",
|
|
1087
|
+
"version": "2.2.0",
|
|
1088
|
+
"description": "Definitions for Unicode properties",
|
|
1089
|
+
"scope": "required",
|
|
1090
|
+
"hashes": [
|
|
1091
|
+
{
|
|
1092
|
+
"alg": "SHA-256",
|
|
1093
|
+
"content": "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
1094
|
+
}
|
|
1095
|
+
],
|
|
1096
|
+
"licenses": [
|
|
1097
|
+
{
|
|
1098
|
+
"expression": "Unicode-3.0"
|
|
1099
|
+
}
|
|
1100
|
+
],
|
|
1101
|
+
"purl": "pkg:cargo/icu_properties@2.2.0",
|
|
1102
|
+
"externalReferences": [
|
|
1103
|
+
{
|
|
1104
|
+
"type": "website",
|
|
1105
|
+
"url": "https://icu4x.unicode.org"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"type": "vcs",
|
|
1109
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
1110
|
+
}
|
|
1111
|
+
]
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"type": "library",
|
|
1115
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0",
|
|
1116
|
+
"author": "The ICU4X Project Developers",
|
|
1117
|
+
"name": "icu_properties_data",
|
|
1118
|
+
"version": "2.2.0",
|
|
1119
|
+
"description": "Data for the icu_properties crate",
|
|
1120
|
+
"scope": "required",
|
|
1121
|
+
"hashes": [
|
|
1122
|
+
{
|
|
1123
|
+
"alg": "SHA-256",
|
|
1124
|
+
"content": "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1127
|
+
"licenses": [
|
|
1128
|
+
{
|
|
1129
|
+
"expression": "Unicode-3.0"
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"purl": "pkg:cargo/icu_properties_data@2.2.0",
|
|
1133
|
+
"externalReferences": [
|
|
1134
|
+
{
|
|
1135
|
+
"type": "website",
|
|
1136
|
+
"url": "https://icu4x.unicode.org"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"type": "vcs",
|
|
1140
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"type": "library",
|
|
1146
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
|
|
1147
|
+
"author": "The ICU4X Project Developers",
|
|
1148
|
+
"name": "icu_provider",
|
|
1149
|
+
"version": "2.2.0",
|
|
1150
|
+
"description": "Trait and struct definitions for the ICU data provider",
|
|
1151
|
+
"scope": "required",
|
|
1152
|
+
"hashes": [
|
|
1153
|
+
{
|
|
1154
|
+
"alg": "SHA-256",
|
|
1155
|
+
"content": "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
1156
|
+
}
|
|
1157
|
+
],
|
|
1158
|
+
"licenses": [
|
|
1159
|
+
{
|
|
1160
|
+
"expression": "Unicode-3.0"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"purl": "pkg:cargo/icu_provider@2.2.0",
|
|
1164
|
+
"externalReferences": [
|
|
1165
|
+
{
|
|
1166
|
+
"type": "website",
|
|
1167
|
+
"url": "https://icu4x.unicode.org"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"type": "vcs",
|
|
1171
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
1172
|
+
}
|
|
1173
|
+
]
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"type": "library",
|
|
1177
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
|
|
1178
|
+
"author": "The rust-url developers",
|
|
1179
|
+
"name": "idna",
|
|
1180
|
+
"version": "1.1.0",
|
|
1181
|
+
"description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.",
|
|
1182
|
+
"scope": "required",
|
|
1183
|
+
"hashes": [
|
|
1184
|
+
{
|
|
1185
|
+
"alg": "SHA-256",
|
|
1186
|
+
"content": "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1187
|
+
}
|
|
1188
|
+
],
|
|
1189
|
+
"licenses": [
|
|
1190
|
+
{
|
|
1191
|
+
"expression": "MIT OR Apache-2.0"
|
|
1192
|
+
}
|
|
1193
|
+
],
|
|
1194
|
+
"purl": "pkg:cargo/idna@1.1.0",
|
|
1195
|
+
"externalReferences": [
|
|
1196
|
+
{
|
|
1197
|
+
"type": "vcs",
|
|
1198
|
+
"url": "https://github.com/servo/rust-url/"
|
|
1199
|
+
}
|
|
1200
|
+
]
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"type": "library",
|
|
1204
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2",
|
|
1205
|
+
"author": "The rust-url developers",
|
|
1206
|
+
"name": "idna_adapter",
|
|
1207
|
+
"version": "1.2.2",
|
|
1208
|
+
"description": "Back end adapter for idna",
|
|
1209
|
+
"scope": "required",
|
|
1210
|
+
"hashes": [
|
|
1211
|
+
{
|
|
1212
|
+
"alg": "SHA-256",
|
|
1213
|
+
"content": "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
|
|
1214
|
+
}
|
|
1215
|
+
],
|
|
1216
|
+
"licenses": [
|
|
1217
|
+
{
|
|
1218
|
+
"expression": "Apache-2.0 OR MIT"
|
|
1219
|
+
}
|
|
1220
|
+
],
|
|
1221
|
+
"purl": "pkg:cargo/idna_adapter@1.2.2",
|
|
1222
|
+
"externalReferences": [
|
|
1223
|
+
{
|
|
1224
|
+
"type": "documentation",
|
|
1225
|
+
"url": "https://docs.rs/idna_adapter/latest/idna_adapter/"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"type": "website",
|
|
1229
|
+
"url": "https://docs.rs/crate/idna_adapter/latest"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"type": "vcs",
|
|
1233
|
+
"url": "https://github.com/hsivonen/idna_adapter"
|
|
1234
|
+
}
|
|
1235
|
+
]
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"type": "library",
|
|
1239
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
1240
|
+
"name": "indexmap",
|
|
1241
|
+
"version": "2.14.0",
|
|
1242
|
+
"description": "A hash table with consistent order and fast iteration.",
|
|
1243
|
+
"scope": "required",
|
|
1244
|
+
"hashes": [
|
|
1245
|
+
{
|
|
1246
|
+
"alg": "SHA-256",
|
|
1247
|
+
"content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"licenses": [
|
|
1251
|
+
{
|
|
1252
|
+
"expression": "Apache-2.0 OR MIT"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"purl": "pkg:cargo/indexmap@2.14.0",
|
|
1256
|
+
"externalReferences": [
|
|
1257
|
+
{
|
|
1258
|
+
"type": "documentation",
|
|
1259
|
+
"url": "https://docs.rs/indexmap/"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"type": "vcs",
|
|
1263
|
+
"url": "https://github.com/indexmap-rs/indexmap"
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"type": "library",
|
|
1269
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
1270
|
+
"name": "is_terminal_polyfill",
|
|
1271
|
+
"version": "1.70.2",
|
|
1272
|
+
"description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
|
|
1273
|
+
"scope": "required",
|
|
1274
|
+
"hashes": [
|
|
1275
|
+
{
|
|
1276
|
+
"alg": "SHA-256",
|
|
1277
|
+
"content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"licenses": [
|
|
1281
|
+
{
|
|
1282
|
+
"expression": "MIT OR Apache-2.0"
|
|
1283
|
+
}
|
|
1284
|
+
],
|
|
1285
|
+
"purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
|
|
1286
|
+
"externalReferences": [
|
|
1287
|
+
{
|
|
1288
|
+
"type": "vcs",
|
|
1289
|
+
"url": "https://github.com/polyfill-rs/is_terminal_polyfill"
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"type": "library",
|
|
1295
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
1296
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1297
|
+
"name": "itoa",
|
|
1298
|
+
"version": "1.0.18",
|
|
1299
|
+
"description": "Fast integer primitive to string conversion",
|
|
1300
|
+
"scope": "required",
|
|
1301
|
+
"hashes": [
|
|
1302
|
+
{
|
|
1303
|
+
"alg": "SHA-256",
|
|
1304
|
+
"content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1305
|
+
}
|
|
1306
|
+
],
|
|
1307
|
+
"licenses": [
|
|
1308
|
+
{
|
|
1309
|
+
"expression": "MIT OR Apache-2.0"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"purl": "pkg:cargo/itoa@1.0.18",
|
|
1313
|
+
"externalReferences": [
|
|
1314
|
+
{
|
|
1315
|
+
"type": "documentation",
|
|
1316
|
+
"url": "https://docs.rs/itoa"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"type": "vcs",
|
|
1320
|
+
"url": "https://github.com/dtolnay/itoa"
|
|
1321
|
+
}
|
|
1322
|
+
]
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"type": "library",
|
|
1326
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jsonschema@0.33.0",
|
|
1327
|
+
"author": "Dmitry Dygalo <dmitry@dygalo.dev>",
|
|
1328
|
+
"name": "jsonschema",
|
|
1329
|
+
"version": "0.33.0",
|
|
1330
|
+
"description": "JSON schema validaton library",
|
|
1331
|
+
"scope": "required",
|
|
1332
|
+
"hashes": [
|
|
1333
|
+
{
|
|
1334
|
+
"alg": "SHA-256",
|
|
1335
|
+
"content": "d46662859bc5f60a145b75f4632fbadc84e829e45df6c5de74cfc8e05acb96b5"
|
|
1336
|
+
}
|
|
1337
|
+
],
|
|
1338
|
+
"licenses": [
|
|
1339
|
+
{
|
|
1340
|
+
"expression": "MIT"
|
|
1341
|
+
}
|
|
1342
|
+
],
|
|
1343
|
+
"purl": "pkg:cargo/jsonschema@0.33.0",
|
|
1344
|
+
"externalReferences": [
|
|
1345
|
+
{
|
|
1346
|
+
"type": "vcs",
|
|
1347
|
+
"url": "https://github.com/Stranger6667/jsonschema"
|
|
1348
|
+
}
|
|
1349
|
+
]
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"type": "library",
|
|
1353
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
|
|
1354
|
+
"author": "Marvin Löbel <loebel.marvin@gmail.com>",
|
|
1355
|
+
"name": "lazy_static",
|
|
1356
|
+
"version": "1.5.0",
|
|
1357
|
+
"description": "A macro for declaring lazily evaluated statics in Rust.",
|
|
1358
|
+
"scope": "required",
|
|
1359
|
+
"hashes": [
|
|
1360
|
+
{
|
|
1361
|
+
"alg": "SHA-256",
|
|
1362
|
+
"content": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1363
|
+
}
|
|
1364
|
+
],
|
|
1365
|
+
"licenses": [
|
|
1366
|
+
{
|
|
1367
|
+
"expression": "MIT OR Apache-2.0"
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"purl": "pkg:cargo/lazy_static@1.5.0",
|
|
1371
|
+
"externalReferences": [
|
|
1372
|
+
{
|
|
1373
|
+
"type": "documentation",
|
|
1374
|
+
"url": "https://docs.rs/lazy_static"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"type": "vcs",
|
|
1378
|
+
"url": "https://github.com/rust-lang-nursery/lazy-static.rs"
|
|
1379
|
+
}
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"type": "library",
|
|
1384
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2",
|
|
1385
|
+
"author": "The ICU4X Project Developers",
|
|
1386
|
+
"name": "litemap",
|
|
1387
|
+
"version": "0.8.2",
|
|
1388
|
+
"description": "A key-value Map implementation based on a flat, sorted Vec.",
|
|
1389
|
+
"scope": "required",
|
|
1390
|
+
"hashes": [
|
|
1391
|
+
{
|
|
1392
|
+
"alg": "SHA-256",
|
|
1393
|
+
"content": "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1396
|
+
"licenses": [
|
|
1397
|
+
{
|
|
1398
|
+
"expression": "Unicode-3.0"
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"purl": "pkg:cargo/litemap@0.8.2",
|
|
1402
|
+
"externalReferences": [
|
|
1403
|
+
{
|
|
1404
|
+
"type": "documentation",
|
|
1405
|
+
"url": "https://docs.rs/litemap"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"type": "vcs",
|
|
1409
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
1410
|
+
}
|
|
1411
|
+
]
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"type": "library",
|
|
1415
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
1416
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1417
|
+
"name": "lock_api",
|
|
1418
|
+
"version": "0.4.14",
|
|
1419
|
+
"description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
|
|
1420
|
+
"scope": "required",
|
|
1421
|
+
"hashes": [
|
|
1422
|
+
{
|
|
1423
|
+
"alg": "SHA-256",
|
|
1424
|
+
"content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1425
|
+
}
|
|
1426
|
+
],
|
|
1427
|
+
"licenses": [
|
|
1428
|
+
{
|
|
1429
|
+
"expression": "MIT OR Apache-2.0"
|
|
1430
|
+
}
|
|
1431
|
+
],
|
|
1432
|
+
"purl": "pkg:cargo/lock_api@0.4.14",
|
|
1433
|
+
"externalReferences": [
|
|
1434
|
+
{
|
|
1435
|
+
"type": "vcs",
|
|
1436
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1437
|
+
}
|
|
1438
|
+
]
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"type": "library",
|
|
1442
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1",
|
|
1443
|
+
"author": "Andrew Gallant <jamslam@gmail.com>, bluss",
|
|
1444
|
+
"name": "memchr",
|
|
1445
|
+
"version": "2.8.1",
|
|
1446
|
+
"description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
|
|
1447
|
+
"scope": "required",
|
|
1448
|
+
"hashes": [
|
|
1449
|
+
{
|
|
1450
|
+
"alg": "SHA-256",
|
|
1451
|
+
"content": "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1454
|
+
"licenses": [
|
|
1455
|
+
{
|
|
1456
|
+
"expression": "Unlicense OR MIT"
|
|
1457
|
+
}
|
|
1458
|
+
],
|
|
1459
|
+
"purl": "pkg:cargo/memchr@2.8.1",
|
|
1460
|
+
"externalReferences": [
|
|
1461
|
+
{
|
|
1462
|
+
"type": "documentation",
|
|
1463
|
+
"url": "https://docs.rs/memchr/"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"type": "website",
|
|
1467
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"type": "vcs",
|
|
1471
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1472
|
+
}
|
|
1473
|
+
]
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"type": "library",
|
|
1477
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
|
|
1478
|
+
"author": "The Rust Project Developers",
|
|
1479
|
+
"name": "num-bigint",
|
|
1480
|
+
"version": "0.4.6",
|
|
1481
|
+
"description": "Big integer implementation for Rust",
|
|
1482
|
+
"scope": "required",
|
|
1483
|
+
"hashes": [
|
|
1484
|
+
{
|
|
1485
|
+
"alg": "SHA-256",
|
|
1486
|
+
"content": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
1487
|
+
}
|
|
1488
|
+
],
|
|
1489
|
+
"licenses": [
|
|
1490
|
+
{
|
|
1491
|
+
"expression": "MIT OR Apache-2.0"
|
|
1492
|
+
}
|
|
1493
|
+
],
|
|
1494
|
+
"purl": "pkg:cargo/num-bigint@0.4.6",
|
|
1495
|
+
"externalReferences": [
|
|
1496
|
+
{
|
|
1497
|
+
"type": "documentation",
|
|
1498
|
+
"url": "https://docs.rs/num-bigint"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"type": "website",
|
|
1502
|
+
"url": "https://github.com/rust-num/num-bigint"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"type": "vcs",
|
|
1506
|
+
"url": "https://github.com/rust-num/num-bigint"
|
|
1507
|
+
}
|
|
1508
|
+
]
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"type": "library",
|
|
1512
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-cmp@0.1.0",
|
|
1513
|
+
"author": "Kang Seonghoon <public+git@mearie.org>",
|
|
1514
|
+
"name": "num-cmp",
|
|
1515
|
+
"version": "0.1.0",
|
|
1516
|
+
"description": "Comparison between differently typed numbers",
|
|
1517
|
+
"scope": "required",
|
|
1518
|
+
"hashes": [
|
|
1519
|
+
{
|
|
1520
|
+
"alg": "SHA-256",
|
|
1521
|
+
"content": "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"licenses": [
|
|
1525
|
+
{
|
|
1526
|
+
"expression": "MIT OR Apache-2.0"
|
|
1527
|
+
}
|
|
1528
|
+
],
|
|
1529
|
+
"purl": "pkg:cargo/num-cmp@0.1.0",
|
|
1530
|
+
"externalReferences": [
|
|
1531
|
+
{
|
|
1532
|
+
"type": "documentation",
|
|
1533
|
+
"url": "https://docs.rs/num-cmp/"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"type": "website",
|
|
1537
|
+
"url": "https://github.com/lifthrasiir/num-cmp"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"type": "vcs",
|
|
1541
|
+
"url": "https://github.com/lifthrasiir/num-cmp"
|
|
1542
|
+
}
|
|
1543
|
+
]
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"type": "library",
|
|
1547
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
|
|
1548
|
+
"author": "The Rust Project Developers",
|
|
1549
|
+
"name": "num-complex",
|
|
1550
|
+
"version": "0.4.6",
|
|
1551
|
+
"description": "Complex numbers implementation for Rust",
|
|
1552
|
+
"scope": "required",
|
|
1553
|
+
"hashes": [
|
|
1554
|
+
{
|
|
1555
|
+
"alg": "SHA-256",
|
|
1556
|
+
"content": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
1557
|
+
}
|
|
1558
|
+
],
|
|
1559
|
+
"licenses": [
|
|
1560
|
+
{
|
|
1561
|
+
"expression": "MIT OR Apache-2.0"
|
|
1562
|
+
}
|
|
1563
|
+
],
|
|
1564
|
+
"purl": "pkg:cargo/num-complex@0.4.6",
|
|
1565
|
+
"externalReferences": [
|
|
1566
|
+
{
|
|
1567
|
+
"type": "documentation",
|
|
1568
|
+
"url": "https://docs.rs/num-complex"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"type": "website",
|
|
1572
|
+
"url": "https://github.com/rust-num/num-complex"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"type": "vcs",
|
|
1576
|
+
"url": "https://github.com/rust-num/num-complex"
|
|
1577
|
+
}
|
|
1578
|
+
]
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"type": "library",
|
|
1582
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
|
|
1583
|
+
"author": "The Rust Project Developers",
|
|
1584
|
+
"name": "num-integer",
|
|
1585
|
+
"version": "0.1.46",
|
|
1586
|
+
"description": "Integer traits and functions",
|
|
1587
|
+
"scope": "required",
|
|
1588
|
+
"hashes": [
|
|
1589
|
+
{
|
|
1590
|
+
"alg": "SHA-256",
|
|
1591
|
+
"content": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
1592
|
+
}
|
|
1593
|
+
],
|
|
1594
|
+
"licenses": [
|
|
1595
|
+
{
|
|
1596
|
+
"expression": "MIT OR Apache-2.0"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"purl": "pkg:cargo/num-integer@0.1.46",
|
|
1600
|
+
"externalReferences": [
|
|
1601
|
+
{
|
|
1602
|
+
"type": "documentation",
|
|
1603
|
+
"url": "https://docs.rs/num-integer"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"type": "website",
|
|
1607
|
+
"url": "https://github.com/rust-num/num-integer"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"type": "vcs",
|
|
1611
|
+
"url": "https://github.com/rust-num/num-integer"
|
|
1612
|
+
}
|
|
1613
|
+
]
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"type": "library",
|
|
1617
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
|
|
1618
|
+
"author": "The Rust Project Developers",
|
|
1619
|
+
"name": "num-iter",
|
|
1620
|
+
"version": "0.1.45",
|
|
1621
|
+
"description": "External iterators for generic mathematics",
|
|
1622
|
+
"scope": "required",
|
|
1623
|
+
"hashes": [
|
|
1624
|
+
{
|
|
1625
|
+
"alg": "SHA-256",
|
|
1626
|
+
"content": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
1627
|
+
}
|
|
1628
|
+
],
|
|
1629
|
+
"licenses": [
|
|
1630
|
+
{
|
|
1631
|
+
"expression": "MIT OR Apache-2.0"
|
|
1632
|
+
}
|
|
1633
|
+
],
|
|
1634
|
+
"purl": "pkg:cargo/num-iter@0.1.45",
|
|
1635
|
+
"externalReferences": [
|
|
1636
|
+
{
|
|
1637
|
+
"type": "documentation",
|
|
1638
|
+
"url": "https://docs.rs/num-iter"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"type": "website",
|
|
1642
|
+
"url": "https://github.com/rust-num/num-iter"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"type": "vcs",
|
|
1646
|
+
"url": "https://github.com/rust-num/num-iter"
|
|
1647
|
+
}
|
|
1648
|
+
]
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"type": "library",
|
|
1652
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
|
|
1653
|
+
"author": "The Rust Project Developers",
|
|
1654
|
+
"name": "num-rational",
|
|
1655
|
+
"version": "0.4.2",
|
|
1656
|
+
"description": "Rational numbers implementation for Rust",
|
|
1657
|
+
"scope": "required",
|
|
1658
|
+
"hashes": [
|
|
1659
|
+
{
|
|
1660
|
+
"alg": "SHA-256",
|
|
1661
|
+
"content": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
1662
|
+
}
|
|
1663
|
+
],
|
|
1664
|
+
"licenses": [
|
|
1665
|
+
{
|
|
1666
|
+
"expression": "MIT OR Apache-2.0"
|
|
1667
|
+
}
|
|
1668
|
+
],
|
|
1669
|
+
"purl": "pkg:cargo/num-rational@0.4.2",
|
|
1670
|
+
"externalReferences": [
|
|
1671
|
+
{
|
|
1672
|
+
"type": "documentation",
|
|
1673
|
+
"url": "https://docs.rs/num-rational"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"type": "website",
|
|
1677
|
+
"url": "https://github.com/rust-num/num-rational"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"type": "vcs",
|
|
1681
|
+
"url": "https://github.com/rust-num/num-rational"
|
|
1682
|
+
}
|
|
1683
|
+
]
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"type": "library",
|
|
1687
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
|
|
1688
|
+
"author": "The Rust Project Developers",
|
|
1689
|
+
"name": "num-traits",
|
|
1690
|
+
"version": "0.2.19",
|
|
1691
|
+
"description": "Numeric traits for generic mathematics",
|
|
1692
|
+
"scope": "required",
|
|
1693
|
+
"hashes": [
|
|
1694
|
+
{
|
|
1695
|
+
"alg": "SHA-256",
|
|
1696
|
+
"content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
1697
|
+
}
|
|
1698
|
+
],
|
|
1699
|
+
"licenses": [
|
|
1700
|
+
{
|
|
1701
|
+
"expression": "MIT OR Apache-2.0"
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"purl": "pkg:cargo/num-traits@0.2.19",
|
|
1705
|
+
"externalReferences": [
|
|
1706
|
+
{
|
|
1707
|
+
"type": "documentation",
|
|
1708
|
+
"url": "https://docs.rs/num-traits"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"type": "website",
|
|
1712
|
+
"url": "https://github.com/rust-num/num-traits"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"type": "vcs",
|
|
1716
|
+
"url": "https://github.com/rust-num/num-traits"
|
|
1717
|
+
}
|
|
1718
|
+
]
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"type": "library",
|
|
1722
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num@0.4.3",
|
|
1723
|
+
"author": "The Rust Project Developers",
|
|
1724
|
+
"name": "num",
|
|
1725
|
+
"version": "0.4.3",
|
|
1726
|
+
"description": "A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! ",
|
|
1727
|
+
"scope": "required",
|
|
1728
|
+
"hashes": [
|
|
1729
|
+
{
|
|
1730
|
+
"alg": "SHA-256",
|
|
1731
|
+
"content": "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
|
|
1732
|
+
}
|
|
1733
|
+
],
|
|
1734
|
+
"licenses": [
|
|
1735
|
+
{
|
|
1736
|
+
"expression": "MIT OR Apache-2.0"
|
|
1737
|
+
}
|
|
1738
|
+
],
|
|
1739
|
+
"purl": "pkg:cargo/num@0.4.3",
|
|
1740
|
+
"externalReferences": [
|
|
1741
|
+
{
|
|
1742
|
+
"type": "documentation",
|
|
1743
|
+
"url": "https://docs.rs/num"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"type": "website",
|
|
1747
|
+
"url": "https://github.com/rust-num/num"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"type": "vcs",
|
|
1751
|
+
"url": "https://github.com/rust-num/num"
|
|
1752
|
+
}
|
|
1753
|
+
]
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"type": "library",
|
|
1757
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
1758
|
+
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
|
1759
|
+
"name": "once_cell",
|
|
1760
|
+
"version": "1.21.4",
|
|
1761
|
+
"description": "Single assignment cells and lazy values.",
|
|
1762
|
+
"scope": "required",
|
|
1763
|
+
"hashes": [
|
|
1764
|
+
{
|
|
1765
|
+
"alg": "SHA-256",
|
|
1766
|
+
"content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1767
|
+
}
|
|
1768
|
+
],
|
|
1769
|
+
"licenses": [
|
|
1770
|
+
{
|
|
1771
|
+
"expression": "MIT OR Apache-2.0"
|
|
1772
|
+
}
|
|
1773
|
+
],
|
|
1774
|
+
"purl": "pkg:cargo/once_cell@1.21.4",
|
|
1775
|
+
"externalReferences": [
|
|
1776
|
+
{
|
|
1777
|
+
"type": "documentation",
|
|
1778
|
+
"url": "https://docs.rs/once_cell"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"type": "vcs",
|
|
1782
|
+
"url": "https://github.com/matklad/once_cell"
|
|
1783
|
+
}
|
|
1784
|
+
]
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"type": "library",
|
|
1788
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
1789
|
+
"name": "once_cell_polyfill",
|
|
1790
|
+
"version": "1.70.2",
|
|
1791
|
+
"description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
|
|
1792
|
+
"scope": "required",
|
|
1793
|
+
"hashes": [
|
|
1794
|
+
{
|
|
1795
|
+
"alg": "SHA-256",
|
|
1796
|
+
"content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1797
|
+
}
|
|
1798
|
+
],
|
|
1799
|
+
"licenses": [
|
|
1800
|
+
{
|
|
1801
|
+
"expression": "MIT OR Apache-2.0"
|
|
1802
|
+
}
|
|
1803
|
+
],
|
|
1804
|
+
"purl": "pkg:cargo/once_cell_polyfill@1.70.2",
|
|
1805
|
+
"externalReferences": [
|
|
1806
|
+
{
|
|
1807
|
+
"type": "vcs",
|
|
1808
|
+
"url": "https://github.com/polyfill-rs/once_cell_polyfill"
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"type": "library",
|
|
1814
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#outref@0.5.2",
|
|
1815
|
+
"name": "outref",
|
|
1816
|
+
"version": "0.5.2",
|
|
1817
|
+
"description": "Out reference",
|
|
1818
|
+
"scope": "required",
|
|
1819
|
+
"hashes": [
|
|
1820
|
+
{
|
|
1821
|
+
"alg": "SHA-256",
|
|
1822
|
+
"content": "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
|
1823
|
+
}
|
|
1824
|
+
],
|
|
1825
|
+
"licenses": [
|
|
1826
|
+
{
|
|
1827
|
+
"expression": "MIT"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"purl": "pkg:cargo/outref@0.5.2",
|
|
1831
|
+
"externalReferences": [
|
|
1832
|
+
{
|
|
1833
|
+
"type": "vcs",
|
|
1834
|
+
"url": "https://github.com/Nugine/outref"
|
|
1835
|
+
}
|
|
1836
|
+
]
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"type": "library",
|
|
1840
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
1841
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1842
|
+
"name": "parking_lot",
|
|
1843
|
+
"version": "0.12.5",
|
|
1844
|
+
"description": "More compact and efficient implementations of the standard synchronization primitives.",
|
|
1845
|
+
"scope": "required",
|
|
1846
|
+
"hashes": [
|
|
1847
|
+
{
|
|
1848
|
+
"alg": "SHA-256",
|
|
1849
|
+
"content": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1850
|
+
}
|
|
1851
|
+
],
|
|
1852
|
+
"licenses": [
|
|
1853
|
+
{
|
|
1854
|
+
"expression": "MIT OR Apache-2.0"
|
|
1855
|
+
}
|
|
1856
|
+
],
|
|
1857
|
+
"purl": "pkg:cargo/parking_lot@0.12.5",
|
|
1858
|
+
"externalReferences": [
|
|
1859
|
+
{
|
|
1860
|
+
"type": "vcs",
|
|
1861
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1862
|
+
}
|
|
1863
|
+
]
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"type": "library",
|
|
1867
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
1868
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1869
|
+
"name": "parking_lot_core",
|
|
1870
|
+
"version": "0.9.12",
|
|
1871
|
+
"description": "An advanced API for creating custom synchronization primitives.",
|
|
1872
|
+
"scope": "required",
|
|
1873
|
+
"hashes": [
|
|
1874
|
+
{
|
|
1875
|
+
"alg": "SHA-256",
|
|
1876
|
+
"content": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1879
|
+
"licenses": [
|
|
1880
|
+
{
|
|
1881
|
+
"expression": "MIT OR Apache-2.0"
|
|
1882
|
+
}
|
|
1883
|
+
],
|
|
1884
|
+
"purl": "pkg:cargo/parking_lot_core@0.9.12",
|
|
1885
|
+
"externalReferences": [
|
|
1886
|
+
{
|
|
1887
|
+
"type": "vcs",
|
|
1888
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1889
|
+
}
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"type": "library",
|
|
1894
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
1895
|
+
"author": "The rust-url developers",
|
|
1896
|
+
"name": "percent-encoding",
|
|
1897
|
+
"version": "2.3.2",
|
|
1898
|
+
"description": "Percent encoding and decoding",
|
|
1899
|
+
"scope": "required",
|
|
1900
|
+
"hashes": [
|
|
1901
|
+
{
|
|
1902
|
+
"alg": "SHA-256",
|
|
1903
|
+
"content": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1906
|
+
"licenses": [
|
|
1907
|
+
{
|
|
1908
|
+
"expression": "MIT OR Apache-2.0"
|
|
1909
|
+
}
|
|
1910
|
+
],
|
|
1911
|
+
"purl": "pkg:cargo/percent-encoding@2.3.2",
|
|
1912
|
+
"externalReferences": [
|
|
1913
|
+
{
|
|
1914
|
+
"type": "vcs",
|
|
1915
|
+
"url": "https://github.com/servo/rust-url/"
|
|
1916
|
+
}
|
|
1917
|
+
]
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"type": "library",
|
|
1921
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
|
|
1922
|
+
"author": "The ICU4X Project Developers",
|
|
1923
|
+
"name": "potential_utf",
|
|
1924
|
+
"version": "0.1.5",
|
|
1925
|
+
"description": "Unvalidated string and character types",
|
|
1926
|
+
"scope": "required",
|
|
1927
|
+
"hashes": [
|
|
1928
|
+
{
|
|
1929
|
+
"alg": "SHA-256",
|
|
1930
|
+
"content": "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
1931
|
+
}
|
|
1932
|
+
],
|
|
1933
|
+
"licenses": [
|
|
1934
|
+
{
|
|
1935
|
+
"expression": "Unicode-3.0"
|
|
1936
|
+
}
|
|
1937
|
+
],
|
|
1938
|
+
"purl": "pkg:cargo/potential_utf@0.1.5",
|
|
1939
|
+
"externalReferences": [
|
|
1940
|
+
{
|
|
1941
|
+
"type": "website",
|
|
1942
|
+
"url": "https://icu4x.unicode.org"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"type": "vcs",
|
|
1946
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
1947
|
+
}
|
|
1948
|
+
]
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"type": "library",
|
|
1952
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
1953
|
+
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
|
|
1954
|
+
"name": "proc-macro2",
|
|
1955
|
+
"version": "1.0.106",
|
|
1956
|
+
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
|
|
1957
|
+
"scope": "required",
|
|
1958
|
+
"hashes": [
|
|
1959
|
+
{
|
|
1960
|
+
"alg": "SHA-256",
|
|
1961
|
+
"content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1962
|
+
}
|
|
1963
|
+
],
|
|
1964
|
+
"licenses": [
|
|
1965
|
+
{
|
|
1966
|
+
"expression": "MIT OR Apache-2.0"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"purl": "pkg:cargo/proc-macro2@1.0.106",
|
|
1970
|
+
"externalReferences": [
|
|
1971
|
+
{
|
|
1972
|
+
"type": "documentation",
|
|
1973
|
+
"url": "https://docs.rs/proc-macro2"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"type": "vcs",
|
|
1977
|
+
"url": "https://github.com/dtolnay/proc-macro2"
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"type": "library",
|
|
1983
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
1984
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1985
|
+
"name": "quote",
|
|
1986
|
+
"version": "1.0.45",
|
|
1987
|
+
"description": "Quasi-quoting macro quote!(...)",
|
|
1988
|
+
"scope": "required",
|
|
1989
|
+
"hashes": [
|
|
1990
|
+
{
|
|
1991
|
+
"alg": "SHA-256",
|
|
1992
|
+
"content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"licenses": [
|
|
1996
|
+
{
|
|
1997
|
+
"expression": "MIT OR Apache-2.0"
|
|
1998
|
+
}
|
|
1999
|
+
],
|
|
2000
|
+
"purl": "pkg:cargo/quote@1.0.45",
|
|
2001
|
+
"externalReferences": [
|
|
2002
|
+
{
|
|
2003
|
+
"type": "documentation",
|
|
2004
|
+
"url": "https://docs.rs/quote/"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"type": "vcs",
|
|
2008
|
+
"url": "https://github.com/dtolnay/quote"
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"type": "library",
|
|
2014
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
|
|
2015
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2016
|
+
"name": "ref-cast-impl",
|
|
2017
|
+
"version": "1.0.25",
|
|
2018
|
+
"description": "Derive implementation for ref_cast::RefCast.",
|
|
2019
|
+
"scope": "required",
|
|
2020
|
+
"hashes": [
|
|
2021
|
+
{
|
|
2022
|
+
"alg": "SHA-256",
|
|
2023
|
+
"content": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
"licenses": [
|
|
2027
|
+
{
|
|
2028
|
+
"expression": "MIT OR Apache-2.0"
|
|
2029
|
+
}
|
|
2030
|
+
],
|
|
2031
|
+
"purl": "pkg:cargo/ref-cast-impl@1.0.25",
|
|
2032
|
+
"externalReferences": [
|
|
2033
|
+
{
|
|
2034
|
+
"type": "documentation",
|
|
2035
|
+
"url": "https://docs.rs/ref-cast"
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"type": "vcs",
|
|
2039
|
+
"url": "https://github.com/dtolnay/ref-cast"
|
|
2040
|
+
}
|
|
2041
|
+
]
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"type": "library",
|
|
2045
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
|
|
2046
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2047
|
+
"name": "ref-cast",
|
|
2048
|
+
"version": "1.0.25",
|
|
2049
|
+
"description": "Safely cast &T to &U where the struct U contains a single field of type T.",
|
|
2050
|
+
"scope": "required",
|
|
2051
|
+
"hashes": [
|
|
2052
|
+
{
|
|
2053
|
+
"alg": "SHA-256",
|
|
2054
|
+
"content": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
|
2055
|
+
}
|
|
2056
|
+
],
|
|
2057
|
+
"licenses": [
|
|
2058
|
+
{
|
|
2059
|
+
"expression": "MIT OR Apache-2.0"
|
|
2060
|
+
}
|
|
2061
|
+
],
|
|
2062
|
+
"purl": "pkg:cargo/ref-cast@1.0.25",
|
|
2063
|
+
"externalReferences": [
|
|
2064
|
+
{
|
|
2065
|
+
"type": "documentation",
|
|
2066
|
+
"url": "https://docs.rs/ref-cast"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"type": "vcs",
|
|
2070
|
+
"url": "https://github.com/dtolnay/ref-cast"
|
|
2071
|
+
}
|
|
2072
|
+
]
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"type": "library",
|
|
2076
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#referencing@0.33.0",
|
|
2077
|
+
"author": "Dmitry Dygalo <dmitry@dygalo.dev>",
|
|
2078
|
+
"name": "referencing",
|
|
2079
|
+
"version": "0.33.0",
|
|
2080
|
+
"description": "An implementation-agnostic JSON reference resolution library for Rust.",
|
|
2081
|
+
"scope": "required",
|
|
2082
|
+
"hashes": [
|
|
2083
|
+
{
|
|
2084
|
+
"alg": "SHA-256",
|
|
2085
|
+
"content": "9e9c261f7ce75418b3beadfb3f0eb1299fe8eb9640deba45ffa2cb783098697d"
|
|
2086
|
+
}
|
|
2087
|
+
],
|
|
2088
|
+
"licenses": [
|
|
2089
|
+
{
|
|
2090
|
+
"expression": "MIT"
|
|
2091
|
+
}
|
|
2092
|
+
],
|
|
2093
|
+
"purl": "pkg:cargo/referencing@0.33.0",
|
|
2094
|
+
"externalReferences": [
|
|
2095
|
+
{
|
|
2096
|
+
"type": "vcs",
|
|
2097
|
+
"url": "https://github.com/Stranger6667/jsonschema"
|
|
2098
|
+
}
|
|
2099
|
+
]
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"type": "library",
|
|
2103
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
2104
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
2105
|
+
"name": "regex-automata",
|
|
2106
|
+
"version": "0.4.14",
|
|
2107
|
+
"description": "Automata construction and matching using regular expressions.",
|
|
2108
|
+
"scope": "required",
|
|
2109
|
+
"hashes": [
|
|
2110
|
+
{
|
|
2111
|
+
"alg": "SHA-256",
|
|
2112
|
+
"content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
2113
|
+
}
|
|
2114
|
+
],
|
|
2115
|
+
"licenses": [
|
|
2116
|
+
{
|
|
2117
|
+
"expression": "MIT OR Apache-2.0"
|
|
2118
|
+
}
|
|
2119
|
+
],
|
|
2120
|
+
"purl": "pkg:cargo/regex-automata@0.4.14",
|
|
2121
|
+
"externalReferences": [
|
|
2122
|
+
{
|
|
2123
|
+
"type": "documentation",
|
|
2124
|
+
"url": "https://docs.rs/regex-automata"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"type": "website",
|
|
2128
|
+
"url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"type": "vcs",
|
|
2132
|
+
"url": "https://github.com/rust-lang/regex"
|
|
2133
|
+
}
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"type": "library",
|
|
2138
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
|
|
2139
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
2140
|
+
"name": "regex-syntax",
|
|
2141
|
+
"version": "0.8.11",
|
|
2142
|
+
"description": "A regular expression parser.",
|
|
2143
|
+
"scope": "required",
|
|
2144
|
+
"hashes": [
|
|
2145
|
+
{
|
|
2146
|
+
"alg": "SHA-256",
|
|
2147
|
+
"content": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
2148
|
+
}
|
|
2149
|
+
],
|
|
2150
|
+
"licenses": [
|
|
2151
|
+
{
|
|
2152
|
+
"expression": "MIT OR Apache-2.0"
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2155
|
+
"purl": "pkg:cargo/regex-syntax@0.8.11",
|
|
2156
|
+
"externalReferences": [
|
|
2157
|
+
{
|
|
2158
|
+
"type": "documentation",
|
|
2159
|
+
"url": "https://docs.rs/regex-syntax"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"type": "website",
|
|
2163
|
+
"url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"type": "vcs",
|
|
2167
|
+
"url": "https://github.com/rust-lang/regex"
|
|
2168
|
+
}
|
|
2169
|
+
]
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"type": "library",
|
|
2173
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
|
|
2174
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
2175
|
+
"name": "regex",
|
|
2176
|
+
"version": "1.12.4",
|
|
2177
|
+
"description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
|
|
2178
|
+
"scope": "required",
|
|
2179
|
+
"hashes": [
|
|
2180
|
+
{
|
|
2181
|
+
"alg": "SHA-256",
|
|
2182
|
+
"content": "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
|
|
2183
|
+
}
|
|
2184
|
+
],
|
|
2185
|
+
"licenses": [
|
|
2186
|
+
{
|
|
2187
|
+
"expression": "MIT OR Apache-2.0"
|
|
2188
|
+
}
|
|
2189
|
+
],
|
|
2190
|
+
"purl": "pkg:cargo/regex@1.12.4",
|
|
2191
|
+
"externalReferences": [
|
|
2192
|
+
{
|
|
2193
|
+
"type": "documentation",
|
|
2194
|
+
"url": "https://docs.rs/regex"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"type": "website",
|
|
2198
|
+
"url": "https://github.com/rust-lang/regex"
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"type": "vcs",
|
|
2202
|
+
"url": "https://github.com/rust-lang/regex"
|
|
2203
|
+
}
|
|
2204
|
+
]
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"type": "library",
|
|
2208
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
|
|
2209
|
+
"author": "bluss",
|
|
2210
|
+
"name": "scopeguard",
|
|
2211
|
+
"version": "1.2.0",
|
|
2212
|
+
"description": "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. ",
|
|
2213
|
+
"scope": "required",
|
|
2214
|
+
"hashes": [
|
|
2215
|
+
{
|
|
2216
|
+
"alg": "SHA-256",
|
|
2217
|
+
"content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2218
|
+
}
|
|
2219
|
+
],
|
|
2220
|
+
"licenses": [
|
|
2221
|
+
{
|
|
2222
|
+
"expression": "MIT OR Apache-2.0"
|
|
2223
|
+
}
|
|
2224
|
+
],
|
|
2225
|
+
"purl": "pkg:cargo/scopeguard@1.2.0",
|
|
2226
|
+
"externalReferences": [
|
|
2227
|
+
{
|
|
2228
|
+
"type": "documentation",
|
|
2229
|
+
"url": "https://docs.rs/scopeguard/"
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"type": "vcs",
|
|
2233
|
+
"url": "https://github.com/bluss/scopeguard"
|
|
2234
|
+
}
|
|
2235
|
+
]
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"type": "library",
|
|
2239
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2240
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2241
|
+
"name": "serde",
|
|
2242
|
+
"version": "1.0.228",
|
|
2243
|
+
"description": "A generic serialization/deserialization framework",
|
|
2244
|
+
"scope": "required",
|
|
2245
|
+
"hashes": [
|
|
2246
|
+
{
|
|
2247
|
+
"alg": "SHA-256",
|
|
2248
|
+
"content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2249
|
+
}
|
|
2250
|
+
],
|
|
2251
|
+
"licenses": [
|
|
2252
|
+
{
|
|
2253
|
+
"expression": "MIT OR Apache-2.0"
|
|
2254
|
+
}
|
|
2255
|
+
],
|
|
2256
|
+
"purl": "pkg:cargo/serde@1.0.228",
|
|
2257
|
+
"externalReferences": [
|
|
2258
|
+
{
|
|
2259
|
+
"type": "documentation",
|
|
2260
|
+
"url": "https://docs.rs/serde"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"type": "website",
|
|
2264
|
+
"url": "https://serde.rs"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"type": "vcs",
|
|
2268
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2269
|
+
}
|
|
2270
|
+
]
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"type": "library",
|
|
2274
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
2275
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2276
|
+
"name": "serde_core",
|
|
2277
|
+
"version": "1.0.228",
|
|
2278
|
+
"description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
|
|
2279
|
+
"scope": "required",
|
|
2280
|
+
"hashes": [
|
|
2281
|
+
{
|
|
2282
|
+
"alg": "SHA-256",
|
|
2283
|
+
"content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
2284
|
+
}
|
|
2285
|
+
],
|
|
2286
|
+
"licenses": [
|
|
2287
|
+
{
|
|
2288
|
+
"expression": "MIT OR Apache-2.0"
|
|
2289
|
+
}
|
|
2290
|
+
],
|
|
2291
|
+
"purl": "pkg:cargo/serde_core@1.0.228",
|
|
2292
|
+
"externalReferences": [
|
|
2293
|
+
{
|
|
2294
|
+
"type": "documentation",
|
|
2295
|
+
"url": "https://docs.rs/serde_core"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"type": "website",
|
|
2299
|
+
"url": "https://serde.rs"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"type": "vcs",
|
|
2303
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2304
|
+
}
|
|
2305
|
+
]
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"type": "library",
|
|
2309
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
2310
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2311
|
+
"name": "serde_derive",
|
|
2312
|
+
"version": "1.0.228",
|
|
2313
|
+
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
|
|
2314
|
+
"scope": "required",
|
|
2315
|
+
"hashes": [
|
|
2316
|
+
{
|
|
2317
|
+
"alg": "SHA-256",
|
|
2318
|
+
"content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
2319
|
+
}
|
|
2320
|
+
],
|
|
2321
|
+
"licenses": [
|
|
2322
|
+
{
|
|
2323
|
+
"expression": "MIT OR Apache-2.0"
|
|
2324
|
+
}
|
|
2325
|
+
],
|
|
2326
|
+
"purl": "pkg:cargo/serde_derive@1.0.228",
|
|
2327
|
+
"externalReferences": [
|
|
2328
|
+
{
|
|
2329
|
+
"type": "documentation",
|
|
2330
|
+
"url": "https://serde.rs/derive.html"
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"type": "website",
|
|
2334
|
+
"url": "https://serde.rs"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"type": "vcs",
|
|
2338
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2339
|
+
}
|
|
2340
|
+
]
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"type": "library",
|
|
2344
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
2345
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2346
|
+
"name": "serde_json",
|
|
2347
|
+
"version": "1.0.150",
|
|
2348
|
+
"description": "A JSON serialization file format",
|
|
2349
|
+
"scope": "required",
|
|
2350
|
+
"hashes": [
|
|
2351
|
+
{
|
|
2352
|
+
"alg": "SHA-256",
|
|
2353
|
+
"content": "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
2354
|
+
}
|
|
2355
|
+
],
|
|
2356
|
+
"licenses": [
|
|
2357
|
+
{
|
|
2358
|
+
"expression": "MIT OR Apache-2.0"
|
|
2359
|
+
}
|
|
2360
|
+
],
|
|
2361
|
+
"purl": "pkg:cargo/serde_json@1.0.150",
|
|
2362
|
+
"externalReferences": [
|
|
2363
|
+
{
|
|
2364
|
+
"type": "documentation",
|
|
2365
|
+
"url": "https://docs.rs/serde_json"
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"type": "vcs",
|
|
2369
|
+
"url": "https://github.com/serde-rs/json"
|
|
2370
|
+
}
|
|
2371
|
+
]
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"type": "library",
|
|
2375
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
|
|
2376
|
+
"name": "serde_spanned",
|
|
2377
|
+
"version": "1.1.1",
|
|
2378
|
+
"description": "Serde-compatible spanned Value",
|
|
2379
|
+
"scope": "required",
|
|
2380
|
+
"hashes": [
|
|
2381
|
+
{
|
|
2382
|
+
"alg": "SHA-256",
|
|
2383
|
+
"content": "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
|
|
2384
|
+
}
|
|
2385
|
+
],
|
|
2386
|
+
"licenses": [
|
|
2387
|
+
{
|
|
2388
|
+
"expression": "MIT OR Apache-2.0"
|
|
2389
|
+
}
|
|
2390
|
+
],
|
|
2391
|
+
"purl": "pkg:cargo/serde_spanned@1.1.1",
|
|
2392
|
+
"externalReferences": [
|
|
2393
|
+
{
|
|
2394
|
+
"type": "vcs",
|
|
2395
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2396
|
+
}
|
|
2397
|
+
]
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"type": "library",
|
|
2401
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
|
|
2402
|
+
"author": "The Servo Project Developers",
|
|
2403
|
+
"name": "smallvec",
|
|
2404
|
+
"version": "1.15.2",
|
|
2405
|
+
"description": "'Small vector' optimization: store up to a small number of items on the stack",
|
|
2406
|
+
"scope": "required",
|
|
2407
|
+
"hashes": [
|
|
2408
|
+
{
|
|
2409
|
+
"alg": "SHA-256",
|
|
2410
|
+
"content": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
2411
|
+
}
|
|
2412
|
+
],
|
|
2413
|
+
"licenses": [
|
|
2414
|
+
{
|
|
2415
|
+
"expression": "MIT OR Apache-2.0"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"purl": "pkg:cargo/smallvec@1.15.2",
|
|
2419
|
+
"externalReferences": [
|
|
2420
|
+
{
|
|
2421
|
+
"type": "documentation",
|
|
2422
|
+
"url": "https://docs.rs/smallvec/"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"type": "vcs",
|
|
2426
|
+
"url": "https://github.com/servo/rust-smallvec"
|
|
2427
|
+
}
|
|
2428
|
+
]
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"type": "library",
|
|
2432
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1",
|
|
2433
|
+
"author": "Robert Grosse <n210241048576@gmail.com>",
|
|
2434
|
+
"name": "stable_deref_trait",
|
|
2435
|
+
"version": "1.2.1",
|
|
2436
|
+
"description": "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ",
|
|
2437
|
+
"scope": "required",
|
|
2438
|
+
"hashes": [
|
|
2439
|
+
{
|
|
2440
|
+
"alg": "SHA-256",
|
|
2441
|
+
"content": "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
2442
|
+
}
|
|
2443
|
+
],
|
|
2444
|
+
"licenses": [
|
|
2445
|
+
{
|
|
2446
|
+
"expression": "MIT OR Apache-2.0"
|
|
2447
|
+
}
|
|
2448
|
+
],
|
|
2449
|
+
"purl": "pkg:cargo/stable_deref_trait@1.2.1",
|
|
2450
|
+
"externalReferences": [
|
|
2451
|
+
{
|
|
2452
|
+
"type": "documentation",
|
|
2453
|
+
"url": "https://docs.rs/stable_deref_trait/1.2.1/stable_deref_trait"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"type": "vcs",
|
|
2457
|
+
"url": "https://github.com/storyyeller/stable_deref_trait"
|
|
2458
|
+
}
|
|
2459
|
+
]
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"type": "library",
|
|
2463
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
|
|
2464
|
+
"author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
|
|
2465
|
+
"name": "strsim",
|
|
2466
|
+
"version": "0.11.1",
|
|
2467
|
+
"description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
|
|
2468
|
+
"scope": "required",
|
|
2469
|
+
"hashes": [
|
|
2470
|
+
{
|
|
2471
|
+
"alg": "SHA-256",
|
|
2472
|
+
"content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
2473
|
+
}
|
|
2474
|
+
],
|
|
2475
|
+
"licenses": [
|
|
2476
|
+
{
|
|
2477
|
+
"expression": "MIT"
|
|
2478
|
+
}
|
|
2479
|
+
],
|
|
2480
|
+
"purl": "pkg:cargo/strsim@0.11.1",
|
|
2481
|
+
"externalReferences": [
|
|
2482
|
+
{
|
|
2483
|
+
"type": "documentation",
|
|
2484
|
+
"url": "https://docs.rs/strsim/"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"type": "website",
|
|
2488
|
+
"url": "https://github.com/rapidfuzz/strsim-rs"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"type": "vcs",
|
|
2492
|
+
"url": "https://github.com/rapidfuzz/strsim-rs"
|
|
2493
|
+
}
|
|
2494
|
+
]
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"type": "library",
|
|
2498
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
2499
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2500
|
+
"name": "syn",
|
|
2501
|
+
"version": "2.0.117",
|
|
2502
|
+
"description": "Parser for Rust source code",
|
|
2503
|
+
"scope": "required",
|
|
2504
|
+
"hashes": [
|
|
2505
|
+
{
|
|
2506
|
+
"alg": "SHA-256",
|
|
2507
|
+
"content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
2508
|
+
}
|
|
2509
|
+
],
|
|
2510
|
+
"licenses": [
|
|
2511
|
+
{
|
|
2512
|
+
"expression": "MIT OR Apache-2.0"
|
|
2513
|
+
}
|
|
2514
|
+
],
|
|
2515
|
+
"purl": "pkg:cargo/syn@2.0.117",
|
|
2516
|
+
"externalReferences": [
|
|
2517
|
+
{
|
|
2518
|
+
"type": "documentation",
|
|
2519
|
+
"url": "https://docs.rs/syn"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"type": "vcs",
|
|
2523
|
+
"url": "https://github.com/dtolnay/syn"
|
|
2524
|
+
}
|
|
2525
|
+
]
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"type": "library",
|
|
2529
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2",
|
|
2530
|
+
"author": "Nika Layzell <nika@thelayzells.com>",
|
|
2531
|
+
"name": "synstructure",
|
|
2532
|
+
"version": "0.13.2",
|
|
2533
|
+
"description": "Helper methods and macros for custom derives",
|
|
2534
|
+
"scope": "required",
|
|
2535
|
+
"hashes": [
|
|
2536
|
+
{
|
|
2537
|
+
"alg": "SHA-256",
|
|
2538
|
+
"content": "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
2539
|
+
}
|
|
2540
|
+
],
|
|
2541
|
+
"licenses": [
|
|
2542
|
+
{
|
|
2543
|
+
"expression": "MIT"
|
|
2544
|
+
}
|
|
2545
|
+
],
|
|
2546
|
+
"purl": "pkg:cargo/synstructure@0.13.2",
|
|
2547
|
+
"externalReferences": [
|
|
2548
|
+
{
|
|
2549
|
+
"type": "documentation",
|
|
2550
|
+
"url": "https://docs.rs/synstructure"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"type": "vcs",
|
|
2554
|
+
"url": "https://github.com/mystor/synstructure"
|
|
2555
|
+
}
|
|
2556
|
+
]
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"type": "library",
|
|
2560
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
|
|
2561
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2562
|
+
"name": "thiserror-impl",
|
|
2563
|
+
"version": "2.0.18",
|
|
2564
|
+
"description": "Implementation detail of the `thiserror` crate",
|
|
2565
|
+
"scope": "required",
|
|
2566
|
+
"hashes": [
|
|
2567
|
+
{
|
|
2568
|
+
"alg": "SHA-256",
|
|
2569
|
+
"content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"licenses": [
|
|
2573
|
+
{
|
|
2574
|
+
"expression": "MIT OR Apache-2.0"
|
|
2575
|
+
}
|
|
2576
|
+
],
|
|
2577
|
+
"purl": "pkg:cargo/thiserror-impl@2.0.18",
|
|
2578
|
+
"externalReferences": [
|
|
2579
|
+
{
|
|
2580
|
+
"type": "vcs",
|
|
2581
|
+
"url": "https://github.com/dtolnay/thiserror"
|
|
2582
|
+
}
|
|
2583
|
+
]
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"type": "library",
|
|
2587
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
2588
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2589
|
+
"name": "thiserror",
|
|
2590
|
+
"version": "2.0.18",
|
|
2591
|
+
"description": "derive(Error)",
|
|
2592
|
+
"scope": "required",
|
|
2593
|
+
"hashes": [
|
|
2594
|
+
{
|
|
2595
|
+
"alg": "SHA-256",
|
|
2596
|
+
"content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
2597
|
+
}
|
|
2598
|
+
],
|
|
2599
|
+
"licenses": [
|
|
2600
|
+
{
|
|
2601
|
+
"expression": "MIT OR Apache-2.0"
|
|
2602
|
+
}
|
|
2603
|
+
],
|
|
2604
|
+
"purl": "pkg:cargo/thiserror@2.0.18",
|
|
2605
|
+
"externalReferences": [
|
|
2606
|
+
{
|
|
2607
|
+
"type": "documentation",
|
|
2608
|
+
"url": "https://docs.rs/thiserror"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"type": "vcs",
|
|
2612
|
+
"url": "https://github.com/dtolnay/thiserror"
|
|
2613
|
+
}
|
|
2614
|
+
]
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"type": "library",
|
|
2618
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3",
|
|
2619
|
+
"author": "The ICU4X Project Developers",
|
|
2620
|
+
"name": "tinystr",
|
|
2621
|
+
"version": "0.8.3",
|
|
2622
|
+
"description": "A small ASCII-only bounded length string representation.",
|
|
2623
|
+
"scope": "required",
|
|
2624
|
+
"hashes": [
|
|
2625
|
+
{
|
|
2626
|
+
"alg": "SHA-256",
|
|
2627
|
+
"content": "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"licenses": [
|
|
2631
|
+
{
|
|
2632
|
+
"expression": "Unicode-3.0"
|
|
2633
|
+
}
|
|
2634
|
+
],
|
|
2635
|
+
"purl": "pkg:cargo/tinystr@0.8.3",
|
|
2636
|
+
"externalReferences": [
|
|
2637
|
+
{
|
|
2638
|
+
"type": "vcs",
|
|
2639
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
2640
|
+
}
|
|
2641
|
+
]
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"type": "library",
|
|
2645
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.2+spec-1.1.0",
|
|
2646
|
+
"name": "toml",
|
|
2647
|
+
"version": "1.1.2+spec-1.1.0",
|
|
2648
|
+
"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. ",
|
|
2649
|
+
"scope": "required",
|
|
2650
|
+
"hashes": [
|
|
2651
|
+
{
|
|
2652
|
+
"alg": "SHA-256",
|
|
2653
|
+
"content": "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
|
|
2654
|
+
}
|
|
2655
|
+
],
|
|
2656
|
+
"licenses": [
|
|
2657
|
+
{
|
|
2658
|
+
"expression": "MIT OR Apache-2.0"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"purl": "pkg:cargo/toml@1.1.2+spec-1.1.0",
|
|
2662
|
+
"externalReferences": [
|
|
2663
|
+
{
|
|
2664
|
+
"type": "vcs",
|
|
2665
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2666
|
+
}
|
|
2667
|
+
]
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"type": "library",
|
|
2671
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
|
|
2672
|
+
"name": "toml_datetime",
|
|
2673
|
+
"version": "1.1.1+spec-1.1.0",
|
|
2674
|
+
"description": "A TOML-compatible datetime type",
|
|
2675
|
+
"scope": "required",
|
|
2676
|
+
"hashes": [
|
|
2677
|
+
{
|
|
2678
|
+
"alg": "SHA-256",
|
|
2679
|
+
"content": "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
|
|
2680
|
+
}
|
|
2681
|
+
],
|
|
2682
|
+
"licenses": [
|
|
2683
|
+
{
|
|
2684
|
+
"expression": "MIT OR Apache-2.0"
|
|
2685
|
+
}
|
|
2686
|
+
],
|
|
2687
|
+
"purl": "pkg:cargo/toml_datetime@1.1.1+spec-1.1.0",
|
|
2688
|
+
"externalReferences": [
|
|
2689
|
+
{
|
|
2690
|
+
"type": "vcs",
|
|
2691
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2692
|
+
}
|
|
2693
|
+
]
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"type": "library",
|
|
2697
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.2+spec-1.1.0",
|
|
2698
|
+
"name": "toml_parser",
|
|
2699
|
+
"version": "1.1.2+spec-1.1.0",
|
|
2700
|
+
"description": "Yet another format-preserving TOML parser.",
|
|
2701
|
+
"scope": "required",
|
|
2702
|
+
"hashes": [
|
|
2703
|
+
{
|
|
2704
|
+
"alg": "SHA-256",
|
|
2705
|
+
"content": "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
|
|
2706
|
+
}
|
|
2707
|
+
],
|
|
2708
|
+
"licenses": [
|
|
2709
|
+
{
|
|
2710
|
+
"expression": "MIT OR Apache-2.0"
|
|
2711
|
+
}
|
|
2712
|
+
],
|
|
2713
|
+
"purl": "pkg:cargo/toml_parser@1.1.2+spec-1.1.0",
|
|
2714
|
+
"externalReferences": [
|
|
2715
|
+
{
|
|
2716
|
+
"type": "vcs",
|
|
2717
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2718
|
+
}
|
|
2719
|
+
]
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"type": "library",
|
|
2723
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.1+spec-1.1.0",
|
|
2724
|
+
"name": "toml_writer",
|
|
2725
|
+
"version": "1.1.1+spec-1.1.0",
|
|
2726
|
+
"description": "A low-level interface for writing out TOML ",
|
|
2727
|
+
"scope": "required",
|
|
2728
|
+
"hashes": [
|
|
2729
|
+
{
|
|
2730
|
+
"alg": "SHA-256",
|
|
2731
|
+
"content": "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
|
|
2732
|
+
}
|
|
2733
|
+
],
|
|
2734
|
+
"licenses": [
|
|
2735
|
+
{
|
|
2736
|
+
"expression": "MIT OR Apache-2.0"
|
|
2737
|
+
}
|
|
2738
|
+
],
|
|
2739
|
+
"purl": "pkg:cargo/toml_writer@1.1.1+spec-1.1.0",
|
|
2740
|
+
"externalReferences": [
|
|
2741
|
+
{
|
|
2742
|
+
"type": "vcs",
|
|
2743
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2744
|
+
}
|
|
2745
|
+
]
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"type": "library",
|
|
2749
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
|
|
2750
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2751
|
+
"name": "unicode-ident",
|
|
2752
|
+
"version": "1.0.24",
|
|
2753
|
+
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
|
|
2754
|
+
"scope": "required",
|
|
2755
|
+
"hashes": [
|
|
2756
|
+
{
|
|
2757
|
+
"alg": "SHA-256",
|
|
2758
|
+
"content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
2761
|
+
"licenses": [
|
|
2762
|
+
{
|
|
2763
|
+
"expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
"purl": "pkg:cargo/unicode-ident@1.0.24",
|
|
2767
|
+
"externalReferences": [
|
|
2768
|
+
{
|
|
2769
|
+
"type": "documentation",
|
|
2770
|
+
"url": "https://docs.rs/unicode-ident"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"type": "vcs",
|
|
2774
|
+
"url": "https://github.com/dtolnay/unicode-ident"
|
|
2775
|
+
}
|
|
2776
|
+
]
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"type": "library",
|
|
2780
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4",
|
|
2781
|
+
"author": "Henri Sivonen <hsivonen@hsivonen.fi>",
|
|
2782
|
+
"name": "utf8_iter",
|
|
2783
|
+
"version": "1.0.4",
|
|
2784
|
+
"description": "Iterator by char over potentially-invalid UTF-8 in &[u8]",
|
|
2785
|
+
"scope": "required",
|
|
2786
|
+
"hashes": [
|
|
2787
|
+
{
|
|
2788
|
+
"alg": "SHA-256",
|
|
2789
|
+
"content": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
2790
|
+
}
|
|
2791
|
+
],
|
|
2792
|
+
"licenses": [
|
|
2793
|
+
{
|
|
2794
|
+
"expression": "Apache-2.0 OR MIT"
|
|
2795
|
+
}
|
|
2796
|
+
],
|
|
2797
|
+
"purl": "pkg:cargo/utf8_iter@1.0.4",
|
|
2798
|
+
"externalReferences": [
|
|
2799
|
+
{
|
|
2800
|
+
"type": "documentation",
|
|
2801
|
+
"url": "https://docs.rs/utf8_iter/"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"type": "website",
|
|
2805
|
+
"url": "https://docs.rs/utf8_iter/"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"type": "vcs",
|
|
2809
|
+
"url": "https://github.com/hsivonen/utf8_iter"
|
|
2810
|
+
}
|
|
2811
|
+
]
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"type": "library",
|
|
2815
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
|
|
2816
|
+
"author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
|
|
2817
|
+
"name": "utf8parse",
|
|
2818
|
+
"version": "0.2.2",
|
|
2819
|
+
"description": "Table-driven UTF-8 parser",
|
|
2820
|
+
"scope": "required",
|
|
2821
|
+
"hashes": [
|
|
2822
|
+
{
|
|
2823
|
+
"alg": "SHA-256",
|
|
2824
|
+
"content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
2825
|
+
}
|
|
2826
|
+
],
|
|
2827
|
+
"licenses": [
|
|
2828
|
+
{
|
|
2829
|
+
"expression": "Apache-2.0 OR MIT"
|
|
2830
|
+
}
|
|
2831
|
+
],
|
|
2832
|
+
"purl": "pkg:cargo/utf8parse@0.2.2",
|
|
2833
|
+
"externalReferences": [
|
|
2834
|
+
{
|
|
2835
|
+
"type": "documentation",
|
|
2836
|
+
"url": "https://docs.rs/utf8parse/"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"type": "vcs",
|
|
2840
|
+
"url": "https://github.com/alacritty/vte"
|
|
2841
|
+
}
|
|
2842
|
+
]
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"type": "library",
|
|
2846
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#uuid-simd@0.8.0",
|
|
2847
|
+
"name": "uuid-simd",
|
|
2848
|
+
"version": "0.8.0",
|
|
2849
|
+
"description": "SIMD-accelerated UUID operations",
|
|
2850
|
+
"scope": "required",
|
|
2851
|
+
"hashes": [
|
|
2852
|
+
{
|
|
2853
|
+
"alg": "SHA-256",
|
|
2854
|
+
"content": "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"licenses": [
|
|
2858
|
+
{
|
|
2859
|
+
"expression": "MIT"
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"purl": "pkg:cargo/uuid-simd@0.8.0",
|
|
2863
|
+
"externalReferences": [
|
|
2864
|
+
{
|
|
2865
|
+
"type": "vcs",
|
|
2866
|
+
"url": "https://github.com/Nugine/simd"
|
|
2867
|
+
}
|
|
2868
|
+
]
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"type": "library",
|
|
2872
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.23.3",
|
|
2873
|
+
"author": "Ashley Mannix<ashleymannix@live.com.au>, Dylan DPC<dylan.dpc@gmail.com>, Hunar Roop Kahlon<hunar.roop@gmail.com>",
|
|
2874
|
+
"name": "uuid",
|
|
2875
|
+
"version": "1.23.3",
|
|
2876
|
+
"description": "A library to generate and parse UUIDs.",
|
|
2877
|
+
"scope": "required",
|
|
2878
|
+
"hashes": [
|
|
2879
|
+
{
|
|
2880
|
+
"alg": "SHA-256",
|
|
2881
|
+
"content": "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"licenses": [
|
|
2885
|
+
{
|
|
2886
|
+
"expression": "Apache-2.0 OR MIT"
|
|
2887
|
+
}
|
|
2888
|
+
],
|
|
2889
|
+
"purl": "pkg:cargo/uuid@1.23.3",
|
|
2890
|
+
"externalReferences": [
|
|
2891
|
+
{
|
|
2892
|
+
"type": "documentation",
|
|
2893
|
+
"url": "https://docs.rs/uuid"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"type": "website",
|
|
2897
|
+
"url": "https://github.com/uuid-rs/uuid"
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"type": "vcs",
|
|
2901
|
+
"url": "https://github.com/uuid-rs/uuid"
|
|
2902
|
+
}
|
|
2903
|
+
]
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"type": "library",
|
|
2907
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
|
|
2908
|
+
"author": "Sergio Benitez <sb@sergio.bz>",
|
|
2909
|
+
"name": "version_check",
|
|
2910
|
+
"version": "0.9.5",
|
|
2911
|
+
"description": "Tiny crate to check the version of the installed/running rustc.",
|
|
2912
|
+
"scope": "excluded",
|
|
2913
|
+
"hashes": [
|
|
2914
|
+
{
|
|
2915
|
+
"alg": "SHA-256",
|
|
2916
|
+
"content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
2917
|
+
}
|
|
2918
|
+
],
|
|
2919
|
+
"licenses": [
|
|
2920
|
+
{
|
|
2921
|
+
"expression": "MIT OR Apache-2.0"
|
|
2922
|
+
}
|
|
2923
|
+
],
|
|
2924
|
+
"purl": "pkg:cargo/version_check@0.9.5",
|
|
2925
|
+
"externalReferences": [
|
|
2926
|
+
{
|
|
2927
|
+
"type": "documentation",
|
|
2928
|
+
"url": "https://docs.rs/version_check/"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"type": "vcs",
|
|
2932
|
+
"url": "https://github.com/SergioBenitez/version_check"
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"type": "library",
|
|
2938
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vsimd@0.8.0",
|
|
2939
|
+
"name": "vsimd",
|
|
2940
|
+
"version": "0.8.0",
|
|
2941
|
+
"description": "SIMD utilities",
|
|
2942
|
+
"scope": "required",
|
|
2943
|
+
"hashes": [
|
|
2944
|
+
{
|
|
2945
|
+
"alg": "SHA-256",
|
|
2946
|
+
"content": "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
2947
|
+
}
|
|
2948
|
+
],
|
|
2949
|
+
"licenses": [
|
|
2950
|
+
{
|
|
2951
|
+
"expression": "MIT"
|
|
2952
|
+
}
|
|
2953
|
+
],
|
|
2954
|
+
"purl": "pkg:cargo/vsimd@0.8.0",
|
|
2955
|
+
"externalReferences": [
|
|
2956
|
+
{
|
|
2957
|
+
"type": "vcs",
|
|
2958
|
+
"url": "https://github.com/Nugine/simd"
|
|
2959
|
+
}
|
|
2960
|
+
]
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"type": "library",
|
|
2964
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.1",
|
|
2965
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
2966
|
+
"name": "wait-timeout",
|
|
2967
|
+
"version": "0.2.1",
|
|
2968
|
+
"description": "A crate to wait on a child process with a timeout specified across Unix and Windows platforms. ",
|
|
2969
|
+
"scope": "required",
|
|
2970
|
+
"hashes": [
|
|
2971
|
+
{
|
|
2972
|
+
"alg": "SHA-256",
|
|
2973
|
+
"content": "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
|
2974
|
+
}
|
|
2975
|
+
],
|
|
2976
|
+
"licenses": [
|
|
2977
|
+
{
|
|
2978
|
+
"expression": "MIT OR Apache-2.0"
|
|
2979
|
+
}
|
|
2980
|
+
],
|
|
2981
|
+
"purl": "pkg:cargo/wait-timeout@0.2.1",
|
|
2982
|
+
"externalReferences": [
|
|
2983
|
+
{
|
|
2984
|
+
"type": "documentation",
|
|
2985
|
+
"url": "https://docs.rs/wait-timeout"
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"type": "website",
|
|
2989
|
+
"url": "https://github.com/alexcrichton/wait-timeout"
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
"type": "vcs",
|
|
2993
|
+
"url": "https://github.com/alexcrichton/wait-timeout"
|
|
2994
|
+
}
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"type": "library",
|
|
2999
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#which@7.0.3",
|
|
3000
|
+
"author": "Harry Fei <tiziyuanfang@gmail.com>, Jacob Kiesel <jake@bitcrafters.co>",
|
|
3001
|
+
"name": "which",
|
|
3002
|
+
"version": "7.0.3",
|
|
3003
|
+
"description": "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms.",
|
|
3004
|
+
"scope": "required",
|
|
3005
|
+
"hashes": [
|
|
3006
|
+
{
|
|
3007
|
+
"alg": "SHA-256",
|
|
3008
|
+
"content": "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
|
|
3009
|
+
}
|
|
3010
|
+
],
|
|
3011
|
+
"licenses": [
|
|
3012
|
+
{
|
|
3013
|
+
"expression": "MIT"
|
|
3014
|
+
}
|
|
3015
|
+
],
|
|
3016
|
+
"purl": "pkg:cargo/which@7.0.3",
|
|
3017
|
+
"externalReferences": [
|
|
3018
|
+
{
|
|
3019
|
+
"type": "documentation",
|
|
3020
|
+
"url": "https://docs.rs/which/"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"type": "vcs",
|
|
3024
|
+
"url": "https://github.com/harryfei/which-rs.git"
|
|
3025
|
+
}
|
|
3026
|
+
]
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"type": "library",
|
|
3030
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
|
|
3031
|
+
"name": "windows-link",
|
|
3032
|
+
"version": "0.2.1",
|
|
3033
|
+
"description": "Linking for Windows",
|
|
3034
|
+
"scope": "required",
|
|
3035
|
+
"hashes": [
|
|
3036
|
+
{
|
|
3037
|
+
"alg": "SHA-256",
|
|
3038
|
+
"content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
3039
|
+
}
|
|
3040
|
+
],
|
|
3041
|
+
"licenses": [
|
|
3042
|
+
{
|
|
3043
|
+
"expression": "MIT OR Apache-2.0"
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"purl": "pkg:cargo/windows-link@0.2.1",
|
|
3047
|
+
"externalReferences": [
|
|
3048
|
+
{
|
|
3049
|
+
"type": "vcs",
|
|
3050
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3051
|
+
}
|
|
3052
|
+
]
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"type": "library",
|
|
3056
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
3057
|
+
"name": "windows-sys",
|
|
3058
|
+
"version": "0.61.2",
|
|
3059
|
+
"description": "Rust for Windows",
|
|
3060
|
+
"scope": "required",
|
|
3061
|
+
"hashes": [
|
|
3062
|
+
{
|
|
3063
|
+
"alg": "SHA-256",
|
|
3064
|
+
"content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
3065
|
+
}
|
|
3066
|
+
],
|
|
3067
|
+
"licenses": [
|
|
3068
|
+
{
|
|
3069
|
+
"expression": "MIT OR Apache-2.0"
|
|
3070
|
+
}
|
|
3071
|
+
],
|
|
3072
|
+
"purl": "pkg:cargo/windows-sys@0.61.2",
|
|
3073
|
+
"externalReferences": [
|
|
3074
|
+
{
|
|
3075
|
+
"type": "vcs",
|
|
3076
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3077
|
+
}
|
|
3078
|
+
]
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"type": "library",
|
|
3082
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.3",
|
|
3083
|
+
"name": "winnow",
|
|
3084
|
+
"version": "1.0.3",
|
|
3085
|
+
"description": "A byte-oriented, zero-copy, parser combinators library",
|
|
3086
|
+
"scope": "required",
|
|
3087
|
+
"hashes": [
|
|
3088
|
+
{
|
|
3089
|
+
"alg": "SHA-256",
|
|
3090
|
+
"content": "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
|
|
3091
|
+
}
|
|
3092
|
+
],
|
|
3093
|
+
"licenses": [
|
|
3094
|
+
{
|
|
3095
|
+
"expression": "MIT"
|
|
3096
|
+
}
|
|
3097
|
+
],
|
|
3098
|
+
"purl": "pkg:cargo/winnow@1.0.3",
|
|
3099
|
+
"externalReferences": [
|
|
3100
|
+
{
|
|
3101
|
+
"type": "vcs",
|
|
3102
|
+
"url": "https://github.com/winnow-rs/winnow"
|
|
3103
|
+
}
|
|
3104
|
+
]
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"type": "library",
|
|
3108
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winsafe@0.0.19",
|
|
3109
|
+
"author": "Rodrigo Cesar de Freitas Dias <rcesar@gmail.com>",
|
|
3110
|
+
"name": "winsafe",
|
|
3111
|
+
"version": "0.0.19",
|
|
3112
|
+
"description": "Windows API and GUI in safe, idiomatic Rust.",
|
|
3113
|
+
"scope": "required",
|
|
3114
|
+
"hashes": [
|
|
3115
|
+
{
|
|
3116
|
+
"alg": "SHA-256",
|
|
3117
|
+
"content": "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
3118
|
+
}
|
|
3119
|
+
],
|
|
3120
|
+
"licenses": [
|
|
3121
|
+
{
|
|
3122
|
+
"expression": "MIT"
|
|
3123
|
+
}
|
|
3124
|
+
],
|
|
3125
|
+
"purl": "pkg:cargo/winsafe@0.0.19",
|
|
3126
|
+
"externalReferences": [
|
|
3127
|
+
{
|
|
3128
|
+
"type": "vcs",
|
|
3129
|
+
"url": "https://github.com/rodrigocfd/winsafe"
|
|
3130
|
+
}
|
|
3131
|
+
]
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"type": "library",
|
|
3135
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
|
|
3136
|
+
"author": "The ICU4X Project Developers",
|
|
3137
|
+
"name": "writeable",
|
|
3138
|
+
"version": "0.6.3",
|
|
3139
|
+
"description": "A more efficient alternative to fmt::Display",
|
|
3140
|
+
"scope": "required",
|
|
3141
|
+
"hashes": [
|
|
3142
|
+
{
|
|
3143
|
+
"alg": "SHA-256",
|
|
3144
|
+
"content": "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
3145
|
+
}
|
|
3146
|
+
],
|
|
3147
|
+
"licenses": [
|
|
3148
|
+
{
|
|
3149
|
+
"expression": "Unicode-3.0"
|
|
3150
|
+
}
|
|
3151
|
+
],
|
|
3152
|
+
"purl": "pkg:cargo/writeable@0.6.3",
|
|
3153
|
+
"externalReferences": [
|
|
3154
|
+
{
|
|
3155
|
+
"type": "vcs",
|
|
3156
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
3157
|
+
}
|
|
3158
|
+
]
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"type": "library",
|
|
3162
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2",
|
|
3163
|
+
"author": "Manish Goregaokar <manishsmail@gmail.com>",
|
|
3164
|
+
"name": "yoke-derive",
|
|
3165
|
+
"version": "0.8.2",
|
|
3166
|
+
"description": "Custom derive for the yoke crate",
|
|
3167
|
+
"scope": "required",
|
|
3168
|
+
"hashes": [
|
|
3169
|
+
{
|
|
3170
|
+
"alg": "SHA-256",
|
|
3171
|
+
"content": "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
3172
|
+
}
|
|
3173
|
+
],
|
|
3174
|
+
"licenses": [
|
|
3175
|
+
{
|
|
3176
|
+
"expression": "Unicode-3.0"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"purl": "pkg:cargo/yoke-derive@0.8.2",
|
|
3180
|
+
"externalReferences": [
|
|
3181
|
+
{
|
|
3182
|
+
"type": "vcs",
|
|
3183
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
3184
|
+
}
|
|
3185
|
+
]
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"type": "library",
|
|
3189
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
|
|
3190
|
+
"author": "Manish Goregaokar <manishsmail@gmail.com>",
|
|
3191
|
+
"name": "yoke",
|
|
3192
|
+
"version": "0.8.3",
|
|
3193
|
+
"description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from",
|
|
3194
|
+
"scope": "required",
|
|
3195
|
+
"hashes": [
|
|
3196
|
+
{
|
|
3197
|
+
"alg": "SHA-256",
|
|
3198
|
+
"content": "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"licenses": [
|
|
3202
|
+
{
|
|
3203
|
+
"expression": "Unicode-3.0"
|
|
3204
|
+
}
|
|
3205
|
+
],
|
|
3206
|
+
"purl": "pkg:cargo/yoke@0.8.3",
|
|
3207
|
+
"externalReferences": [
|
|
3208
|
+
{
|
|
3209
|
+
"type": "vcs",
|
|
3210
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
3211
|
+
}
|
|
3212
|
+
]
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"type": "library",
|
|
3216
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52",
|
|
3217
|
+
"author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
|
|
3218
|
+
"name": "zerocopy",
|
|
3219
|
+
"version": "0.8.52",
|
|
3220
|
+
"description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.",
|
|
3221
|
+
"scope": "required",
|
|
3222
|
+
"hashes": [
|
|
3223
|
+
{
|
|
3224
|
+
"alg": "SHA-256",
|
|
3225
|
+
"content": "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
|
|
3226
|
+
}
|
|
3227
|
+
],
|
|
3228
|
+
"licenses": [
|
|
3229
|
+
{
|
|
3230
|
+
"expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
|
|
3231
|
+
}
|
|
3232
|
+
],
|
|
3233
|
+
"purl": "pkg:cargo/zerocopy@0.8.52",
|
|
3234
|
+
"externalReferences": [
|
|
3235
|
+
{
|
|
3236
|
+
"type": "vcs",
|
|
3237
|
+
"url": "https://github.com/google/zerocopy"
|
|
3238
|
+
}
|
|
3239
|
+
]
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"type": "library",
|
|
3243
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7",
|
|
3244
|
+
"author": "Manish Goregaokar <manishsmail@gmail.com>",
|
|
3245
|
+
"name": "zerofrom-derive",
|
|
3246
|
+
"version": "0.1.7",
|
|
3247
|
+
"description": "Custom derive for the zerofrom crate",
|
|
3248
|
+
"scope": "required",
|
|
3249
|
+
"hashes": [
|
|
3250
|
+
{
|
|
3251
|
+
"alg": "SHA-256",
|
|
3252
|
+
"content": "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
3253
|
+
}
|
|
3254
|
+
],
|
|
3255
|
+
"licenses": [
|
|
3256
|
+
{
|
|
3257
|
+
"expression": "Unicode-3.0"
|
|
3258
|
+
}
|
|
3259
|
+
],
|
|
3260
|
+
"purl": "pkg:cargo/zerofrom-derive@0.1.7",
|
|
3261
|
+
"externalReferences": [
|
|
3262
|
+
{
|
|
3263
|
+
"type": "vcs",
|
|
3264
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
3265
|
+
}
|
|
3266
|
+
]
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"type": "library",
|
|
3270
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
|
|
3271
|
+
"author": "The ICU4X Project Developers",
|
|
3272
|
+
"name": "zerofrom",
|
|
3273
|
+
"version": "0.1.8",
|
|
3274
|
+
"description": "ZeroFrom trait for constructing",
|
|
3275
|
+
"scope": "required",
|
|
3276
|
+
"hashes": [
|
|
3277
|
+
{
|
|
3278
|
+
"alg": "SHA-256",
|
|
3279
|
+
"content": "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
|
|
3280
|
+
}
|
|
3281
|
+
],
|
|
3282
|
+
"licenses": [
|
|
3283
|
+
{
|
|
3284
|
+
"expression": "Unicode-3.0"
|
|
3285
|
+
}
|
|
3286
|
+
],
|
|
3287
|
+
"purl": "pkg:cargo/zerofrom@0.1.8",
|
|
3288
|
+
"externalReferences": [
|
|
3289
|
+
{
|
|
3290
|
+
"type": "vcs",
|
|
3291
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
3292
|
+
}
|
|
3293
|
+
]
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"type": "library",
|
|
3297
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
|
|
3298
|
+
"author": "The ICU4X Project Developers",
|
|
3299
|
+
"name": "zerotrie",
|
|
3300
|
+
"version": "0.2.4",
|
|
3301
|
+
"description": "A data structure that efficiently maps strings to integers",
|
|
3302
|
+
"scope": "required",
|
|
3303
|
+
"hashes": [
|
|
3304
|
+
{
|
|
3305
|
+
"alg": "SHA-256",
|
|
3306
|
+
"content": "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3309
|
+
"licenses": [
|
|
3310
|
+
{
|
|
3311
|
+
"expression": "Unicode-3.0"
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"purl": "pkg:cargo/zerotrie@0.2.4",
|
|
3315
|
+
"externalReferences": [
|
|
3316
|
+
{
|
|
3317
|
+
"type": "website",
|
|
3318
|
+
"url": "https://icu4x.unicode.org"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"type": "vcs",
|
|
3322
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
3323
|
+
}
|
|
3324
|
+
]
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"type": "library",
|
|
3328
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3",
|
|
3329
|
+
"author": "Manish Goregaokar <manishsmail@gmail.com>",
|
|
3330
|
+
"name": "zerovec-derive",
|
|
3331
|
+
"version": "0.11.3",
|
|
3332
|
+
"description": "Custom derive for the zerovec crate",
|
|
3333
|
+
"scope": "required",
|
|
3334
|
+
"hashes": [
|
|
3335
|
+
{
|
|
3336
|
+
"alg": "SHA-256",
|
|
3337
|
+
"content": "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
3338
|
+
}
|
|
3339
|
+
],
|
|
3340
|
+
"licenses": [
|
|
3341
|
+
{
|
|
3342
|
+
"expression": "Unicode-3.0"
|
|
3343
|
+
}
|
|
3344
|
+
],
|
|
3345
|
+
"purl": "pkg:cargo/zerovec-derive@0.11.3",
|
|
3346
|
+
"externalReferences": [
|
|
3347
|
+
{
|
|
3348
|
+
"type": "vcs",
|
|
3349
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
3350
|
+
}
|
|
3351
|
+
]
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"type": "library",
|
|
3355
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6",
|
|
3356
|
+
"author": "The ICU4X Project Developers",
|
|
3357
|
+
"name": "zerovec",
|
|
3358
|
+
"version": "0.11.6",
|
|
3359
|
+
"description": "Zero-copy vector backed by a byte array",
|
|
3360
|
+
"scope": "required",
|
|
3361
|
+
"hashes": [
|
|
3362
|
+
{
|
|
3363
|
+
"alg": "SHA-256",
|
|
3364
|
+
"content": "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
3365
|
+
}
|
|
3366
|
+
],
|
|
3367
|
+
"licenses": [
|
|
3368
|
+
{
|
|
3369
|
+
"expression": "Unicode-3.0"
|
|
3370
|
+
}
|
|
3371
|
+
],
|
|
3372
|
+
"purl": "pkg:cargo/zerovec@0.11.6",
|
|
3373
|
+
"externalReferences": [
|
|
3374
|
+
{
|
|
3375
|
+
"type": "vcs",
|
|
3376
|
+
"url": "https://github.com/unicode-org/icu4x"
|
|
3377
|
+
}
|
|
3378
|
+
]
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"type": "library",
|
|
3382
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
|
|
3383
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
3384
|
+
"name": "zmij",
|
|
3385
|
+
"version": "1.0.21",
|
|
3386
|
+
"description": "A double-to-string conversion algorithm based on Schubfach and yy",
|
|
3387
|
+
"scope": "required",
|
|
3388
|
+
"hashes": [
|
|
3389
|
+
{
|
|
3390
|
+
"alg": "SHA-256",
|
|
3391
|
+
"content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
3392
|
+
}
|
|
3393
|
+
],
|
|
3394
|
+
"licenses": [
|
|
3395
|
+
{
|
|
3396
|
+
"expression": "MIT"
|
|
3397
|
+
}
|
|
3398
|
+
],
|
|
3399
|
+
"purl": "pkg:cargo/zmij@1.0.21",
|
|
3400
|
+
"externalReferences": [
|
|
3401
|
+
{
|
|
3402
|
+
"type": "documentation",
|
|
3403
|
+
"url": "https://docs.rs/zmij"
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"type": "vcs",
|
|
3407
|
+
"url": "https://github.com/dtolnay/zmij"
|
|
3408
|
+
}
|
|
3409
|
+
]
|
|
3410
|
+
}
|
|
3411
|
+
],
|
|
3412
|
+
"dependencies": [
|
|
3413
|
+
{
|
|
3414
|
+
"ref": "path+file:///D:/a/oneharness/oneharness#0.3.5",
|
|
3415
|
+
"dependsOn": [
|
|
3416
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
|
|
3417
|
+
"path+file:///D:/a/oneharness/oneharness/crates/oneharness-core#0.3.0",
|
|
3418
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
3419
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150"
|
|
3420
|
+
]
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"ref": "path+file:///D:/a/oneharness/oneharness/crates/oneharness-core#0.3.0",
|
|
3424
|
+
"dependsOn": [
|
|
3425
|
+
"registry+https://github.com/rust-lang/crates.io-index#jsonschema@0.33.0",
|
|
3426
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
3427
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
3428
|
+
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
3429
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml@1.1.2+spec-1.1.0",
|
|
3430
|
+
"registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.1",
|
|
3431
|
+
"registry+https://github.com/rust-lang/crates.io-index#which@7.0.3"
|
|
3432
|
+
]
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
|
|
3436
|
+
"dependsOn": [
|
|
3437
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3438
|
+
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
|
|
3439
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
3440
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
3441
|
+
"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
|
|
3442
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52"
|
|
3443
|
+
]
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
3447
|
+
"dependsOn": [
|
|
3448
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1"
|
|
3449
|
+
]
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
3453
|
+
"dependsOn": [
|
|
3454
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3455
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
3456
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
3457
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
3458
|
+
"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
3459
|
+
"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
3460
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
3461
|
+
]
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
3465
|
+
"dependsOn": [
|
|
3466
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
3467
|
+
]
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
3471
|
+
"dependsOn": [
|
|
3472
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3473
|
+
]
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
3477
|
+
"dependsOn": [
|
|
3478
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3479
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
3480
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3481
|
+
]
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14"
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0",
|
|
3494
|
+
"dependsOn": [
|
|
3495
|
+
"registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0"
|
|
3496
|
+
]
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#borrow-or-share@0.2.4"
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytecount@0.6.9"
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
|
|
3512
|
+
"dependsOn": [
|
|
3513
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
3514
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1"
|
|
3515
|
+
]
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
3519
|
+
"dependsOn": [
|
|
3520
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
3521
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3522
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
3523
|
+
"registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
|
|
3524
|
+
]
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
|
|
3528
|
+
"dependsOn": [
|
|
3529
|
+
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
3530
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3531
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3532
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3533
|
+
]
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5"
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
|
|
3543
|
+
"dependsOn": [
|
|
3544
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3545
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3546
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3547
|
+
]
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.16.0"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#email_address@0.2.9",
|
|
3554
|
+
"dependsOn": [
|
|
3555
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
3556
|
+
]
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#env_home@0.1.0"
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#fancy-regex@0.16.2",
|
|
3566
|
+
"dependsOn": [
|
|
3567
|
+
"registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0",
|
|
3568
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
3569
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
|
|
3570
|
+
]
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.3.2",
|
|
3574
|
+
"dependsOn": [
|
|
3575
|
+
"registry+https://github.com/rust-lang/crates.io-index#borrow-or-share@0.2.4",
|
|
3576
|
+
"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
|
|
3577
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
3578
|
+
]
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#fraction@0.15.4",
|
|
3582
|
+
"dependsOn": [
|
|
3583
|
+
"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
|
|
3584
|
+
"registry+https://github.com/rust-lang/crates.io-index#num@0.4.3"
|
|
3585
|
+
]
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
|
|
3589
|
+
"dependsOn": [
|
|
3590
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
3591
|
+
]
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
|
|
3601
|
+
"dependsOn": [
|
|
3602
|
+
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
|
|
3603
|
+
"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
|
|
3604
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4",
|
|
3605
|
+
"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
|
|
3606
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
|
|
3607
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
|
|
3608
|
+
]
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
|
|
3612
|
+
"dependsOn": [
|
|
3613
|
+
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
|
|
3614
|
+
"registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2",
|
|
3615
|
+
"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3",
|
|
3616
|
+
"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
|
|
3617
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
|
|
3618
|
+
]
|
|
3619
|
+
},
|
|
3620
|
+
{
|
|
3621
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0",
|
|
3622
|
+
"dependsOn": [
|
|
3623
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
|
|
3624
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0",
|
|
3625
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0",
|
|
3626
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
|
|
3627
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
|
|
3628
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
|
|
3629
|
+
]
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0",
|
|
3636
|
+
"dependsOn": [
|
|
3637
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
|
|
3638
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
|
|
3639
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0",
|
|
3640
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
|
|
3641
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
|
|
3642
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
|
|
3643
|
+
]
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0"
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
|
|
3650
|
+
"dependsOn": [
|
|
3651
|
+
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
|
|
3652
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
|
|
3653
|
+
"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
|
|
3654
|
+
"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
|
|
3655
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
|
|
3656
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
|
|
3657
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
|
|
3658
|
+
]
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
|
|
3662
|
+
"dependsOn": [
|
|
3663
|
+
"registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2",
|
|
3664
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
|
|
3665
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4"
|
|
3666
|
+
]
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2",
|
|
3670
|
+
"dependsOn": [
|
|
3671
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0",
|
|
3672
|
+
"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0"
|
|
3673
|
+
]
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
3677
|
+
"dependsOn": [
|
|
3678
|
+
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
3679
|
+
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
|
|
3680
|
+
]
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#jsonschema@0.33.0",
|
|
3690
|
+
"dependsOn": [
|
|
3691
|
+
"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
|
|
3692
|
+
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
|
3693
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytecount@0.6.9",
|
|
3694
|
+
"registry+https://github.com/rust-lang/crates.io-index#email_address@0.2.9",
|
|
3695
|
+
"registry+https://github.com/rust-lang/crates.io-index#fancy-regex@0.16.2",
|
|
3696
|
+
"registry+https://github.com/rust-lang/crates.io-index#fraction@0.15.4",
|
|
3697
|
+
"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
|
|
3698
|
+
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
3699
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-cmp@0.1.0",
|
|
3700
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
|
|
3701
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
3702
|
+
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
3703
|
+
"registry+https://github.com/rust-lang/crates.io-index#referencing@0.33.0",
|
|
3704
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
|
|
3705
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
|
|
3706
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
3707
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
3708
|
+
"registry+https://github.com/rust-lang/crates.io-index#uuid-simd@0.8.0"
|
|
3709
|
+
]
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2"
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
3719
|
+
"dependsOn": [
|
|
3720
|
+
"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
3721
|
+
]
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
|
|
3728
|
+
"dependsOn": [
|
|
3729
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
|
|
3730
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
|
|
3731
|
+
]
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-cmp@0.1.0"
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
|
|
3738
|
+
"dependsOn": [
|
|
3739
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
|
|
3740
|
+
]
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
|
|
3744
|
+
"dependsOn": [
|
|
3745
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
|
|
3746
|
+
]
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
|
|
3750
|
+
"dependsOn": [
|
|
3751
|
+
"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
|
|
3752
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
|
|
3753
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
|
|
3754
|
+
]
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
|
|
3758
|
+
"dependsOn": [
|
|
3759
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
|
|
3760
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
|
|
3761
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
|
|
3762
|
+
]
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
|
|
3766
|
+
"dependsOn": [
|
|
3767
|
+
"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
|
|
3768
|
+
]
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num@0.4.3",
|
|
3772
|
+
"dependsOn": [
|
|
3773
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
|
|
3774
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
|
|
3775
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
|
|
3776
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
|
|
3777
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
|
|
3778
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
|
|
3779
|
+
]
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#outref@0.5.2"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
3792
|
+
"dependsOn": [
|
|
3793
|
+
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
3794
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
|
|
3795
|
+
]
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
3799
|
+
"dependsOn": [
|
|
3800
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3801
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
|
|
3802
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
3803
|
+
]
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
|
|
3810
|
+
"dependsOn": [
|
|
3811
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
|
|
3812
|
+
]
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3816
|
+
"dependsOn": [
|
|
3817
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
3818
|
+
]
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3822
|
+
"dependsOn": [
|
|
3823
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
|
|
3824
|
+
]
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
|
|
3828
|
+
"dependsOn": [
|
|
3829
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3830
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3831
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3832
|
+
]
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
|
|
3836
|
+
"dependsOn": [
|
|
3837
|
+
"registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25"
|
|
3838
|
+
]
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#referencing@0.33.0",
|
|
3842
|
+
"dependsOn": [
|
|
3843
|
+
"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
|
|
3844
|
+
"registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.3.2",
|
|
3845
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
3846
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
3847
|
+
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
3848
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150"
|
|
3849
|
+
]
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
3853
|
+
"dependsOn": [
|
|
3854
|
+
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
3855
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1",
|
|
3856
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
|
|
3857
|
+
]
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
|
|
3864
|
+
"dependsOn": [
|
|
3865
|
+
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
3866
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1",
|
|
3867
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
3868
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
|
|
3869
|
+
]
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
3876
|
+
"dependsOn": [
|
|
3877
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
3878
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
|
|
3879
|
+
]
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
3886
|
+
"dependsOn": [
|
|
3887
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3888
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3889
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3890
|
+
]
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
3894
|
+
"dependsOn": [
|
|
3895
|
+
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
3896
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1",
|
|
3897
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
3898
|
+
"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
|
|
3899
|
+
]
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
|
|
3903
|
+
"dependsOn": [
|
|
3904
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
|
3905
|
+
]
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1"
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
3918
|
+
"dependsOn": [
|
|
3919
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3920
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3921
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
3922
|
+
]
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2",
|
|
3926
|
+
"dependsOn": [
|
|
3927
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3928
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3929
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3930
|
+
]
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
|
|
3934
|
+
"dependsOn": [
|
|
3935
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3936
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3937
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3938
|
+
]
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
3942
|
+
"dependsOn": [
|
|
3943
|
+
"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
|
|
3944
|
+
]
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3",
|
|
3948
|
+
"dependsOn": [
|
|
3949
|
+
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
|
|
3950
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
|
|
3951
|
+
]
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.2+spec-1.1.0",
|
|
3955
|
+
"dependsOn": [
|
|
3956
|
+
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
3957
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
3958
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
|
|
3959
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
|
|
3960
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.2+spec-1.1.0",
|
|
3961
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.1+spec-1.1.0",
|
|
3962
|
+
"registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.3"
|
|
3963
|
+
]
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
|
|
3967
|
+
"dependsOn": [
|
|
3968
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
|
3969
|
+
]
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.2+spec-1.1.0",
|
|
3973
|
+
"dependsOn": [
|
|
3974
|
+
"registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.3"
|
|
3975
|
+
]
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.1+spec-1.1.0"
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#uuid-simd@0.8.0",
|
|
3991
|
+
"dependsOn": [
|
|
3992
|
+
"registry+https://github.com/rust-lang/crates.io-index#outref@0.5.2",
|
|
3993
|
+
"registry+https://github.com/rust-lang/crates.io-index#uuid@1.23.3",
|
|
3994
|
+
"registry+https://github.com/rust-lang/crates.io-index#vsimd@0.8.0"
|
|
3995
|
+
]
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.23.3"
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#vsimd@0.8.0"
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.1"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#which@7.0.3",
|
|
4011
|
+
"dependsOn": [
|
|
4012
|
+
"registry+https://github.com/rust-lang/crates.io-index#either@1.16.0",
|
|
4013
|
+
"registry+https://github.com/rust-lang/crates.io-index#env_home@0.1.0",
|
|
4014
|
+
"registry+https://github.com/rust-lang/crates.io-index#winsafe@0.0.19"
|
|
4015
|
+
]
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
4022
|
+
"dependsOn": [
|
|
4023
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
4024
|
+
]
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.3"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#winsafe@0.0.19"
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3"
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2",
|
|
4037
|
+
"dependsOn": [
|
|
4038
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4039
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4040
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
4041
|
+
"registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2"
|
|
4042
|
+
]
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
|
|
4046
|
+
"dependsOn": [
|
|
4047
|
+
"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1",
|
|
4048
|
+
"registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2",
|
|
4049
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8"
|
|
4050
|
+
]
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7",
|
|
4057
|
+
"dependsOn": [
|
|
4058
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4059
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4060
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
4061
|
+
"registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2"
|
|
4062
|
+
]
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
|
|
4066
|
+
"dependsOn": [
|
|
4067
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7"
|
|
4068
|
+
]
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
|
|
4072
|
+
"dependsOn": [
|
|
4073
|
+
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
|
|
4074
|
+
"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
|
|
4075
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8"
|
|
4076
|
+
]
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3",
|
|
4080
|
+
"dependsOn": [
|
|
4081
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4082
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4083
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
4084
|
+
]
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6",
|
|
4088
|
+
"dependsOn": [
|
|
4089
|
+
"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
|
|
4090
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
|
|
4091
|
+
"registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3"
|
|
4092
|
+
]
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
|
|
4096
|
+
}
|
|
4097
|
+
]
|
|
4098
|
+
}
|