sqlalchemy-lsp 0.1.5__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sqlalchemy_lsp-0.1.5.data/scripts/sqlalchemy-lsp.exe +0 -0
- sqlalchemy_lsp-0.1.5.dist-info/METADATA +164 -0
- sqlalchemy_lsp-0.1.5.dist-info/RECORD +6 -0
- sqlalchemy_lsp-0.1.5.dist-info/WHEEL +4 -0
- sqlalchemy_lsp-0.1.5.dist-info/licenses/LICENSE +21 -0
- sqlalchemy_lsp-0.1.5.dist-info/sboms/sqlalchemy-lsp.cyclonedx.json +4522 -0
|
@@ -0,0 +1,4522 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bomFormat": "CycloneDX",
|
|
3
|
+
"specVersion": "1.5",
|
|
4
|
+
"version": 1,
|
|
5
|
+
"serialNumber": "urn:uuid:64c448ce-4eff-42fe-862e-9e74c509ace2",
|
|
6
|
+
"metadata": {
|
|
7
|
+
"timestamp": "2026-06-23T14:15:22.620362500Z",
|
|
8
|
+
"tools": [
|
|
9
|
+
{
|
|
10
|
+
"vendor": "CycloneDX",
|
|
11
|
+
"name": "cargo-cyclonedx",
|
|
12
|
+
"version": "0.5.9"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"authors": [
|
|
16
|
+
{
|
|
17
|
+
"name": "Alex Oleshkevich",
|
|
18
|
+
"email": "techsupport@investerra.ch"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"component": {
|
|
22
|
+
"type": "application",
|
|
23
|
+
"bom-ref": "path+file:///D:/a/sqlalchemy-lsp/sqlalchemy-lsp#0.1.5",
|
|
24
|
+
"author": "Alex Oleshkevich <techsupport@investerra.ch>",
|
|
25
|
+
"name": "sqlalchemy-lsp",
|
|
26
|
+
"version": "0.1.5",
|
|
27
|
+
"description": "Language server for SQLAlchemy ORM intelligence",
|
|
28
|
+
"scope": "required",
|
|
29
|
+
"licenses": [
|
|
30
|
+
{
|
|
31
|
+
"expression": "MIT"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"purl": "pkg:cargo/sqlalchemy-lsp@0.1.5?download_url=file://.",
|
|
35
|
+
"externalReferences": [
|
|
36
|
+
{
|
|
37
|
+
"type": "website",
|
|
38
|
+
"url": "https://github.com/alex-oleshkevich/sqlalchemy-lsp"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "vcs",
|
|
42
|
+
"url": "https://github.com/alex-oleshkevich/sqlalchemy-lsp"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"components": [
|
|
46
|
+
{
|
|
47
|
+
"type": "library",
|
|
48
|
+
"bom-ref": "path+file:///D:/a/sqlalchemy-lsp/sqlalchemy-lsp#0.1.5 bin-target-0",
|
|
49
|
+
"name": "sqlalchemy_lsp",
|
|
50
|
+
"version": "0.1.5",
|
|
51
|
+
"purl": "pkg:cargo/sqlalchemy-lsp@0.1.5?download_url=file://.#src/lib.rs"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"type": "application",
|
|
55
|
+
"bom-ref": "path+file:///D:/a/sqlalchemy-lsp/sqlalchemy-lsp#0.1.5 bin-target-1",
|
|
56
|
+
"name": "sqlalchemy-lsp",
|
|
57
|
+
"version": "0.1.5",
|
|
58
|
+
"purl": "pkg:cargo/sqlalchemy-lsp@0.1.5?download_url=file://.#src/main.rs"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"properties": [
|
|
63
|
+
{
|
|
64
|
+
"name": "cdx:rustc:sbom:target:all_targets",
|
|
65
|
+
"value": "true"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"components": [
|
|
70
|
+
{
|
|
71
|
+
"type": "library",
|
|
72
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
73
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
74
|
+
"name": "aho-corasick",
|
|
75
|
+
"version": "1.1.4",
|
|
76
|
+
"description": "Fast multiple substring searching.",
|
|
77
|
+
"scope": "required",
|
|
78
|
+
"hashes": [
|
|
79
|
+
{
|
|
80
|
+
"alg": "SHA-256",
|
|
81
|
+
"content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"licenses": [
|
|
85
|
+
{
|
|
86
|
+
"expression": "Unlicense OR MIT"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"purl": "pkg:cargo/aho-corasick@1.1.4",
|
|
90
|
+
"externalReferences": [
|
|
91
|
+
{
|
|
92
|
+
"type": "website",
|
|
93
|
+
"url": "https://github.com/BurntSushi/aho-corasick"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"type": "vcs",
|
|
97
|
+
"url": "https://github.com/BurntSushi/aho-corasick"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"type": "library",
|
|
103
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
104
|
+
"name": "anstream",
|
|
105
|
+
"version": "1.0.0",
|
|
106
|
+
"description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
|
|
107
|
+
"scope": "required",
|
|
108
|
+
"hashes": [
|
|
109
|
+
{
|
|
110
|
+
"alg": "SHA-256",
|
|
111
|
+
"content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"licenses": [
|
|
115
|
+
{
|
|
116
|
+
"expression": "MIT OR Apache-2.0"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"purl": "pkg:cargo/anstream@1.0.0",
|
|
120
|
+
"externalReferences": [
|
|
121
|
+
{
|
|
122
|
+
"type": "vcs",
|
|
123
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"type": "library",
|
|
129
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
130
|
+
"name": "anstyle-parse",
|
|
131
|
+
"version": "1.0.0",
|
|
132
|
+
"description": "Parse ANSI Style Escapes",
|
|
133
|
+
"scope": "required",
|
|
134
|
+
"hashes": [
|
|
135
|
+
{
|
|
136
|
+
"alg": "SHA-256",
|
|
137
|
+
"content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"licenses": [
|
|
141
|
+
{
|
|
142
|
+
"expression": "MIT OR Apache-2.0"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"purl": "pkg:cargo/anstyle-parse@1.0.0",
|
|
146
|
+
"externalReferences": [
|
|
147
|
+
{
|
|
148
|
+
"type": "vcs",
|
|
149
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": "library",
|
|
155
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
156
|
+
"name": "anstyle-query",
|
|
157
|
+
"version": "1.1.5",
|
|
158
|
+
"description": "Look up colored console capabilities",
|
|
159
|
+
"scope": "required",
|
|
160
|
+
"hashes": [
|
|
161
|
+
{
|
|
162
|
+
"alg": "SHA-256",
|
|
163
|
+
"content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"licenses": [
|
|
167
|
+
{
|
|
168
|
+
"expression": "MIT OR Apache-2.0"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"purl": "pkg:cargo/anstyle-query@1.1.5",
|
|
172
|
+
"externalReferences": [
|
|
173
|
+
{
|
|
174
|
+
"type": "vcs",
|
|
175
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"type": "library",
|
|
181
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
182
|
+
"name": "anstyle-wincon",
|
|
183
|
+
"version": "3.0.11",
|
|
184
|
+
"description": "Styling legacy Windows terminals",
|
|
185
|
+
"scope": "required",
|
|
186
|
+
"hashes": [
|
|
187
|
+
{
|
|
188
|
+
"alg": "SHA-256",
|
|
189
|
+
"content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"licenses": [
|
|
193
|
+
{
|
|
194
|
+
"expression": "MIT OR Apache-2.0"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"purl": "pkg:cargo/anstyle-wincon@3.0.11",
|
|
198
|
+
"externalReferences": [
|
|
199
|
+
{
|
|
200
|
+
"type": "vcs",
|
|
201
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"type": "library",
|
|
207
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
208
|
+
"name": "anstyle",
|
|
209
|
+
"version": "1.0.14",
|
|
210
|
+
"description": "ANSI text styling",
|
|
211
|
+
"scope": "required",
|
|
212
|
+
"hashes": [
|
|
213
|
+
{
|
|
214
|
+
"alg": "SHA-256",
|
|
215
|
+
"content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"licenses": [
|
|
219
|
+
{
|
|
220
|
+
"expression": "MIT OR Apache-2.0"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"purl": "pkg:cargo/anstyle@1.0.14",
|
|
224
|
+
"externalReferences": [
|
|
225
|
+
{
|
|
226
|
+
"type": "vcs",
|
|
227
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"type": "library",
|
|
233
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
|
|
234
|
+
"author": "The Rust Project Developers",
|
|
235
|
+
"name": "bitflags",
|
|
236
|
+
"version": "2.13.0",
|
|
237
|
+
"description": "A macro to generate structures which behave like bitflags. ",
|
|
238
|
+
"scope": "required",
|
|
239
|
+
"hashes": [
|
|
240
|
+
{
|
|
241
|
+
"alg": "SHA-256",
|
|
242
|
+
"content": "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"licenses": [
|
|
246
|
+
{
|
|
247
|
+
"expression": "MIT OR Apache-2.0"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
"purl": "pkg:cargo/bitflags@2.13.0",
|
|
251
|
+
"externalReferences": [
|
|
252
|
+
{
|
|
253
|
+
"type": "documentation",
|
|
254
|
+
"url": "https://docs.rs/bitflags"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"type": "website",
|
|
258
|
+
"url": "https://github.com/bitflags/bitflags"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"type": "vcs",
|
|
262
|
+
"url": "https://github.com/bitflags/bitflags"
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"type": "library",
|
|
268
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#borrow-or-share@0.2.4",
|
|
269
|
+
"author": "Scallop Ye <yescallop@gmail.com>",
|
|
270
|
+
"name": "borrow-or-share",
|
|
271
|
+
"version": "0.2.4",
|
|
272
|
+
"description": "Traits for either borrowing or sharing data.",
|
|
273
|
+
"scope": "required",
|
|
274
|
+
"hashes": [
|
|
275
|
+
{
|
|
276
|
+
"alg": "SHA-256",
|
|
277
|
+
"content": "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"licenses": [
|
|
281
|
+
{
|
|
282
|
+
"expression": "MIT-0"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"purl": "pkg:cargo/borrow-or-share@0.2.4",
|
|
286
|
+
"externalReferences": [
|
|
287
|
+
{
|
|
288
|
+
"type": "documentation",
|
|
289
|
+
"url": "https://docs.rs/borrow-or-share"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"type": "vcs",
|
|
293
|
+
"url": "https://github.com/yescallop/borrow-or-share"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"type": "library",
|
|
299
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
|
|
300
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
301
|
+
"name": "bstr",
|
|
302
|
+
"version": "1.12.1",
|
|
303
|
+
"description": "A string type that is not required to be valid UTF-8.",
|
|
304
|
+
"scope": "required",
|
|
305
|
+
"hashes": [
|
|
306
|
+
{
|
|
307
|
+
"alg": "SHA-256",
|
|
308
|
+
"content": "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"licenses": [
|
|
312
|
+
{
|
|
313
|
+
"expression": "MIT OR Apache-2.0"
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"purl": "pkg:cargo/bstr@1.12.1",
|
|
317
|
+
"externalReferences": [
|
|
318
|
+
{
|
|
319
|
+
"type": "documentation",
|
|
320
|
+
"url": "https://docs.rs/bstr"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"type": "website",
|
|
324
|
+
"url": "https://github.com/BurntSushi/bstr"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"type": "vcs",
|
|
328
|
+
"url": "https://github.com/BurntSushi/bstr"
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"type": "library",
|
|
334
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
335
|
+
"author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
|
|
336
|
+
"name": "bytes",
|
|
337
|
+
"version": "1.11.1",
|
|
338
|
+
"description": "Types and traits for working with bytes",
|
|
339
|
+
"scope": "required",
|
|
340
|
+
"hashes": [
|
|
341
|
+
{
|
|
342
|
+
"alg": "SHA-256",
|
|
343
|
+
"content": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"licenses": [
|
|
347
|
+
{
|
|
348
|
+
"expression": "MIT"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"purl": "pkg:cargo/bytes@1.11.1",
|
|
352
|
+
"externalReferences": [
|
|
353
|
+
{
|
|
354
|
+
"type": "vcs",
|
|
355
|
+
"url": "https://github.com/tokio-rs/bytes"
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"type": "library",
|
|
361
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
|
|
362
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
363
|
+
"name": "cc",
|
|
364
|
+
"version": "1.2.64",
|
|
365
|
+
"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. ",
|
|
366
|
+
"scope": "excluded",
|
|
367
|
+
"hashes": [
|
|
368
|
+
{
|
|
369
|
+
"alg": "SHA-256",
|
|
370
|
+
"content": "dad887fd958be91b5098c0248def011f4523ab786cd411be668777e55063501f"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"licenses": [
|
|
374
|
+
{
|
|
375
|
+
"expression": "MIT OR Apache-2.0"
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"purl": "pkg:cargo/cc@1.2.64",
|
|
379
|
+
"externalReferences": [
|
|
380
|
+
{
|
|
381
|
+
"type": "documentation",
|
|
382
|
+
"url": "https://docs.rs/cc"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"type": "website",
|
|
386
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"type": "vcs",
|
|
390
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
391
|
+
}
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"type": "library",
|
|
396
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
397
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
398
|
+
"name": "cfg-if",
|
|
399
|
+
"version": "1.0.4",
|
|
400
|
+
"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. ",
|
|
401
|
+
"scope": "required",
|
|
402
|
+
"hashes": [
|
|
403
|
+
{
|
|
404
|
+
"alg": "SHA-256",
|
|
405
|
+
"content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"licenses": [
|
|
409
|
+
{
|
|
410
|
+
"expression": "MIT OR Apache-2.0"
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"purl": "pkg:cargo/cfg-if@1.0.4",
|
|
414
|
+
"externalReferences": [
|
|
415
|
+
{
|
|
416
|
+
"type": "vcs",
|
|
417
|
+
"url": "https://github.com/rust-lang/cfg-if"
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"type": "library",
|
|
423
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
|
|
424
|
+
"name": "clap",
|
|
425
|
+
"version": "4.6.1",
|
|
426
|
+
"description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
|
|
427
|
+
"scope": "required",
|
|
428
|
+
"hashes": [
|
|
429
|
+
{
|
|
430
|
+
"alg": "SHA-256",
|
|
431
|
+
"content": "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"licenses": [
|
|
435
|
+
{
|
|
436
|
+
"expression": "MIT OR Apache-2.0"
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"purl": "pkg:cargo/clap@4.6.1",
|
|
440
|
+
"externalReferences": [
|
|
441
|
+
{
|
|
442
|
+
"type": "vcs",
|
|
443
|
+
"url": "https://github.com/clap-rs/clap"
|
|
444
|
+
}
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"type": "library",
|
|
449
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
450
|
+
"name": "clap_builder",
|
|
451
|
+
"version": "4.6.0",
|
|
452
|
+
"description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
|
|
453
|
+
"scope": "required",
|
|
454
|
+
"hashes": [
|
|
455
|
+
{
|
|
456
|
+
"alg": "SHA-256",
|
|
457
|
+
"content": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"licenses": [
|
|
461
|
+
{
|
|
462
|
+
"expression": "MIT OR Apache-2.0"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"purl": "pkg:cargo/clap_builder@4.6.0",
|
|
466
|
+
"externalReferences": [
|
|
467
|
+
{
|
|
468
|
+
"type": "vcs",
|
|
469
|
+
"url": "https://github.com/clap-rs/clap"
|
|
470
|
+
}
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"type": "library",
|
|
475
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
|
|
476
|
+
"name": "clap_derive",
|
|
477
|
+
"version": "4.6.1",
|
|
478
|
+
"description": "Parse command line argument by defining a struct, derive crate.",
|
|
479
|
+
"scope": "required",
|
|
480
|
+
"hashes": [
|
|
481
|
+
{
|
|
482
|
+
"alg": "SHA-256",
|
|
483
|
+
"content": "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"licenses": [
|
|
487
|
+
{
|
|
488
|
+
"expression": "MIT OR Apache-2.0"
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
"purl": "pkg:cargo/clap_derive@4.6.1",
|
|
492
|
+
"externalReferences": [
|
|
493
|
+
{
|
|
494
|
+
"type": "vcs",
|
|
495
|
+
"url": "https://github.com/clap-rs/clap"
|
|
496
|
+
}
|
|
497
|
+
]
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"type": "library",
|
|
501
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
502
|
+
"name": "clap_lex",
|
|
503
|
+
"version": "1.1.0",
|
|
504
|
+
"description": "Minimal, flexible command line parser",
|
|
505
|
+
"scope": "required",
|
|
506
|
+
"hashes": [
|
|
507
|
+
{
|
|
508
|
+
"alg": "SHA-256",
|
|
509
|
+
"content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"licenses": [
|
|
513
|
+
{
|
|
514
|
+
"expression": "MIT OR Apache-2.0"
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"purl": "pkg:cargo/clap_lex@1.1.0",
|
|
518
|
+
"externalReferences": [
|
|
519
|
+
{
|
|
520
|
+
"type": "vcs",
|
|
521
|
+
"url": "https://github.com/clap-rs/clap"
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"type": "library",
|
|
527
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
528
|
+
"name": "colorchoice",
|
|
529
|
+
"version": "1.0.5",
|
|
530
|
+
"description": "Global override of color control",
|
|
531
|
+
"scope": "required",
|
|
532
|
+
"hashes": [
|
|
533
|
+
{
|
|
534
|
+
"alg": "SHA-256",
|
|
535
|
+
"content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"licenses": [
|
|
539
|
+
{
|
|
540
|
+
"expression": "MIT OR Apache-2.0"
|
|
541
|
+
}
|
|
542
|
+
],
|
|
543
|
+
"purl": "pkg:cargo/colorchoice@1.0.5",
|
|
544
|
+
"externalReferences": [
|
|
545
|
+
{
|
|
546
|
+
"type": "vcs",
|
|
547
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"type": "library",
|
|
553
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
|
|
554
|
+
"name": "crossbeam-channel",
|
|
555
|
+
"version": "0.5.15",
|
|
556
|
+
"description": "Multi-producer multi-consumer channels for message passing",
|
|
557
|
+
"scope": "required",
|
|
558
|
+
"hashes": [
|
|
559
|
+
{
|
|
560
|
+
"alg": "SHA-256",
|
|
561
|
+
"content": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"licenses": [
|
|
565
|
+
{
|
|
566
|
+
"expression": "MIT OR Apache-2.0"
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"purl": "pkg:cargo/crossbeam-channel@0.5.15",
|
|
570
|
+
"externalReferences": [
|
|
571
|
+
{
|
|
572
|
+
"type": "website",
|
|
573
|
+
"url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"type": "vcs",
|
|
577
|
+
"url": "https://github.com/crossbeam-rs/crossbeam"
|
|
578
|
+
}
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"type": "library",
|
|
583
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
|
|
584
|
+
"name": "crossbeam-utils",
|
|
585
|
+
"version": "0.8.21",
|
|
586
|
+
"description": "Utilities for concurrent programming",
|
|
587
|
+
"scope": "required",
|
|
588
|
+
"hashes": [
|
|
589
|
+
{
|
|
590
|
+
"alg": "SHA-256",
|
|
591
|
+
"content": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
592
|
+
}
|
|
593
|
+
],
|
|
594
|
+
"licenses": [
|
|
595
|
+
{
|
|
596
|
+
"expression": "MIT OR Apache-2.0"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"purl": "pkg:cargo/crossbeam-utils@0.8.21",
|
|
600
|
+
"externalReferences": [
|
|
601
|
+
{
|
|
602
|
+
"type": "website",
|
|
603
|
+
"url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"type": "vcs",
|
|
607
|
+
"url": "https://github.com/crossbeam-rs/crossbeam"
|
|
608
|
+
}
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"type": "library",
|
|
613
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dashmap@6.2.1",
|
|
614
|
+
"author": "Acrimon <joel.wejdenstal@gmail.com>",
|
|
615
|
+
"name": "dashmap",
|
|
616
|
+
"version": "6.2.1",
|
|
617
|
+
"description": "Blazing fast concurrent HashMap for Rust.",
|
|
618
|
+
"scope": "required",
|
|
619
|
+
"hashes": [
|
|
620
|
+
{
|
|
621
|
+
"alg": "SHA-256",
|
|
622
|
+
"content": "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"licenses": [
|
|
626
|
+
{
|
|
627
|
+
"expression": "MIT"
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"purl": "pkg:cargo/dashmap@6.2.1",
|
|
631
|
+
"externalReferences": [
|
|
632
|
+
{
|
|
633
|
+
"type": "documentation",
|
|
634
|
+
"url": "https://docs.rs/dashmap"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"type": "website",
|
|
638
|
+
"url": "https://github.com/xacrimon/dashmap"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"type": "vcs",
|
|
642
|
+
"url": "https://github.com/xacrimon/dashmap"
|
|
643
|
+
}
|
|
644
|
+
]
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"type": "library",
|
|
648
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
|
|
649
|
+
"author": "Jacob Pratt <jacob@jhpratt.dev>",
|
|
650
|
+
"name": "deranged",
|
|
651
|
+
"version": "0.5.8",
|
|
652
|
+
"description": "Ranged integers",
|
|
653
|
+
"scope": "required",
|
|
654
|
+
"hashes": [
|
|
655
|
+
{
|
|
656
|
+
"alg": "SHA-256",
|
|
657
|
+
"content": "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"licenses": [
|
|
661
|
+
{
|
|
662
|
+
"expression": "MIT OR Apache-2.0"
|
|
663
|
+
}
|
|
664
|
+
],
|
|
665
|
+
"purl": "pkg:cargo/deranged@0.5.8",
|
|
666
|
+
"externalReferences": [
|
|
667
|
+
{
|
|
668
|
+
"type": "vcs",
|
|
669
|
+
"url": "https://github.com/jhpratt/deranged"
|
|
670
|
+
}
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"type": "library",
|
|
675
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
676
|
+
"name": "equivalent",
|
|
677
|
+
"version": "1.0.2",
|
|
678
|
+
"description": "Traits for key comparison in maps.",
|
|
679
|
+
"scope": "required",
|
|
680
|
+
"hashes": [
|
|
681
|
+
{
|
|
682
|
+
"alg": "SHA-256",
|
|
683
|
+
"content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"licenses": [
|
|
687
|
+
{
|
|
688
|
+
"expression": "Apache-2.0 OR MIT"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"purl": "pkg:cargo/equivalent@1.0.2",
|
|
692
|
+
"externalReferences": [
|
|
693
|
+
{
|
|
694
|
+
"type": "vcs",
|
|
695
|
+
"url": "https://github.com/indexmap-rs/equivalent"
|
|
696
|
+
}
|
|
697
|
+
]
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"type": "library",
|
|
701
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29",
|
|
702
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
703
|
+
"name": "filetime",
|
|
704
|
+
"version": "0.2.29",
|
|
705
|
+
"description": "Platform-agnostic accessors of timestamps in File metadata ",
|
|
706
|
+
"scope": "required",
|
|
707
|
+
"hashes": [
|
|
708
|
+
{
|
|
709
|
+
"alg": "SHA-256",
|
|
710
|
+
"content": "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"licenses": [
|
|
714
|
+
{
|
|
715
|
+
"expression": "MIT OR Apache-2.0"
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"purl": "pkg:cargo/filetime@0.2.29",
|
|
719
|
+
"externalReferences": [
|
|
720
|
+
{
|
|
721
|
+
"type": "documentation",
|
|
722
|
+
"url": "https://docs.rs/filetime"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"type": "website",
|
|
726
|
+
"url": "https://github.com/alexcrichton/filetime"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"type": "vcs",
|
|
730
|
+
"url": "https://github.com/alexcrichton/filetime"
|
|
731
|
+
}
|
|
732
|
+
]
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"type": "library",
|
|
736
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
|
|
737
|
+
"name": "find-msvc-tools",
|
|
738
|
+
"version": "0.1.9",
|
|
739
|
+
"description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
|
|
740
|
+
"scope": "excluded",
|
|
741
|
+
"hashes": [
|
|
742
|
+
{
|
|
743
|
+
"alg": "SHA-256",
|
|
744
|
+
"content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
745
|
+
}
|
|
746
|
+
],
|
|
747
|
+
"licenses": [
|
|
748
|
+
{
|
|
749
|
+
"expression": "MIT OR Apache-2.0"
|
|
750
|
+
}
|
|
751
|
+
],
|
|
752
|
+
"purl": "pkg:cargo/find-msvc-tools@0.1.9",
|
|
753
|
+
"externalReferences": [
|
|
754
|
+
{
|
|
755
|
+
"type": "documentation",
|
|
756
|
+
"url": "https://docs.rs/find-msvc-tools"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"type": "vcs",
|
|
760
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
761
|
+
}
|
|
762
|
+
]
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"type": "library",
|
|
766
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.4.1",
|
|
767
|
+
"author": "Scallop Ye <yescallop@gmail.com>",
|
|
768
|
+
"name": "fluent-uri",
|
|
769
|
+
"version": "0.4.1",
|
|
770
|
+
"description": "A generic URI/IRI handling library compliant with RFC 3986/3987.",
|
|
771
|
+
"scope": "required",
|
|
772
|
+
"hashes": [
|
|
773
|
+
{
|
|
774
|
+
"alg": "SHA-256",
|
|
775
|
+
"content": "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"licenses": [
|
|
779
|
+
{
|
|
780
|
+
"expression": "MIT"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"purl": "pkg:cargo/fluent-uri@0.4.1",
|
|
784
|
+
"externalReferences": [
|
|
785
|
+
{
|
|
786
|
+
"type": "documentation",
|
|
787
|
+
"url": "https://docs.rs/fluent-uri"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"type": "vcs",
|
|
791
|
+
"url": "https://github.com/yescallop/fluent-uri-rs"
|
|
792
|
+
}
|
|
793
|
+
]
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"type": "library",
|
|
797
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
798
|
+
"name": "futures-channel",
|
|
799
|
+
"version": "0.3.32",
|
|
800
|
+
"description": "Channels for asynchronous communication using futures-rs. ",
|
|
801
|
+
"scope": "required",
|
|
802
|
+
"hashes": [
|
|
803
|
+
{
|
|
804
|
+
"alg": "SHA-256",
|
|
805
|
+
"content": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"licenses": [
|
|
809
|
+
{
|
|
810
|
+
"expression": "MIT OR Apache-2.0"
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"purl": "pkg:cargo/futures-channel@0.3.32",
|
|
814
|
+
"externalReferences": [
|
|
815
|
+
{
|
|
816
|
+
"type": "website",
|
|
817
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"type": "vcs",
|
|
821
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
822
|
+
}
|
|
823
|
+
]
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"type": "library",
|
|
827
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
828
|
+
"name": "futures-core",
|
|
829
|
+
"version": "0.3.32",
|
|
830
|
+
"description": "The core traits and types in for the `futures` library. ",
|
|
831
|
+
"scope": "required",
|
|
832
|
+
"hashes": [
|
|
833
|
+
{
|
|
834
|
+
"alg": "SHA-256",
|
|
835
|
+
"content": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
"licenses": [
|
|
839
|
+
{
|
|
840
|
+
"expression": "MIT OR Apache-2.0"
|
|
841
|
+
}
|
|
842
|
+
],
|
|
843
|
+
"purl": "pkg:cargo/futures-core@0.3.32",
|
|
844
|
+
"externalReferences": [
|
|
845
|
+
{
|
|
846
|
+
"type": "website",
|
|
847
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"type": "vcs",
|
|
851
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"type": "library",
|
|
857
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
|
|
858
|
+
"name": "futures-io",
|
|
859
|
+
"version": "0.3.32",
|
|
860
|
+
"description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. ",
|
|
861
|
+
"scope": "required",
|
|
862
|
+
"hashes": [
|
|
863
|
+
{
|
|
864
|
+
"alg": "SHA-256",
|
|
865
|
+
"content": "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"licenses": [
|
|
869
|
+
{
|
|
870
|
+
"expression": "MIT OR Apache-2.0"
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"purl": "pkg:cargo/futures-io@0.3.32",
|
|
874
|
+
"externalReferences": [
|
|
875
|
+
{
|
|
876
|
+
"type": "website",
|
|
877
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"type": "vcs",
|
|
881
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
882
|
+
}
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"type": "library",
|
|
887
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
|
|
888
|
+
"name": "futures-macro",
|
|
889
|
+
"version": "0.3.32",
|
|
890
|
+
"description": "The futures-rs procedural macro implementations. ",
|
|
891
|
+
"scope": "required",
|
|
892
|
+
"hashes": [
|
|
893
|
+
{
|
|
894
|
+
"alg": "SHA-256",
|
|
895
|
+
"content": "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"licenses": [
|
|
899
|
+
{
|
|
900
|
+
"expression": "MIT OR Apache-2.0"
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"purl": "pkg:cargo/futures-macro@0.3.32",
|
|
904
|
+
"externalReferences": [
|
|
905
|
+
{
|
|
906
|
+
"type": "website",
|
|
907
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"type": "vcs",
|
|
911
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"type": "library",
|
|
917
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
918
|
+
"name": "futures-sink",
|
|
919
|
+
"version": "0.3.32",
|
|
920
|
+
"description": "The asynchronous `Sink` trait for the futures-rs library. ",
|
|
921
|
+
"scope": "required",
|
|
922
|
+
"hashes": [
|
|
923
|
+
{
|
|
924
|
+
"alg": "SHA-256",
|
|
925
|
+
"content": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"licenses": [
|
|
929
|
+
{
|
|
930
|
+
"expression": "MIT OR Apache-2.0"
|
|
931
|
+
}
|
|
932
|
+
],
|
|
933
|
+
"purl": "pkg:cargo/futures-sink@0.3.32",
|
|
934
|
+
"externalReferences": [
|
|
935
|
+
{
|
|
936
|
+
"type": "website",
|
|
937
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"type": "vcs",
|
|
941
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"type": "library",
|
|
947
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
|
|
948
|
+
"name": "futures-task",
|
|
949
|
+
"version": "0.3.32",
|
|
950
|
+
"description": "Tools for working with tasks. ",
|
|
951
|
+
"scope": "required",
|
|
952
|
+
"hashes": [
|
|
953
|
+
{
|
|
954
|
+
"alg": "SHA-256",
|
|
955
|
+
"content": "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
956
|
+
}
|
|
957
|
+
],
|
|
958
|
+
"licenses": [
|
|
959
|
+
{
|
|
960
|
+
"expression": "MIT OR Apache-2.0"
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"purl": "pkg:cargo/futures-task@0.3.32",
|
|
964
|
+
"externalReferences": [
|
|
965
|
+
{
|
|
966
|
+
"type": "website",
|
|
967
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"type": "vcs",
|
|
971
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
972
|
+
}
|
|
973
|
+
]
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"type": "library",
|
|
977
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
|
|
978
|
+
"name": "futures-util",
|
|
979
|
+
"version": "0.3.32",
|
|
980
|
+
"description": "Common utilities and extension traits for the futures-rs library. ",
|
|
981
|
+
"scope": "required",
|
|
982
|
+
"hashes": [
|
|
983
|
+
{
|
|
984
|
+
"alg": "SHA-256",
|
|
985
|
+
"content": "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
"licenses": [
|
|
989
|
+
{
|
|
990
|
+
"expression": "MIT OR Apache-2.0"
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"purl": "pkg:cargo/futures-util@0.3.32",
|
|
994
|
+
"externalReferences": [
|
|
995
|
+
{
|
|
996
|
+
"type": "website",
|
|
997
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"type": "vcs",
|
|
1001
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
1002
|
+
}
|
|
1003
|
+
]
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"type": "library",
|
|
1007
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
|
|
1008
|
+
"name": "futures",
|
|
1009
|
+
"version": "0.3.32",
|
|
1010
|
+
"description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. ",
|
|
1011
|
+
"scope": "required",
|
|
1012
|
+
"hashes": [
|
|
1013
|
+
{
|
|
1014
|
+
"alg": "SHA-256",
|
|
1015
|
+
"content": "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
|
1016
|
+
}
|
|
1017
|
+
],
|
|
1018
|
+
"licenses": [
|
|
1019
|
+
{
|
|
1020
|
+
"expression": "MIT OR Apache-2.0"
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
1023
|
+
"purl": "pkg:cargo/futures@0.3.32",
|
|
1024
|
+
"externalReferences": [
|
|
1025
|
+
{
|
|
1026
|
+
"type": "website",
|
|
1027
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"type": "vcs",
|
|
1031
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
1032
|
+
}
|
|
1033
|
+
]
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"type": "library",
|
|
1037
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
|
|
1038
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
1039
|
+
"name": "globset",
|
|
1040
|
+
"version": "0.4.18",
|
|
1041
|
+
"description": "Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ",
|
|
1042
|
+
"scope": "required",
|
|
1043
|
+
"hashes": [
|
|
1044
|
+
{
|
|
1045
|
+
"alg": "SHA-256",
|
|
1046
|
+
"content": "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
|
|
1047
|
+
}
|
|
1048
|
+
],
|
|
1049
|
+
"licenses": [
|
|
1050
|
+
{
|
|
1051
|
+
"expression": "Unlicense OR MIT"
|
|
1052
|
+
}
|
|
1053
|
+
],
|
|
1054
|
+
"purl": "pkg:cargo/globset@0.4.18",
|
|
1055
|
+
"externalReferences": [
|
|
1056
|
+
{
|
|
1057
|
+
"type": "documentation",
|
|
1058
|
+
"url": "https://docs.rs/globset"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"type": "website",
|
|
1062
|
+
"url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"type": "vcs",
|
|
1066
|
+
"url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"type": "library",
|
|
1072
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
|
|
1073
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1074
|
+
"name": "hashbrown",
|
|
1075
|
+
"version": "0.14.5",
|
|
1076
|
+
"description": "A Rust port of Google's SwissTable hash map",
|
|
1077
|
+
"scope": "required",
|
|
1078
|
+
"hashes": [
|
|
1079
|
+
{
|
|
1080
|
+
"alg": "SHA-256",
|
|
1081
|
+
"content": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
1082
|
+
}
|
|
1083
|
+
],
|
|
1084
|
+
"licenses": [
|
|
1085
|
+
{
|
|
1086
|
+
"expression": "MIT OR Apache-2.0"
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"purl": "pkg:cargo/hashbrown@0.14.5",
|
|
1090
|
+
"externalReferences": [
|
|
1091
|
+
{
|
|
1092
|
+
"type": "vcs",
|
|
1093
|
+
"url": "https://github.com/rust-lang/hashbrown"
|
|
1094
|
+
}
|
|
1095
|
+
]
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"type": "library",
|
|
1099
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
|
|
1100
|
+
"name": "hashbrown",
|
|
1101
|
+
"version": "0.17.1",
|
|
1102
|
+
"description": "A Rust port of Google's SwissTable hash map",
|
|
1103
|
+
"scope": "required",
|
|
1104
|
+
"hashes": [
|
|
1105
|
+
{
|
|
1106
|
+
"alg": "SHA-256",
|
|
1107
|
+
"content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"licenses": [
|
|
1111
|
+
{
|
|
1112
|
+
"expression": "MIT OR Apache-2.0"
|
|
1113
|
+
}
|
|
1114
|
+
],
|
|
1115
|
+
"purl": "pkg:cargo/hashbrown@0.17.1",
|
|
1116
|
+
"externalReferences": [
|
|
1117
|
+
{
|
|
1118
|
+
"type": "vcs",
|
|
1119
|
+
"url": "https://github.com/rust-lang/hashbrown"
|
|
1120
|
+
}
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"type": "library",
|
|
1125
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
1126
|
+
"name": "heck",
|
|
1127
|
+
"version": "0.5.0",
|
|
1128
|
+
"description": "heck is a case conversion library.",
|
|
1129
|
+
"scope": "required",
|
|
1130
|
+
"hashes": [
|
|
1131
|
+
{
|
|
1132
|
+
"alg": "SHA-256",
|
|
1133
|
+
"content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1134
|
+
}
|
|
1135
|
+
],
|
|
1136
|
+
"licenses": [
|
|
1137
|
+
{
|
|
1138
|
+
"expression": "MIT OR Apache-2.0"
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"purl": "pkg:cargo/heck@0.5.0",
|
|
1142
|
+
"externalReferences": [
|
|
1143
|
+
{
|
|
1144
|
+
"type": "vcs",
|
|
1145
|
+
"url": "https://github.com/withoutboats/heck"
|
|
1146
|
+
}
|
|
1147
|
+
]
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"type": "library",
|
|
1151
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
|
|
1152
|
+
"author": "Sean McArthur <sean@seanmonstar.com>",
|
|
1153
|
+
"name": "httparse",
|
|
1154
|
+
"version": "1.10.1",
|
|
1155
|
+
"description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.",
|
|
1156
|
+
"scope": "required",
|
|
1157
|
+
"hashes": [
|
|
1158
|
+
{
|
|
1159
|
+
"alg": "SHA-256",
|
|
1160
|
+
"content": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"licenses": [
|
|
1164
|
+
{
|
|
1165
|
+
"expression": "MIT OR Apache-2.0"
|
|
1166
|
+
}
|
|
1167
|
+
],
|
|
1168
|
+
"purl": "pkg:cargo/httparse@1.10.1",
|
|
1169
|
+
"externalReferences": [
|
|
1170
|
+
{
|
|
1171
|
+
"type": "documentation",
|
|
1172
|
+
"url": "https://docs.rs/httparse"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"type": "vcs",
|
|
1176
|
+
"url": "https://github.com/seanmonstar/httparse"
|
|
1177
|
+
}
|
|
1178
|
+
]
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"type": "library",
|
|
1182
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
1183
|
+
"name": "indexmap",
|
|
1184
|
+
"version": "2.14.0",
|
|
1185
|
+
"description": "A hash table with consistent order and fast iteration.",
|
|
1186
|
+
"scope": "required",
|
|
1187
|
+
"hashes": [
|
|
1188
|
+
{
|
|
1189
|
+
"alg": "SHA-256",
|
|
1190
|
+
"content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
1191
|
+
}
|
|
1192
|
+
],
|
|
1193
|
+
"licenses": [
|
|
1194
|
+
{
|
|
1195
|
+
"expression": "Apache-2.0 OR MIT"
|
|
1196
|
+
}
|
|
1197
|
+
],
|
|
1198
|
+
"purl": "pkg:cargo/indexmap@2.14.0",
|
|
1199
|
+
"externalReferences": [
|
|
1200
|
+
{
|
|
1201
|
+
"type": "documentation",
|
|
1202
|
+
"url": "https://docs.rs/indexmap/"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"type": "vcs",
|
|
1206
|
+
"url": "https://github.com/indexmap-rs/indexmap"
|
|
1207
|
+
}
|
|
1208
|
+
]
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"type": "library",
|
|
1212
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
1213
|
+
"name": "is_terminal_polyfill",
|
|
1214
|
+
"version": "1.70.2",
|
|
1215
|
+
"description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
|
|
1216
|
+
"scope": "required",
|
|
1217
|
+
"hashes": [
|
|
1218
|
+
{
|
|
1219
|
+
"alg": "SHA-256",
|
|
1220
|
+
"content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1223
|
+
"licenses": [
|
|
1224
|
+
{
|
|
1225
|
+
"expression": "MIT OR Apache-2.0"
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
|
|
1229
|
+
"externalReferences": [
|
|
1230
|
+
{
|
|
1231
|
+
"type": "vcs",
|
|
1232
|
+
"url": "https://github.com/polyfill-rs/is_terminal_polyfill"
|
|
1233
|
+
}
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"type": "library",
|
|
1238
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
1239
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1240
|
+
"name": "itoa",
|
|
1241
|
+
"version": "1.0.18",
|
|
1242
|
+
"description": "Fast integer primitive to string conversion",
|
|
1243
|
+
"scope": "required",
|
|
1244
|
+
"hashes": [
|
|
1245
|
+
{
|
|
1246
|
+
"alg": "SHA-256",
|
|
1247
|
+
"content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"licenses": [
|
|
1251
|
+
{
|
|
1252
|
+
"expression": "MIT OR Apache-2.0"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"purl": "pkg:cargo/itoa@1.0.18",
|
|
1256
|
+
"externalReferences": [
|
|
1257
|
+
{
|
|
1258
|
+
"type": "documentation",
|
|
1259
|
+
"url": "https://docs.rs/itoa"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"type": "vcs",
|
|
1263
|
+
"url": "https://github.com/dtolnay/itoa"
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"type": "library",
|
|
1269
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
|
|
1270
|
+
"author": "Marvin Löbel <loebel.marvin@gmail.com>",
|
|
1271
|
+
"name": "lazy_static",
|
|
1272
|
+
"version": "1.5.0",
|
|
1273
|
+
"description": "A macro for declaring lazily evaluated statics in Rust.",
|
|
1274
|
+
"scope": "required",
|
|
1275
|
+
"hashes": [
|
|
1276
|
+
{
|
|
1277
|
+
"alg": "SHA-256",
|
|
1278
|
+
"content": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
1281
|
+
"licenses": [
|
|
1282
|
+
{
|
|
1283
|
+
"expression": "MIT OR Apache-2.0"
|
|
1284
|
+
}
|
|
1285
|
+
],
|
|
1286
|
+
"purl": "pkg:cargo/lazy_static@1.5.0",
|
|
1287
|
+
"externalReferences": [
|
|
1288
|
+
{
|
|
1289
|
+
"type": "documentation",
|
|
1290
|
+
"url": "https://docs.rs/lazy_static"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"type": "vcs",
|
|
1294
|
+
"url": "https://github.com/rust-lang-nursery/lazy-static.rs"
|
|
1295
|
+
}
|
|
1296
|
+
]
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"type": "library",
|
|
1300
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
1301
|
+
"author": "The Rust Project Developers",
|
|
1302
|
+
"name": "libc",
|
|
1303
|
+
"version": "0.2.186",
|
|
1304
|
+
"description": "Raw FFI bindings to platform libraries like libc.",
|
|
1305
|
+
"scope": "required",
|
|
1306
|
+
"hashes": [
|
|
1307
|
+
{
|
|
1308
|
+
"alg": "SHA-256",
|
|
1309
|
+
"content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"licenses": [
|
|
1313
|
+
{
|
|
1314
|
+
"expression": "MIT OR Apache-2.0"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"purl": "pkg:cargo/libc@0.2.186",
|
|
1318
|
+
"externalReferences": [
|
|
1319
|
+
{
|
|
1320
|
+
"type": "vcs",
|
|
1321
|
+
"url": "https://github.com/rust-lang/libc"
|
|
1322
|
+
}
|
|
1323
|
+
]
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"type": "library",
|
|
1327
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
1328
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1329
|
+
"name": "lock_api",
|
|
1330
|
+
"version": "0.4.14",
|
|
1331
|
+
"description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
|
|
1332
|
+
"scope": "required",
|
|
1333
|
+
"hashes": [
|
|
1334
|
+
{
|
|
1335
|
+
"alg": "SHA-256",
|
|
1336
|
+
"content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1337
|
+
}
|
|
1338
|
+
],
|
|
1339
|
+
"licenses": [
|
|
1340
|
+
{
|
|
1341
|
+
"expression": "MIT OR Apache-2.0"
|
|
1342
|
+
}
|
|
1343
|
+
],
|
|
1344
|
+
"purl": "pkg:cargo/lock_api@0.4.14",
|
|
1345
|
+
"externalReferences": [
|
|
1346
|
+
{
|
|
1347
|
+
"type": "vcs",
|
|
1348
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1349
|
+
}
|
|
1350
|
+
]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"type": "library",
|
|
1354
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
|
|
1355
|
+
"author": "The Rust Project Developers",
|
|
1356
|
+
"name": "log",
|
|
1357
|
+
"version": "0.4.32",
|
|
1358
|
+
"description": "A lightweight logging facade for Rust ",
|
|
1359
|
+
"scope": "required",
|
|
1360
|
+
"hashes": [
|
|
1361
|
+
{
|
|
1362
|
+
"alg": "SHA-256",
|
|
1363
|
+
"content": "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
|
|
1364
|
+
}
|
|
1365
|
+
],
|
|
1366
|
+
"licenses": [
|
|
1367
|
+
{
|
|
1368
|
+
"expression": "MIT OR Apache-2.0"
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"purl": "pkg:cargo/log@0.4.32",
|
|
1372
|
+
"externalReferences": [
|
|
1373
|
+
{
|
|
1374
|
+
"type": "documentation",
|
|
1375
|
+
"url": "https://docs.rs/log"
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"type": "vcs",
|
|
1379
|
+
"url": "https://github.com/rust-lang/log"
|
|
1380
|
+
}
|
|
1381
|
+
]
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"type": "library",
|
|
1385
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ls-types@0.0.6",
|
|
1386
|
+
"author": "Markus Westerlind <marwes91@gmail.com>, Bruno Medeiros <bruno.do.medeiros@gmail.com>, Milo Moisson <milo@wiro.world>",
|
|
1387
|
+
"name": "ls-types",
|
|
1388
|
+
"version": "0.0.6",
|
|
1389
|
+
"description": "Types for the Language Server Protocol specification",
|
|
1390
|
+
"scope": "required",
|
|
1391
|
+
"hashes": [
|
|
1392
|
+
{
|
|
1393
|
+
"alg": "SHA-256",
|
|
1394
|
+
"content": "896e16b8e17d8732b9efe4d5b66cb0cc162b3023a2d8122f2aea6f7f185e0a67"
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1397
|
+
"licenses": [
|
|
1398
|
+
{
|
|
1399
|
+
"expression": "MIT"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"purl": "pkg:cargo/ls-types@0.0.6",
|
|
1403
|
+
"externalReferences": [
|
|
1404
|
+
{
|
|
1405
|
+
"type": "vcs",
|
|
1406
|
+
"url": "https://github.com/tower-lsp-community/ls-types"
|
|
1407
|
+
}
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"type": "library",
|
|
1412
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
|
|
1413
|
+
"author": "Eliza Weisman <eliza@buoyant.io>",
|
|
1414
|
+
"name": "matchers",
|
|
1415
|
+
"version": "0.2.0",
|
|
1416
|
+
"description": "Regex matching on character and byte streams. ",
|
|
1417
|
+
"scope": "required",
|
|
1418
|
+
"hashes": [
|
|
1419
|
+
{
|
|
1420
|
+
"alg": "SHA-256",
|
|
1421
|
+
"content": "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
1422
|
+
}
|
|
1423
|
+
],
|
|
1424
|
+
"licenses": [
|
|
1425
|
+
{
|
|
1426
|
+
"expression": "MIT"
|
|
1427
|
+
}
|
|
1428
|
+
],
|
|
1429
|
+
"purl": "pkg:cargo/matchers@0.2.0",
|
|
1430
|
+
"externalReferences": [
|
|
1431
|
+
{
|
|
1432
|
+
"type": "documentation",
|
|
1433
|
+
"url": "https://docs.rs/matchers/"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"type": "website",
|
|
1437
|
+
"url": "https://github.com/hawkw/matchers"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"type": "vcs",
|
|
1441
|
+
"url": "https://github.com/hawkw/matchers"
|
|
1442
|
+
}
|
|
1443
|
+
]
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"type": "library",
|
|
1447
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
1448
|
+
"author": "Andrew Gallant <jamslam@gmail.com>, bluss",
|
|
1449
|
+
"name": "memchr",
|
|
1450
|
+
"version": "2.8.2",
|
|
1451
|
+
"description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
|
|
1452
|
+
"scope": "required",
|
|
1453
|
+
"hashes": [
|
|
1454
|
+
{
|
|
1455
|
+
"alg": "SHA-256",
|
|
1456
|
+
"content": "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
|
|
1457
|
+
}
|
|
1458
|
+
],
|
|
1459
|
+
"licenses": [
|
|
1460
|
+
{
|
|
1461
|
+
"expression": "Unlicense OR MIT"
|
|
1462
|
+
}
|
|
1463
|
+
],
|
|
1464
|
+
"purl": "pkg:cargo/memchr@2.8.2",
|
|
1465
|
+
"externalReferences": [
|
|
1466
|
+
{
|
|
1467
|
+
"type": "documentation",
|
|
1468
|
+
"url": "https://docs.rs/memchr/"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"type": "website",
|
|
1472
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"type": "vcs",
|
|
1476
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1477
|
+
}
|
|
1478
|
+
]
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"type": "library",
|
|
1482
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1",
|
|
1483
|
+
"author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
|
|
1484
|
+
"name": "mio",
|
|
1485
|
+
"version": "1.2.1",
|
|
1486
|
+
"description": "Lightweight non-blocking I/O.",
|
|
1487
|
+
"scope": "required",
|
|
1488
|
+
"hashes": [
|
|
1489
|
+
{
|
|
1490
|
+
"alg": "SHA-256",
|
|
1491
|
+
"content": "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
|
|
1492
|
+
}
|
|
1493
|
+
],
|
|
1494
|
+
"licenses": [
|
|
1495
|
+
{
|
|
1496
|
+
"expression": "MIT"
|
|
1497
|
+
}
|
|
1498
|
+
],
|
|
1499
|
+
"purl": "pkg:cargo/mio@1.2.1",
|
|
1500
|
+
"externalReferences": [
|
|
1501
|
+
{
|
|
1502
|
+
"type": "website",
|
|
1503
|
+
"url": "https://github.com/tokio-rs/mio"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"type": "vcs",
|
|
1507
|
+
"url": "https://github.com/tokio-rs/mio"
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"type": "library",
|
|
1513
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#notify@6.1.1",
|
|
1514
|
+
"author": "Félix Saparelli <me@passcod.name>, Daniel Faust <hessijames@gmail.com>, Aron Heinecke <Ox0p54r36@t-online.de>",
|
|
1515
|
+
"name": "notify",
|
|
1516
|
+
"version": "6.1.1",
|
|
1517
|
+
"description": "Cross-platform filesystem notification library",
|
|
1518
|
+
"scope": "required",
|
|
1519
|
+
"hashes": [
|
|
1520
|
+
{
|
|
1521
|
+
"alg": "SHA-256",
|
|
1522
|
+
"content": "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
|
1523
|
+
}
|
|
1524
|
+
],
|
|
1525
|
+
"licenses": [
|
|
1526
|
+
{
|
|
1527
|
+
"expression": "CC0-1.0"
|
|
1528
|
+
}
|
|
1529
|
+
],
|
|
1530
|
+
"purl": "pkg:cargo/notify@6.1.1",
|
|
1531
|
+
"externalReferences": [
|
|
1532
|
+
{
|
|
1533
|
+
"type": "documentation",
|
|
1534
|
+
"url": "https://docs.rs/notify"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"type": "website",
|
|
1538
|
+
"url": "https://github.com/notify-rs/notify"
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"type": "vcs",
|
|
1542
|
+
"url": "https://github.com/notify-rs/notify.git"
|
|
1543
|
+
}
|
|
1544
|
+
]
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"type": "library",
|
|
1548
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3",
|
|
1549
|
+
"author": "ogham@bsago.me, Ryan Scheel (Havvy) <ryan.havvy@gmail.com>, Josh Triplett <josh@joshtriplett.org>, The Nushell Project Developers",
|
|
1550
|
+
"name": "nu-ansi-term",
|
|
1551
|
+
"version": "0.50.3",
|
|
1552
|
+
"description": "Library for ANSI terminal colors and styles (bold, underline)",
|
|
1553
|
+
"scope": "required",
|
|
1554
|
+
"hashes": [
|
|
1555
|
+
{
|
|
1556
|
+
"alg": "SHA-256",
|
|
1557
|
+
"content": "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
1558
|
+
}
|
|
1559
|
+
],
|
|
1560
|
+
"licenses": [
|
|
1561
|
+
{
|
|
1562
|
+
"expression": "MIT"
|
|
1563
|
+
}
|
|
1564
|
+
],
|
|
1565
|
+
"purl": "pkg:cargo/nu-ansi-term@0.50.3",
|
|
1566
|
+
"externalReferences": [
|
|
1567
|
+
{
|
|
1568
|
+
"type": "vcs",
|
|
1569
|
+
"url": "https://github.com/nushell/nu-ansi-term"
|
|
1570
|
+
}
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"type": "library",
|
|
1575
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0",
|
|
1576
|
+
"author": "Jacob Pratt <jacob@jhpratt.dev>",
|
|
1577
|
+
"name": "num-conv",
|
|
1578
|
+
"version": "0.1.0",
|
|
1579
|
+
"description": "`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ",
|
|
1580
|
+
"scope": "required",
|
|
1581
|
+
"hashes": [
|
|
1582
|
+
{
|
|
1583
|
+
"alg": "SHA-256",
|
|
1584
|
+
"content": "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
1585
|
+
}
|
|
1586
|
+
],
|
|
1587
|
+
"licenses": [
|
|
1588
|
+
{
|
|
1589
|
+
"expression": "MIT OR Apache-2.0"
|
|
1590
|
+
}
|
|
1591
|
+
],
|
|
1592
|
+
"purl": "pkg:cargo/num-conv@0.1.0",
|
|
1593
|
+
"externalReferences": [
|
|
1594
|
+
{
|
|
1595
|
+
"type": "vcs",
|
|
1596
|
+
"url": "https://github.com/jhpratt/num-conv"
|
|
1597
|
+
}
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"type": "library",
|
|
1602
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
1603
|
+
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
|
1604
|
+
"name": "once_cell",
|
|
1605
|
+
"version": "1.21.4",
|
|
1606
|
+
"description": "Single assignment cells and lazy values.",
|
|
1607
|
+
"scope": "required",
|
|
1608
|
+
"hashes": [
|
|
1609
|
+
{
|
|
1610
|
+
"alg": "SHA-256",
|
|
1611
|
+
"content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1612
|
+
}
|
|
1613
|
+
],
|
|
1614
|
+
"licenses": [
|
|
1615
|
+
{
|
|
1616
|
+
"expression": "MIT OR Apache-2.0"
|
|
1617
|
+
}
|
|
1618
|
+
],
|
|
1619
|
+
"purl": "pkg:cargo/once_cell@1.21.4",
|
|
1620
|
+
"externalReferences": [
|
|
1621
|
+
{
|
|
1622
|
+
"type": "documentation",
|
|
1623
|
+
"url": "https://docs.rs/once_cell"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"type": "vcs",
|
|
1627
|
+
"url": "https://github.com/matklad/once_cell"
|
|
1628
|
+
}
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"type": "library",
|
|
1633
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
1634
|
+
"name": "once_cell_polyfill",
|
|
1635
|
+
"version": "1.70.2",
|
|
1636
|
+
"description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
|
|
1637
|
+
"scope": "required",
|
|
1638
|
+
"hashes": [
|
|
1639
|
+
{
|
|
1640
|
+
"alg": "SHA-256",
|
|
1641
|
+
"content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"licenses": [
|
|
1645
|
+
{
|
|
1646
|
+
"expression": "MIT OR Apache-2.0"
|
|
1647
|
+
}
|
|
1648
|
+
],
|
|
1649
|
+
"purl": "pkg:cargo/once_cell_polyfill@1.70.2",
|
|
1650
|
+
"externalReferences": [
|
|
1651
|
+
{
|
|
1652
|
+
"type": "vcs",
|
|
1653
|
+
"url": "https://github.com/polyfill-rs/once_cell_polyfill"
|
|
1654
|
+
}
|
|
1655
|
+
]
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"type": "library",
|
|
1659
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#owo-colors@4.3.0",
|
|
1660
|
+
"author": "jam1garner <8260240+jam1garner@users.noreply.github.com>",
|
|
1661
|
+
"name": "owo-colors",
|
|
1662
|
+
"version": "4.3.0",
|
|
1663
|
+
"description": "Zero-allocation terminal colors that'll make people go owo",
|
|
1664
|
+
"scope": "required",
|
|
1665
|
+
"hashes": [
|
|
1666
|
+
{
|
|
1667
|
+
"alg": "SHA-256",
|
|
1668
|
+
"content": "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
|
|
1669
|
+
}
|
|
1670
|
+
],
|
|
1671
|
+
"licenses": [
|
|
1672
|
+
{
|
|
1673
|
+
"expression": "MIT"
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"purl": "pkg:cargo/owo-colors@4.3.0",
|
|
1677
|
+
"externalReferences": [
|
|
1678
|
+
{
|
|
1679
|
+
"type": "documentation",
|
|
1680
|
+
"url": "https://docs.rs/owo-colors"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"type": "vcs",
|
|
1684
|
+
"url": "https://github.com/owo-colors/owo-colors"
|
|
1685
|
+
}
|
|
1686
|
+
]
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"type": "library",
|
|
1690
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
1691
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1692
|
+
"name": "parking_lot",
|
|
1693
|
+
"version": "0.12.5",
|
|
1694
|
+
"description": "More compact and efficient implementations of the standard synchronization primitives.",
|
|
1695
|
+
"scope": "required",
|
|
1696
|
+
"hashes": [
|
|
1697
|
+
{
|
|
1698
|
+
"alg": "SHA-256",
|
|
1699
|
+
"content": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1700
|
+
}
|
|
1701
|
+
],
|
|
1702
|
+
"licenses": [
|
|
1703
|
+
{
|
|
1704
|
+
"expression": "MIT OR Apache-2.0"
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"purl": "pkg:cargo/parking_lot@0.12.5",
|
|
1708
|
+
"externalReferences": [
|
|
1709
|
+
{
|
|
1710
|
+
"type": "vcs",
|
|
1711
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1712
|
+
}
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"type": "library",
|
|
1717
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
1718
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1719
|
+
"name": "parking_lot_core",
|
|
1720
|
+
"version": "0.9.12",
|
|
1721
|
+
"description": "An advanced API for creating custom synchronization primitives.",
|
|
1722
|
+
"scope": "required",
|
|
1723
|
+
"hashes": [
|
|
1724
|
+
{
|
|
1725
|
+
"alg": "SHA-256",
|
|
1726
|
+
"content": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1727
|
+
}
|
|
1728
|
+
],
|
|
1729
|
+
"licenses": [
|
|
1730
|
+
{
|
|
1731
|
+
"expression": "MIT OR Apache-2.0"
|
|
1732
|
+
}
|
|
1733
|
+
],
|
|
1734
|
+
"purl": "pkg:cargo/parking_lot_core@0.9.12",
|
|
1735
|
+
"externalReferences": [
|
|
1736
|
+
{
|
|
1737
|
+
"type": "vcs",
|
|
1738
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1739
|
+
}
|
|
1740
|
+
]
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"type": "library",
|
|
1744
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
1745
|
+
"author": "The rust-url developers",
|
|
1746
|
+
"name": "percent-encoding",
|
|
1747
|
+
"version": "2.3.2",
|
|
1748
|
+
"description": "Percent encoding and decoding",
|
|
1749
|
+
"scope": "required",
|
|
1750
|
+
"hashes": [
|
|
1751
|
+
{
|
|
1752
|
+
"alg": "SHA-256",
|
|
1753
|
+
"content": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"licenses": [
|
|
1757
|
+
{
|
|
1758
|
+
"expression": "MIT OR Apache-2.0"
|
|
1759
|
+
}
|
|
1760
|
+
],
|
|
1761
|
+
"purl": "pkg:cargo/percent-encoding@2.3.2",
|
|
1762
|
+
"externalReferences": [
|
|
1763
|
+
{
|
|
1764
|
+
"type": "vcs",
|
|
1765
|
+
"url": "https://github.com/servo/rust-url/"
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"type": "library",
|
|
1771
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
1772
|
+
"name": "pin-project-lite",
|
|
1773
|
+
"version": "0.2.17",
|
|
1774
|
+
"description": "A lightweight version of pin-project written with declarative macros. ",
|
|
1775
|
+
"scope": "required",
|
|
1776
|
+
"hashes": [
|
|
1777
|
+
{
|
|
1778
|
+
"alg": "SHA-256",
|
|
1779
|
+
"content": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
"licenses": [
|
|
1783
|
+
{
|
|
1784
|
+
"expression": "Apache-2.0 OR MIT"
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1787
|
+
"purl": "pkg:cargo/pin-project-lite@0.2.17",
|
|
1788
|
+
"externalReferences": [
|
|
1789
|
+
{
|
|
1790
|
+
"type": "vcs",
|
|
1791
|
+
"url": "https://github.com/taiki-e/pin-project-lite"
|
|
1792
|
+
}
|
|
1793
|
+
]
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"type": "library",
|
|
1797
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0",
|
|
1798
|
+
"author": "Jacob Pratt <jacob@jhpratt.dev>",
|
|
1799
|
+
"name": "powerfmt",
|
|
1800
|
+
"version": "0.2.0",
|
|
1801
|
+
"description": " `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ",
|
|
1802
|
+
"scope": "required",
|
|
1803
|
+
"hashes": [
|
|
1804
|
+
{
|
|
1805
|
+
"alg": "SHA-256",
|
|
1806
|
+
"content": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"licenses": [
|
|
1810
|
+
{
|
|
1811
|
+
"expression": "MIT OR Apache-2.0"
|
|
1812
|
+
}
|
|
1813
|
+
],
|
|
1814
|
+
"purl": "pkg:cargo/powerfmt@0.2.0",
|
|
1815
|
+
"externalReferences": [
|
|
1816
|
+
{
|
|
1817
|
+
"type": "vcs",
|
|
1818
|
+
"url": "https://github.com/jhpratt/powerfmt"
|
|
1819
|
+
}
|
|
1820
|
+
]
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "library",
|
|
1824
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
1825
|
+
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
|
|
1826
|
+
"name": "proc-macro2",
|
|
1827
|
+
"version": "1.0.106",
|
|
1828
|
+
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
|
|
1829
|
+
"scope": "required",
|
|
1830
|
+
"hashes": [
|
|
1831
|
+
{
|
|
1832
|
+
"alg": "SHA-256",
|
|
1833
|
+
"content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1834
|
+
}
|
|
1835
|
+
],
|
|
1836
|
+
"licenses": [
|
|
1837
|
+
{
|
|
1838
|
+
"expression": "MIT OR Apache-2.0"
|
|
1839
|
+
}
|
|
1840
|
+
],
|
|
1841
|
+
"purl": "pkg:cargo/proc-macro2@1.0.106",
|
|
1842
|
+
"externalReferences": [
|
|
1843
|
+
{
|
|
1844
|
+
"type": "documentation",
|
|
1845
|
+
"url": "https://docs.rs/proc-macro2"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"type": "vcs",
|
|
1849
|
+
"url": "https://github.com/dtolnay/proc-macro2"
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"type": "library",
|
|
1855
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
1856
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1857
|
+
"name": "quote",
|
|
1858
|
+
"version": "1.0.45",
|
|
1859
|
+
"description": "Quasi-quoting macro quote!(...)",
|
|
1860
|
+
"scope": "required",
|
|
1861
|
+
"hashes": [
|
|
1862
|
+
{
|
|
1863
|
+
"alg": "SHA-256",
|
|
1864
|
+
"content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"licenses": [
|
|
1868
|
+
{
|
|
1869
|
+
"expression": "MIT OR Apache-2.0"
|
|
1870
|
+
}
|
|
1871
|
+
],
|
|
1872
|
+
"purl": "pkg:cargo/quote@1.0.45",
|
|
1873
|
+
"externalReferences": [
|
|
1874
|
+
{
|
|
1875
|
+
"type": "documentation",
|
|
1876
|
+
"url": "https://docs.rs/quote/"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"type": "vcs",
|
|
1880
|
+
"url": "https://github.com/dtolnay/quote"
|
|
1881
|
+
}
|
|
1882
|
+
]
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"type": "library",
|
|
1886
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
|
|
1887
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1888
|
+
"name": "ref-cast-impl",
|
|
1889
|
+
"version": "1.0.25",
|
|
1890
|
+
"description": "Derive implementation for ref_cast::RefCast.",
|
|
1891
|
+
"scope": "required",
|
|
1892
|
+
"hashes": [
|
|
1893
|
+
{
|
|
1894
|
+
"alg": "SHA-256",
|
|
1895
|
+
"content": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
1896
|
+
}
|
|
1897
|
+
],
|
|
1898
|
+
"licenses": [
|
|
1899
|
+
{
|
|
1900
|
+
"expression": "MIT OR Apache-2.0"
|
|
1901
|
+
}
|
|
1902
|
+
],
|
|
1903
|
+
"purl": "pkg:cargo/ref-cast-impl@1.0.25",
|
|
1904
|
+
"externalReferences": [
|
|
1905
|
+
{
|
|
1906
|
+
"type": "documentation",
|
|
1907
|
+
"url": "https://docs.rs/ref-cast"
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"type": "vcs",
|
|
1911
|
+
"url": "https://github.com/dtolnay/ref-cast"
|
|
1912
|
+
}
|
|
1913
|
+
]
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"type": "library",
|
|
1917
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
|
|
1918
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1919
|
+
"name": "ref-cast",
|
|
1920
|
+
"version": "1.0.25",
|
|
1921
|
+
"description": "Safely cast &T to &U where the struct U contains a single field of type T.",
|
|
1922
|
+
"scope": "required",
|
|
1923
|
+
"hashes": [
|
|
1924
|
+
{
|
|
1925
|
+
"alg": "SHA-256",
|
|
1926
|
+
"content": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
|
1927
|
+
}
|
|
1928
|
+
],
|
|
1929
|
+
"licenses": [
|
|
1930
|
+
{
|
|
1931
|
+
"expression": "MIT OR Apache-2.0"
|
|
1932
|
+
}
|
|
1933
|
+
],
|
|
1934
|
+
"purl": "pkg:cargo/ref-cast@1.0.25",
|
|
1935
|
+
"externalReferences": [
|
|
1936
|
+
{
|
|
1937
|
+
"type": "documentation",
|
|
1938
|
+
"url": "https://docs.rs/ref-cast"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"type": "vcs",
|
|
1942
|
+
"url": "https://github.com/dtolnay/ref-cast"
|
|
1943
|
+
}
|
|
1944
|
+
]
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"type": "library",
|
|
1948
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
1949
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
1950
|
+
"name": "regex-automata",
|
|
1951
|
+
"version": "0.4.14",
|
|
1952
|
+
"description": "Automata construction and matching using regular expressions.",
|
|
1953
|
+
"scope": "required",
|
|
1954
|
+
"hashes": [
|
|
1955
|
+
{
|
|
1956
|
+
"alg": "SHA-256",
|
|
1957
|
+
"content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
1958
|
+
}
|
|
1959
|
+
],
|
|
1960
|
+
"licenses": [
|
|
1961
|
+
{
|
|
1962
|
+
"expression": "MIT OR Apache-2.0"
|
|
1963
|
+
}
|
|
1964
|
+
],
|
|
1965
|
+
"purl": "pkg:cargo/regex-automata@0.4.14",
|
|
1966
|
+
"externalReferences": [
|
|
1967
|
+
{
|
|
1968
|
+
"type": "documentation",
|
|
1969
|
+
"url": "https://docs.rs/regex-automata"
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"type": "website",
|
|
1973
|
+
"url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"type": "vcs",
|
|
1977
|
+
"url": "https://github.com/rust-lang/regex"
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"type": "library",
|
|
1983
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
|
|
1984
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
1985
|
+
"name": "regex-syntax",
|
|
1986
|
+
"version": "0.8.11",
|
|
1987
|
+
"description": "A regular expression parser.",
|
|
1988
|
+
"scope": "required",
|
|
1989
|
+
"hashes": [
|
|
1990
|
+
{
|
|
1991
|
+
"alg": "SHA-256",
|
|
1992
|
+
"content": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"licenses": [
|
|
1996
|
+
{
|
|
1997
|
+
"expression": "MIT OR Apache-2.0"
|
|
1998
|
+
}
|
|
1999
|
+
],
|
|
2000
|
+
"purl": "pkg:cargo/regex-syntax@0.8.11",
|
|
2001
|
+
"externalReferences": [
|
|
2002
|
+
{
|
|
2003
|
+
"type": "documentation",
|
|
2004
|
+
"url": "https://docs.rs/regex-syntax"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"type": "website",
|
|
2008
|
+
"url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"type": "vcs",
|
|
2012
|
+
"url": "https://github.com/rust-lang/regex"
|
|
2013
|
+
}
|
|
2014
|
+
]
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"type": "library",
|
|
2018
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
|
|
2019
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
2020
|
+
"name": "regex",
|
|
2021
|
+
"version": "1.12.4",
|
|
2022
|
+
"description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
|
|
2023
|
+
"scope": "required",
|
|
2024
|
+
"hashes": [
|
|
2025
|
+
{
|
|
2026
|
+
"alg": "SHA-256",
|
|
2027
|
+
"content": "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
|
|
2028
|
+
}
|
|
2029
|
+
],
|
|
2030
|
+
"licenses": [
|
|
2031
|
+
{
|
|
2032
|
+
"expression": "MIT OR Apache-2.0"
|
|
2033
|
+
}
|
|
2034
|
+
],
|
|
2035
|
+
"purl": "pkg:cargo/regex@1.12.4",
|
|
2036
|
+
"externalReferences": [
|
|
2037
|
+
{
|
|
2038
|
+
"type": "documentation",
|
|
2039
|
+
"url": "https://docs.rs/regex"
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"type": "website",
|
|
2043
|
+
"url": "https://github.com/rust-lang/regex"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"type": "vcs",
|
|
2047
|
+
"url": "https://github.com/rust-lang/regex"
|
|
2048
|
+
}
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"type": "library",
|
|
2053
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ropey@1.6.1",
|
|
2054
|
+
"author": "Nathan Vegdahl <cessen@cessen.com>",
|
|
2055
|
+
"name": "ropey",
|
|
2056
|
+
"version": "1.6.1",
|
|
2057
|
+
"description": "A fast and robust text rope for Rust",
|
|
2058
|
+
"scope": "required",
|
|
2059
|
+
"hashes": [
|
|
2060
|
+
{
|
|
2061
|
+
"alg": "SHA-256",
|
|
2062
|
+
"content": "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5"
|
|
2063
|
+
}
|
|
2064
|
+
],
|
|
2065
|
+
"licenses": [
|
|
2066
|
+
{
|
|
2067
|
+
"expression": "MIT"
|
|
2068
|
+
}
|
|
2069
|
+
],
|
|
2070
|
+
"purl": "pkg:cargo/ropey@1.6.1",
|
|
2071
|
+
"externalReferences": [
|
|
2072
|
+
{
|
|
2073
|
+
"type": "documentation",
|
|
2074
|
+
"url": "https://docs.rs/ropey"
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"type": "vcs",
|
|
2078
|
+
"url": "https://github.com/cessen/ropey"
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"type": "library",
|
|
2084
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
|
|
2085
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
2086
|
+
"name": "same-file",
|
|
2087
|
+
"version": "1.0.6",
|
|
2088
|
+
"description": "A simple crate for determining whether two file paths point to the same file. ",
|
|
2089
|
+
"scope": "required",
|
|
2090
|
+
"hashes": [
|
|
2091
|
+
{
|
|
2092
|
+
"alg": "SHA-256",
|
|
2093
|
+
"content": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
2094
|
+
}
|
|
2095
|
+
],
|
|
2096
|
+
"licenses": [
|
|
2097
|
+
{
|
|
2098
|
+
"expression": "Unlicense OR MIT"
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
"purl": "pkg:cargo/same-file@1.0.6",
|
|
2102
|
+
"externalReferences": [
|
|
2103
|
+
{
|
|
2104
|
+
"type": "documentation",
|
|
2105
|
+
"url": "https://docs.rs/same-file"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"type": "website",
|
|
2109
|
+
"url": "https://github.com/BurntSushi/same-file"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"type": "vcs",
|
|
2113
|
+
"url": "https://github.com/BurntSushi/same-file"
|
|
2114
|
+
}
|
|
2115
|
+
]
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"type": "library",
|
|
2119
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
|
|
2120
|
+
"author": "bluss",
|
|
2121
|
+
"name": "scopeguard",
|
|
2122
|
+
"version": "1.2.0",
|
|
2123
|
+
"description": "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. ",
|
|
2124
|
+
"scope": "required",
|
|
2125
|
+
"hashes": [
|
|
2126
|
+
{
|
|
2127
|
+
"alg": "SHA-256",
|
|
2128
|
+
"content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
2131
|
+
"licenses": [
|
|
2132
|
+
{
|
|
2133
|
+
"expression": "MIT OR Apache-2.0"
|
|
2134
|
+
}
|
|
2135
|
+
],
|
|
2136
|
+
"purl": "pkg:cargo/scopeguard@1.2.0",
|
|
2137
|
+
"externalReferences": [
|
|
2138
|
+
{
|
|
2139
|
+
"type": "documentation",
|
|
2140
|
+
"url": "https://docs.rs/scopeguard/"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"type": "vcs",
|
|
2144
|
+
"url": "https://github.com/bluss/scopeguard"
|
|
2145
|
+
}
|
|
2146
|
+
]
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"type": "library",
|
|
2150
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2151
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2152
|
+
"name": "serde",
|
|
2153
|
+
"version": "1.0.228",
|
|
2154
|
+
"description": "A generic serialization/deserialization framework",
|
|
2155
|
+
"scope": "required",
|
|
2156
|
+
"hashes": [
|
|
2157
|
+
{
|
|
2158
|
+
"alg": "SHA-256",
|
|
2159
|
+
"content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
2162
|
+
"licenses": [
|
|
2163
|
+
{
|
|
2164
|
+
"expression": "MIT OR Apache-2.0"
|
|
2165
|
+
}
|
|
2166
|
+
],
|
|
2167
|
+
"purl": "pkg:cargo/serde@1.0.228",
|
|
2168
|
+
"externalReferences": [
|
|
2169
|
+
{
|
|
2170
|
+
"type": "documentation",
|
|
2171
|
+
"url": "https://docs.rs/serde"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"type": "website",
|
|
2175
|
+
"url": "https://serde.rs"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"type": "vcs",
|
|
2179
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2180
|
+
}
|
|
2181
|
+
]
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"type": "library",
|
|
2185
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
2186
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2187
|
+
"name": "serde_core",
|
|
2188
|
+
"version": "1.0.228",
|
|
2189
|
+
"description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
|
|
2190
|
+
"scope": "required",
|
|
2191
|
+
"hashes": [
|
|
2192
|
+
{
|
|
2193
|
+
"alg": "SHA-256",
|
|
2194
|
+
"content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
2195
|
+
}
|
|
2196
|
+
],
|
|
2197
|
+
"licenses": [
|
|
2198
|
+
{
|
|
2199
|
+
"expression": "MIT OR Apache-2.0"
|
|
2200
|
+
}
|
|
2201
|
+
],
|
|
2202
|
+
"purl": "pkg:cargo/serde_core@1.0.228",
|
|
2203
|
+
"externalReferences": [
|
|
2204
|
+
{
|
|
2205
|
+
"type": "documentation",
|
|
2206
|
+
"url": "https://docs.rs/serde_core"
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"type": "website",
|
|
2210
|
+
"url": "https://serde.rs"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"type": "vcs",
|
|
2214
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2215
|
+
}
|
|
2216
|
+
]
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"type": "library",
|
|
2220
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
2221
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2222
|
+
"name": "serde_derive",
|
|
2223
|
+
"version": "1.0.228",
|
|
2224
|
+
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
|
|
2225
|
+
"scope": "required",
|
|
2226
|
+
"hashes": [
|
|
2227
|
+
{
|
|
2228
|
+
"alg": "SHA-256",
|
|
2229
|
+
"content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
2230
|
+
}
|
|
2231
|
+
],
|
|
2232
|
+
"licenses": [
|
|
2233
|
+
{
|
|
2234
|
+
"expression": "MIT OR Apache-2.0"
|
|
2235
|
+
}
|
|
2236
|
+
],
|
|
2237
|
+
"purl": "pkg:cargo/serde_derive@1.0.228",
|
|
2238
|
+
"externalReferences": [
|
|
2239
|
+
{
|
|
2240
|
+
"type": "documentation",
|
|
2241
|
+
"url": "https://serde.rs/derive.html"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"type": "website",
|
|
2245
|
+
"url": "https://serde.rs"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"type": "vcs",
|
|
2249
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2250
|
+
}
|
|
2251
|
+
]
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"type": "library",
|
|
2255
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
2256
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2257
|
+
"name": "serde_json",
|
|
2258
|
+
"version": "1.0.150",
|
|
2259
|
+
"description": "A JSON serialization file format",
|
|
2260
|
+
"scope": "required",
|
|
2261
|
+
"hashes": [
|
|
2262
|
+
{
|
|
2263
|
+
"alg": "SHA-256",
|
|
2264
|
+
"content": "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
2265
|
+
}
|
|
2266
|
+
],
|
|
2267
|
+
"licenses": [
|
|
2268
|
+
{
|
|
2269
|
+
"expression": "MIT OR Apache-2.0"
|
|
2270
|
+
}
|
|
2271
|
+
],
|
|
2272
|
+
"purl": "pkg:cargo/serde_json@1.0.150",
|
|
2273
|
+
"externalReferences": [
|
|
2274
|
+
{
|
|
2275
|
+
"type": "documentation",
|
|
2276
|
+
"url": "https://docs.rs/serde_json"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"type": "vcs",
|
|
2280
|
+
"url": "https://github.com/serde-rs/json"
|
|
2281
|
+
}
|
|
2282
|
+
]
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"type": "library",
|
|
2286
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
|
|
2287
|
+
"name": "serde_spanned",
|
|
2288
|
+
"version": "0.6.9",
|
|
2289
|
+
"description": "Serde-compatible spanned Value",
|
|
2290
|
+
"scope": "required",
|
|
2291
|
+
"hashes": [
|
|
2292
|
+
{
|
|
2293
|
+
"alg": "SHA-256",
|
|
2294
|
+
"content": "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
2295
|
+
}
|
|
2296
|
+
],
|
|
2297
|
+
"licenses": [
|
|
2298
|
+
{
|
|
2299
|
+
"expression": "MIT OR Apache-2.0"
|
|
2300
|
+
}
|
|
2301
|
+
],
|
|
2302
|
+
"purl": "pkg:cargo/serde_spanned@0.6.9",
|
|
2303
|
+
"externalReferences": [
|
|
2304
|
+
{
|
|
2305
|
+
"type": "vcs",
|
|
2306
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2307
|
+
}
|
|
2308
|
+
]
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"type": "library",
|
|
2312
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7",
|
|
2313
|
+
"author": "Eliza Weisman <eliza@buoyant.io>",
|
|
2314
|
+
"name": "sharded-slab",
|
|
2315
|
+
"version": "0.1.7",
|
|
2316
|
+
"description": "A lock-free concurrent slab. ",
|
|
2317
|
+
"scope": "required",
|
|
2318
|
+
"hashes": [
|
|
2319
|
+
{
|
|
2320
|
+
"alg": "SHA-256",
|
|
2321
|
+
"content": "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
2322
|
+
}
|
|
2323
|
+
],
|
|
2324
|
+
"licenses": [
|
|
2325
|
+
{
|
|
2326
|
+
"expression": "MIT"
|
|
2327
|
+
}
|
|
2328
|
+
],
|
|
2329
|
+
"purl": "pkg:cargo/sharded-slab@0.1.7",
|
|
2330
|
+
"externalReferences": [
|
|
2331
|
+
{
|
|
2332
|
+
"type": "documentation",
|
|
2333
|
+
"url": "https://docs.rs/sharded-slab/"
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"type": "website",
|
|
2337
|
+
"url": "https://github.com/hawkw/sharded-slab"
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"type": "vcs",
|
|
2341
|
+
"url": "https://github.com/hawkw/sharded-slab"
|
|
2342
|
+
}
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"type": "library",
|
|
2347
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1",
|
|
2348
|
+
"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>",
|
|
2349
|
+
"name": "shlex",
|
|
2350
|
+
"version": "2.0.1",
|
|
2351
|
+
"description": "Split a string into shell words, like Python's shlex.",
|
|
2352
|
+
"scope": "excluded",
|
|
2353
|
+
"hashes": [
|
|
2354
|
+
{
|
|
2355
|
+
"alg": "SHA-256",
|
|
2356
|
+
"content": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
2357
|
+
}
|
|
2358
|
+
],
|
|
2359
|
+
"licenses": [
|
|
2360
|
+
{
|
|
2361
|
+
"expression": "MIT OR Apache-2.0"
|
|
2362
|
+
}
|
|
2363
|
+
],
|
|
2364
|
+
"purl": "pkg:cargo/shlex@2.0.1",
|
|
2365
|
+
"externalReferences": [
|
|
2366
|
+
{
|
|
2367
|
+
"type": "vcs",
|
|
2368
|
+
"url": "https://github.com/comex/rust-shlex"
|
|
2369
|
+
}
|
|
2370
|
+
]
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"type": "library",
|
|
2374
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
|
|
2375
|
+
"author": "Carl Lerche <me@carllerche.com>",
|
|
2376
|
+
"name": "slab",
|
|
2377
|
+
"version": "0.4.12",
|
|
2378
|
+
"description": "Pre-allocated storage for a uniform data type",
|
|
2379
|
+
"scope": "required",
|
|
2380
|
+
"hashes": [
|
|
2381
|
+
{
|
|
2382
|
+
"alg": "SHA-256",
|
|
2383
|
+
"content": "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
2384
|
+
}
|
|
2385
|
+
],
|
|
2386
|
+
"licenses": [
|
|
2387
|
+
{
|
|
2388
|
+
"expression": "MIT"
|
|
2389
|
+
}
|
|
2390
|
+
],
|
|
2391
|
+
"purl": "pkg:cargo/slab@0.4.12",
|
|
2392
|
+
"externalReferences": [
|
|
2393
|
+
{
|
|
2394
|
+
"type": "vcs",
|
|
2395
|
+
"url": "https://github.com/tokio-rs/slab"
|
|
2396
|
+
}
|
|
2397
|
+
]
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"type": "library",
|
|
2401
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
|
|
2402
|
+
"author": "The Servo Project Developers",
|
|
2403
|
+
"name": "smallvec",
|
|
2404
|
+
"version": "1.15.2",
|
|
2405
|
+
"description": "'Small vector' optimization: store up to a small number of items on the stack",
|
|
2406
|
+
"scope": "required",
|
|
2407
|
+
"hashes": [
|
|
2408
|
+
{
|
|
2409
|
+
"alg": "SHA-256",
|
|
2410
|
+
"content": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
2411
|
+
}
|
|
2412
|
+
],
|
|
2413
|
+
"licenses": [
|
|
2414
|
+
{
|
|
2415
|
+
"expression": "MIT OR Apache-2.0"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"purl": "pkg:cargo/smallvec@1.15.2",
|
|
2419
|
+
"externalReferences": [
|
|
2420
|
+
{
|
|
2421
|
+
"type": "documentation",
|
|
2422
|
+
"url": "https://docs.rs/smallvec/"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"type": "vcs",
|
|
2426
|
+
"url": "https://github.com/servo/rust-smallvec"
|
|
2427
|
+
}
|
|
2428
|
+
]
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"type": "library",
|
|
2432
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
|
|
2433
|
+
"author": "Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
|
|
2434
|
+
"name": "socket2",
|
|
2435
|
+
"version": "0.6.4",
|
|
2436
|
+
"description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ",
|
|
2437
|
+
"scope": "required",
|
|
2438
|
+
"hashes": [
|
|
2439
|
+
{
|
|
2440
|
+
"alg": "SHA-256",
|
|
2441
|
+
"content": "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
|
|
2442
|
+
}
|
|
2443
|
+
],
|
|
2444
|
+
"licenses": [
|
|
2445
|
+
{
|
|
2446
|
+
"expression": "MIT OR Apache-2.0"
|
|
2447
|
+
}
|
|
2448
|
+
],
|
|
2449
|
+
"purl": "pkg:cargo/socket2@0.6.4",
|
|
2450
|
+
"externalReferences": [
|
|
2451
|
+
{
|
|
2452
|
+
"type": "documentation",
|
|
2453
|
+
"url": "https://docs.rs/socket2"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"type": "website",
|
|
2457
|
+
"url": "https://github.com/rust-lang/socket2"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"type": "vcs",
|
|
2461
|
+
"url": "https://github.com/rust-lang/socket2"
|
|
2462
|
+
}
|
|
2463
|
+
]
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"type": "library",
|
|
2467
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#str_indices@0.4.4",
|
|
2468
|
+
"author": "Nathan Vegdahl <cessen@cessen.com>",
|
|
2469
|
+
"name": "str_indices",
|
|
2470
|
+
"version": "0.4.4",
|
|
2471
|
+
"description": "Count and convert between indexing schemes on string slices.",
|
|
2472
|
+
"scope": "required",
|
|
2473
|
+
"hashes": [
|
|
2474
|
+
{
|
|
2475
|
+
"alg": "SHA-256",
|
|
2476
|
+
"content": "d08889ec5408683408db66ad89e0e1f93dff55c73a4ccc71c427d5b277ee47e6"
|
|
2477
|
+
}
|
|
2478
|
+
],
|
|
2479
|
+
"licenses": [
|
|
2480
|
+
{
|
|
2481
|
+
"expression": "MIT OR Apache-2.0"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"purl": "pkg:cargo/str_indices@0.4.4",
|
|
2485
|
+
"externalReferences": [
|
|
2486
|
+
{
|
|
2487
|
+
"type": "documentation",
|
|
2488
|
+
"url": "https://docs.rs/str_indices"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"type": "vcs",
|
|
2492
|
+
"url": "https://github.com/cessen/str_indices"
|
|
2493
|
+
}
|
|
2494
|
+
]
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"type": "library",
|
|
2498
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9",
|
|
2499
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
2500
|
+
"name": "streaming-iterator",
|
|
2501
|
+
"version": "0.1.9",
|
|
2502
|
+
"description": "Streaming iterators",
|
|
2503
|
+
"scope": "required",
|
|
2504
|
+
"hashes": [
|
|
2505
|
+
{
|
|
2506
|
+
"alg": "SHA-256",
|
|
2507
|
+
"content": "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
|
|
2508
|
+
}
|
|
2509
|
+
],
|
|
2510
|
+
"licenses": [
|
|
2511
|
+
{
|
|
2512
|
+
"expression": "MIT OR Apache-2.0"
|
|
2513
|
+
}
|
|
2514
|
+
],
|
|
2515
|
+
"purl": "pkg:cargo/streaming-iterator@0.1.9",
|
|
2516
|
+
"externalReferences": [
|
|
2517
|
+
{
|
|
2518
|
+
"type": "vcs",
|
|
2519
|
+
"url": "https://github.com/sfackler/streaming-iterator"
|
|
2520
|
+
}
|
|
2521
|
+
]
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"type": "library",
|
|
2525
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
|
|
2526
|
+
"author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
|
|
2527
|
+
"name": "strsim",
|
|
2528
|
+
"version": "0.11.1",
|
|
2529
|
+
"description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
|
|
2530
|
+
"scope": "required",
|
|
2531
|
+
"hashes": [
|
|
2532
|
+
{
|
|
2533
|
+
"alg": "SHA-256",
|
|
2534
|
+
"content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
2535
|
+
}
|
|
2536
|
+
],
|
|
2537
|
+
"licenses": [
|
|
2538
|
+
{
|
|
2539
|
+
"expression": "MIT"
|
|
2540
|
+
}
|
|
2541
|
+
],
|
|
2542
|
+
"purl": "pkg:cargo/strsim@0.11.1",
|
|
2543
|
+
"externalReferences": [
|
|
2544
|
+
{
|
|
2545
|
+
"type": "documentation",
|
|
2546
|
+
"url": "https://docs.rs/strsim/"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"type": "website",
|
|
2550
|
+
"url": "https://github.com/rapidfuzz/strsim-rs"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"type": "vcs",
|
|
2554
|
+
"url": "https://github.com/rapidfuzz/strsim-rs"
|
|
2555
|
+
}
|
|
2556
|
+
]
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"type": "library",
|
|
2560
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#symlink@0.1.0",
|
|
2561
|
+
"author": "Chris Morgan <me@chrismorgan.info>",
|
|
2562
|
+
"name": "symlink",
|
|
2563
|
+
"version": "0.1.0",
|
|
2564
|
+
"description": "Create symlinks in a cross-platform manner",
|
|
2565
|
+
"scope": "required",
|
|
2566
|
+
"hashes": [
|
|
2567
|
+
{
|
|
2568
|
+
"alg": "SHA-256",
|
|
2569
|
+
"content": "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"licenses": [
|
|
2573
|
+
{
|
|
2574
|
+
"expression": "MIT OR Apache-2.0"
|
|
2575
|
+
}
|
|
2576
|
+
],
|
|
2577
|
+
"purl": "pkg:cargo/symlink@0.1.0",
|
|
2578
|
+
"externalReferences": [
|
|
2579
|
+
{
|
|
2580
|
+
"type": "documentation",
|
|
2581
|
+
"url": "https://docs.rs/symlink"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"type": "vcs",
|
|
2585
|
+
"url": "https://gitlab.com/chris-morgan/symlink"
|
|
2586
|
+
}
|
|
2587
|
+
]
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"type": "library",
|
|
2591
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118",
|
|
2592
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2593
|
+
"name": "syn",
|
|
2594
|
+
"version": "2.0.118",
|
|
2595
|
+
"description": "Parser for Rust source code",
|
|
2596
|
+
"scope": "required",
|
|
2597
|
+
"hashes": [
|
|
2598
|
+
{
|
|
2599
|
+
"alg": "SHA-256",
|
|
2600
|
+
"content": "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
|
|
2601
|
+
}
|
|
2602
|
+
],
|
|
2603
|
+
"licenses": [
|
|
2604
|
+
{
|
|
2605
|
+
"expression": "MIT OR Apache-2.0"
|
|
2606
|
+
}
|
|
2607
|
+
],
|
|
2608
|
+
"purl": "pkg:cargo/syn@2.0.118",
|
|
2609
|
+
"externalReferences": [
|
|
2610
|
+
{
|
|
2611
|
+
"type": "documentation",
|
|
2612
|
+
"url": "https://docs.rs/syn"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"type": "vcs",
|
|
2616
|
+
"url": "https://github.com/dtolnay/syn"
|
|
2617
|
+
}
|
|
2618
|
+
]
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"type": "library",
|
|
2622
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
|
|
2623
|
+
"author": "Actyx AG <developer@actyx.io>",
|
|
2624
|
+
"name": "sync_wrapper",
|
|
2625
|
+
"version": "1.0.2",
|
|
2626
|
+
"description": "A tool for enlisting the compiler's help in proving the absence of concurrency",
|
|
2627
|
+
"scope": "required",
|
|
2628
|
+
"hashes": [
|
|
2629
|
+
{
|
|
2630
|
+
"alg": "SHA-256",
|
|
2631
|
+
"content": "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
2632
|
+
}
|
|
2633
|
+
],
|
|
2634
|
+
"licenses": [
|
|
2635
|
+
{
|
|
2636
|
+
"expression": "Apache-2.0"
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
"purl": "pkg:cargo/sync_wrapper@1.0.2",
|
|
2640
|
+
"externalReferences": [
|
|
2641
|
+
{
|
|
2642
|
+
"type": "documentation",
|
|
2643
|
+
"url": "https://docs.rs/sync_wrapper"
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"type": "website",
|
|
2647
|
+
"url": "https://docs.rs/sync_wrapper"
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"type": "vcs",
|
|
2651
|
+
"url": "https://github.com/Actyx/sync_wrapper"
|
|
2652
|
+
}
|
|
2653
|
+
]
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"type": "library",
|
|
2657
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
|
|
2658
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2659
|
+
"name": "thiserror-impl",
|
|
2660
|
+
"version": "2.0.18",
|
|
2661
|
+
"description": "Implementation detail of the `thiserror` crate",
|
|
2662
|
+
"scope": "required",
|
|
2663
|
+
"hashes": [
|
|
2664
|
+
{
|
|
2665
|
+
"alg": "SHA-256",
|
|
2666
|
+
"content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"licenses": [
|
|
2670
|
+
{
|
|
2671
|
+
"expression": "MIT OR Apache-2.0"
|
|
2672
|
+
}
|
|
2673
|
+
],
|
|
2674
|
+
"purl": "pkg:cargo/thiserror-impl@2.0.18",
|
|
2675
|
+
"externalReferences": [
|
|
2676
|
+
{
|
|
2677
|
+
"type": "vcs",
|
|
2678
|
+
"url": "https://github.com/dtolnay/thiserror"
|
|
2679
|
+
}
|
|
2680
|
+
]
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"type": "library",
|
|
2684
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
2685
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2686
|
+
"name": "thiserror",
|
|
2687
|
+
"version": "2.0.18",
|
|
2688
|
+
"description": "derive(Error)",
|
|
2689
|
+
"scope": "required",
|
|
2690
|
+
"hashes": [
|
|
2691
|
+
{
|
|
2692
|
+
"alg": "SHA-256",
|
|
2693
|
+
"content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
2694
|
+
}
|
|
2695
|
+
],
|
|
2696
|
+
"licenses": [
|
|
2697
|
+
{
|
|
2698
|
+
"expression": "MIT OR Apache-2.0"
|
|
2699
|
+
}
|
|
2700
|
+
],
|
|
2701
|
+
"purl": "pkg:cargo/thiserror@2.0.18",
|
|
2702
|
+
"externalReferences": [
|
|
2703
|
+
{
|
|
2704
|
+
"type": "documentation",
|
|
2705
|
+
"url": "https://docs.rs/thiserror"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"type": "vcs",
|
|
2709
|
+
"url": "https://github.com/dtolnay/thiserror"
|
|
2710
|
+
}
|
|
2711
|
+
]
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"type": "library",
|
|
2715
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.9",
|
|
2716
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
2717
|
+
"name": "thread_local",
|
|
2718
|
+
"version": "1.1.9",
|
|
2719
|
+
"description": "Per-object thread-local storage",
|
|
2720
|
+
"scope": "required",
|
|
2721
|
+
"hashes": [
|
|
2722
|
+
{
|
|
2723
|
+
"alg": "SHA-256",
|
|
2724
|
+
"content": "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"licenses": [
|
|
2728
|
+
{
|
|
2729
|
+
"expression": "MIT OR Apache-2.0"
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2732
|
+
"purl": "pkg:cargo/thread_local@1.1.9",
|
|
2733
|
+
"externalReferences": [
|
|
2734
|
+
{
|
|
2735
|
+
"type": "documentation",
|
|
2736
|
+
"url": "https://docs.rs/thread_local/"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"type": "vcs",
|
|
2740
|
+
"url": "https://github.com/Amanieu/thread_local-rs"
|
|
2741
|
+
}
|
|
2742
|
+
]
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"type": "library",
|
|
2746
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.7",
|
|
2747
|
+
"author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
|
|
2748
|
+
"name": "time-core",
|
|
2749
|
+
"version": "0.1.7",
|
|
2750
|
+
"description": "This crate is an implementation detail and should not be relied upon directly.",
|
|
2751
|
+
"scope": "required",
|
|
2752
|
+
"hashes": [
|
|
2753
|
+
{
|
|
2754
|
+
"alg": "SHA-256",
|
|
2755
|
+
"content": "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
|
|
2756
|
+
}
|
|
2757
|
+
],
|
|
2758
|
+
"licenses": [
|
|
2759
|
+
{
|
|
2760
|
+
"expression": "MIT OR Apache-2.0"
|
|
2761
|
+
}
|
|
2762
|
+
],
|
|
2763
|
+
"purl": "pkg:cargo/time-core@0.1.7",
|
|
2764
|
+
"externalReferences": [
|
|
2765
|
+
{
|
|
2766
|
+
"type": "vcs",
|
|
2767
|
+
"url": "https://github.com/time-rs/time"
|
|
2768
|
+
}
|
|
2769
|
+
]
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"type": "library",
|
|
2773
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.25",
|
|
2774
|
+
"author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
|
|
2775
|
+
"name": "time-macros",
|
|
2776
|
+
"version": "0.2.25",
|
|
2777
|
+
"description": " Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. ",
|
|
2778
|
+
"scope": "required",
|
|
2779
|
+
"hashes": [
|
|
2780
|
+
{
|
|
2781
|
+
"alg": "SHA-256",
|
|
2782
|
+
"content": "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"
|
|
2783
|
+
}
|
|
2784
|
+
],
|
|
2785
|
+
"licenses": [
|
|
2786
|
+
{
|
|
2787
|
+
"expression": "MIT OR Apache-2.0"
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"purl": "pkg:cargo/time-macros@0.2.25",
|
|
2791
|
+
"externalReferences": [
|
|
2792
|
+
{
|
|
2793
|
+
"type": "vcs",
|
|
2794
|
+
"url": "https://github.com/time-rs/time"
|
|
2795
|
+
}
|
|
2796
|
+
]
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"type": "library",
|
|
2800
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.45",
|
|
2801
|
+
"author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
|
|
2802
|
+
"name": "time",
|
|
2803
|
+
"version": "0.3.45",
|
|
2804
|
+
"description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].",
|
|
2805
|
+
"scope": "required",
|
|
2806
|
+
"hashes": [
|
|
2807
|
+
{
|
|
2808
|
+
"alg": "SHA-256",
|
|
2809
|
+
"content": "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
|
|
2810
|
+
}
|
|
2811
|
+
],
|
|
2812
|
+
"licenses": [
|
|
2813
|
+
{
|
|
2814
|
+
"expression": "MIT OR Apache-2.0"
|
|
2815
|
+
}
|
|
2816
|
+
],
|
|
2817
|
+
"purl": "pkg:cargo/time@0.3.45",
|
|
2818
|
+
"externalReferences": [
|
|
2819
|
+
{
|
|
2820
|
+
"type": "website",
|
|
2821
|
+
"url": "https://time-rs.github.io"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"type": "vcs",
|
|
2825
|
+
"url": "https://github.com/time-rs/time"
|
|
2826
|
+
}
|
|
2827
|
+
]
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"type": "library",
|
|
2831
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
|
|
2832
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
2833
|
+
"name": "tokio-macros",
|
|
2834
|
+
"version": "2.7.0",
|
|
2835
|
+
"description": "Tokio's proc macros. ",
|
|
2836
|
+
"scope": "required",
|
|
2837
|
+
"hashes": [
|
|
2838
|
+
{
|
|
2839
|
+
"alg": "SHA-256",
|
|
2840
|
+
"content": "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
2841
|
+
}
|
|
2842
|
+
],
|
|
2843
|
+
"licenses": [
|
|
2844
|
+
{
|
|
2845
|
+
"expression": "MIT"
|
|
2846
|
+
}
|
|
2847
|
+
],
|
|
2848
|
+
"purl": "pkg:cargo/tokio-macros@2.7.0",
|
|
2849
|
+
"externalReferences": [
|
|
2850
|
+
{
|
|
2851
|
+
"type": "website",
|
|
2852
|
+
"url": "https://tokio.rs"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"type": "vcs",
|
|
2856
|
+
"url": "https://github.com/tokio-rs/tokio"
|
|
2857
|
+
}
|
|
2858
|
+
]
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"type": "library",
|
|
2862
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
|
|
2863
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
2864
|
+
"name": "tokio-util",
|
|
2865
|
+
"version": "0.7.18",
|
|
2866
|
+
"description": "Additional utilities for working with Tokio. ",
|
|
2867
|
+
"scope": "required",
|
|
2868
|
+
"hashes": [
|
|
2869
|
+
{
|
|
2870
|
+
"alg": "SHA-256",
|
|
2871
|
+
"content": "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
2872
|
+
}
|
|
2873
|
+
],
|
|
2874
|
+
"licenses": [
|
|
2875
|
+
{
|
|
2876
|
+
"expression": "MIT"
|
|
2877
|
+
}
|
|
2878
|
+
],
|
|
2879
|
+
"purl": "pkg:cargo/tokio-util@0.7.18",
|
|
2880
|
+
"externalReferences": [
|
|
2881
|
+
{
|
|
2882
|
+
"type": "website",
|
|
2883
|
+
"url": "https://tokio.rs"
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"type": "vcs",
|
|
2887
|
+
"url": "https://github.com/tokio-rs/tokio"
|
|
2888
|
+
}
|
|
2889
|
+
]
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"type": "library",
|
|
2893
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3",
|
|
2894
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
2895
|
+
"name": "tokio",
|
|
2896
|
+
"version": "1.52.3",
|
|
2897
|
+
"description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
|
|
2898
|
+
"scope": "required",
|
|
2899
|
+
"hashes": [
|
|
2900
|
+
{
|
|
2901
|
+
"alg": "SHA-256",
|
|
2902
|
+
"content": "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
|
|
2903
|
+
}
|
|
2904
|
+
],
|
|
2905
|
+
"licenses": [
|
|
2906
|
+
{
|
|
2907
|
+
"expression": "MIT"
|
|
2908
|
+
}
|
|
2909
|
+
],
|
|
2910
|
+
"purl": "pkg:cargo/tokio@1.52.3",
|
|
2911
|
+
"externalReferences": [
|
|
2912
|
+
{
|
|
2913
|
+
"type": "website",
|
|
2914
|
+
"url": "https://tokio.rs"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"type": "vcs",
|
|
2918
|
+
"url": "https://github.com/tokio-rs/tokio"
|
|
2919
|
+
}
|
|
2920
|
+
]
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"type": "library",
|
|
2924
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
|
|
2925
|
+
"name": "toml",
|
|
2926
|
+
"version": "0.8.23",
|
|
2927
|
+
"description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ",
|
|
2928
|
+
"scope": "required",
|
|
2929
|
+
"hashes": [
|
|
2930
|
+
{
|
|
2931
|
+
"alg": "SHA-256",
|
|
2932
|
+
"content": "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
2933
|
+
}
|
|
2934
|
+
],
|
|
2935
|
+
"licenses": [
|
|
2936
|
+
{
|
|
2937
|
+
"expression": "MIT OR Apache-2.0"
|
|
2938
|
+
}
|
|
2939
|
+
],
|
|
2940
|
+
"purl": "pkg:cargo/toml@0.8.23",
|
|
2941
|
+
"externalReferences": [
|
|
2942
|
+
{
|
|
2943
|
+
"type": "vcs",
|
|
2944
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2945
|
+
}
|
|
2946
|
+
]
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"type": "library",
|
|
2950
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
|
|
2951
|
+
"name": "toml_datetime",
|
|
2952
|
+
"version": "0.6.11",
|
|
2953
|
+
"description": "A TOML-compatible datetime type",
|
|
2954
|
+
"scope": "required",
|
|
2955
|
+
"hashes": [
|
|
2956
|
+
{
|
|
2957
|
+
"alg": "SHA-256",
|
|
2958
|
+
"content": "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
2959
|
+
}
|
|
2960
|
+
],
|
|
2961
|
+
"licenses": [
|
|
2962
|
+
{
|
|
2963
|
+
"expression": "MIT OR Apache-2.0"
|
|
2964
|
+
}
|
|
2965
|
+
],
|
|
2966
|
+
"purl": "pkg:cargo/toml_datetime@0.6.11",
|
|
2967
|
+
"externalReferences": [
|
|
2968
|
+
{
|
|
2969
|
+
"type": "vcs",
|
|
2970
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2971
|
+
}
|
|
2972
|
+
]
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"type": "library",
|
|
2976
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
|
|
2977
|
+
"name": "toml_edit",
|
|
2978
|
+
"version": "0.22.27",
|
|
2979
|
+
"description": "Yet another format-preserving TOML parser.",
|
|
2980
|
+
"scope": "required",
|
|
2981
|
+
"hashes": [
|
|
2982
|
+
{
|
|
2983
|
+
"alg": "SHA-256",
|
|
2984
|
+
"content": "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
2985
|
+
}
|
|
2986
|
+
],
|
|
2987
|
+
"licenses": [
|
|
2988
|
+
{
|
|
2989
|
+
"expression": "MIT OR Apache-2.0"
|
|
2990
|
+
}
|
|
2991
|
+
],
|
|
2992
|
+
"purl": "pkg:cargo/toml_edit@0.22.27",
|
|
2993
|
+
"externalReferences": [
|
|
2994
|
+
{
|
|
2995
|
+
"type": "vcs",
|
|
2996
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2997
|
+
}
|
|
2998
|
+
]
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"type": "library",
|
|
3002
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
|
|
3003
|
+
"name": "toml_write",
|
|
3004
|
+
"version": "0.1.2",
|
|
3005
|
+
"description": "A low-level interface for writing out TOML ",
|
|
3006
|
+
"scope": "required",
|
|
3007
|
+
"hashes": [
|
|
3008
|
+
{
|
|
3009
|
+
"alg": "SHA-256",
|
|
3010
|
+
"content": "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
3011
|
+
}
|
|
3012
|
+
],
|
|
3013
|
+
"licenses": [
|
|
3014
|
+
{
|
|
3015
|
+
"expression": "MIT OR Apache-2.0"
|
|
3016
|
+
}
|
|
3017
|
+
],
|
|
3018
|
+
"purl": "pkg:cargo/toml_write@0.1.2",
|
|
3019
|
+
"externalReferences": [
|
|
3020
|
+
{
|
|
3021
|
+
"type": "vcs",
|
|
3022
|
+
"url": "https://github.com/toml-rs/toml"
|
|
3023
|
+
}
|
|
3024
|
+
]
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"type": "library",
|
|
3028
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
|
|
3029
|
+
"author": "Tower Maintainers <team@tower-rs.com>",
|
|
3030
|
+
"name": "tower-layer",
|
|
3031
|
+
"version": "0.3.3",
|
|
3032
|
+
"description": "Decorates a `Service` to allow easy composition between `Service`s. ",
|
|
3033
|
+
"scope": "required",
|
|
3034
|
+
"hashes": [
|
|
3035
|
+
{
|
|
3036
|
+
"alg": "SHA-256",
|
|
3037
|
+
"content": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
3038
|
+
}
|
|
3039
|
+
],
|
|
3040
|
+
"licenses": [
|
|
3041
|
+
{
|
|
3042
|
+
"expression": "MIT"
|
|
3043
|
+
}
|
|
3044
|
+
],
|
|
3045
|
+
"purl": "pkg:cargo/tower-layer@0.3.3",
|
|
3046
|
+
"externalReferences": [
|
|
3047
|
+
{
|
|
3048
|
+
"type": "documentation",
|
|
3049
|
+
"url": "https://docs.rs/tower-layer/0.3.3"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"type": "website",
|
|
3053
|
+
"url": "https://github.com/tower-rs/tower"
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"type": "vcs",
|
|
3057
|
+
"url": "https://github.com/tower-rs/tower"
|
|
3058
|
+
}
|
|
3059
|
+
]
|
|
3060
|
+
},
|
|
3061
|
+
{
|
|
3062
|
+
"type": "library",
|
|
3063
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-lsp-server@0.23.0",
|
|
3064
|
+
"author": "Eyal Kalderon <ebkalderon@gmail.com>",
|
|
3065
|
+
"name": "tower-lsp-server",
|
|
3066
|
+
"version": "0.23.0",
|
|
3067
|
+
"description": "Language Server Protocol implementation based on Tower",
|
|
3068
|
+
"scope": "required",
|
|
3069
|
+
"hashes": [
|
|
3070
|
+
{
|
|
3071
|
+
"alg": "SHA-256",
|
|
3072
|
+
"content": "2f0e711655c89181a6bc6a2cc348131fcd9680085f5b06b6af13427a393a6e72"
|
|
3073
|
+
}
|
|
3074
|
+
],
|
|
3075
|
+
"licenses": [
|
|
3076
|
+
{
|
|
3077
|
+
"expression": "MIT OR Apache-2.0"
|
|
3078
|
+
}
|
|
3079
|
+
],
|
|
3080
|
+
"purl": "pkg:cargo/tower-lsp-server@0.23.0",
|
|
3081
|
+
"externalReferences": [
|
|
3082
|
+
{
|
|
3083
|
+
"type": "documentation",
|
|
3084
|
+
"url": "https://docs.rs/tower-lsp-server/"
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"type": "website",
|
|
3088
|
+
"url": "https://github.com/tower-lsp-community/tower-lsp-server"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"type": "vcs",
|
|
3092
|
+
"url": "https://github.com/tower-lsp-community/tower-lsp-server"
|
|
3093
|
+
}
|
|
3094
|
+
]
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"type": "library",
|
|
3098
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
|
|
3099
|
+
"author": "Tower Maintainers <team@tower-rs.com>",
|
|
3100
|
+
"name": "tower-service",
|
|
3101
|
+
"version": "0.3.3",
|
|
3102
|
+
"description": "Trait representing an asynchronous, request / response based, client or server. ",
|
|
3103
|
+
"scope": "required",
|
|
3104
|
+
"hashes": [
|
|
3105
|
+
{
|
|
3106
|
+
"alg": "SHA-256",
|
|
3107
|
+
"content": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
3108
|
+
}
|
|
3109
|
+
],
|
|
3110
|
+
"licenses": [
|
|
3111
|
+
{
|
|
3112
|
+
"expression": "MIT"
|
|
3113
|
+
}
|
|
3114
|
+
],
|
|
3115
|
+
"purl": "pkg:cargo/tower-service@0.3.3",
|
|
3116
|
+
"externalReferences": [
|
|
3117
|
+
{
|
|
3118
|
+
"type": "documentation",
|
|
3119
|
+
"url": "https://docs.rs/tower-service/0.3.3"
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"type": "website",
|
|
3123
|
+
"url": "https://github.com/tower-rs/tower"
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"type": "vcs",
|
|
3127
|
+
"url": "https://github.com/tower-rs/tower"
|
|
3128
|
+
}
|
|
3129
|
+
]
|
|
3130
|
+
},
|
|
3131
|
+
{
|
|
3132
|
+
"type": "library",
|
|
3133
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
|
|
3134
|
+
"author": "Tower Maintainers <team@tower-rs.com>",
|
|
3135
|
+
"name": "tower",
|
|
3136
|
+
"version": "0.5.3",
|
|
3137
|
+
"description": "Tower is a library of modular and reusable components for building robust clients and servers. ",
|
|
3138
|
+
"scope": "required",
|
|
3139
|
+
"hashes": [
|
|
3140
|
+
{
|
|
3141
|
+
"alg": "SHA-256",
|
|
3142
|
+
"content": "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
3143
|
+
}
|
|
3144
|
+
],
|
|
3145
|
+
"licenses": [
|
|
3146
|
+
{
|
|
3147
|
+
"expression": "MIT"
|
|
3148
|
+
}
|
|
3149
|
+
],
|
|
3150
|
+
"purl": "pkg:cargo/tower@0.5.3",
|
|
3151
|
+
"externalReferences": [
|
|
3152
|
+
{
|
|
3153
|
+
"type": "website",
|
|
3154
|
+
"url": "https://github.com/tower-rs/tower"
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"type": "vcs",
|
|
3158
|
+
"url": "https://github.com/tower-rs/tower"
|
|
3159
|
+
}
|
|
3160
|
+
]
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"type": "library",
|
|
3164
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-appender@0.2.5",
|
|
3165
|
+
"author": "Zeki Sherif <zekshi@amazon.com>, Tokio Contributors <team@tokio.rs>",
|
|
3166
|
+
"name": "tracing-appender",
|
|
3167
|
+
"version": "0.2.5",
|
|
3168
|
+
"description": "Provides utilities for file appenders and making non-blocking writers. ",
|
|
3169
|
+
"scope": "required",
|
|
3170
|
+
"hashes": [
|
|
3171
|
+
{
|
|
3172
|
+
"alg": "SHA-256",
|
|
3173
|
+
"content": "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c"
|
|
3174
|
+
}
|
|
3175
|
+
],
|
|
3176
|
+
"licenses": [
|
|
3177
|
+
{
|
|
3178
|
+
"expression": "MIT"
|
|
3179
|
+
}
|
|
3180
|
+
],
|
|
3181
|
+
"purl": "pkg:cargo/tracing-appender@0.2.5",
|
|
3182
|
+
"externalReferences": [
|
|
3183
|
+
{
|
|
3184
|
+
"type": "website",
|
|
3185
|
+
"url": "https://tokio.rs"
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"type": "vcs",
|
|
3189
|
+
"url": "https://github.com/tokio-rs/tracing"
|
|
3190
|
+
}
|
|
3191
|
+
]
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"type": "library",
|
|
3195
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
|
|
3196
|
+
"author": "Tokio Contributors <team@tokio.rs>, Eliza Weisman <eliza@buoyant.io>, David Barsky <dbarsky@amazon.com>",
|
|
3197
|
+
"name": "tracing-attributes",
|
|
3198
|
+
"version": "0.1.31",
|
|
3199
|
+
"description": "Procedural macro attributes for automatically instrumenting functions. ",
|
|
3200
|
+
"scope": "required",
|
|
3201
|
+
"hashes": [
|
|
3202
|
+
{
|
|
3203
|
+
"alg": "SHA-256",
|
|
3204
|
+
"content": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
3205
|
+
}
|
|
3206
|
+
],
|
|
3207
|
+
"licenses": [
|
|
3208
|
+
{
|
|
3209
|
+
"expression": "MIT"
|
|
3210
|
+
}
|
|
3211
|
+
],
|
|
3212
|
+
"purl": "pkg:cargo/tracing-attributes@0.1.31",
|
|
3213
|
+
"externalReferences": [
|
|
3214
|
+
{
|
|
3215
|
+
"type": "website",
|
|
3216
|
+
"url": "https://tokio.rs"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"type": "vcs",
|
|
3220
|
+
"url": "https://github.com/tokio-rs/tracing"
|
|
3221
|
+
}
|
|
3222
|
+
]
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"type": "library",
|
|
3226
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
|
|
3227
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
3228
|
+
"name": "tracing-core",
|
|
3229
|
+
"version": "0.1.36",
|
|
3230
|
+
"description": "Core primitives for application-level tracing. ",
|
|
3231
|
+
"scope": "required",
|
|
3232
|
+
"hashes": [
|
|
3233
|
+
{
|
|
3234
|
+
"alg": "SHA-256",
|
|
3235
|
+
"content": "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
3236
|
+
}
|
|
3237
|
+
],
|
|
3238
|
+
"licenses": [
|
|
3239
|
+
{
|
|
3240
|
+
"expression": "MIT"
|
|
3241
|
+
}
|
|
3242
|
+
],
|
|
3243
|
+
"purl": "pkg:cargo/tracing-core@0.1.36",
|
|
3244
|
+
"externalReferences": [
|
|
3245
|
+
{
|
|
3246
|
+
"type": "website",
|
|
3247
|
+
"url": "https://tokio.rs"
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"type": "vcs",
|
|
3251
|
+
"url": "https://github.com/tokio-rs/tracing"
|
|
3252
|
+
}
|
|
3253
|
+
]
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"type": "library",
|
|
3257
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-log@0.2.0",
|
|
3258
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
3259
|
+
"name": "tracing-log",
|
|
3260
|
+
"version": "0.2.0",
|
|
3261
|
+
"description": "Provides compatibility between `tracing` and the `log` crate. ",
|
|
3262
|
+
"scope": "required",
|
|
3263
|
+
"hashes": [
|
|
3264
|
+
{
|
|
3265
|
+
"alg": "SHA-256",
|
|
3266
|
+
"content": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
3267
|
+
}
|
|
3268
|
+
],
|
|
3269
|
+
"licenses": [
|
|
3270
|
+
{
|
|
3271
|
+
"expression": "MIT"
|
|
3272
|
+
}
|
|
3273
|
+
],
|
|
3274
|
+
"purl": "pkg:cargo/tracing-log@0.2.0",
|
|
3275
|
+
"externalReferences": [
|
|
3276
|
+
{
|
|
3277
|
+
"type": "website",
|
|
3278
|
+
"url": "https://tokio.rs"
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"type": "vcs",
|
|
3282
|
+
"url": "https://github.com/tokio-rs/tracing"
|
|
3283
|
+
}
|
|
3284
|
+
]
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"type": "library",
|
|
3288
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.23",
|
|
3289
|
+
"author": "Eliza Weisman <eliza@buoyant.io>, David Barsky <me@davidbarsky.com>, Tokio Contributors <team@tokio.rs>",
|
|
3290
|
+
"name": "tracing-subscriber",
|
|
3291
|
+
"version": "0.3.23",
|
|
3292
|
+
"description": "Utilities for implementing and composing `tracing` subscribers. ",
|
|
3293
|
+
"scope": "required",
|
|
3294
|
+
"hashes": [
|
|
3295
|
+
{
|
|
3296
|
+
"alg": "SHA-256",
|
|
3297
|
+
"content": "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
3300
|
+
"licenses": [
|
|
3301
|
+
{
|
|
3302
|
+
"expression": "MIT"
|
|
3303
|
+
}
|
|
3304
|
+
],
|
|
3305
|
+
"purl": "pkg:cargo/tracing-subscriber@0.3.23",
|
|
3306
|
+
"externalReferences": [
|
|
3307
|
+
{
|
|
3308
|
+
"type": "website",
|
|
3309
|
+
"url": "https://tokio.rs"
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
"type": "vcs",
|
|
3313
|
+
"url": "https://github.com/tokio-rs/tracing"
|
|
3314
|
+
}
|
|
3315
|
+
]
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"type": "library",
|
|
3319
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
|
|
3320
|
+
"author": "Eliza Weisman <eliza@buoyant.io>, Tokio Contributors <team@tokio.rs>",
|
|
3321
|
+
"name": "tracing",
|
|
3322
|
+
"version": "0.1.44",
|
|
3323
|
+
"description": "Application-level tracing for Rust. ",
|
|
3324
|
+
"scope": "required",
|
|
3325
|
+
"hashes": [
|
|
3326
|
+
{
|
|
3327
|
+
"alg": "SHA-256",
|
|
3328
|
+
"content": "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
3329
|
+
}
|
|
3330
|
+
],
|
|
3331
|
+
"licenses": [
|
|
3332
|
+
{
|
|
3333
|
+
"expression": "MIT"
|
|
3334
|
+
}
|
|
3335
|
+
],
|
|
3336
|
+
"purl": "pkg:cargo/tracing@0.1.44",
|
|
3337
|
+
"externalReferences": [
|
|
3338
|
+
{
|
|
3339
|
+
"type": "website",
|
|
3340
|
+
"url": "https://tokio.rs"
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"type": "vcs",
|
|
3344
|
+
"url": "https://github.com/tokio-rs/tracing"
|
|
3345
|
+
}
|
|
3346
|
+
]
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"type": "library",
|
|
3350
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7",
|
|
3351
|
+
"author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
|
|
3352
|
+
"name": "tree-sitter-language",
|
|
3353
|
+
"version": "0.1.7",
|
|
3354
|
+
"description": "The tree-sitter Language type, used by the library and by language implementations",
|
|
3355
|
+
"scope": "required",
|
|
3356
|
+
"hashes": [
|
|
3357
|
+
{
|
|
3358
|
+
"alg": "SHA-256",
|
|
3359
|
+
"content": "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782"
|
|
3360
|
+
}
|
|
3361
|
+
],
|
|
3362
|
+
"licenses": [
|
|
3363
|
+
{
|
|
3364
|
+
"expression": "MIT"
|
|
3365
|
+
}
|
|
3366
|
+
],
|
|
3367
|
+
"purl": "pkg:cargo/tree-sitter-language@0.1.7",
|
|
3368
|
+
"externalReferences": [
|
|
3369
|
+
{
|
|
3370
|
+
"type": "documentation",
|
|
3371
|
+
"url": "https://docs.rs/tree-sitter-language"
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"type": "website",
|
|
3375
|
+
"url": "https://tree-sitter.github.io/tree-sitter"
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"type": "other",
|
|
3379
|
+
"url": "tree-sitter-language"
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"type": "vcs",
|
|
3383
|
+
"url": "https://github.com/tree-sitter/tree-sitter"
|
|
3384
|
+
}
|
|
3385
|
+
]
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"type": "library",
|
|
3389
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.25.0",
|
|
3390
|
+
"author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
|
|
3391
|
+
"name": "tree-sitter-python",
|
|
3392
|
+
"version": "0.25.0",
|
|
3393
|
+
"description": "Python grammar for tree-sitter",
|
|
3394
|
+
"scope": "required",
|
|
3395
|
+
"hashes": [
|
|
3396
|
+
{
|
|
3397
|
+
"alg": "SHA-256",
|
|
3398
|
+
"content": "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
|
|
3399
|
+
}
|
|
3400
|
+
],
|
|
3401
|
+
"licenses": [
|
|
3402
|
+
{
|
|
3403
|
+
"expression": "MIT"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"purl": "pkg:cargo/tree-sitter-python@0.25.0",
|
|
3407
|
+
"externalReferences": [
|
|
3408
|
+
{
|
|
3409
|
+
"type": "vcs",
|
|
3410
|
+
"url": "https://github.com/tree-sitter/tree-sitter-python"
|
|
3411
|
+
}
|
|
3412
|
+
]
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"type": "library",
|
|
3416
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.25.10",
|
|
3417
|
+
"author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
|
|
3418
|
+
"name": "tree-sitter",
|
|
3419
|
+
"version": "0.25.10",
|
|
3420
|
+
"description": "Rust bindings to the Tree-sitter parsing library",
|
|
3421
|
+
"scope": "required",
|
|
3422
|
+
"hashes": [
|
|
3423
|
+
{
|
|
3424
|
+
"alg": "SHA-256",
|
|
3425
|
+
"content": "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
|
|
3426
|
+
}
|
|
3427
|
+
],
|
|
3428
|
+
"licenses": [
|
|
3429
|
+
{
|
|
3430
|
+
"expression": "MIT"
|
|
3431
|
+
}
|
|
3432
|
+
],
|
|
3433
|
+
"purl": "pkg:cargo/tree-sitter@0.25.10",
|
|
3434
|
+
"externalReferences": [
|
|
3435
|
+
{
|
|
3436
|
+
"type": "website",
|
|
3437
|
+
"url": "https://tree-sitter.github.io/tree-sitter"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"type": "other",
|
|
3441
|
+
"url": "tree-sitter"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"type": "vcs",
|
|
3445
|
+
"url": "https://github.com/tree-sitter/tree-sitter"
|
|
3446
|
+
}
|
|
3447
|
+
]
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"type": "library",
|
|
3451
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
|
|
3452
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
3453
|
+
"name": "unicode-ident",
|
|
3454
|
+
"version": "1.0.24",
|
|
3455
|
+
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
|
|
3456
|
+
"scope": "required",
|
|
3457
|
+
"hashes": [
|
|
3458
|
+
{
|
|
3459
|
+
"alg": "SHA-256",
|
|
3460
|
+
"content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
3461
|
+
}
|
|
3462
|
+
],
|
|
3463
|
+
"licenses": [
|
|
3464
|
+
{
|
|
3465
|
+
"expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
|
|
3466
|
+
}
|
|
3467
|
+
],
|
|
3468
|
+
"purl": "pkg:cargo/unicode-ident@1.0.24",
|
|
3469
|
+
"externalReferences": [
|
|
3470
|
+
{
|
|
3471
|
+
"type": "documentation",
|
|
3472
|
+
"url": "https://docs.rs/unicode-ident"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"type": "vcs",
|
|
3476
|
+
"url": "https://github.com/dtolnay/unicode-ident"
|
|
3477
|
+
}
|
|
3478
|
+
]
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"type": "library",
|
|
3482
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
|
|
3483
|
+
"author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
|
|
3484
|
+
"name": "utf8parse",
|
|
3485
|
+
"version": "0.2.2",
|
|
3486
|
+
"description": "Table-driven UTF-8 parser",
|
|
3487
|
+
"scope": "required",
|
|
3488
|
+
"hashes": [
|
|
3489
|
+
{
|
|
3490
|
+
"alg": "SHA-256",
|
|
3491
|
+
"content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
3492
|
+
}
|
|
3493
|
+
],
|
|
3494
|
+
"licenses": [
|
|
3495
|
+
{
|
|
3496
|
+
"expression": "Apache-2.0 OR MIT"
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
"purl": "pkg:cargo/utf8parse@0.2.2",
|
|
3500
|
+
"externalReferences": [
|
|
3501
|
+
{
|
|
3502
|
+
"type": "documentation",
|
|
3503
|
+
"url": "https://docs.rs/utf8parse/"
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"type": "vcs",
|
|
3507
|
+
"url": "https://github.com/alacritty/vte"
|
|
3508
|
+
}
|
|
3509
|
+
]
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"type": "library",
|
|
3513
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
|
|
3514
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
3515
|
+
"name": "walkdir",
|
|
3516
|
+
"version": "2.5.0",
|
|
3517
|
+
"description": "Recursively walk a directory.",
|
|
3518
|
+
"scope": "required",
|
|
3519
|
+
"hashes": [
|
|
3520
|
+
{
|
|
3521
|
+
"alg": "SHA-256",
|
|
3522
|
+
"content": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
3523
|
+
}
|
|
3524
|
+
],
|
|
3525
|
+
"licenses": [
|
|
3526
|
+
{
|
|
3527
|
+
"expression": "Unlicense OR MIT"
|
|
3528
|
+
}
|
|
3529
|
+
],
|
|
3530
|
+
"purl": "pkg:cargo/walkdir@2.5.0",
|
|
3531
|
+
"externalReferences": [
|
|
3532
|
+
{
|
|
3533
|
+
"type": "documentation",
|
|
3534
|
+
"url": "https://docs.rs/walkdir/"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"type": "website",
|
|
3538
|
+
"url": "https://github.com/BurntSushi/walkdir"
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"type": "vcs",
|
|
3542
|
+
"url": "https://github.com/BurntSushi/walkdir"
|
|
3543
|
+
}
|
|
3544
|
+
]
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"type": "library",
|
|
3548
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
|
|
3549
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
3550
|
+
"name": "winapi-util",
|
|
3551
|
+
"version": "0.1.11",
|
|
3552
|
+
"description": "A dumping ground for high level safe wrappers over windows-sys.",
|
|
3553
|
+
"scope": "required",
|
|
3554
|
+
"hashes": [
|
|
3555
|
+
{
|
|
3556
|
+
"alg": "SHA-256",
|
|
3557
|
+
"content": "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
3558
|
+
}
|
|
3559
|
+
],
|
|
3560
|
+
"licenses": [
|
|
3561
|
+
{
|
|
3562
|
+
"expression": "Unlicense OR MIT"
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"purl": "pkg:cargo/winapi-util@0.1.11",
|
|
3566
|
+
"externalReferences": [
|
|
3567
|
+
{
|
|
3568
|
+
"type": "documentation",
|
|
3569
|
+
"url": "https://docs.rs/winapi-util"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"type": "website",
|
|
3573
|
+
"url": "https://github.com/BurntSushi/winapi-util"
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
"type": "vcs",
|
|
3577
|
+
"url": "https://github.com/BurntSushi/winapi-util"
|
|
3578
|
+
}
|
|
3579
|
+
]
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"type": "library",
|
|
3583
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
|
|
3584
|
+
"name": "windows-link",
|
|
3585
|
+
"version": "0.2.1",
|
|
3586
|
+
"description": "Linking for Windows",
|
|
3587
|
+
"scope": "required",
|
|
3588
|
+
"hashes": [
|
|
3589
|
+
{
|
|
3590
|
+
"alg": "SHA-256",
|
|
3591
|
+
"content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
3592
|
+
}
|
|
3593
|
+
],
|
|
3594
|
+
"licenses": [
|
|
3595
|
+
{
|
|
3596
|
+
"expression": "MIT OR Apache-2.0"
|
|
3597
|
+
}
|
|
3598
|
+
],
|
|
3599
|
+
"purl": "pkg:cargo/windows-link@0.2.1",
|
|
3600
|
+
"externalReferences": [
|
|
3601
|
+
{
|
|
3602
|
+
"type": "vcs",
|
|
3603
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3604
|
+
}
|
|
3605
|
+
]
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"type": "library",
|
|
3609
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0",
|
|
3610
|
+
"author": "Microsoft",
|
|
3611
|
+
"name": "windows-sys",
|
|
3612
|
+
"version": "0.48.0",
|
|
3613
|
+
"description": "Rust for Windows",
|
|
3614
|
+
"scope": "required",
|
|
3615
|
+
"hashes": [
|
|
3616
|
+
{
|
|
3617
|
+
"alg": "SHA-256",
|
|
3618
|
+
"content": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
3619
|
+
}
|
|
3620
|
+
],
|
|
3621
|
+
"licenses": [
|
|
3622
|
+
{
|
|
3623
|
+
"expression": "MIT OR Apache-2.0"
|
|
3624
|
+
}
|
|
3625
|
+
],
|
|
3626
|
+
"purl": "pkg:cargo/windows-sys@0.48.0",
|
|
3627
|
+
"externalReferences": [
|
|
3628
|
+
{
|
|
3629
|
+
"type": "vcs",
|
|
3630
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3631
|
+
}
|
|
3632
|
+
]
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"type": "library",
|
|
3636
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
3637
|
+
"name": "windows-sys",
|
|
3638
|
+
"version": "0.61.2",
|
|
3639
|
+
"description": "Rust for Windows",
|
|
3640
|
+
"scope": "required",
|
|
3641
|
+
"hashes": [
|
|
3642
|
+
{
|
|
3643
|
+
"alg": "SHA-256",
|
|
3644
|
+
"content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
3645
|
+
}
|
|
3646
|
+
],
|
|
3647
|
+
"licenses": [
|
|
3648
|
+
{
|
|
3649
|
+
"expression": "MIT OR Apache-2.0"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3652
|
+
"purl": "pkg:cargo/windows-sys@0.61.2",
|
|
3653
|
+
"externalReferences": [
|
|
3654
|
+
{
|
|
3655
|
+
"type": "vcs",
|
|
3656
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3657
|
+
}
|
|
3658
|
+
]
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"type": "library",
|
|
3662
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5",
|
|
3663
|
+
"author": "Microsoft",
|
|
3664
|
+
"name": "windows-targets",
|
|
3665
|
+
"version": "0.48.5",
|
|
3666
|
+
"description": "Import libs for Windows",
|
|
3667
|
+
"scope": "required",
|
|
3668
|
+
"hashes": [
|
|
3669
|
+
{
|
|
3670
|
+
"alg": "SHA-256",
|
|
3671
|
+
"content": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"licenses": [
|
|
3675
|
+
{
|
|
3676
|
+
"expression": "MIT OR Apache-2.0"
|
|
3677
|
+
}
|
|
3678
|
+
],
|
|
3679
|
+
"purl": "pkg:cargo/windows-targets@0.48.5",
|
|
3680
|
+
"externalReferences": [
|
|
3681
|
+
{
|
|
3682
|
+
"type": "vcs",
|
|
3683
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3684
|
+
}
|
|
3685
|
+
]
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"type": "library",
|
|
3689
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5",
|
|
3690
|
+
"author": "Microsoft",
|
|
3691
|
+
"name": "windows_x86_64_msvc",
|
|
3692
|
+
"version": "0.48.5",
|
|
3693
|
+
"description": "Import lib for Windows",
|
|
3694
|
+
"scope": "required",
|
|
3695
|
+
"hashes": [
|
|
3696
|
+
{
|
|
3697
|
+
"alg": "SHA-256",
|
|
3698
|
+
"content": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
3699
|
+
}
|
|
3700
|
+
],
|
|
3701
|
+
"licenses": [
|
|
3702
|
+
{
|
|
3703
|
+
"expression": "MIT OR Apache-2.0"
|
|
3704
|
+
}
|
|
3705
|
+
],
|
|
3706
|
+
"purl": "pkg:cargo/windows_x86_64_msvc@0.48.5",
|
|
3707
|
+
"externalReferences": [
|
|
3708
|
+
{
|
|
3709
|
+
"type": "vcs",
|
|
3710
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3711
|
+
}
|
|
3712
|
+
]
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"type": "library",
|
|
3716
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
|
|
3717
|
+
"name": "winnow",
|
|
3718
|
+
"version": "0.7.15",
|
|
3719
|
+
"description": "A byte-oriented, zero-copy, parser combinators library",
|
|
3720
|
+
"scope": "required",
|
|
3721
|
+
"hashes": [
|
|
3722
|
+
{
|
|
3723
|
+
"alg": "SHA-256",
|
|
3724
|
+
"content": "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
3725
|
+
}
|
|
3726
|
+
],
|
|
3727
|
+
"licenses": [
|
|
3728
|
+
{
|
|
3729
|
+
"expression": "MIT"
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"purl": "pkg:cargo/winnow@0.7.15",
|
|
3733
|
+
"externalReferences": [
|
|
3734
|
+
{
|
|
3735
|
+
"type": "vcs",
|
|
3736
|
+
"url": "https://github.com/winnow-rs/winnow"
|
|
3737
|
+
}
|
|
3738
|
+
]
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"type": "library",
|
|
3742
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
|
|
3743
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
3744
|
+
"name": "zmij",
|
|
3745
|
+
"version": "1.0.21",
|
|
3746
|
+
"description": "A double-to-string conversion algorithm based on Schubfach and yy",
|
|
3747
|
+
"scope": "required",
|
|
3748
|
+
"hashes": [
|
|
3749
|
+
{
|
|
3750
|
+
"alg": "SHA-256",
|
|
3751
|
+
"content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
3752
|
+
}
|
|
3753
|
+
],
|
|
3754
|
+
"licenses": [
|
|
3755
|
+
{
|
|
3756
|
+
"expression": "MIT"
|
|
3757
|
+
}
|
|
3758
|
+
],
|
|
3759
|
+
"purl": "pkg:cargo/zmij@1.0.21",
|
|
3760
|
+
"externalReferences": [
|
|
3761
|
+
{
|
|
3762
|
+
"type": "documentation",
|
|
3763
|
+
"url": "https://docs.rs/zmij"
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"type": "vcs",
|
|
3767
|
+
"url": "https://github.com/dtolnay/zmij"
|
|
3768
|
+
}
|
|
3769
|
+
]
|
|
3770
|
+
}
|
|
3771
|
+
],
|
|
3772
|
+
"dependencies": [
|
|
3773
|
+
{
|
|
3774
|
+
"ref": "path+file:///D:/a/sqlalchemy-lsp/sqlalchemy-lsp#0.1.5",
|
|
3775
|
+
"dependsOn": [
|
|
3776
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
|
|
3777
|
+
"registry+https://github.com/rust-lang/crates.io-index#dashmap@6.2.1",
|
|
3778
|
+
"registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
|
|
3779
|
+
"registry+https://github.com/rust-lang/crates.io-index#notify@6.1.1",
|
|
3780
|
+
"registry+https://github.com/rust-lang/crates.io-index#owo-colors@4.3.0",
|
|
3781
|
+
"registry+https://github.com/rust-lang/crates.io-index#ropey@1.6.1",
|
|
3782
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
3783
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
3784
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3",
|
|
3785
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
|
|
3786
|
+
"registry+https://github.com/rust-lang/crates.io-index#tower-lsp-server@0.23.0",
|
|
3787
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
|
|
3788
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing-appender@0.2.5",
|
|
3789
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.23",
|
|
3790
|
+
"registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.25.10",
|
|
3791
|
+
"registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.25.0"
|
|
3792
|
+
]
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
3796
|
+
"dependsOn": [
|
|
3797
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
|
|
3798
|
+
]
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
3802
|
+
"dependsOn": [
|
|
3803
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3804
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
3805
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
3806
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
3807
|
+
"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
3808
|
+
"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
3809
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
3810
|
+
]
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
3814
|
+
"dependsOn": [
|
|
3815
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
3816
|
+
]
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
3820
|
+
"dependsOn": [
|
|
3821
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3822
|
+
]
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
3826
|
+
"dependsOn": [
|
|
3827
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3828
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
3829
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3830
|
+
]
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14"
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#borrow-or-share@0.2.4"
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
|
|
3843
|
+
"dependsOn": [
|
|
3844
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
3845
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
3846
|
+
]
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1"
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
|
|
3853
|
+
"dependsOn": [
|
|
3854
|
+
"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
|
|
3855
|
+
"registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
|
|
3856
|
+
]
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
|
|
3863
|
+
"dependsOn": [
|
|
3864
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
3865
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1"
|
|
3866
|
+
]
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
3870
|
+
"dependsOn": [
|
|
3871
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
3872
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3873
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
3874
|
+
"registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
|
|
3875
|
+
]
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
|
|
3879
|
+
"dependsOn": [
|
|
3880
|
+
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
3881
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3882
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3883
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
3884
|
+
]
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5"
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
|
|
3894
|
+
"dependsOn": [
|
|
3895
|
+
"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
|
|
3896
|
+
]
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#dashmap@6.2.1",
|
|
3903
|
+
"dependsOn": [
|
|
3904
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3905
|
+
"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
|
|
3906
|
+
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
|
|
3907
|
+
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
3908
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
3909
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
|
|
3910
|
+
]
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
|
|
3914
|
+
"dependsOn": [
|
|
3915
|
+
"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0"
|
|
3916
|
+
]
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29",
|
|
3923
|
+
"dependsOn": [
|
|
3924
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
3925
|
+
]
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.4.1",
|
|
3932
|
+
"dependsOn": [
|
|
3933
|
+
"registry+https://github.com/rust-lang/crates.io-index#borrow-or-share@0.2.4",
|
|
3934
|
+
"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
|
|
3935
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
3936
|
+
]
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
3940
|
+
"dependsOn": [
|
|
3941
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
3942
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
|
|
3943
|
+
]
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32"
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
|
|
3953
|
+
"dependsOn": [
|
|
3954
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3955
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3956
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
3957
|
+
]
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32"
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
|
|
3967
|
+
"dependsOn": [
|
|
3968
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
3969
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
3970
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
|
|
3971
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
|
|
3972
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
3973
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
|
|
3974
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
3975
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
3976
|
+
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12"
|
|
3977
|
+
]
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
|
|
3981
|
+
"dependsOn": [
|
|
3982
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
3983
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
3984
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
|
|
3985
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
3986
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
|
|
3987
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32"
|
|
3988
|
+
]
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
|
|
3992
|
+
"dependsOn": [
|
|
3993
|
+
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
3994
|
+
"registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
|
|
3995
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
|
|
3996
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
3997
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
|
|
3998
|
+
]
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1"
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
4014
|
+
"dependsOn": [
|
|
4015
|
+
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
4016
|
+
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
|
|
4017
|
+
]
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0"
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
|
|
4030
|
+
},
|
|
4031
|
+
{
|
|
4032
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
4033
|
+
"dependsOn": [
|
|
4034
|
+
"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
4035
|
+
]
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ls-types@0.0.6",
|
|
4042
|
+
"dependsOn": [
|
|
4043
|
+
"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
|
|
4044
|
+
"registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.4.1",
|
|
4045
|
+
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
4046
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
4047
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150"
|
|
4048
|
+
]
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
|
|
4052
|
+
"dependsOn": [
|
|
4053
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14"
|
|
4054
|
+
]
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1",
|
|
4061
|
+
"dependsOn": [
|
|
4062
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
4063
|
+
]
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#notify@6.1.1",
|
|
4067
|
+
"dependsOn": [
|
|
4068
|
+
"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
|
|
4069
|
+
"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29",
|
|
4070
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
4071
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
|
|
4072
|
+
"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
|
|
4073
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
|
|
4074
|
+
]
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3",
|
|
4078
|
+
"dependsOn": [
|
|
4079
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
4080
|
+
]
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2"
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#owo-colors@4.3.0"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
4096
|
+
"dependsOn": [
|
|
4097
|
+
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
4098
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
|
|
4099
|
+
]
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
4103
|
+
"dependsOn": [
|
|
4104
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
4105
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
|
|
4106
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
4107
|
+
]
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4120
|
+
"dependsOn": [
|
|
4121
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
4122
|
+
]
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4126
|
+
"dependsOn": [
|
|
4127
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
|
|
4128
|
+
]
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
|
|
4132
|
+
"dependsOn": [
|
|
4133
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4134
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4135
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
4136
|
+
]
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
|
|
4140
|
+
"dependsOn": [
|
|
4141
|
+
"registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25"
|
|
4142
|
+
]
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
4146
|
+
"dependsOn": [
|
|
4147
|
+
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
4148
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
4149
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
|
|
4150
|
+
]
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
|
|
4154
|
+
},
|
|
4155
|
+
{
|
|
4156
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
|
|
4157
|
+
"dependsOn": [
|
|
4158
|
+
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
4159
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
4160
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
4161
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
|
|
4162
|
+
]
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ropey@1.6.1",
|
|
4166
|
+
"dependsOn": [
|
|
4167
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
|
|
4168
|
+
"registry+https://github.com/rust-lang/crates.io-index#str_indices@0.4.4"
|
|
4169
|
+
]
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
|
|
4173
|
+
"dependsOn": [
|
|
4174
|
+
"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
|
|
4175
|
+
]
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
4182
|
+
"dependsOn": [
|
|
4183
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
4184
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
|
|
4185
|
+
]
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
4192
|
+
"dependsOn": [
|
|
4193
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4194
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4195
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
4196
|
+
]
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
4200
|
+
"dependsOn": [
|
|
4201
|
+
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
4202
|
+
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
4203
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
4204
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
4205
|
+
"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
|
|
4206
|
+
]
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
|
|
4210
|
+
"dependsOn": [
|
|
4211
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
4212
|
+
]
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7",
|
|
4216
|
+
"dependsOn": [
|
|
4217
|
+
"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0"
|
|
4218
|
+
]
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
|
|
4231
|
+
"dependsOn": [
|
|
4232
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
4233
|
+
]
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#str_indices@0.4.4"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#symlink@0.1.0"
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118",
|
|
4249
|
+
"dependsOn": [
|
|
4250
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4251
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4252
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
4253
|
+
]
|
|
4254
|
+
},
|
|
4255
|
+
{
|
|
4256
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
|
|
4260
|
+
"dependsOn": [
|
|
4261
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4262
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4263
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
4264
|
+
]
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
4268
|
+
"dependsOn": [
|
|
4269
|
+
"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
|
|
4270
|
+
]
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.9",
|
|
4274
|
+
"dependsOn": [
|
|
4275
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
4276
|
+
]
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.7"
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.25",
|
|
4283
|
+
"dependsOn": [
|
|
4284
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0",
|
|
4285
|
+
"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.7"
|
|
4286
|
+
]
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.45",
|
|
4290
|
+
"dependsOn": [
|
|
4291
|
+
"registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
|
|
4292
|
+
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
4293
|
+
"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0",
|
|
4294
|
+
"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0",
|
|
4295
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
4296
|
+
"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.7",
|
|
4297
|
+
"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.25"
|
|
4298
|
+
]
|
|
4299
|
+
},
|
|
4300
|
+
{
|
|
4301
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
|
|
4302
|
+
"dependsOn": [
|
|
4303
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4304
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4305
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
4306
|
+
]
|
|
4307
|
+
},
|
|
4308
|
+
{
|
|
4309
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
|
|
4310
|
+
"dependsOn": [
|
|
4311
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
4312
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
4313
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
4314
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
4315
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3"
|
|
4316
|
+
]
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3",
|
|
4320
|
+
"dependsOn": [
|
|
4321
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
4322
|
+
"registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1",
|
|
4323
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
4324
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
4325
|
+
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
|
|
4326
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
|
|
4327
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
4328
|
+
]
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
|
|
4332
|
+
"dependsOn": [
|
|
4333
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
4334
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
|
|
4335
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
|
|
4336
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27"
|
|
4337
|
+
]
|
|
4338
|
+
},
|
|
4339
|
+
{
|
|
4340
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
|
|
4341
|
+
"dependsOn": [
|
|
4342
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
4343
|
+
]
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
|
|
4347
|
+
"dependsOn": [
|
|
4348
|
+
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
4349
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
4350
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
|
|
4351
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
|
|
4352
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
|
|
4353
|
+
"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15"
|
|
4354
|
+
]
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower-lsp-server@0.23.0",
|
|
4364
|
+
"dependsOn": [
|
|
4365
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
4366
|
+
"registry+https://github.com/rust-lang/crates.io-index#dashmap@6.2.1",
|
|
4367
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
|
|
4368
|
+
"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
|
|
4369
|
+
"registry+https://github.com/rust-lang/crates.io-index#ls-types@0.0.6",
|
|
4370
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
|
|
4371
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
4372
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
4373
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3",
|
|
4374
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
|
|
4375
|
+
"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
|
|
4376
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
|
|
4377
|
+
]
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
|
|
4384
|
+
"dependsOn": [
|
|
4385
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
4386
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
|
|
4387
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
4388
|
+
"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
|
|
4389
|
+
"registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
|
|
4390
|
+
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3"
|
|
4391
|
+
]
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-appender@0.2.5",
|
|
4395
|
+
"dependsOn": [
|
|
4396
|
+
"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
|
|
4397
|
+
"registry+https://github.com/rust-lang/crates.io-index#symlink@0.1.0",
|
|
4398
|
+
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
4399
|
+
"registry+https://github.com/rust-lang/crates.io-index#time@0.3.45",
|
|
4400
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.23"
|
|
4401
|
+
]
|
|
4402
|
+
},
|
|
4403
|
+
{
|
|
4404
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
|
|
4405
|
+
"dependsOn": [
|
|
4406
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4407
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4408
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
|
|
4409
|
+
]
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
|
|
4413
|
+
"dependsOn": [
|
|
4414
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
|
|
4415
|
+
]
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-log@0.2.0",
|
|
4419
|
+
"dependsOn": [
|
|
4420
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
|
|
4421
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
4422
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
|
|
4423
|
+
]
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.23",
|
|
4427
|
+
"dependsOn": [
|
|
4428
|
+
"registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
|
|
4429
|
+
"registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3",
|
|
4430
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
4431
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
4432
|
+
"registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7",
|
|
4433
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
|
|
4434
|
+
"registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.9",
|
|
4435
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
|
|
4436
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
|
|
4437
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing-log@0.2.0"
|
|
4438
|
+
]
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
|
|
4442
|
+
"dependsOn": [
|
|
4443
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
4444
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
|
|
4445
|
+
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
|
|
4446
|
+
]
|
|
4447
|
+
},
|
|
4448
|
+
{
|
|
4449
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.25.0",
|
|
4453
|
+
"dependsOn": [
|
|
4454
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
|
|
4455
|
+
"registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
|
|
4456
|
+
]
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.25.10",
|
|
4460
|
+
"dependsOn": [
|
|
4461
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
|
|
4462
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
|
|
4463
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
|
|
4464
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
|
|
4465
|
+
"registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9",
|
|
4466
|
+
"registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
|
|
4467
|
+
]
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
|
|
4477
|
+
"dependsOn": [
|
|
4478
|
+
"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
|
|
4479
|
+
"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
|
|
4480
|
+
]
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
|
|
4484
|
+
"dependsOn": [
|
|
4485
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
4486
|
+
]
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0",
|
|
4493
|
+
"dependsOn": [
|
|
4494
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"
|
|
4495
|
+
]
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
4499
|
+
"dependsOn": [
|
|
4500
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
4501
|
+
]
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5",
|
|
4505
|
+
"dependsOn": [
|
|
4506
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5"
|
|
4507
|
+
]
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
|
|
4514
|
+
"dependsOn": [
|
|
4515
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
|
|
4516
|
+
]
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
|
|
4520
|
+
}
|
|
4521
|
+
]
|
|
4522
|
+
}
|