atrep-cli 0.3.0__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- atrep_cli-0.3.0.data/scripts/atrep.exe +0 -0
- atrep_cli-0.3.0.dist-info/METADATA +491 -0
- atrep_cli-0.3.0.dist-info/RECORD +7 -0
- atrep_cli-0.3.0.dist-info/WHEEL +4 -0
- atrep_cli-0.3.0.dist-info/licenses/LICENSE-APACHE +202 -0
- atrep_cli-0.3.0.dist-info/licenses/LICENSE-MIT +21 -0
- atrep_cli-0.3.0.dist-info/sboms/atrep-cli.cyclonedx.json +2525 -0
|
@@ -0,0 +1,2525 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bomFormat": "CycloneDX",
|
|
3
|
+
"specVersion": "1.5",
|
|
4
|
+
"version": 1,
|
|
5
|
+
"serialNumber": "urn:uuid:4d08e44c-3669-4282-9cd5-85a3ebc5e8cf",
|
|
6
|
+
"metadata": {
|
|
7
|
+
"timestamp": "2026-08-03T21:04:27.498154900Z",
|
|
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/atrep-rs/atrep-rs/crates/atrep-cli#0.3.0",
|
|
18
|
+
"name": "atrep-cli",
|
|
19
|
+
"version": "0.3.0",
|
|
20
|
+
"description": "atrep command-line tool (pilot implementation)",
|
|
21
|
+
"scope": "required",
|
|
22
|
+
"licenses": [
|
|
23
|
+
{
|
|
24
|
+
"expression": "MIT OR Apache-2.0"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"purl": "pkg:cargo/atrep-cli@0.3.0?download_url=file://.",
|
|
28
|
+
"externalReferences": [
|
|
29
|
+
{
|
|
30
|
+
"type": "vcs",
|
|
31
|
+
"url": "https://gitlab.com/atrep/atrep-rs"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"components": [
|
|
35
|
+
{
|
|
36
|
+
"type": "application",
|
|
37
|
+
"bom-ref": "path+file:///D:/a/atrep-rs/atrep-rs/crates/atrep-cli#0.3.0 bin-target-0",
|
|
38
|
+
"name": "atrep",
|
|
39
|
+
"version": "0.3.0",
|
|
40
|
+
"purl": "pkg:cargo/atrep-cli@0.3.0?download_url=file://.#src/main.rs"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"properties": [
|
|
45
|
+
{
|
|
46
|
+
"name": "cdx:rustc:sbom:target:all_targets",
|
|
47
|
+
"value": "true"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"components": [
|
|
52
|
+
{
|
|
53
|
+
"type": "library",
|
|
54
|
+
"bom-ref": "path+file:///D:/a/atrep-rs/atrep-rs/crates/atrep#0.3.0",
|
|
55
|
+
"author": "Bojan Durickovic <dev@deyanovich.org>",
|
|
56
|
+
"name": "atrep",
|
|
57
|
+
"version": "0.3.0",
|
|
58
|
+
"description": "Atrep extensible semantic markup: parser, dendron (AST), dialektoi, kanonizo, litosis",
|
|
59
|
+
"scope": "required",
|
|
60
|
+
"licenses": [
|
|
61
|
+
{
|
|
62
|
+
"expression": "MIT OR Apache-2.0"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"purl": "pkg:cargo/atrep@0.3.0?download_url=file://..\\atrep",
|
|
66
|
+
"externalReferences": [
|
|
67
|
+
{
|
|
68
|
+
"type": "vcs",
|
|
69
|
+
"url": "https://gitlab.com/atrep/atrep-rs"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "library",
|
|
75
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
|
|
76
|
+
"author": "Jonas Schievink <jonasschievink@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>",
|
|
77
|
+
"name": "adler2",
|
|
78
|
+
"version": "2.0.1",
|
|
79
|
+
"description": "A simple clean-room implementation of the Adler-32 checksum",
|
|
80
|
+
"scope": "required",
|
|
81
|
+
"hashes": [
|
|
82
|
+
{
|
|
83
|
+
"alg": "SHA-256",
|
|
84
|
+
"content": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"licenses": [
|
|
88
|
+
{
|
|
89
|
+
"expression": "0BSD OR MIT OR Apache-2.0"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"purl": "pkg:cargo/adler2@2.0.1",
|
|
93
|
+
"externalReferences": [
|
|
94
|
+
{
|
|
95
|
+
"type": "documentation",
|
|
96
|
+
"url": "https://docs.rs/adler2/"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"type": "vcs",
|
|
100
|
+
"url": "https://github.com/oyvindln/adler2"
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "library",
|
|
106
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
107
|
+
"name": "anstream",
|
|
108
|
+
"version": "1.0.0",
|
|
109
|
+
"description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
|
|
110
|
+
"scope": "required",
|
|
111
|
+
"hashes": [
|
|
112
|
+
{
|
|
113
|
+
"alg": "SHA-256",
|
|
114
|
+
"content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"licenses": [
|
|
118
|
+
{
|
|
119
|
+
"expression": "MIT OR Apache-2.0"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"purl": "pkg:cargo/anstream@1.0.0",
|
|
123
|
+
"externalReferences": [
|
|
124
|
+
{
|
|
125
|
+
"type": "vcs",
|
|
126
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"type": "library",
|
|
132
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
133
|
+
"name": "anstyle-parse",
|
|
134
|
+
"version": "1.0.0",
|
|
135
|
+
"description": "Parse ANSI Style Escapes",
|
|
136
|
+
"scope": "required",
|
|
137
|
+
"hashes": [
|
|
138
|
+
{
|
|
139
|
+
"alg": "SHA-256",
|
|
140
|
+
"content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"licenses": [
|
|
144
|
+
{
|
|
145
|
+
"expression": "MIT OR Apache-2.0"
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"purl": "pkg:cargo/anstyle-parse@1.0.0",
|
|
149
|
+
"externalReferences": [
|
|
150
|
+
{
|
|
151
|
+
"type": "vcs",
|
|
152
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"type": "library",
|
|
158
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
159
|
+
"name": "anstyle-query",
|
|
160
|
+
"version": "1.1.5",
|
|
161
|
+
"description": "Look up colored console capabilities",
|
|
162
|
+
"scope": "required",
|
|
163
|
+
"hashes": [
|
|
164
|
+
{
|
|
165
|
+
"alg": "SHA-256",
|
|
166
|
+
"content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"licenses": [
|
|
170
|
+
{
|
|
171
|
+
"expression": "MIT OR Apache-2.0"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"purl": "pkg:cargo/anstyle-query@1.1.5",
|
|
175
|
+
"externalReferences": [
|
|
176
|
+
{
|
|
177
|
+
"type": "vcs",
|
|
178
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "library",
|
|
184
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
185
|
+
"name": "anstyle-wincon",
|
|
186
|
+
"version": "3.0.11",
|
|
187
|
+
"description": "Styling legacy Windows terminals",
|
|
188
|
+
"scope": "required",
|
|
189
|
+
"hashes": [
|
|
190
|
+
{
|
|
191
|
+
"alg": "SHA-256",
|
|
192
|
+
"content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"licenses": [
|
|
196
|
+
{
|
|
197
|
+
"expression": "MIT OR Apache-2.0"
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"purl": "pkg:cargo/anstyle-wincon@3.0.11",
|
|
201
|
+
"externalReferences": [
|
|
202
|
+
{
|
|
203
|
+
"type": "vcs",
|
|
204
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"type": "library",
|
|
210
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
211
|
+
"name": "anstyle",
|
|
212
|
+
"version": "1.0.14",
|
|
213
|
+
"description": "ANSI text styling",
|
|
214
|
+
"scope": "required",
|
|
215
|
+
"hashes": [
|
|
216
|
+
{
|
|
217
|
+
"alg": "SHA-256",
|
|
218
|
+
"content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"licenses": [
|
|
222
|
+
{
|
|
223
|
+
"expression": "MIT OR Apache-2.0"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"purl": "pkg:cargo/anstyle@1.0.14",
|
|
227
|
+
"externalReferences": [
|
|
228
|
+
{
|
|
229
|
+
"type": "vcs",
|
|
230
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"type": "library",
|
|
236
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
|
237
|
+
"author": "Marshall Pierce <marshall@mpierce.org>",
|
|
238
|
+
"name": "base64",
|
|
239
|
+
"version": "0.22.1",
|
|
240
|
+
"description": "encodes and decodes base64 as bytes or utf8",
|
|
241
|
+
"scope": "required",
|
|
242
|
+
"hashes": [
|
|
243
|
+
{
|
|
244
|
+
"alg": "SHA-256",
|
|
245
|
+
"content": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"licenses": [
|
|
249
|
+
{
|
|
250
|
+
"expression": "MIT OR Apache-2.0"
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"purl": "pkg:cargo/base64@0.22.1",
|
|
254
|
+
"externalReferences": [
|
|
255
|
+
{
|
|
256
|
+
"type": "documentation",
|
|
257
|
+
"url": "https://docs.rs/base64"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"type": "vcs",
|
|
261
|
+
"url": "https://github.com/marshallpierce/rust-base64"
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"type": "library",
|
|
267
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
|
|
268
|
+
"author": "RustCrypto Developers",
|
|
269
|
+
"name": "block-buffer",
|
|
270
|
+
"version": "0.10.4",
|
|
271
|
+
"description": "Buffer type for block processing of data",
|
|
272
|
+
"scope": "required",
|
|
273
|
+
"hashes": [
|
|
274
|
+
{
|
|
275
|
+
"alg": "SHA-256",
|
|
276
|
+
"content": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"licenses": [
|
|
280
|
+
{
|
|
281
|
+
"expression": "MIT OR Apache-2.0"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"purl": "pkg:cargo/block-buffer@0.10.4",
|
|
285
|
+
"externalReferences": [
|
|
286
|
+
{
|
|
287
|
+
"type": "documentation",
|
|
288
|
+
"url": "https://docs.rs/block-buffer"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"type": "vcs",
|
|
292
|
+
"url": "https://github.com/RustCrypto/utils"
|
|
293
|
+
}
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"type": "library",
|
|
298
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
|
|
299
|
+
"author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
|
|
300
|
+
"name": "bytes",
|
|
301
|
+
"version": "1.12.1",
|
|
302
|
+
"description": "Types and traits for working with bytes",
|
|
303
|
+
"scope": "required",
|
|
304
|
+
"hashes": [
|
|
305
|
+
{
|
|
306
|
+
"alg": "SHA-256",
|
|
307
|
+
"content": "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"licenses": [
|
|
311
|
+
{
|
|
312
|
+
"expression": "MIT"
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"purl": "pkg:cargo/bytes@1.12.1",
|
|
316
|
+
"externalReferences": [
|
|
317
|
+
{
|
|
318
|
+
"type": "vcs",
|
|
319
|
+
"url": "https://github.com/tokio-rs/bytes"
|
|
320
|
+
}
|
|
321
|
+
]
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"type": "library",
|
|
325
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.66",
|
|
326
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
327
|
+
"name": "cc",
|
|
328
|
+
"version": "1.2.66",
|
|
329
|
+
"description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ",
|
|
330
|
+
"scope": "excluded",
|
|
331
|
+
"hashes": [
|
|
332
|
+
{
|
|
333
|
+
"alg": "SHA-256",
|
|
334
|
+
"content": "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"licenses": [
|
|
338
|
+
{
|
|
339
|
+
"expression": "MIT OR Apache-2.0"
|
|
340
|
+
}
|
|
341
|
+
],
|
|
342
|
+
"purl": "pkg:cargo/cc@1.2.66",
|
|
343
|
+
"externalReferences": [
|
|
344
|
+
{
|
|
345
|
+
"type": "documentation",
|
|
346
|
+
"url": "https://docs.rs/cc"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"type": "website",
|
|
350
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "vcs",
|
|
354
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
355
|
+
}
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"type": "library",
|
|
360
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
361
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
362
|
+
"name": "cfg-if",
|
|
363
|
+
"version": "1.0.4",
|
|
364
|
+
"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. ",
|
|
365
|
+
"scope": "required",
|
|
366
|
+
"hashes": [
|
|
367
|
+
{
|
|
368
|
+
"alg": "SHA-256",
|
|
369
|
+
"content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"licenses": [
|
|
373
|
+
{
|
|
374
|
+
"expression": "MIT OR Apache-2.0"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"purl": "pkg:cargo/cfg-if@1.0.4",
|
|
378
|
+
"externalReferences": [
|
|
379
|
+
{
|
|
380
|
+
"type": "vcs",
|
|
381
|
+
"url": "https://github.com/rust-lang/cfg-if"
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"type": "library",
|
|
387
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
|
|
388
|
+
"name": "clap",
|
|
389
|
+
"version": "4.6.1",
|
|
390
|
+
"description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
|
|
391
|
+
"scope": "required",
|
|
392
|
+
"hashes": [
|
|
393
|
+
{
|
|
394
|
+
"alg": "SHA-256",
|
|
395
|
+
"content": "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"licenses": [
|
|
399
|
+
{
|
|
400
|
+
"expression": "MIT OR Apache-2.0"
|
|
401
|
+
}
|
|
402
|
+
],
|
|
403
|
+
"purl": "pkg:cargo/clap@4.6.1",
|
|
404
|
+
"externalReferences": [
|
|
405
|
+
{
|
|
406
|
+
"type": "vcs",
|
|
407
|
+
"url": "https://github.com/clap-rs/clap"
|
|
408
|
+
}
|
|
409
|
+
]
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"type": "library",
|
|
413
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
414
|
+
"name": "clap_builder",
|
|
415
|
+
"version": "4.6.0",
|
|
416
|
+
"description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
|
|
417
|
+
"scope": "required",
|
|
418
|
+
"hashes": [
|
|
419
|
+
{
|
|
420
|
+
"alg": "SHA-256",
|
|
421
|
+
"content": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"licenses": [
|
|
425
|
+
{
|
|
426
|
+
"expression": "MIT OR Apache-2.0"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"purl": "pkg:cargo/clap_builder@4.6.0",
|
|
430
|
+
"externalReferences": [
|
|
431
|
+
{
|
|
432
|
+
"type": "vcs",
|
|
433
|
+
"url": "https://github.com/clap-rs/clap"
|
|
434
|
+
}
|
|
435
|
+
]
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"type": "library",
|
|
439
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
|
|
440
|
+
"name": "clap_derive",
|
|
441
|
+
"version": "4.6.1",
|
|
442
|
+
"description": "Parse command line argument by defining a struct, derive crate.",
|
|
443
|
+
"scope": "required",
|
|
444
|
+
"hashes": [
|
|
445
|
+
{
|
|
446
|
+
"alg": "SHA-256",
|
|
447
|
+
"content": "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"licenses": [
|
|
451
|
+
{
|
|
452
|
+
"expression": "MIT OR Apache-2.0"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"purl": "pkg:cargo/clap_derive@4.6.1",
|
|
456
|
+
"externalReferences": [
|
|
457
|
+
{
|
|
458
|
+
"type": "vcs",
|
|
459
|
+
"url": "https://github.com/clap-rs/clap"
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"type": "library",
|
|
465
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
466
|
+
"name": "clap_lex",
|
|
467
|
+
"version": "1.1.0",
|
|
468
|
+
"description": "Minimal, flexible command line parser",
|
|
469
|
+
"scope": "required",
|
|
470
|
+
"hashes": [
|
|
471
|
+
{
|
|
472
|
+
"alg": "SHA-256",
|
|
473
|
+
"content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"licenses": [
|
|
477
|
+
{
|
|
478
|
+
"expression": "MIT OR Apache-2.0"
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"purl": "pkg:cargo/clap_lex@1.1.0",
|
|
482
|
+
"externalReferences": [
|
|
483
|
+
{
|
|
484
|
+
"type": "vcs",
|
|
485
|
+
"url": "https://github.com/clap-rs/clap"
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"type": "library",
|
|
491
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
492
|
+
"name": "colorchoice",
|
|
493
|
+
"version": "1.0.5",
|
|
494
|
+
"description": "Global override of color control",
|
|
495
|
+
"scope": "required",
|
|
496
|
+
"hashes": [
|
|
497
|
+
{
|
|
498
|
+
"alg": "SHA-256",
|
|
499
|
+
"content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"licenses": [
|
|
503
|
+
{
|
|
504
|
+
"expression": "MIT OR Apache-2.0"
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"purl": "pkg:cargo/colorchoice@1.0.5",
|
|
508
|
+
"externalReferences": [
|
|
509
|
+
{
|
|
510
|
+
"type": "vcs",
|
|
511
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"type": "library",
|
|
517
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
|
|
518
|
+
"author": "RustCrypto Developers",
|
|
519
|
+
"name": "cpufeatures",
|
|
520
|
+
"version": "0.2.17",
|
|
521
|
+
"description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ",
|
|
522
|
+
"scope": "required",
|
|
523
|
+
"hashes": [
|
|
524
|
+
{
|
|
525
|
+
"alg": "SHA-256",
|
|
526
|
+
"content": "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"licenses": [
|
|
530
|
+
{
|
|
531
|
+
"expression": "MIT OR Apache-2.0"
|
|
532
|
+
}
|
|
533
|
+
],
|
|
534
|
+
"purl": "pkg:cargo/cpufeatures@0.2.17",
|
|
535
|
+
"externalReferences": [
|
|
536
|
+
{
|
|
537
|
+
"type": "documentation",
|
|
538
|
+
"url": "https://docs.rs/cpufeatures"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"type": "vcs",
|
|
542
|
+
"url": "https://github.com/RustCrypto/utils"
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"type": "library",
|
|
548
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
|
|
549
|
+
"author": "Sam Rijs <srijs@airpost.net>, Alex Crichton <alex@alexcrichton.com>",
|
|
550
|
+
"name": "crc32fast",
|
|
551
|
+
"version": "1.5.0",
|
|
552
|
+
"description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
|
|
553
|
+
"scope": "required",
|
|
554
|
+
"hashes": [
|
|
555
|
+
{
|
|
556
|
+
"alg": "SHA-256",
|
|
557
|
+
"content": "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"licenses": [
|
|
561
|
+
{
|
|
562
|
+
"expression": "MIT OR Apache-2.0"
|
|
563
|
+
}
|
|
564
|
+
],
|
|
565
|
+
"purl": "pkg:cargo/crc32fast@1.5.0",
|
|
566
|
+
"externalReferences": [
|
|
567
|
+
{
|
|
568
|
+
"type": "vcs",
|
|
569
|
+
"url": "https://github.com/srijs/rust-crc32fast"
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"type": "library",
|
|
575
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
|
|
576
|
+
"author": "RustCrypto Developers",
|
|
577
|
+
"name": "crypto-common",
|
|
578
|
+
"version": "0.1.7",
|
|
579
|
+
"description": "Common cryptographic traits",
|
|
580
|
+
"scope": "required",
|
|
581
|
+
"hashes": [
|
|
582
|
+
{
|
|
583
|
+
"alg": "SHA-256",
|
|
584
|
+
"content": "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"licenses": [
|
|
588
|
+
{
|
|
589
|
+
"expression": "MIT OR Apache-2.0"
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"purl": "pkg:cargo/crypto-common@0.1.7",
|
|
593
|
+
"externalReferences": [
|
|
594
|
+
{
|
|
595
|
+
"type": "documentation",
|
|
596
|
+
"url": "https://docs.rs/crypto-common"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"type": "vcs",
|
|
600
|
+
"url": "https://github.com/RustCrypto/traits"
|
|
601
|
+
}
|
|
602
|
+
]
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"type": "library",
|
|
606
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
|
|
607
|
+
"author": "RustCrypto Developers",
|
|
608
|
+
"name": "digest",
|
|
609
|
+
"version": "0.10.7",
|
|
610
|
+
"description": "Traits for cryptographic hash functions and message authentication codes",
|
|
611
|
+
"scope": "required",
|
|
612
|
+
"hashes": [
|
|
613
|
+
{
|
|
614
|
+
"alg": "SHA-256",
|
|
615
|
+
"content": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"licenses": [
|
|
619
|
+
{
|
|
620
|
+
"expression": "MIT OR Apache-2.0"
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"purl": "pkg:cargo/digest@0.10.7",
|
|
624
|
+
"externalReferences": [
|
|
625
|
+
{
|
|
626
|
+
"type": "documentation",
|
|
627
|
+
"url": "https://docs.rs/digest"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"type": "vcs",
|
|
631
|
+
"url": "https://github.com/RustCrypto/traits"
|
|
632
|
+
}
|
|
633
|
+
]
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"type": "library",
|
|
637
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29",
|
|
638
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
639
|
+
"name": "filetime",
|
|
640
|
+
"version": "0.2.29",
|
|
641
|
+
"description": "Platform-agnostic accessors of timestamps in File metadata ",
|
|
642
|
+
"scope": "required",
|
|
643
|
+
"hashes": [
|
|
644
|
+
{
|
|
645
|
+
"alg": "SHA-256",
|
|
646
|
+
"content": "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"licenses": [
|
|
650
|
+
{
|
|
651
|
+
"expression": "MIT OR Apache-2.0"
|
|
652
|
+
}
|
|
653
|
+
],
|
|
654
|
+
"purl": "pkg:cargo/filetime@0.2.29",
|
|
655
|
+
"externalReferences": [
|
|
656
|
+
{
|
|
657
|
+
"type": "documentation",
|
|
658
|
+
"url": "https://docs.rs/filetime"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"type": "website",
|
|
662
|
+
"url": "https://github.com/alexcrichton/filetime"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"type": "vcs",
|
|
666
|
+
"url": "https://github.com/alexcrichton/filetime"
|
|
667
|
+
}
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"type": "library",
|
|
672
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
|
|
673
|
+
"name": "find-msvc-tools",
|
|
674
|
+
"version": "0.1.9",
|
|
675
|
+
"description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
|
|
676
|
+
"scope": "excluded",
|
|
677
|
+
"hashes": [
|
|
678
|
+
{
|
|
679
|
+
"alg": "SHA-256",
|
|
680
|
+
"content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"licenses": [
|
|
684
|
+
{
|
|
685
|
+
"expression": "MIT OR Apache-2.0"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"purl": "pkg:cargo/find-msvc-tools@0.1.9",
|
|
689
|
+
"externalReferences": [
|
|
690
|
+
{
|
|
691
|
+
"type": "documentation",
|
|
692
|
+
"url": "https://docs.rs/find-msvc-tools"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"type": "vcs",
|
|
696
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
697
|
+
}
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"type": "library",
|
|
702
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
|
|
703
|
+
"author": "Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>",
|
|
704
|
+
"name": "flate2",
|
|
705
|
+
"version": "1.1.9",
|
|
706
|
+
"description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ",
|
|
707
|
+
"scope": "required",
|
|
708
|
+
"hashes": [
|
|
709
|
+
{
|
|
710
|
+
"alg": "SHA-256",
|
|
711
|
+
"content": "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"licenses": [
|
|
715
|
+
{
|
|
716
|
+
"expression": "MIT OR Apache-2.0"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"purl": "pkg:cargo/flate2@1.1.9",
|
|
720
|
+
"externalReferences": [
|
|
721
|
+
{
|
|
722
|
+
"type": "documentation",
|
|
723
|
+
"url": "https://docs.rs/flate2"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"type": "website",
|
|
727
|
+
"url": "https://github.com/rust-lang/flate2-rs"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"type": "vcs",
|
|
731
|
+
"url": "https://github.com/rust-lang/flate2-rs"
|
|
732
|
+
}
|
|
733
|
+
]
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"type": "library",
|
|
737
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
|
|
738
|
+
"author": "Bartłomiej Kamiński <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com>",
|
|
739
|
+
"name": "generic-array",
|
|
740
|
+
"version": "0.14.7",
|
|
741
|
+
"description": "Generic types implementing functionality of arrays",
|
|
742
|
+
"scope": "required",
|
|
743
|
+
"hashes": [
|
|
744
|
+
{
|
|
745
|
+
"alg": "SHA-256",
|
|
746
|
+
"content": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"licenses": [
|
|
750
|
+
{
|
|
751
|
+
"expression": "MIT"
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"purl": "pkg:cargo/generic-array@0.14.7",
|
|
755
|
+
"externalReferences": [
|
|
756
|
+
{
|
|
757
|
+
"type": "documentation",
|
|
758
|
+
"url": "http://fizyk20.github.io/generic-array/generic_array/"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"type": "vcs",
|
|
762
|
+
"url": "https://github.com/fizyk20/generic-array.git"
|
|
763
|
+
}
|
|
764
|
+
]
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"type": "library",
|
|
768
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
769
|
+
"author": "The Rand Project Developers",
|
|
770
|
+
"name": "getrandom",
|
|
771
|
+
"version": "0.2.17",
|
|
772
|
+
"description": "A small cross-platform library for retrieving random data from system source",
|
|
773
|
+
"scope": "required",
|
|
774
|
+
"hashes": [
|
|
775
|
+
{
|
|
776
|
+
"alg": "SHA-256",
|
|
777
|
+
"content": "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
778
|
+
}
|
|
779
|
+
],
|
|
780
|
+
"licenses": [
|
|
781
|
+
{
|
|
782
|
+
"expression": "MIT OR Apache-2.0"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"purl": "pkg:cargo/getrandom@0.2.17",
|
|
786
|
+
"externalReferences": [
|
|
787
|
+
{
|
|
788
|
+
"type": "documentation",
|
|
789
|
+
"url": "https://docs.rs/getrandom"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"type": "vcs",
|
|
793
|
+
"url": "https://github.com/rust-random/getrandom"
|
|
794
|
+
}
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"type": "library",
|
|
799
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
800
|
+
"name": "heck",
|
|
801
|
+
"version": "0.5.0",
|
|
802
|
+
"description": "heck is a case conversion library.",
|
|
803
|
+
"scope": "required",
|
|
804
|
+
"hashes": [
|
|
805
|
+
{
|
|
806
|
+
"alg": "SHA-256",
|
|
807
|
+
"content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"licenses": [
|
|
811
|
+
{
|
|
812
|
+
"expression": "MIT OR Apache-2.0"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"purl": "pkg:cargo/heck@0.5.0",
|
|
816
|
+
"externalReferences": [
|
|
817
|
+
{
|
|
818
|
+
"type": "vcs",
|
|
819
|
+
"url": "https://github.com/withoutboats/heck"
|
|
820
|
+
}
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"type": "library",
|
|
825
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
|
|
826
|
+
"author": "Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
|
|
827
|
+
"name": "http",
|
|
828
|
+
"version": "1.4.2",
|
|
829
|
+
"description": "A set of types for representing HTTP requests and responses. ",
|
|
830
|
+
"scope": "required",
|
|
831
|
+
"hashes": [
|
|
832
|
+
{
|
|
833
|
+
"alg": "SHA-256",
|
|
834
|
+
"content": "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"licenses": [
|
|
838
|
+
{
|
|
839
|
+
"expression": "MIT OR Apache-2.0"
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"purl": "pkg:cargo/http@1.4.2",
|
|
843
|
+
"externalReferences": [
|
|
844
|
+
{
|
|
845
|
+
"type": "documentation",
|
|
846
|
+
"url": "https://docs.rs/http"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"type": "vcs",
|
|
850
|
+
"url": "https://github.com/hyperium/http"
|
|
851
|
+
}
|
|
852
|
+
]
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"type": "library",
|
|
856
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
|
|
857
|
+
"author": "Sean McArthur <sean@seanmonstar.com>",
|
|
858
|
+
"name": "httparse",
|
|
859
|
+
"version": "1.10.1",
|
|
860
|
+
"description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.",
|
|
861
|
+
"scope": "required",
|
|
862
|
+
"hashes": [
|
|
863
|
+
{
|
|
864
|
+
"alg": "SHA-256",
|
|
865
|
+
"content": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"licenses": [
|
|
869
|
+
{
|
|
870
|
+
"expression": "MIT OR Apache-2.0"
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"purl": "pkg:cargo/httparse@1.10.1",
|
|
874
|
+
"externalReferences": [
|
|
875
|
+
{
|
|
876
|
+
"type": "documentation",
|
|
877
|
+
"url": "https://docs.rs/httparse"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"type": "vcs",
|
|
881
|
+
"url": "https://github.com/seanmonstar/httparse"
|
|
882
|
+
}
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"type": "library",
|
|
887
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
888
|
+
"name": "is_terminal_polyfill",
|
|
889
|
+
"version": "1.70.2",
|
|
890
|
+
"description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
|
|
891
|
+
"scope": "required",
|
|
892
|
+
"hashes": [
|
|
893
|
+
{
|
|
894
|
+
"alg": "SHA-256",
|
|
895
|
+
"content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"licenses": [
|
|
899
|
+
{
|
|
900
|
+
"expression": "MIT OR Apache-2.0"
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
|
|
904
|
+
"externalReferences": [
|
|
905
|
+
{
|
|
906
|
+
"type": "vcs",
|
|
907
|
+
"url": "https://github.com/polyfill-rs/is_terminal_polyfill"
|
|
908
|
+
}
|
|
909
|
+
]
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"type": "library",
|
|
913
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
914
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
915
|
+
"name": "itoa",
|
|
916
|
+
"version": "1.0.18",
|
|
917
|
+
"description": "Fast integer primitive to string conversion",
|
|
918
|
+
"scope": "required",
|
|
919
|
+
"hashes": [
|
|
920
|
+
{
|
|
921
|
+
"alg": "SHA-256",
|
|
922
|
+
"content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
923
|
+
}
|
|
924
|
+
],
|
|
925
|
+
"licenses": [
|
|
926
|
+
{
|
|
927
|
+
"expression": "MIT OR Apache-2.0"
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"purl": "pkg:cargo/itoa@1.0.18",
|
|
931
|
+
"externalReferences": [
|
|
932
|
+
{
|
|
933
|
+
"type": "documentation",
|
|
934
|
+
"url": "https://docs.rs/itoa"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"type": "vcs",
|
|
938
|
+
"url": "https://github.com/dtolnay/itoa"
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"type": "library",
|
|
944
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
|
|
945
|
+
"author": "The Rust Project Developers",
|
|
946
|
+
"name": "log",
|
|
947
|
+
"version": "0.4.33",
|
|
948
|
+
"description": "A lightweight logging facade for Rust ",
|
|
949
|
+
"scope": "required",
|
|
950
|
+
"hashes": [
|
|
951
|
+
{
|
|
952
|
+
"alg": "SHA-256",
|
|
953
|
+
"content": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"licenses": [
|
|
957
|
+
{
|
|
958
|
+
"expression": "MIT OR Apache-2.0"
|
|
959
|
+
}
|
|
960
|
+
],
|
|
961
|
+
"purl": "pkg:cargo/log@0.4.33",
|
|
962
|
+
"externalReferences": [
|
|
963
|
+
{
|
|
964
|
+
"type": "documentation",
|
|
965
|
+
"url": "https://docs.rs/log"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"type": "vcs",
|
|
969
|
+
"url": "https://github.com/rust-lang/log"
|
|
970
|
+
}
|
|
971
|
+
]
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"type": "library",
|
|
975
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
976
|
+
"author": "Andrew Gallant <jamslam@gmail.com>, bluss",
|
|
977
|
+
"name": "memchr",
|
|
978
|
+
"version": "2.8.2",
|
|
979
|
+
"description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
|
|
980
|
+
"scope": "required",
|
|
981
|
+
"hashes": [
|
|
982
|
+
{
|
|
983
|
+
"alg": "SHA-256",
|
|
984
|
+
"content": "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"licenses": [
|
|
988
|
+
{
|
|
989
|
+
"expression": "Unlicense OR MIT"
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"purl": "pkg:cargo/memchr@2.8.2",
|
|
993
|
+
"externalReferences": [
|
|
994
|
+
{
|
|
995
|
+
"type": "documentation",
|
|
996
|
+
"url": "https://docs.rs/memchr/"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"type": "website",
|
|
1000
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"type": "vcs",
|
|
1004
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1005
|
+
}
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"type": "library",
|
|
1010
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
|
|
1011
|
+
"author": "Frommi <daniil.liferenko@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>, Rich Geldreich richgel99@gmail.com",
|
|
1012
|
+
"name": "miniz_oxide",
|
|
1013
|
+
"version": "0.8.9",
|
|
1014
|
+
"description": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
|
|
1015
|
+
"scope": "required",
|
|
1016
|
+
"hashes": [
|
|
1017
|
+
{
|
|
1018
|
+
"alg": "SHA-256",
|
|
1019
|
+
"content": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"licenses": [
|
|
1023
|
+
{
|
|
1024
|
+
"expression": "MIT OR Zlib OR Apache-2.0"
|
|
1025
|
+
}
|
|
1026
|
+
],
|
|
1027
|
+
"purl": "pkg:cargo/miniz_oxide@0.8.9",
|
|
1028
|
+
"externalReferences": [
|
|
1029
|
+
{
|
|
1030
|
+
"type": "documentation",
|
|
1031
|
+
"url": "https://docs.rs/miniz_oxide"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"type": "website",
|
|
1035
|
+
"url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"type": "vcs",
|
|
1039
|
+
"url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
|
|
1040
|
+
}
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"type": "library",
|
|
1045
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
1046
|
+
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
|
1047
|
+
"name": "once_cell",
|
|
1048
|
+
"version": "1.21.4",
|
|
1049
|
+
"description": "Single assignment cells and lazy values.",
|
|
1050
|
+
"scope": "required",
|
|
1051
|
+
"hashes": [
|
|
1052
|
+
{
|
|
1053
|
+
"alg": "SHA-256",
|
|
1054
|
+
"content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1055
|
+
}
|
|
1056
|
+
],
|
|
1057
|
+
"licenses": [
|
|
1058
|
+
{
|
|
1059
|
+
"expression": "MIT OR Apache-2.0"
|
|
1060
|
+
}
|
|
1061
|
+
],
|
|
1062
|
+
"purl": "pkg:cargo/once_cell@1.21.4",
|
|
1063
|
+
"externalReferences": [
|
|
1064
|
+
{
|
|
1065
|
+
"type": "documentation",
|
|
1066
|
+
"url": "https://docs.rs/once_cell"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"type": "vcs",
|
|
1070
|
+
"url": "https://github.com/matklad/once_cell"
|
|
1071
|
+
}
|
|
1072
|
+
]
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"type": "library",
|
|
1076
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
1077
|
+
"name": "once_cell_polyfill",
|
|
1078
|
+
"version": "1.70.2",
|
|
1079
|
+
"description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
|
|
1080
|
+
"scope": "required",
|
|
1081
|
+
"hashes": [
|
|
1082
|
+
{
|
|
1083
|
+
"alg": "SHA-256",
|
|
1084
|
+
"content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"licenses": [
|
|
1088
|
+
{
|
|
1089
|
+
"expression": "MIT OR Apache-2.0"
|
|
1090
|
+
}
|
|
1091
|
+
],
|
|
1092
|
+
"purl": "pkg:cargo/once_cell_polyfill@1.70.2",
|
|
1093
|
+
"externalReferences": [
|
|
1094
|
+
{
|
|
1095
|
+
"type": "vcs",
|
|
1096
|
+
"url": "https://github.com/polyfill-rs/once_cell_polyfill"
|
|
1097
|
+
}
|
|
1098
|
+
]
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"type": "library",
|
|
1102
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
1103
|
+
"author": "The rust-url developers",
|
|
1104
|
+
"name": "percent-encoding",
|
|
1105
|
+
"version": "2.3.2",
|
|
1106
|
+
"description": "Percent encoding and decoding",
|
|
1107
|
+
"scope": "required",
|
|
1108
|
+
"hashes": [
|
|
1109
|
+
{
|
|
1110
|
+
"alg": "SHA-256",
|
|
1111
|
+
"content": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1112
|
+
}
|
|
1113
|
+
],
|
|
1114
|
+
"licenses": [
|
|
1115
|
+
{
|
|
1116
|
+
"expression": "MIT OR Apache-2.0"
|
|
1117
|
+
}
|
|
1118
|
+
],
|
|
1119
|
+
"purl": "pkg:cargo/percent-encoding@2.3.2",
|
|
1120
|
+
"externalReferences": [
|
|
1121
|
+
{
|
|
1122
|
+
"type": "vcs",
|
|
1123
|
+
"url": "https://github.com/servo/rust-url/"
|
|
1124
|
+
}
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"type": "library",
|
|
1129
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
1130
|
+
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
|
|
1131
|
+
"name": "proc-macro2",
|
|
1132
|
+
"version": "1.0.106",
|
|
1133
|
+
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
|
|
1134
|
+
"scope": "required",
|
|
1135
|
+
"hashes": [
|
|
1136
|
+
{
|
|
1137
|
+
"alg": "SHA-256",
|
|
1138
|
+
"content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"licenses": [
|
|
1142
|
+
{
|
|
1143
|
+
"expression": "MIT OR Apache-2.0"
|
|
1144
|
+
}
|
|
1145
|
+
],
|
|
1146
|
+
"purl": "pkg:cargo/proc-macro2@1.0.106",
|
|
1147
|
+
"externalReferences": [
|
|
1148
|
+
{
|
|
1149
|
+
"type": "documentation",
|
|
1150
|
+
"url": "https://docs.rs/proc-macro2"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"type": "vcs",
|
|
1154
|
+
"url": "https://github.com/dtolnay/proc-macro2"
|
|
1155
|
+
}
|
|
1156
|
+
]
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"type": "library",
|
|
1160
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
|
|
1161
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1162
|
+
"name": "quote",
|
|
1163
|
+
"version": "1.0.46",
|
|
1164
|
+
"description": "Quasi-quoting macro quote!(...)",
|
|
1165
|
+
"scope": "required",
|
|
1166
|
+
"hashes": [
|
|
1167
|
+
{
|
|
1168
|
+
"alg": "SHA-256",
|
|
1169
|
+
"content": "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"licenses": [
|
|
1173
|
+
{
|
|
1174
|
+
"expression": "MIT OR Apache-2.0"
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"purl": "pkg:cargo/quote@1.0.46",
|
|
1178
|
+
"externalReferences": [
|
|
1179
|
+
{
|
|
1180
|
+
"type": "documentation",
|
|
1181
|
+
"url": "https://docs.rs/quote/"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"type": "vcs",
|
|
1185
|
+
"url": "https://github.com/dtolnay/quote"
|
|
1186
|
+
}
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"type": "library",
|
|
1191
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
|
|
1192
|
+
"name": "ring",
|
|
1193
|
+
"version": "0.17.14",
|
|
1194
|
+
"description": "An experiment.",
|
|
1195
|
+
"scope": "required",
|
|
1196
|
+
"hashes": [
|
|
1197
|
+
{
|
|
1198
|
+
"alg": "SHA-256",
|
|
1199
|
+
"content": "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
1200
|
+
}
|
|
1201
|
+
],
|
|
1202
|
+
"licenses": [
|
|
1203
|
+
{
|
|
1204
|
+
"expression": "Apache-2.0 AND ISC"
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"purl": "pkg:cargo/ring@0.17.14",
|
|
1208
|
+
"externalReferences": [
|
|
1209
|
+
{
|
|
1210
|
+
"type": "other",
|
|
1211
|
+
"url": "ring_core_0_17_14_"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"type": "vcs",
|
|
1215
|
+
"url": "https://github.com/briansmith/ring"
|
|
1216
|
+
}
|
|
1217
|
+
]
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"type": "library",
|
|
1221
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.0",
|
|
1222
|
+
"name": "rustls-pki-types",
|
|
1223
|
+
"version": "1.15.0",
|
|
1224
|
+
"description": "Shared types for the rustls PKI ecosystem",
|
|
1225
|
+
"scope": "required",
|
|
1226
|
+
"hashes": [
|
|
1227
|
+
{
|
|
1228
|
+
"alg": "SHA-256",
|
|
1229
|
+
"content": "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
|
|
1230
|
+
}
|
|
1231
|
+
],
|
|
1232
|
+
"licenses": [
|
|
1233
|
+
{
|
|
1234
|
+
"expression": "MIT OR Apache-2.0"
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"purl": "pkg:cargo/rustls-pki-types@1.15.0",
|
|
1238
|
+
"externalReferences": [
|
|
1239
|
+
{
|
|
1240
|
+
"type": "documentation",
|
|
1241
|
+
"url": "https://docs.rs/rustls-pki-types"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"type": "website",
|
|
1245
|
+
"url": "https://github.com/rustls/pki-types"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"type": "vcs",
|
|
1249
|
+
"url": "https://github.com/rustls/pki-types"
|
|
1250
|
+
}
|
|
1251
|
+
]
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"type": "library",
|
|
1255
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
|
|
1256
|
+
"name": "rustls-webpki",
|
|
1257
|
+
"version": "0.103.13",
|
|
1258
|
+
"description": "Web PKI X.509 Certificate Verification.",
|
|
1259
|
+
"scope": "required",
|
|
1260
|
+
"hashes": [
|
|
1261
|
+
{
|
|
1262
|
+
"alg": "SHA-256",
|
|
1263
|
+
"content": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"licenses": [
|
|
1267
|
+
{
|
|
1268
|
+
"expression": "ISC"
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"purl": "pkg:cargo/rustls-webpki@0.103.13",
|
|
1272
|
+
"externalReferences": [
|
|
1273
|
+
{
|
|
1274
|
+
"type": "vcs",
|
|
1275
|
+
"url": "https://github.com/rustls/webpki"
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"type": "library",
|
|
1281
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.41",
|
|
1282
|
+
"name": "rustls",
|
|
1283
|
+
"version": "0.23.41",
|
|
1284
|
+
"description": "Rustls is a modern TLS library written in Rust.",
|
|
1285
|
+
"scope": "required",
|
|
1286
|
+
"hashes": [
|
|
1287
|
+
{
|
|
1288
|
+
"alg": "SHA-256",
|
|
1289
|
+
"content": "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
|
|
1290
|
+
}
|
|
1291
|
+
],
|
|
1292
|
+
"licenses": [
|
|
1293
|
+
{
|
|
1294
|
+
"expression": "Apache-2.0 OR ISC OR MIT"
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
1297
|
+
"purl": "pkg:cargo/rustls@0.23.41",
|
|
1298
|
+
"externalReferences": [
|
|
1299
|
+
{
|
|
1300
|
+
"type": "website",
|
|
1301
|
+
"url": "https://github.com/rustls/rustls"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"type": "vcs",
|
|
1305
|
+
"url": "https://github.com/rustls/rustls"
|
|
1306
|
+
}
|
|
1307
|
+
]
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"type": "library",
|
|
1311
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
1312
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
1313
|
+
"name": "serde",
|
|
1314
|
+
"version": "1.0.228",
|
|
1315
|
+
"description": "A generic serialization/deserialization framework",
|
|
1316
|
+
"scope": "required",
|
|
1317
|
+
"hashes": [
|
|
1318
|
+
{
|
|
1319
|
+
"alg": "SHA-256",
|
|
1320
|
+
"content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1321
|
+
}
|
|
1322
|
+
],
|
|
1323
|
+
"licenses": [
|
|
1324
|
+
{
|
|
1325
|
+
"expression": "MIT OR Apache-2.0"
|
|
1326
|
+
}
|
|
1327
|
+
],
|
|
1328
|
+
"purl": "pkg:cargo/serde@1.0.228",
|
|
1329
|
+
"externalReferences": [
|
|
1330
|
+
{
|
|
1331
|
+
"type": "documentation",
|
|
1332
|
+
"url": "https://docs.rs/serde"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"type": "website",
|
|
1336
|
+
"url": "https://serde.rs"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"type": "vcs",
|
|
1340
|
+
"url": "https://github.com/serde-rs/serde"
|
|
1341
|
+
}
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"type": "library",
|
|
1346
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
1347
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
1348
|
+
"name": "serde_core",
|
|
1349
|
+
"version": "1.0.228",
|
|
1350
|
+
"description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
|
|
1351
|
+
"scope": "required",
|
|
1352
|
+
"hashes": [
|
|
1353
|
+
{
|
|
1354
|
+
"alg": "SHA-256",
|
|
1355
|
+
"content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"licenses": [
|
|
1359
|
+
{
|
|
1360
|
+
"expression": "MIT OR Apache-2.0"
|
|
1361
|
+
}
|
|
1362
|
+
],
|
|
1363
|
+
"purl": "pkg:cargo/serde_core@1.0.228",
|
|
1364
|
+
"externalReferences": [
|
|
1365
|
+
{
|
|
1366
|
+
"type": "documentation",
|
|
1367
|
+
"url": "https://docs.rs/serde_core"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"type": "website",
|
|
1371
|
+
"url": "https://serde.rs"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"type": "vcs",
|
|
1375
|
+
"url": "https://github.com/serde-rs/serde"
|
|
1376
|
+
}
|
|
1377
|
+
]
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"type": "library",
|
|
1381
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
1382
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
1383
|
+
"name": "serde_derive",
|
|
1384
|
+
"version": "1.0.228",
|
|
1385
|
+
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
|
|
1386
|
+
"scope": "required",
|
|
1387
|
+
"hashes": [
|
|
1388
|
+
{
|
|
1389
|
+
"alg": "SHA-256",
|
|
1390
|
+
"content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1391
|
+
}
|
|
1392
|
+
],
|
|
1393
|
+
"licenses": [
|
|
1394
|
+
{
|
|
1395
|
+
"expression": "MIT OR Apache-2.0"
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"purl": "pkg:cargo/serde_derive@1.0.228",
|
|
1399
|
+
"externalReferences": [
|
|
1400
|
+
{
|
|
1401
|
+
"type": "documentation",
|
|
1402
|
+
"url": "https://serde.rs/derive.html"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"type": "website",
|
|
1406
|
+
"url": "https://serde.rs"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"type": "vcs",
|
|
1410
|
+
"url": "https://github.com/serde-rs/serde"
|
|
1411
|
+
}
|
|
1412
|
+
]
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"type": "library",
|
|
1416
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
1417
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
1418
|
+
"name": "serde_json",
|
|
1419
|
+
"version": "1.0.150",
|
|
1420
|
+
"description": "A JSON serialization file format",
|
|
1421
|
+
"scope": "required",
|
|
1422
|
+
"hashes": [
|
|
1423
|
+
{
|
|
1424
|
+
"alg": "SHA-256",
|
|
1425
|
+
"content": "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
1426
|
+
}
|
|
1427
|
+
],
|
|
1428
|
+
"licenses": [
|
|
1429
|
+
{
|
|
1430
|
+
"expression": "MIT OR Apache-2.0"
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"purl": "pkg:cargo/serde_json@1.0.150",
|
|
1434
|
+
"externalReferences": [
|
|
1435
|
+
{
|
|
1436
|
+
"type": "documentation",
|
|
1437
|
+
"url": "https://docs.rs/serde_json"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"type": "vcs",
|
|
1441
|
+
"url": "https://github.com/serde-rs/json"
|
|
1442
|
+
}
|
|
1443
|
+
]
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"type": "library",
|
|
1447
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
|
|
1448
|
+
"author": "RustCrypto Developers",
|
|
1449
|
+
"name": "sha2",
|
|
1450
|
+
"version": "0.10.9",
|
|
1451
|
+
"description": "Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ",
|
|
1452
|
+
"scope": "required",
|
|
1453
|
+
"hashes": [
|
|
1454
|
+
{
|
|
1455
|
+
"alg": "SHA-256",
|
|
1456
|
+
"content": "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
1457
|
+
}
|
|
1458
|
+
],
|
|
1459
|
+
"licenses": [
|
|
1460
|
+
{
|
|
1461
|
+
"expression": "MIT OR Apache-2.0"
|
|
1462
|
+
}
|
|
1463
|
+
],
|
|
1464
|
+
"purl": "pkg:cargo/sha2@0.10.9",
|
|
1465
|
+
"externalReferences": [
|
|
1466
|
+
{
|
|
1467
|
+
"type": "documentation",
|
|
1468
|
+
"url": "https://docs.rs/sha2"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"type": "vcs",
|
|
1472
|
+
"url": "https://github.com/RustCrypto/hashes"
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"type": "library",
|
|
1478
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1",
|
|
1479
|
+
"author": "comex <comexk@gmail.com>, Fenhl <fenhl@fenhl.net>, Adrian Taylor <adetaylor@chromium.org>, Alex Touchet <alextouchet@outlook.com>, Daniel Parks <dp+git@oxidized.org>, Garrett Berg <googberg@gmail.com>",
|
|
1480
|
+
"name": "shlex",
|
|
1481
|
+
"version": "2.0.1",
|
|
1482
|
+
"description": "Split a string into shell words, like Python's shlex.",
|
|
1483
|
+
"scope": "excluded",
|
|
1484
|
+
"hashes": [
|
|
1485
|
+
{
|
|
1486
|
+
"alg": "SHA-256",
|
|
1487
|
+
"content": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
1488
|
+
}
|
|
1489
|
+
],
|
|
1490
|
+
"licenses": [
|
|
1491
|
+
{
|
|
1492
|
+
"expression": "MIT OR Apache-2.0"
|
|
1493
|
+
}
|
|
1494
|
+
],
|
|
1495
|
+
"purl": "pkg:cargo/shlex@2.0.1",
|
|
1496
|
+
"externalReferences": [
|
|
1497
|
+
{
|
|
1498
|
+
"type": "vcs",
|
|
1499
|
+
"url": "https://github.com/comex/rust-shlex"
|
|
1500
|
+
}
|
|
1501
|
+
]
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"type": "library",
|
|
1505
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9",
|
|
1506
|
+
"author": "Marvin Countryman <me@maar.vin>",
|
|
1507
|
+
"name": "simd-adler32",
|
|
1508
|
+
"version": "0.3.9",
|
|
1509
|
+
"description": "A SIMD-accelerated Adler-32 hash algorithm implementation.",
|
|
1510
|
+
"scope": "required",
|
|
1511
|
+
"hashes": [
|
|
1512
|
+
{
|
|
1513
|
+
"alg": "SHA-256",
|
|
1514
|
+
"content": "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
1515
|
+
}
|
|
1516
|
+
],
|
|
1517
|
+
"licenses": [
|
|
1518
|
+
{
|
|
1519
|
+
"expression": "MIT"
|
|
1520
|
+
}
|
|
1521
|
+
],
|
|
1522
|
+
"purl": "pkg:cargo/simd-adler32@0.3.9",
|
|
1523
|
+
"externalReferences": [
|
|
1524
|
+
{
|
|
1525
|
+
"type": "vcs",
|
|
1526
|
+
"url": "https://github.com/mcountryman/simd-adler32"
|
|
1527
|
+
}
|
|
1528
|
+
]
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"type": "library",
|
|
1532
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
|
|
1533
|
+
"author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
|
|
1534
|
+
"name": "strsim",
|
|
1535
|
+
"version": "0.11.1",
|
|
1536
|
+
"description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
|
|
1537
|
+
"scope": "required",
|
|
1538
|
+
"hashes": [
|
|
1539
|
+
{
|
|
1540
|
+
"alg": "SHA-256",
|
|
1541
|
+
"content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
1542
|
+
}
|
|
1543
|
+
],
|
|
1544
|
+
"licenses": [
|
|
1545
|
+
{
|
|
1546
|
+
"expression": "MIT"
|
|
1547
|
+
}
|
|
1548
|
+
],
|
|
1549
|
+
"purl": "pkg:cargo/strsim@0.11.1",
|
|
1550
|
+
"externalReferences": [
|
|
1551
|
+
{
|
|
1552
|
+
"type": "documentation",
|
|
1553
|
+
"url": "https://docs.rs/strsim/"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"type": "website",
|
|
1557
|
+
"url": "https://github.com/rapidfuzz/strsim-rs"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"type": "vcs",
|
|
1561
|
+
"url": "https://github.com/rapidfuzz/strsim-rs"
|
|
1562
|
+
}
|
|
1563
|
+
]
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"type": "library",
|
|
1567
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
|
|
1568
|
+
"author": "Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>",
|
|
1569
|
+
"name": "subtle",
|
|
1570
|
+
"version": "2.6.1",
|
|
1571
|
+
"description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.",
|
|
1572
|
+
"scope": "required",
|
|
1573
|
+
"hashes": [
|
|
1574
|
+
{
|
|
1575
|
+
"alg": "SHA-256",
|
|
1576
|
+
"content": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
1577
|
+
}
|
|
1578
|
+
],
|
|
1579
|
+
"licenses": [
|
|
1580
|
+
{
|
|
1581
|
+
"expression": "BSD-3-Clause"
|
|
1582
|
+
}
|
|
1583
|
+
],
|
|
1584
|
+
"purl": "pkg:cargo/subtle@2.6.1",
|
|
1585
|
+
"externalReferences": [
|
|
1586
|
+
{
|
|
1587
|
+
"type": "documentation",
|
|
1588
|
+
"url": "https://docs.rs/subtle"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"type": "website",
|
|
1592
|
+
"url": "https://dalek.rs/"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"type": "vcs",
|
|
1596
|
+
"url": "https://github.com/dalek-cryptography/subtle"
|
|
1597
|
+
}
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"type": "library",
|
|
1602
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118",
|
|
1603
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1604
|
+
"name": "syn",
|
|
1605
|
+
"version": "2.0.118",
|
|
1606
|
+
"description": "Parser for Rust source code",
|
|
1607
|
+
"scope": "required",
|
|
1608
|
+
"hashes": [
|
|
1609
|
+
{
|
|
1610
|
+
"alg": "SHA-256",
|
|
1611
|
+
"content": "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
|
|
1612
|
+
}
|
|
1613
|
+
],
|
|
1614
|
+
"licenses": [
|
|
1615
|
+
{
|
|
1616
|
+
"expression": "MIT OR Apache-2.0"
|
|
1617
|
+
}
|
|
1618
|
+
],
|
|
1619
|
+
"purl": "pkg:cargo/syn@2.0.118",
|
|
1620
|
+
"externalReferences": [
|
|
1621
|
+
{
|
|
1622
|
+
"type": "documentation",
|
|
1623
|
+
"url": "https://docs.rs/syn"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"type": "vcs",
|
|
1627
|
+
"url": "https://github.com/dtolnay/syn"
|
|
1628
|
+
}
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"type": "library",
|
|
1633
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tar@0.4.46",
|
|
1634
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
1635
|
+
"name": "tar",
|
|
1636
|
+
"version": "0.4.46",
|
|
1637
|
+
"description": "A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ",
|
|
1638
|
+
"scope": "required",
|
|
1639
|
+
"hashes": [
|
|
1640
|
+
{
|
|
1641
|
+
"alg": "SHA-256",
|
|
1642
|
+
"content": "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"licenses": [
|
|
1646
|
+
{
|
|
1647
|
+
"expression": "MIT OR Apache-2.0"
|
|
1648
|
+
}
|
|
1649
|
+
],
|
|
1650
|
+
"purl": "pkg:cargo/tar@0.4.46",
|
|
1651
|
+
"externalReferences": [
|
|
1652
|
+
{
|
|
1653
|
+
"type": "documentation",
|
|
1654
|
+
"url": "https://docs.rs/tar"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"type": "website",
|
|
1658
|
+
"url": "https://github.com/composefs/tar-rs"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"type": "vcs",
|
|
1662
|
+
"url": "https://github.com/composefs/tar-rs"
|
|
1663
|
+
}
|
|
1664
|
+
]
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"type": "library",
|
|
1668
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
|
|
1669
|
+
"author": "Lokathor <zefria@gmail.com>",
|
|
1670
|
+
"name": "tinyvec",
|
|
1671
|
+
"version": "1.11.0",
|
|
1672
|
+
"description": "`tinyvec` provides 100% safe vec-like data structures.",
|
|
1673
|
+
"scope": "required",
|
|
1674
|
+
"hashes": [
|
|
1675
|
+
{
|
|
1676
|
+
"alg": "SHA-256",
|
|
1677
|
+
"content": "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
1678
|
+
}
|
|
1679
|
+
],
|
|
1680
|
+
"licenses": [
|
|
1681
|
+
{
|
|
1682
|
+
"expression": "Zlib OR Apache-2.0 OR MIT"
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"purl": "pkg:cargo/tinyvec@1.11.0",
|
|
1686
|
+
"externalReferences": [
|
|
1687
|
+
{
|
|
1688
|
+
"type": "vcs",
|
|
1689
|
+
"url": "https://github.com/Lokathor/tinyvec"
|
|
1690
|
+
}
|
|
1691
|
+
]
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"type": "library",
|
|
1695
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1",
|
|
1696
|
+
"author": "Soveu <marx.tomasz@gmail.com>",
|
|
1697
|
+
"name": "tinyvec_macros",
|
|
1698
|
+
"version": "0.1.1",
|
|
1699
|
+
"description": "Some macros for tiny containers",
|
|
1700
|
+
"scope": "required",
|
|
1701
|
+
"hashes": [
|
|
1702
|
+
{
|
|
1703
|
+
"alg": "SHA-256",
|
|
1704
|
+
"content": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"licenses": [
|
|
1708
|
+
{
|
|
1709
|
+
"expression": "MIT OR Apache-2.0 OR Zlib"
|
|
1710
|
+
}
|
|
1711
|
+
],
|
|
1712
|
+
"purl": "pkg:cargo/tinyvec_macros@0.1.1",
|
|
1713
|
+
"externalReferences": [
|
|
1714
|
+
{
|
|
1715
|
+
"type": "vcs",
|
|
1716
|
+
"url": "https://github.com/Soveu/tinyvec_macros"
|
|
1717
|
+
}
|
|
1718
|
+
]
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"type": "library",
|
|
1722
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1",
|
|
1723
|
+
"name": "typenum",
|
|
1724
|
+
"version": "1.20.1",
|
|
1725
|
+
"description": "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.",
|
|
1726
|
+
"scope": "required",
|
|
1727
|
+
"hashes": [
|
|
1728
|
+
{
|
|
1729
|
+
"alg": "SHA-256",
|
|
1730
|
+
"content": "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"licenses": [
|
|
1734
|
+
{
|
|
1735
|
+
"expression": "MIT OR Apache-2.0"
|
|
1736
|
+
}
|
|
1737
|
+
],
|
|
1738
|
+
"purl": "pkg:cargo/typenum@1.20.1",
|
|
1739
|
+
"externalReferences": [
|
|
1740
|
+
{
|
|
1741
|
+
"type": "documentation",
|
|
1742
|
+
"url": "https://docs.rs/typenum"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"type": "vcs",
|
|
1746
|
+
"url": "https://github.com/paholg/typenum"
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"type": "library",
|
|
1752
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
|
|
1753
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1754
|
+
"name": "unicode-ident",
|
|
1755
|
+
"version": "1.0.24",
|
|
1756
|
+
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
|
|
1757
|
+
"scope": "required",
|
|
1758
|
+
"hashes": [
|
|
1759
|
+
{
|
|
1760
|
+
"alg": "SHA-256",
|
|
1761
|
+
"content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
1762
|
+
}
|
|
1763
|
+
],
|
|
1764
|
+
"licenses": [
|
|
1765
|
+
{
|
|
1766
|
+
"expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
|
|
1767
|
+
}
|
|
1768
|
+
],
|
|
1769
|
+
"purl": "pkg:cargo/unicode-ident@1.0.24",
|
|
1770
|
+
"externalReferences": [
|
|
1771
|
+
{
|
|
1772
|
+
"type": "documentation",
|
|
1773
|
+
"url": "https://docs.rs/unicode-ident"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"type": "vcs",
|
|
1777
|
+
"url": "https://github.com/dtolnay/unicode-ident"
|
|
1778
|
+
}
|
|
1779
|
+
]
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"type": "library",
|
|
1783
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25",
|
|
1784
|
+
"author": "kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
|
|
1785
|
+
"name": "unicode-normalization",
|
|
1786
|
+
"version": "0.1.25",
|
|
1787
|
+
"description": "This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ",
|
|
1788
|
+
"scope": "required",
|
|
1789
|
+
"hashes": [
|
|
1790
|
+
{
|
|
1791
|
+
"alg": "SHA-256",
|
|
1792
|
+
"content": "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
1793
|
+
}
|
|
1794
|
+
],
|
|
1795
|
+
"licenses": [
|
|
1796
|
+
{
|
|
1797
|
+
"expression": "MIT OR Apache-2.0"
|
|
1798
|
+
}
|
|
1799
|
+
],
|
|
1800
|
+
"purl": "pkg:cargo/unicode-normalization@0.1.25",
|
|
1801
|
+
"externalReferences": [
|
|
1802
|
+
{
|
|
1803
|
+
"type": "documentation",
|
|
1804
|
+
"url": "https://docs.rs/unicode-normalization/"
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"type": "website",
|
|
1808
|
+
"url": "https://github.com/unicode-rs/unicode-normalization"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"type": "vcs",
|
|
1812
|
+
"url": "https://github.com/unicode-rs/unicode-normalization"
|
|
1813
|
+
}
|
|
1814
|
+
]
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"type": "library",
|
|
1818
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0",
|
|
1819
|
+
"author": "Brian Smith <brian@briansmith.org>",
|
|
1820
|
+
"name": "untrusted",
|
|
1821
|
+
"version": "0.9.0",
|
|
1822
|
+
"description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.",
|
|
1823
|
+
"scope": "required",
|
|
1824
|
+
"hashes": [
|
|
1825
|
+
{
|
|
1826
|
+
"alg": "SHA-256",
|
|
1827
|
+
"content": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"licenses": [
|
|
1831
|
+
{
|
|
1832
|
+
"expression": "ISC"
|
|
1833
|
+
}
|
|
1834
|
+
],
|
|
1835
|
+
"purl": "pkg:cargo/untrusted@0.9.0",
|
|
1836
|
+
"externalReferences": [
|
|
1837
|
+
{
|
|
1838
|
+
"type": "documentation",
|
|
1839
|
+
"url": "https://briansmith.org/rustdoc/untrusted/"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"type": "vcs",
|
|
1843
|
+
"url": "https://github.com/briansmith/untrusted"
|
|
1844
|
+
}
|
|
1845
|
+
]
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"type": "library",
|
|
1849
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ureq-proto@0.6.0",
|
|
1850
|
+
"author": "Martin Algesten <martin@algesten.se>",
|
|
1851
|
+
"name": "ureq-proto",
|
|
1852
|
+
"version": "0.6.0",
|
|
1853
|
+
"description": "ureq support crate",
|
|
1854
|
+
"scope": "required",
|
|
1855
|
+
"hashes": [
|
|
1856
|
+
{
|
|
1857
|
+
"alg": "SHA-256",
|
|
1858
|
+
"content": "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
|
|
1859
|
+
}
|
|
1860
|
+
],
|
|
1861
|
+
"licenses": [
|
|
1862
|
+
{
|
|
1863
|
+
"expression": "MIT OR Apache-2.0"
|
|
1864
|
+
}
|
|
1865
|
+
],
|
|
1866
|
+
"purl": "pkg:cargo/ureq-proto@0.6.0",
|
|
1867
|
+
"externalReferences": [
|
|
1868
|
+
{
|
|
1869
|
+
"type": "vcs",
|
|
1870
|
+
"url": "https://github.com/algesten/ureq-proto"
|
|
1871
|
+
}
|
|
1872
|
+
]
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"type": "library",
|
|
1876
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0",
|
|
1877
|
+
"author": "Martin Algesten <martin@algesten.se>, Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>",
|
|
1878
|
+
"name": "ureq",
|
|
1879
|
+
"version": "3.3.0",
|
|
1880
|
+
"description": "Simple, safe HTTP client",
|
|
1881
|
+
"scope": "required",
|
|
1882
|
+
"hashes": [
|
|
1883
|
+
{
|
|
1884
|
+
"alg": "SHA-256",
|
|
1885
|
+
"content": "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
|
|
1886
|
+
}
|
|
1887
|
+
],
|
|
1888
|
+
"licenses": [
|
|
1889
|
+
{
|
|
1890
|
+
"expression": "MIT OR Apache-2.0"
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"purl": "pkg:cargo/ureq@3.3.0",
|
|
1894
|
+
"externalReferences": [
|
|
1895
|
+
{
|
|
1896
|
+
"type": "vcs",
|
|
1897
|
+
"url": "https://github.com/algesten/ureq"
|
|
1898
|
+
}
|
|
1899
|
+
]
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"type": "library",
|
|
1903
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1",
|
|
1904
|
+
"author": "Simon Sapin <simon.sapin@exyr.org>, Martin Algesten <martin@algesten.se>",
|
|
1905
|
+
"name": "utf8-zero",
|
|
1906
|
+
"version": "0.8.1",
|
|
1907
|
+
"description": "Zero-copy, incremental UTF-8 decoding with error handling",
|
|
1908
|
+
"scope": "required",
|
|
1909
|
+
"hashes": [
|
|
1910
|
+
{
|
|
1911
|
+
"alg": "SHA-256",
|
|
1912
|
+
"content": "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
|
|
1913
|
+
}
|
|
1914
|
+
],
|
|
1915
|
+
"licenses": [
|
|
1916
|
+
{
|
|
1917
|
+
"expression": "MIT OR Apache-2.0"
|
|
1918
|
+
}
|
|
1919
|
+
],
|
|
1920
|
+
"purl": "pkg:cargo/utf8-zero@0.8.1",
|
|
1921
|
+
"externalReferences": [
|
|
1922
|
+
{
|
|
1923
|
+
"type": "vcs",
|
|
1924
|
+
"url": "https://github.com/algesten/utf8-zero"
|
|
1925
|
+
}
|
|
1926
|
+
]
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"type": "library",
|
|
1930
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
|
|
1931
|
+
"author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
|
|
1932
|
+
"name": "utf8parse",
|
|
1933
|
+
"version": "0.2.2",
|
|
1934
|
+
"description": "Table-driven UTF-8 parser",
|
|
1935
|
+
"scope": "required",
|
|
1936
|
+
"hashes": [
|
|
1937
|
+
{
|
|
1938
|
+
"alg": "SHA-256",
|
|
1939
|
+
"content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"licenses": [
|
|
1943
|
+
{
|
|
1944
|
+
"expression": "Apache-2.0 OR MIT"
|
|
1945
|
+
}
|
|
1946
|
+
],
|
|
1947
|
+
"purl": "pkg:cargo/utf8parse@0.2.2",
|
|
1948
|
+
"externalReferences": [
|
|
1949
|
+
{
|
|
1950
|
+
"type": "documentation",
|
|
1951
|
+
"url": "https://docs.rs/utf8parse/"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"type": "vcs",
|
|
1955
|
+
"url": "https://github.com/alacritty/vte"
|
|
1956
|
+
}
|
|
1957
|
+
]
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"type": "library",
|
|
1961
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
|
|
1962
|
+
"author": "Sergio Benitez <sb@sergio.bz>",
|
|
1963
|
+
"name": "version_check",
|
|
1964
|
+
"version": "0.9.5",
|
|
1965
|
+
"description": "Tiny crate to check the version of the installed/running rustc.",
|
|
1966
|
+
"scope": "excluded",
|
|
1967
|
+
"hashes": [
|
|
1968
|
+
{
|
|
1969
|
+
"alg": "SHA-256",
|
|
1970
|
+
"content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"licenses": [
|
|
1974
|
+
{
|
|
1975
|
+
"expression": "MIT OR Apache-2.0"
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
"purl": "pkg:cargo/version_check@0.9.5",
|
|
1979
|
+
"externalReferences": [
|
|
1980
|
+
{
|
|
1981
|
+
"type": "documentation",
|
|
1982
|
+
"url": "https://docs.rs/version_check/"
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"type": "vcs",
|
|
1986
|
+
"url": "https://github.com/SergioBenitez/version_check"
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"type": "library",
|
|
1992
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.8",
|
|
1993
|
+
"name": "webpki-roots",
|
|
1994
|
+
"version": "1.0.8",
|
|
1995
|
+
"description": "Mozilla's CA root certificates for use with webpki",
|
|
1996
|
+
"scope": "required",
|
|
1997
|
+
"hashes": [
|
|
1998
|
+
{
|
|
1999
|
+
"alg": "SHA-256",
|
|
2000
|
+
"content": "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
|
|
2001
|
+
}
|
|
2002
|
+
],
|
|
2003
|
+
"licenses": [
|
|
2004
|
+
{
|
|
2005
|
+
"expression": "CDLA-Permissive-2.0"
|
|
2006
|
+
}
|
|
2007
|
+
],
|
|
2008
|
+
"purl": "pkg:cargo/webpki-roots@1.0.8",
|
|
2009
|
+
"externalReferences": [
|
|
2010
|
+
{
|
|
2011
|
+
"type": "website",
|
|
2012
|
+
"url": "https://github.com/rustls/webpki-roots"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"type": "vcs",
|
|
2016
|
+
"url": "https://github.com/rustls/webpki-roots"
|
|
2017
|
+
}
|
|
2018
|
+
]
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"type": "library",
|
|
2022
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
|
|
2023
|
+
"name": "windows-link",
|
|
2024
|
+
"version": "0.2.1",
|
|
2025
|
+
"description": "Linking for Windows",
|
|
2026
|
+
"scope": "required",
|
|
2027
|
+
"hashes": [
|
|
2028
|
+
{
|
|
2029
|
+
"alg": "SHA-256",
|
|
2030
|
+
"content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2031
|
+
}
|
|
2032
|
+
],
|
|
2033
|
+
"licenses": [
|
|
2034
|
+
{
|
|
2035
|
+
"expression": "MIT OR Apache-2.0"
|
|
2036
|
+
}
|
|
2037
|
+
],
|
|
2038
|
+
"purl": "pkg:cargo/windows-link@0.2.1",
|
|
2039
|
+
"externalReferences": [
|
|
2040
|
+
{
|
|
2041
|
+
"type": "vcs",
|
|
2042
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
2043
|
+
}
|
|
2044
|
+
]
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"type": "library",
|
|
2048
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
2049
|
+
"name": "windows-sys",
|
|
2050
|
+
"version": "0.61.2",
|
|
2051
|
+
"description": "Rust for Windows",
|
|
2052
|
+
"scope": "required",
|
|
2053
|
+
"hashes": [
|
|
2054
|
+
{
|
|
2055
|
+
"alg": "SHA-256",
|
|
2056
|
+
"content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2057
|
+
}
|
|
2058
|
+
],
|
|
2059
|
+
"licenses": [
|
|
2060
|
+
{
|
|
2061
|
+
"expression": "MIT OR Apache-2.0"
|
|
2062
|
+
}
|
|
2063
|
+
],
|
|
2064
|
+
"purl": "pkg:cargo/windows-sys@0.61.2",
|
|
2065
|
+
"externalReferences": [
|
|
2066
|
+
{
|
|
2067
|
+
"type": "vcs",
|
|
2068
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
2069
|
+
}
|
|
2070
|
+
]
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"type": "library",
|
|
2074
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0",
|
|
2075
|
+
"author": "The RustCrypto Project Developers",
|
|
2076
|
+
"name": "zeroize",
|
|
2077
|
+
"version": "1.9.0",
|
|
2078
|
+
"description": "Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! ",
|
|
2079
|
+
"scope": "required",
|
|
2080
|
+
"hashes": [
|
|
2081
|
+
{
|
|
2082
|
+
"alg": "SHA-256",
|
|
2083
|
+
"content": "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
2084
|
+
}
|
|
2085
|
+
],
|
|
2086
|
+
"licenses": [
|
|
2087
|
+
{
|
|
2088
|
+
"expression": "Apache-2.0 OR MIT"
|
|
2089
|
+
}
|
|
2090
|
+
],
|
|
2091
|
+
"purl": "pkg:cargo/zeroize@1.9.0",
|
|
2092
|
+
"externalReferences": [
|
|
2093
|
+
{
|
|
2094
|
+
"type": "documentation",
|
|
2095
|
+
"url": "https://docs.rs/zeroize"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"type": "vcs",
|
|
2099
|
+
"url": "https://github.com/RustCrypto/utils"
|
|
2100
|
+
}
|
|
2101
|
+
]
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"type": "library",
|
|
2105
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
|
|
2106
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2107
|
+
"name": "zmij",
|
|
2108
|
+
"version": "1.0.21",
|
|
2109
|
+
"description": "A double-to-string conversion algorithm based on Schubfach and yy",
|
|
2110
|
+
"scope": "required",
|
|
2111
|
+
"hashes": [
|
|
2112
|
+
{
|
|
2113
|
+
"alg": "SHA-256",
|
|
2114
|
+
"content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
2115
|
+
}
|
|
2116
|
+
],
|
|
2117
|
+
"licenses": [
|
|
2118
|
+
{
|
|
2119
|
+
"expression": "MIT"
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"purl": "pkg:cargo/zmij@1.0.21",
|
|
2123
|
+
"externalReferences": [
|
|
2124
|
+
{
|
|
2125
|
+
"type": "documentation",
|
|
2126
|
+
"url": "https://docs.rs/zmij"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"type": "vcs",
|
|
2130
|
+
"url": "https://github.com/dtolnay/zmij"
|
|
2131
|
+
}
|
|
2132
|
+
]
|
|
2133
|
+
}
|
|
2134
|
+
],
|
|
2135
|
+
"dependencies": [
|
|
2136
|
+
{
|
|
2137
|
+
"ref": "path+file:///D:/a/atrep-rs/atrep-rs/crates/atrep#0.3.0",
|
|
2138
|
+
"dependsOn": [
|
|
2139
|
+
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
|
|
2140
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2141
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
2142
|
+
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
|
|
2143
|
+
"registry+https://github.com/rust-lang/crates.io-index#tar@0.4.46",
|
|
2144
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25",
|
|
2145
|
+
"registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0"
|
|
2146
|
+
]
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"ref": "path+file:///D:/a/atrep-rs/atrep-rs/crates/atrep-cli#0.3.0",
|
|
2150
|
+
"dependsOn": [
|
|
2151
|
+
"path+file:///D:/a/atrep-rs/atrep-rs/crates/atrep#0.3.0",
|
|
2152
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1"
|
|
2153
|
+
]
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
2160
|
+
"dependsOn": [
|
|
2161
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
2162
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
2163
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
2164
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
2165
|
+
"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
2166
|
+
"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
2167
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
2168
|
+
]
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
2172
|
+
"dependsOn": [
|
|
2173
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
2174
|
+
]
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
2178
|
+
"dependsOn": [
|
|
2179
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
2180
|
+
]
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
2184
|
+
"dependsOn": [
|
|
2185
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
2186
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
2187
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
2188
|
+
]
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
|
|
2198
|
+
"dependsOn": [
|
|
2199
|
+
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
|
|
2200
|
+
]
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.66",
|
|
2207
|
+
"dependsOn": [
|
|
2208
|
+
"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
|
|
2209
|
+
"registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
|
|
2210
|
+
]
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
|
|
2217
|
+
"dependsOn": [
|
|
2218
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
2219
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1"
|
|
2220
|
+
]
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
2224
|
+
"dependsOn": [
|
|
2225
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
2226
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
2227
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
2228
|
+
"registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
|
|
2229
|
+
]
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
|
|
2233
|
+
"dependsOn": [
|
|
2234
|
+
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
2235
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2236
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
|
|
2237
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
2238
|
+
]
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
|
|
2251
|
+
"dependsOn": [
|
|
2252
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
2253
|
+
]
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
|
|
2257
|
+
"dependsOn": [
|
|
2258
|
+
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
|
|
2259
|
+
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
|
|
2260
|
+
]
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
|
|
2264
|
+
"dependsOn": [
|
|
2265
|
+
"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
|
|
2266
|
+
"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7"
|
|
2267
|
+
]
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29",
|
|
2271
|
+
"dependsOn": [
|
|
2272
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
2273
|
+
]
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
|
|
2280
|
+
"dependsOn": [
|
|
2281
|
+
"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
|
|
2282
|
+
"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9"
|
|
2283
|
+
]
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
|
|
2287
|
+
"dependsOn": [
|
|
2288
|
+
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1",
|
|
2289
|
+
"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
|
|
2290
|
+
]
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
2294
|
+
"dependsOn": [
|
|
2295
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
|
|
2303
|
+
"dependsOn": [
|
|
2304
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
|
|
2305
|
+
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
|
|
2306
|
+
]
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1"
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
|
|
2325
|
+
"dependsOn": [
|
|
2326
|
+
"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
|
|
2327
|
+
"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9"
|
|
2328
|
+
]
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2341
|
+
"dependsOn": [
|
|
2342
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
|
|
2347
|
+
"dependsOn": [
|
|
2348
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
|
|
2349
|
+
]
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
|
|
2353
|
+
"dependsOn": [
|
|
2354
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.66",
|
|
2355
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
2356
|
+
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
2357
|
+
"registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.0",
|
|
2362
|
+
"dependsOn": [
|
|
2363
|
+
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
|
|
2364
|
+
]
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
|
|
2368
|
+
"dependsOn": [
|
|
2369
|
+
"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
|
|
2370
|
+
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.0",
|
|
2371
|
+
"registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
|
|
2372
|
+
]
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.41",
|
|
2376
|
+
"dependsOn": [
|
|
2377
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
|
|
2378
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
2379
|
+
"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
|
|
2380
|
+
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.0",
|
|
2381
|
+
"registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
|
|
2382
|
+
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
|
|
2383
|
+
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
|
|
2384
|
+
]
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2388
|
+
"dependsOn": [
|
|
2389
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
2390
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
|
|
2391
|
+
]
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
2398
|
+
"dependsOn": [
|
|
2399
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2400
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
|
|
2401
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
2402
|
+
]
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
2406
|
+
"dependsOn": [
|
|
2407
|
+
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
2408
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
2409
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
2410
|
+
"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
|
|
2411
|
+
]
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
|
|
2415
|
+
"dependsOn": [
|
|
2416
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
2417
|
+
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
|
|
2418
|
+
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
|
|
2419
|
+
]
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118",
|
|
2435
|
+
"dependsOn": [
|
|
2436
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2437
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
|
|
2438
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tar@0.4.46",
|
|
2443
|
+
"dependsOn": [
|
|
2444
|
+
"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29"
|
|
2445
|
+
]
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
|
|
2449
|
+
"dependsOn": [
|
|
2450
|
+
"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
|
|
2451
|
+
]
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25",
|
|
2464
|
+
"dependsOn": [
|
|
2465
|
+
"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0"
|
|
2466
|
+
]
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ureq-proto@0.6.0",
|
|
2473
|
+
"dependsOn": [
|
|
2474
|
+
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
|
2475
|
+
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
|
|
2476
|
+
"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
|
|
2477
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33"
|
|
2478
|
+
]
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0",
|
|
2482
|
+
"dependsOn": [
|
|
2483
|
+
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
|
2484
|
+
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
|
|
2485
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
|
|
2486
|
+
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
2487
|
+
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.41",
|
|
2488
|
+
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.0",
|
|
2489
|
+
"registry+https://github.com/rust-lang/crates.io-index#ureq-proto@0.6.0",
|
|
2490
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1",
|
|
2491
|
+
"registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.8"
|
|
2492
|
+
]
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.8",
|
|
2505
|
+
"dependsOn": [
|
|
2506
|
+
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.0"
|
|
2507
|
+
]
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
2514
|
+
"dependsOn": [
|
|
2515
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
2516
|
+
]
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
|
|
2523
|
+
}
|
|
2524
|
+
]
|
|
2525
|
+
}
|