so6-python 0.1.0__cp313-cp313-win32.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.
- so6_python/__init__.py +5 -0
- so6_python/so6_python.cp313-win32.pyd +0 -0
- so6_python-0.1.0.dist-info/METADATA +8 -0
- so6_python-0.1.0.dist-info/RECORD +7 -0
- so6_python-0.1.0.dist-info/WHEEL +4 -0
- so6_python-0.1.0.dist-info/licenses/LICENSE +29 -0
- so6_python-0.1.0.dist-info/sboms/so6-python.cyclonedx.json +4181 -0
|
@@ -0,0 +1,4181 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bomFormat": "CycloneDX",
|
|
3
|
+
"specVersion": "1.5",
|
|
4
|
+
"version": 1,
|
|
5
|
+
"serialNumber": "urn:uuid:c6013a96-86d3-4ce0-bc6c-567b888a4223",
|
|
6
|
+
"metadata": {
|
|
7
|
+
"timestamp": "2026-04-08T22:09:36.866264000Z",
|
|
8
|
+
"tools": [
|
|
9
|
+
{
|
|
10
|
+
"vendor": "CycloneDX",
|
|
11
|
+
"name": "cargo-cyclonedx",
|
|
12
|
+
"version": "0.5.7"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"component": {
|
|
16
|
+
"type": "library",
|
|
17
|
+
"bom-ref": "path+file:///D:/a/so6-python/so6-python#0.1.0",
|
|
18
|
+
"name": "so6-python",
|
|
19
|
+
"version": "0.1.0",
|
|
20
|
+
"scope": "required",
|
|
21
|
+
"purl": "pkg:cargo/so6-python@0.1.0?download_url=file://.",
|
|
22
|
+
"components": [
|
|
23
|
+
{
|
|
24
|
+
"type": "library",
|
|
25
|
+
"bom-ref": "path+file:///D:/a/so6-python/so6-python#0.1.0 bin-target-0",
|
|
26
|
+
"name": "so6_python",
|
|
27
|
+
"version": "0.1.0",
|
|
28
|
+
"purl": "pkg:cargo/so6-python@0.1.0?download_url=file://.#src/lib.rs"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"properties": [
|
|
33
|
+
{
|
|
34
|
+
"name": "cdx:rustc:sbom:target:all_targets",
|
|
35
|
+
"value": "true"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"components": [
|
|
40
|
+
{
|
|
41
|
+
"type": "library",
|
|
42
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.7.8",
|
|
43
|
+
"author": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
|
|
44
|
+
"name": "ahash",
|
|
45
|
+
"version": "0.7.8",
|
|
46
|
+
"description": "A non-cryptographic hash function using AES-NI for high performance",
|
|
47
|
+
"scope": "required",
|
|
48
|
+
"hashes": [
|
|
49
|
+
{
|
|
50
|
+
"alg": "SHA-256",
|
|
51
|
+
"content": "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"licenses": [
|
|
55
|
+
{
|
|
56
|
+
"expression": "MIT OR Apache-2.0"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"purl": "pkg:cargo/ahash@0.7.8",
|
|
60
|
+
"externalReferences": [
|
|
61
|
+
{
|
|
62
|
+
"type": "documentation",
|
|
63
|
+
"url": "https://docs.rs/ahash"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "vcs",
|
|
67
|
+
"url": "https://github.com/tkaitchuck/ahash"
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"type": "library",
|
|
73
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
74
|
+
"name": "anstream",
|
|
75
|
+
"version": "1.0.0",
|
|
76
|
+
"description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
|
|
77
|
+
"scope": "required",
|
|
78
|
+
"hashes": [
|
|
79
|
+
{
|
|
80
|
+
"alg": "SHA-256",
|
|
81
|
+
"content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"licenses": [
|
|
85
|
+
{
|
|
86
|
+
"expression": "MIT OR Apache-2.0"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"purl": "pkg:cargo/anstream@1.0.0",
|
|
90
|
+
"externalReferences": [
|
|
91
|
+
{
|
|
92
|
+
"type": "vcs",
|
|
93
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"type": "library",
|
|
99
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
100
|
+
"name": "anstyle-parse",
|
|
101
|
+
"version": "1.0.0",
|
|
102
|
+
"description": "Parse ANSI Style Escapes",
|
|
103
|
+
"scope": "required",
|
|
104
|
+
"hashes": [
|
|
105
|
+
{
|
|
106
|
+
"alg": "SHA-256",
|
|
107
|
+
"content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"licenses": [
|
|
111
|
+
{
|
|
112
|
+
"expression": "MIT OR Apache-2.0"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"purl": "pkg:cargo/anstyle-parse@1.0.0",
|
|
116
|
+
"externalReferences": [
|
|
117
|
+
{
|
|
118
|
+
"type": "vcs",
|
|
119
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"type": "library",
|
|
125
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
126
|
+
"name": "anstyle-query",
|
|
127
|
+
"version": "1.1.5",
|
|
128
|
+
"description": "Look up colored console capabilities",
|
|
129
|
+
"scope": "required",
|
|
130
|
+
"hashes": [
|
|
131
|
+
{
|
|
132
|
+
"alg": "SHA-256",
|
|
133
|
+
"content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"licenses": [
|
|
137
|
+
{
|
|
138
|
+
"expression": "MIT OR Apache-2.0"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"purl": "pkg:cargo/anstyle-query@1.1.5",
|
|
142
|
+
"externalReferences": [
|
|
143
|
+
{
|
|
144
|
+
"type": "vcs",
|
|
145
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"type": "library",
|
|
151
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
152
|
+
"name": "anstyle-wincon",
|
|
153
|
+
"version": "3.0.11",
|
|
154
|
+
"description": "Styling legacy Windows terminals",
|
|
155
|
+
"scope": "required",
|
|
156
|
+
"hashes": [
|
|
157
|
+
{
|
|
158
|
+
"alg": "SHA-256",
|
|
159
|
+
"content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"licenses": [
|
|
163
|
+
{
|
|
164
|
+
"expression": "MIT OR Apache-2.0"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"purl": "pkg:cargo/anstyle-wincon@3.0.11",
|
|
168
|
+
"externalReferences": [
|
|
169
|
+
{
|
|
170
|
+
"type": "vcs",
|
|
171
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"type": "library",
|
|
177
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
178
|
+
"name": "anstyle",
|
|
179
|
+
"version": "1.0.14",
|
|
180
|
+
"description": "ANSI text styling",
|
|
181
|
+
"scope": "required",
|
|
182
|
+
"hashes": [
|
|
183
|
+
{
|
|
184
|
+
"alg": "SHA-256",
|
|
185
|
+
"content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"licenses": [
|
|
189
|
+
{
|
|
190
|
+
"expression": "MIT OR Apache-2.0"
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"purl": "pkg:cargo/anstyle@1.0.14",
|
|
194
|
+
"externalReferences": [
|
|
195
|
+
{
|
|
196
|
+
"type": "vcs",
|
|
197
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
198
|
+
}
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"type": "library",
|
|
203
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
|
|
204
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
205
|
+
"name": "async-trait",
|
|
206
|
+
"version": "0.1.89",
|
|
207
|
+
"description": "Type erasure for async trait methods",
|
|
208
|
+
"scope": "required",
|
|
209
|
+
"hashes": [
|
|
210
|
+
{
|
|
211
|
+
"alg": "SHA-256",
|
|
212
|
+
"content": "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"licenses": [
|
|
216
|
+
{
|
|
217
|
+
"expression": "MIT OR Apache-2.0"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"purl": "pkg:cargo/async-trait@0.1.89",
|
|
221
|
+
"externalReferences": [
|
|
222
|
+
{
|
|
223
|
+
"type": "documentation",
|
|
224
|
+
"url": "https://docs.rs/async-trait"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"type": "vcs",
|
|
228
|
+
"url": "https://github.com/dtolnay/async-trait"
|
|
229
|
+
}
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"type": "library",
|
|
234
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
|
|
235
|
+
"author": "Josh Stone <cuviper@gmail.com>",
|
|
236
|
+
"name": "autocfg",
|
|
237
|
+
"version": "1.5.0",
|
|
238
|
+
"description": "Automatic cfg for Rust compiler features",
|
|
239
|
+
"scope": "excluded",
|
|
240
|
+
"hashes": [
|
|
241
|
+
{
|
|
242
|
+
"alg": "SHA-256",
|
|
243
|
+
"content": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"licenses": [
|
|
247
|
+
{
|
|
248
|
+
"expression": "Apache-2.0 OR MIT"
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"purl": "pkg:cargo/autocfg@1.5.0",
|
|
252
|
+
"externalReferences": [
|
|
253
|
+
{
|
|
254
|
+
"type": "documentation",
|
|
255
|
+
"url": "https://docs.rs/autocfg/"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"type": "vcs",
|
|
259
|
+
"url": "https://github.com/cuviper/autocfg"
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"type": "library",
|
|
265
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
|
266
|
+
"author": "Marshall Pierce <marshall@mpierce.org>",
|
|
267
|
+
"name": "base64",
|
|
268
|
+
"version": "0.22.1",
|
|
269
|
+
"description": "encodes and decodes base64 as bytes or utf8",
|
|
270
|
+
"scope": "required",
|
|
271
|
+
"hashes": [
|
|
272
|
+
{
|
|
273
|
+
"alg": "SHA-256",
|
|
274
|
+
"content": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"licenses": [
|
|
278
|
+
{
|
|
279
|
+
"expression": "MIT OR Apache-2.0"
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
"purl": "pkg:cargo/base64@0.22.1",
|
|
283
|
+
"externalReferences": [
|
|
284
|
+
{
|
|
285
|
+
"type": "documentation",
|
|
286
|
+
"url": "https://docs.rs/base64"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"type": "vcs",
|
|
290
|
+
"url": "https://github.com/marshallpierce/rust-base64"
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"type": "library",
|
|
296
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.12.0",
|
|
297
|
+
"author": "RustCrypto Developers",
|
|
298
|
+
"name": "block-buffer",
|
|
299
|
+
"version": "0.12.0",
|
|
300
|
+
"description": "Buffer types for block processing of data",
|
|
301
|
+
"scope": "required",
|
|
302
|
+
"hashes": [
|
|
303
|
+
{
|
|
304
|
+
"alg": "SHA-256",
|
|
305
|
+
"content": "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"licenses": [
|
|
309
|
+
{
|
|
310
|
+
"expression": "MIT OR Apache-2.0"
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"purl": "pkg:cargo/block-buffer@0.12.0",
|
|
314
|
+
"externalReferences": [
|
|
315
|
+
{
|
|
316
|
+
"type": "documentation",
|
|
317
|
+
"url": "https://docs.rs/block-buffer"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"type": "vcs",
|
|
321
|
+
"url": "https://github.com/RustCrypto/utils"
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"type": "library",
|
|
327
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
|
|
328
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
329
|
+
"name": "byteorder",
|
|
330
|
+
"version": "1.5.0",
|
|
331
|
+
"description": "Library for reading/writing numbers in big-endian and little-endian.",
|
|
332
|
+
"scope": "required",
|
|
333
|
+
"hashes": [
|
|
334
|
+
{
|
|
335
|
+
"alg": "SHA-256",
|
|
336
|
+
"content": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"licenses": [
|
|
340
|
+
{
|
|
341
|
+
"expression": "Unlicense OR MIT"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"purl": "pkg:cargo/byteorder@1.5.0",
|
|
345
|
+
"externalReferences": [
|
|
346
|
+
{
|
|
347
|
+
"type": "documentation",
|
|
348
|
+
"url": "https://docs.rs/byteorder"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"type": "website",
|
|
352
|
+
"url": "https://github.com/BurntSushi/byteorder"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"type": "vcs",
|
|
356
|
+
"url": "https://github.com/BurntSushi/byteorder"
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"type": "library",
|
|
362
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
363
|
+
"author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
|
|
364
|
+
"name": "bytes",
|
|
365
|
+
"version": "1.11.1",
|
|
366
|
+
"description": "Types and traits for working with bytes",
|
|
367
|
+
"scope": "required",
|
|
368
|
+
"hashes": [
|
|
369
|
+
{
|
|
370
|
+
"alg": "SHA-256",
|
|
371
|
+
"content": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"licenses": [
|
|
375
|
+
{
|
|
376
|
+
"expression": "MIT"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"purl": "pkg:cargo/bytes@1.11.1",
|
|
380
|
+
"externalReferences": [
|
|
381
|
+
{
|
|
382
|
+
"type": "vcs",
|
|
383
|
+
"url": "https://github.com/tokio-rs/bytes"
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"type": "library",
|
|
389
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
390
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
391
|
+
"name": "cfg-if",
|
|
392
|
+
"version": "1.0.4",
|
|
393
|
+
"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. ",
|
|
394
|
+
"scope": "required",
|
|
395
|
+
"hashes": [
|
|
396
|
+
{
|
|
397
|
+
"alg": "SHA-256",
|
|
398
|
+
"content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"licenses": [
|
|
402
|
+
{
|
|
403
|
+
"expression": "MIT OR Apache-2.0"
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"purl": "pkg:cargo/cfg-if@1.0.4",
|
|
407
|
+
"externalReferences": [
|
|
408
|
+
{
|
|
409
|
+
"type": "vcs",
|
|
410
|
+
"url": "https://github.com/rust-lang/cfg-if"
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"type": "library",
|
|
416
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.0",
|
|
417
|
+
"author": "RustCrypto Developers",
|
|
418
|
+
"name": "chacha20",
|
|
419
|
+
"version": "0.10.0",
|
|
420
|
+
"description": "The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers. ",
|
|
421
|
+
"scope": "required",
|
|
422
|
+
"hashes": [
|
|
423
|
+
{
|
|
424
|
+
"alg": "SHA-256",
|
|
425
|
+
"content": "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"licenses": [
|
|
429
|
+
{
|
|
430
|
+
"expression": "MIT OR Apache-2.0"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"purl": "pkg:cargo/chacha20@0.10.0",
|
|
434
|
+
"externalReferences": [
|
|
435
|
+
{
|
|
436
|
+
"type": "documentation",
|
|
437
|
+
"url": "https://docs.rs/chacha20"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "vcs",
|
|
441
|
+
"url": "https://github.com/RustCrypto/stream-ciphers"
|
|
442
|
+
}
|
|
443
|
+
]
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"type": "library",
|
|
447
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.0",
|
|
448
|
+
"name": "clap",
|
|
449
|
+
"version": "4.6.0",
|
|
450
|
+
"description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
|
|
451
|
+
"scope": "required",
|
|
452
|
+
"hashes": [
|
|
453
|
+
{
|
|
454
|
+
"alg": "SHA-256",
|
|
455
|
+
"content": "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"licenses": [
|
|
459
|
+
{
|
|
460
|
+
"expression": "MIT OR Apache-2.0"
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"purl": "pkg:cargo/clap@4.6.0",
|
|
464
|
+
"externalReferences": [
|
|
465
|
+
{
|
|
466
|
+
"type": "vcs",
|
|
467
|
+
"url": "https://github.com/clap-rs/clap"
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"type": "library",
|
|
473
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
474
|
+
"name": "clap_builder",
|
|
475
|
+
"version": "4.6.0",
|
|
476
|
+
"description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
|
|
477
|
+
"scope": "required",
|
|
478
|
+
"hashes": [
|
|
479
|
+
{
|
|
480
|
+
"alg": "SHA-256",
|
|
481
|
+
"content": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
"licenses": [
|
|
485
|
+
{
|
|
486
|
+
"expression": "MIT OR Apache-2.0"
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"purl": "pkg:cargo/clap_builder@4.6.0",
|
|
490
|
+
"externalReferences": [
|
|
491
|
+
{
|
|
492
|
+
"type": "vcs",
|
|
493
|
+
"url": "https://github.com/clap-rs/clap"
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"type": "library",
|
|
499
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.0",
|
|
500
|
+
"name": "clap_derive",
|
|
501
|
+
"version": "4.6.0",
|
|
502
|
+
"description": "Parse command line argument by defining a struct, derive crate.",
|
|
503
|
+
"scope": "required",
|
|
504
|
+
"hashes": [
|
|
505
|
+
{
|
|
506
|
+
"alg": "SHA-256",
|
|
507
|
+
"content": "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"licenses": [
|
|
511
|
+
{
|
|
512
|
+
"expression": "MIT OR Apache-2.0"
|
|
513
|
+
}
|
|
514
|
+
],
|
|
515
|
+
"purl": "pkg:cargo/clap_derive@4.6.0",
|
|
516
|
+
"externalReferences": [
|
|
517
|
+
{
|
|
518
|
+
"type": "vcs",
|
|
519
|
+
"url": "https://github.com/clap-rs/clap"
|
|
520
|
+
}
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"type": "library",
|
|
525
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
526
|
+
"name": "clap_lex",
|
|
527
|
+
"version": "1.1.0",
|
|
528
|
+
"description": "Minimal, flexible command line parser",
|
|
529
|
+
"scope": "required",
|
|
530
|
+
"hashes": [
|
|
531
|
+
{
|
|
532
|
+
"alg": "SHA-256",
|
|
533
|
+
"content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"licenses": [
|
|
537
|
+
{
|
|
538
|
+
"expression": "MIT OR Apache-2.0"
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"purl": "pkg:cargo/clap_lex@1.1.0",
|
|
542
|
+
"externalReferences": [
|
|
543
|
+
{
|
|
544
|
+
"type": "vcs",
|
|
545
|
+
"url": "https://github.com/clap-rs/clap"
|
|
546
|
+
}
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"type": "library",
|
|
551
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cmov@0.5.3",
|
|
552
|
+
"author": "RustCrypto Developers",
|
|
553
|
+
"name": "cmov",
|
|
554
|
+
"version": "0.5.3",
|
|
555
|
+
"description": "Conditional move CPU intrinsics which are guaranteed on major platforms (ARM32/ARM64, x86/x86_64, RISC-V) to execute in constant-time and not be rewritten as branches by the compiler. Provides wrappers for the CMOV family of instructions on x86/x86_64 and CSEL on AArch64, along with a portable \"best-effort\" pure Rust fallback implementation. ",
|
|
556
|
+
"scope": "required",
|
|
557
|
+
"hashes": [
|
|
558
|
+
{
|
|
559
|
+
"alg": "SHA-256",
|
|
560
|
+
"content": "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746"
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"licenses": [
|
|
564
|
+
{
|
|
565
|
+
"expression": "Apache-2.0 OR MIT"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"purl": "pkg:cargo/cmov@0.5.3",
|
|
569
|
+
"externalReferences": [
|
|
570
|
+
{
|
|
571
|
+
"type": "documentation",
|
|
572
|
+
"url": "https://docs.rs/cmov"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"type": "vcs",
|
|
576
|
+
"url": "https://github.com/RustCrypto/utils"
|
|
577
|
+
}
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"type": "library",
|
|
582
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
583
|
+
"name": "colorchoice",
|
|
584
|
+
"version": "1.0.5",
|
|
585
|
+
"description": "Global override of color control",
|
|
586
|
+
"scope": "required",
|
|
587
|
+
"hashes": [
|
|
588
|
+
{
|
|
589
|
+
"alg": "SHA-256",
|
|
590
|
+
"content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"licenses": [
|
|
594
|
+
{
|
|
595
|
+
"expression": "MIT OR Apache-2.0"
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"purl": "pkg:cargo/colorchoice@1.0.5",
|
|
599
|
+
"externalReferences": [
|
|
600
|
+
{
|
|
601
|
+
"type": "vcs",
|
|
602
|
+
"url": "https://github.com/rust-cli/anstyle.git"
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"type": "library",
|
|
608
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colored@3.1.1",
|
|
609
|
+
"author": "Thomas Wickham <mackwic@gmail.com>",
|
|
610
|
+
"name": "colored",
|
|
611
|
+
"version": "3.1.1",
|
|
612
|
+
"description": "The most simple way to add colors in your terminal",
|
|
613
|
+
"scope": "required",
|
|
614
|
+
"hashes": [
|
|
615
|
+
{
|
|
616
|
+
"alg": "SHA-256",
|
|
617
|
+
"content": "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"licenses": [
|
|
621
|
+
{
|
|
622
|
+
"expression": "MPL-2.0"
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"purl": "pkg:cargo/colored@3.1.1",
|
|
626
|
+
"externalReferences": [
|
|
627
|
+
{
|
|
628
|
+
"type": "website",
|
|
629
|
+
"url": "https://github.com/mackwic/colored"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"type": "vcs",
|
|
633
|
+
"url": "https://github.com/mackwic/colored"
|
|
634
|
+
}
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"type": "library",
|
|
639
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.10.2",
|
|
640
|
+
"author": "RustCrypto Developers",
|
|
641
|
+
"name": "const-oid",
|
|
642
|
+
"version": "0.10.2",
|
|
643
|
+
"description": "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e. embedded) support ",
|
|
644
|
+
"scope": "required",
|
|
645
|
+
"hashes": [
|
|
646
|
+
{
|
|
647
|
+
"alg": "SHA-256",
|
|
648
|
+
"content": "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
|
|
649
|
+
}
|
|
650
|
+
],
|
|
651
|
+
"licenses": [
|
|
652
|
+
{
|
|
653
|
+
"expression": "Apache-2.0 OR MIT"
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"purl": "pkg:cargo/const-oid@0.10.2",
|
|
657
|
+
"externalReferences": [
|
|
658
|
+
{
|
|
659
|
+
"type": "documentation",
|
|
660
|
+
"url": "https://docs.rs/const-oid"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"type": "website",
|
|
664
|
+
"url": "https://github.com/RustCrypto/formats/tree/master/const-oid"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"type": "vcs",
|
|
668
|
+
"url": "https://github.com/RustCrypto/formats"
|
|
669
|
+
}
|
|
670
|
+
]
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"type": "library",
|
|
674
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0",
|
|
675
|
+
"author": "RustCrypto Developers",
|
|
676
|
+
"name": "cpufeatures",
|
|
677
|
+
"version": "0.3.0",
|
|
678
|
+
"description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ",
|
|
679
|
+
"scope": "required",
|
|
680
|
+
"hashes": [
|
|
681
|
+
{
|
|
682
|
+
"alg": "SHA-256",
|
|
683
|
+
"content": "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"licenses": [
|
|
687
|
+
{
|
|
688
|
+
"expression": "MIT OR Apache-2.0"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"purl": "pkg:cargo/cpufeatures@0.3.0",
|
|
692
|
+
"externalReferences": [
|
|
693
|
+
{
|
|
694
|
+
"type": "documentation",
|
|
695
|
+
"url": "https://docs.rs/cpufeatures"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"type": "vcs",
|
|
699
|
+
"url": "https://github.com/RustCrypto/utils"
|
|
700
|
+
}
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"type": "library",
|
|
705
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.2.1",
|
|
706
|
+
"author": "RustCrypto Developers",
|
|
707
|
+
"name": "crypto-common",
|
|
708
|
+
"version": "0.2.1",
|
|
709
|
+
"description": "Common traits used by cryptographic algorithms",
|
|
710
|
+
"scope": "required",
|
|
711
|
+
"hashes": [
|
|
712
|
+
{
|
|
713
|
+
"alg": "SHA-256",
|
|
714
|
+
"content": "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710"
|
|
715
|
+
}
|
|
716
|
+
],
|
|
717
|
+
"licenses": [
|
|
718
|
+
{
|
|
719
|
+
"expression": "MIT OR Apache-2.0"
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"purl": "pkg:cargo/crypto-common@0.2.1",
|
|
723
|
+
"externalReferences": [
|
|
724
|
+
{
|
|
725
|
+
"type": "documentation",
|
|
726
|
+
"url": "https://docs.rs/crypto-common"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"type": "vcs",
|
|
730
|
+
"url": "https://github.com/RustCrypto/traits"
|
|
731
|
+
}
|
|
732
|
+
]
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"type": "library",
|
|
736
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ctutils@0.4.2",
|
|
737
|
+
"author": "RustCrypto Developers",
|
|
738
|
+
"name": "ctutils",
|
|
739
|
+
"version": "0.4.2",
|
|
740
|
+
"description": "Constant-time utility library with selection and equality testing support targeting cryptographic applications. Supports `const fn` where appropriate. Built on the `cmov` crate which provides architecture-specific predication intrinsics. Heavily inspired by the `subtle` crate. ",
|
|
741
|
+
"scope": "required",
|
|
742
|
+
"hashes": [
|
|
743
|
+
{
|
|
744
|
+
"alg": "SHA-256",
|
|
745
|
+
"content": "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
|
|
746
|
+
}
|
|
747
|
+
],
|
|
748
|
+
"licenses": [
|
|
749
|
+
{
|
|
750
|
+
"expression": "Apache-2.0 OR MIT"
|
|
751
|
+
}
|
|
752
|
+
],
|
|
753
|
+
"purl": "pkg:cargo/ctutils@0.4.2",
|
|
754
|
+
"externalReferences": [
|
|
755
|
+
{
|
|
756
|
+
"type": "website",
|
|
757
|
+
"url": "https://github.com/RustCrypto/utils/tree/master/ctselect"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"type": "vcs",
|
|
761
|
+
"url": "https://github.com/RustCrypto/utils"
|
|
762
|
+
}
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"type": "library",
|
|
767
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.11.2",
|
|
768
|
+
"author": "RustCrypto Developers",
|
|
769
|
+
"name": "digest",
|
|
770
|
+
"version": "0.11.2",
|
|
771
|
+
"description": "Traits for cryptographic hash functions and message authentication codes",
|
|
772
|
+
"scope": "required",
|
|
773
|
+
"hashes": [
|
|
774
|
+
{
|
|
775
|
+
"alg": "SHA-256",
|
|
776
|
+
"content": "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c"
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"licenses": [
|
|
780
|
+
{
|
|
781
|
+
"expression": "MIT OR Apache-2.0"
|
|
782
|
+
}
|
|
783
|
+
],
|
|
784
|
+
"purl": "pkg:cargo/digest@0.11.2",
|
|
785
|
+
"externalReferences": [
|
|
786
|
+
{
|
|
787
|
+
"type": "documentation",
|
|
788
|
+
"url": "https://docs.rs/digest"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"type": "vcs",
|
|
792
|
+
"url": "https://github.com/RustCrypto/traits"
|
|
793
|
+
}
|
|
794
|
+
]
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"type": "library",
|
|
798
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0",
|
|
799
|
+
"author": "Simon Ochsenreither <simon@ochsenreither.de>",
|
|
800
|
+
"name": "dirs-sys",
|
|
801
|
+
"version": "0.5.0",
|
|
802
|
+
"description": "System-level helper functions for the dirs and directories crates.",
|
|
803
|
+
"scope": "required",
|
|
804
|
+
"hashes": [
|
|
805
|
+
{
|
|
806
|
+
"alg": "SHA-256",
|
|
807
|
+
"content": "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"licenses": [
|
|
811
|
+
{
|
|
812
|
+
"expression": "MIT OR Apache-2.0"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"purl": "pkg:cargo/dirs-sys@0.5.0",
|
|
816
|
+
"externalReferences": [
|
|
817
|
+
{
|
|
818
|
+
"type": "vcs",
|
|
819
|
+
"url": "https://github.com/dirs-dev/dirs-sys-rs"
|
|
820
|
+
}
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"type": "library",
|
|
825
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0",
|
|
826
|
+
"author": "Simon Ochsenreither <simon@ochsenreither.de>",
|
|
827
|
+
"name": "dirs",
|
|
828
|
+
"version": "6.0.0",
|
|
829
|
+
"description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.",
|
|
830
|
+
"scope": "required",
|
|
831
|
+
"hashes": [
|
|
832
|
+
{
|
|
833
|
+
"alg": "SHA-256",
|
|
834
|
+
"content": "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"licenses": [
|
|
838
|
+
{
|
|
839
|
+
"expression": "MIT OR Apache-2.0"
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"purl": "pkg:cargo/dirs@6.0.0",
|
|
843
|
+
"externalReferences": [
|
|
844
|
+
{
|
|
845
|
+
"type": "vcs",
|
|
846
|
+
"url": "https://github.com/soc/dirs-rs"
|
|
847
|
+
}
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"type": "library",
|
|
852
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dlv-list@0.3.0",
|
|
853
|
+
"author": "Scott Godwin <sgodwincs@gmail.com>",
|
|
854
|
+
"name": "dlv-list",
|
|
855
|
+
"version": "0.3.0",
|
|
856
|
+
"description": "Semi-doubly linked list implemented using a vector",
|
|
857
|
+
"scope": "required",
|
|
858
|
+
"hashes": [
|
|
859
|
+
{
|
|
860
|
+
"alg": "SHA-256",
|
|
861
|
+
"content": "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
|
862
|
+
}
|
|
863
|
+
],
|
|
864
|
+
"licenses": [
|
|
865
|
+
{
|
|
866
|
+
"expression": "MIT"
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"purl": "pkg:cargo/dlv-list@0.3.0",
|
|
870
|
+
"externalReferences": [
|
|
871
|
+
{
|
|
872
|
+
"type": "website",
|
|
873
|
+
"url": "https://github.com/sgodwincs/dlv-list-rs"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "vcs",
|
|
877
|
+
"url": "https://github.com/sgodwincs/dlv-list-rs"
|
|
878
|
+
}
|
|
879
|
+
]
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"type": "library",
|
|
883
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
884
|
+
"name": "equivalent",
|
|
885
|
+
"version": "1.0.2",
|
|
886
|
+
"description": "Traits for key comparison in maps.",
|
|
887
|
+
"scope": "required",
|
|
888
|
+
"hashes": [
|
|
889
|
+
{
|
|
890
|
+
"alg": "SHA-256",
|
|
891
|
+
"content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"licenses": [
|
|
895
|
+
{
|
|
896
|
+
"expression": "Apache-2.0 OR MIT"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"purl": "pkg:cargo/equivalent@1.0.2",
|
|
900
|
+
"externalReferences": [
|
|
901
|
+
{
|
|
902
|
+
"type": "vcs",
|
|
903
|
+
"url": "https://github.com/indexmap-rs/equivalent"
|
|
904
|
+
}
|
|
905
|
+
]
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"type": "library",
|
|
909
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.2.0",
|
|
910
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
911
|
+
"name": "fallible-iterator",
|
|
912
|
+
"version": "0.2.0",
|
|
913
|
+
"description": "Fallible iterator traits",
|
|
914
|
+
"scope": "required",
|
|
915
|
+
"hashes": [
|
|
916
|
+
{
|
|
917
|
+
"alg": "SHA-256",
|
|
918
|
+
"content": "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"licenses": [
|
|
922
|
+
{
|
|
923
|
+
"expression": "MIT OR Apache-2.0"
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"purl": "pkg:cargo/fallible-iterator@0.2.0",
|
|
927
|
+
"externalReferences": [
|
|
928
|
+
{
|
|
929
|
+
"type": "vcs",
|
|
930
|
+
"url": "https://github.com/sfackler/rust-fallible-iterator"
|
|
931
|
+
}
|
|
932
|
+
]
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"type": "library",
|
|
936
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
937
|
+
"name": "futures-channel",
|
|
938
|
+
"version": "0.3.32",
|
|
939
|
+
"description": "Channels for asynchronous communication using futures-rs. ",
|
|
940
|
+
"scope": "required",
|
|
941
|
+
"hashes": [
|
|
942
|
+
{
|
|
943
|
+
"alg": "SHA-256",
|
|
944
|
+
"content": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"licenses": [
|
|
948
|
+
{
|
|
949
|
+
"expression": "MIT OR Apache-2.0"
|
|
950
|
+
}
|
|
951
|
+
],
|
|
952
|
+
"purl": "pkg:cargo/futures-channel@0.3.32",
|
|
953
|
+
"externalReferences": [
|
|
954
|
+
{
|
|
955
|
+
"type": "website",
|
|
956
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"type": "vcs",
|
|
960
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
961
|
+
}
|
|
962
|
+
]
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"type": "library",
|
|
966
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
967
|
+
"name": "futures-core",
|
|
968
|
+
"version": "0.3.32",
|
|
969
|
+
"description": "The core traits and types in for the `futures` library. ",
|
|
970
|
+
"scope": "required",
|
|
971
|
+
"hashes": [
|
|
972
|
+
{
|
|
973
|
+
"alg": "SHA-256",
|
|
974
|
+
"content": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"licenses": [
|
|
978
|
+
{
|
|
979
|
+
"expression": "MIT OR Apache-2.0"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"purl": "pkg:cargo/futures-core@0.3.32",
|
|
983
|
+
"externalReferences": [
|
|
984
|
+
{
|
|
985
|
+
"type": "website",
|
|
986
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"type": "vcs",
|
|
990
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
991
|
+
}
|
|
992
|
+
]
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"type": "library",
|
|
996
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
997
|
+
"name": "futures-sink",
|
|
998
|
+
"version": "0.3.32",
|
|
999
|
+
"description": "The asynchronous `Sink` trait for the futures-rs library. ",
|
|
1000
|
+
"scope": "required",
|
|
1001
|
+
"hashes": [
|
|
1002
|
+
{
|
|
1003
|
+
"alg": "SHA-256",
|
|
1004
|
+
"content": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"licenses": [
|
|
1008
|
+
{
|
|
1009
|
+
"expression": "MIT OR Apache-2.0"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"purl": "pkg:cargo/futures-sink@0.3.32",
|
|
1013
|
+
"externalReferences": [
|
|
1014
|
+
{
|
|
1015
|
+
"type": "website",
|
|
1016
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"type": "vcs",
|
|
1020
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
1021
|
+
}
|
|
1022
|
+
]
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"type": "library",
|
|
1026
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
|
|
1027
|
+
"name": "futures-task",
|
|
1028
|
+
"version": "0.3.32",
|
|
1029
|
+
"description": "Tools for working with tasks. ",
|
|
1030
|
+
"scope": "required",
|
|
1031
|
+
"hashes": [
|
|
1032
|
+
{
|
|
1033
|
+
"alg": "SHA-256",
|
|
1034
|
+
"content": "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
1035
|
+
}
|
|
1036
|
+
],
|
|
1037
|
+
"licenses": [
|
|
1038
|
+
{
|
|
1039
|
+
"expression": "MIT OR Apache-2.0"
|
|
1040
|
+
}
|
|
1041
|
+
],
|
|
1042
|
+
"purl": "pkg:cargo/futures-task@0.3.32",
|
|
1043
|
+
"externalReferences": [
|
|
1044
|
+
{
|
|
1045
|
+
"type": "website",
|
|
1046
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"type": "vcs",
|
|
1050
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
1051
|
+
}
|
|
1052
|
+
]
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"type": "library",
|
|
1056
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
|
|
1057
|
+
"name": "futures-util",
|
|
1058
|
+
"version": "0.3.32",
|
|
1059
|
+
"description": "Common utilities and extension traits for the futures-rs library. ",
|
|
1060
|
+
"scope": "required",
|
|
1061
|
+
"hashes": [
|
|
1062
|
+
{
|
|
1063
|
+
"alg": "SHA-256",
|
|
1064
|
+
"content": "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
1065
|
+
}
|
|
1066
|
+
],
|
|
1067
|
+
"licenses": [
|
|
1068
|
+
{
|
|
1069
|
+
"expression": "MIT OR Apache-2.0"
|
|
1070
|
+
}
|
|
1071
|
+
],
|
|
1072
|
+
"purl": "pkg:cargo/futures-util@0.3.32",
|
|
1073
|
+
"externalReferences": [
|
|
1074
|
+
{
|
|
1075
|
+
"type": "website",
|
|
1076
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"type": "vcs",
|
|
1080
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
1081
|
+
}
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"type": "library",
|
|
1086
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
1087
|
+
"author": "The Rand Project Developers",
|
|
1088
|
+
"name": "getrandom",
|
|
1089
|
+
"version": "0.2.17",
|
|
1090
|
+
"description": "A small cross-platform library for retrieving random data from system source",
|
|
1091
|
+
"scope": "required",
|
|
1092
|
+
"hashes": [
|
|
1093
|
+
{
|
|
1094
|
+
"alg": "SHA-256",
|
|
1095
|
+
"content": "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"licenses": [
|
|
1099
|
+
{
|
|
1100
|
+
"expression": "MIT OR Apache-2.0"
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
"purl": "pkg:cargo/getrandom@0.2.17",
|
|
1104
|
+
"externalReferences": [
|
|
1105
|
+
{
|
|
1106
|
+
"type": "documentation",
|
|
1107
|
+
"url": "https://docs.rs/getrandom"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"type": "vcs",
|
|
1111
|
+
"url": "https://github.com/rust-random/getrandom"
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"type": "library",
|
|
1117
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2",
|
|
1118
|
+
"author": "The Rand Project Developers",
|
|
1119
|
+
"name": "getrandom",
|
|
1120
|
+
"version": "0.4.2",
|
|
1121
|
+
"description": "A small cross-platform library for retrieving random data from system source",
|
|
1122
|
+
"scope": "required",
|
|
1123
|
+
"hashes": [
|
|
1124
|
+
{
|
|
1125
|
+
"alg": "SHA-256",
|
|
1126
|
+
"content": "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
1127
|
+
}
|
|
1128
|
+
],
|
|
1129
|
+
"licenses": [
|
|
1130
|
+
{
|
|
1131
|
+
"expression": "MIT OR Apache-2.0"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"purl": "pkg:cargo/getrandom@0.4.2",
|
|
1135
|
+
"externalReferences": [
|
|
1136
|
+
{
|
|
1137
|
+
"type": "documentation",
|
|
1138
|
+
"url": "https://docs.rs/getrandom"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"type": "vcs",
|
|
1142
|
+
"url": "https://github.com/rust-random/getrandom"
|
|
1143
|
+
}
|
|
1144
|
+
]
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"type": "library",
|
|
1148
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3",
|
|
1149
|
+
"author": "The Rust Project Developers",
|
|
1150
|
+
"name": "glob",
|
|
1151
|
+
"version": "0.3.3",
|
|
1152
|
+
"description": "Support for matching file paths against Unix shell style patterns. ",
|
|
1153
|
+
"scope": "required",
|
|
1154
|
+
"hashes": [
|
|
1155
|
+
{
|
|
1156
|
+
"alg": "SHA-256",
|
|
1157
|
+
"content": "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"licenses": [
|
|
1161
|
+
{
|
|
1162
|
+
"expression": "MIT OR Apache-2.0"
|
|
1163
|
+
}
|
|
1164
|
+
],
|
|
1165
|
+
"purl": "pkg:cargo/glob@0.3.3",
|
|
1166
|
+
"externalReferences": [
|
|
1167
|
+
{
|
|
1168
|
+
"type": "documentation",
|
|
1169
|
+
"url": "https://docs.rs/glob"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"type": "website",
|
|
1173
|
+
"url": "https://github.com/rust-lang/glob"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"type": "vcs",
|
|
1177
|
+
"url": "https://github.com/rust-lang/glob"
|
|
1178
|
+
}
|
|
1179
|
+
]
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"type": "library",
|
|
1183
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3",
|
|
1184
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1185
|
+
"name": "hashbrown",
|
|
1186
|
+
"version": "0.12.3",
|
|
1187
|
+
"description": "A Rust port of Google's SwissTable hash map",
|
|
1188
|
+
"scope": "required",
|
|
1189
|
+
"hashes": [
|
|
1190
|
+
{
|
|
1191
|
+
"alg": "SHA-256",
|
|
1192
|
+
"content": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
1193
|
+
}
|
|
1194
|
+
],
|
|
1195
|
+
"licenses": [
|
|
1196
|
+
{
|
|
1197
|
+
"expression": "MIT OR Apache-2.0"
|
|
1198
|
+
}
|
|
1199
|
+
],
|
|
1200
|
+
"purl": "pkg:cargo/hashbrown@0.12.3",
|
|
1201
|
+
"externalReferences": [
|
|
1202
|
+
{
|
|
1203
|
+
"type": "vcs",
|
|
1204
|
+
"url": "https://github.com/rust-lang/hashbrown"
|
|
1205
|
+
}
|
|
1206
|
+
]
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"type": "library",
|
|
1210
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
|
|
1211
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1212
|
+
"name": "hashbrown",
|
|
1213
|
+
"version": "0.16.1",
|
|
1214
|
+
"description": "A Rust port of Google's SwissTable hash map",
|
|
1215
|
+
"scope": "required",
|
|
1216
|
+
"hashes": [
|
|
1217
|
+
{
|
|
1218
|
+
"alg": "SHA-256",
|
|
1219
|
+
"content": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"licenses": [
|
|
1223
|
+
{
|
|
1224
|
+
"expression": "MIT OR Apache-2.0"
|
|
1225
|
+
}
|
|
1226
|
+
],
|
|
1227
|
+
"purl": "pkg:cargo/hashbrown@0.16.1",
|
|
1228
|
+
"externalReferences": [
|
|
1229
|
+
{
|
|
1230
|
+
"type": "vcs",
|
|
1231
|
+
"url": "https://github.com/rust-lang/hashbrown"
|
|
1232
|
+
}
|
|
1233
|
+
]
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"type": "library",
|
|
1237
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
1238
|
+
"name": "heck",
|
|
1239
|
+
"version": "0.5.0",
|
|
1240
|
+
"description": "heck is a case conversion library.",
|
|
1241
|
+
"scope": "required",
|
|
1242
|
+
"hashes": [
|
|
1243
|
+
{
|
|
1244
|
+
"alg": "SHA-256",
|
|
1245
|
+
"content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1246
|
+
}
|
|
1247
|
+
],
|
|
1248
|
+
"licenses": [
|
|
1249
|
+
{
|
|
1250
|
+
"expression": "MIT OR Apache-2.0"
|
|
1251
|
+
}
|
|
1252
|
+
],
|
|
1253
|
+
"purl": "pkg:cargo/heck@0.5.0",
|
|
1254
|
+
"externalReferences": [
|
|
1255
|
+
{
|
|
1256
|
+
"type": "vcs",
|
|
1257
|
+
"url": "https://github.com/withoutboats/heck"
|
|
1258
|
+
}
|
|
1259
|
+
]
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"type": "library",
|
|
1263
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hmac@0.13.0",
|
|
1264
|
+
"author": "RustCrypto Developers",
|
|
1265
|
+
"name": "hmac",
|
|
1266
|
+
"version": "0.13.0",
|
|
1267
|
+
"description": "Generic implementation of Hash-based Message Authentication Code (HMAC)",
|
|
1268
|
+
"scope": "required",
|
|
1269
|
+
"hashes": [
|
|
1270
|
+
{
|
|
1271
|
+
"alg": "SHA-256",
|
|
1272
|
+
"content": "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
|
|
1273
|
+
}
|
|
1274
|
+
],
|
|
1275
|
+
"licenses": [
|
|
1276
|
+
{
|
|
1277
|
+
"expression": "MIT OR Apache-2.0"
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"purl": "pkg:cargo/hmac@0.13.0",
|
|
1281
|
+
"externalReferences": [
|
|
1282
|
+
{
|
|
1283
|
+
"type": "documentation",
|
|
1284
|
+
"url": "https://docs.rs/hmac"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"type": "vcs",
|
|
1288
|
+
"url": "https://github.com/RustCrypto/MACs"
|
|
1289
|
+
}
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"type": "library",
|
|
1294
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.10",
|
|
1295
|
+
"author": "RustCrypto Developers",
|
|
1296
|
+
"name": "hybrid-array",
|
|
1297
|
+
"version": "0.4.10",
|
|
1298
|
+
"description": "Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability and a transition path to const generics ",
|
|
1299
|
+
"scope": "required",
|
|
1300
|
+
"hashes": [
|
|
1301
|
+
{
|
|
1302
|
+
"alg": "SHA-256",
|
|
1303
|
+
"content": "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214"
|
|
1304
|
+
}
|
|
1305
|
+
],
|
|
1306
|
+
"licenses": [
|
|
1307
|
+
{
|
|
1308
|
+
"expression": "MIT OR Apache-2.0"
|
|
1309
|
+
}
|
|
1310
|
+
],
|
|
1311
|
+
"purl": "pkg:cargo/hybrid-array@0.4.10",
|
|
1312
|
+
"externalReferences": [
|
|
1313
|
+
{
|
|
1314
|
+
"type": "documentation",
|
|
1315
|
+
"url": "https://docs.rs/hybrid-array"
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"type": "vcs",
|
|
1319
|
+
"url": "https://github.com/RustCrypto/hybrid-array"
|
|
1320
|
+
}
|
|
1321
|
+
]
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"type": "library",
|
|
1325
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.1",
|
|
1326
|
+
"name": "indexmap",
|
|
1327
|
+
"version": "2.13.1",
|
|
1328
|
+
"description": "A hash table with consistent order and fast iteration.",
|
|
1329
|
+
"scope": "required",
|
|
1330
|
+
"hashes": [
|
|
1331
|
+
{
|
|
1332
|
+
"alg": "SHA-256",
|
|
1333
|
+
"content": "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"licenses": [
|
|
1337
|
+
{
|
|
1338
|
+
"expression": "Apache-2.0 OR MIT"
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"purl": "pkg:cargo/indexmap@2.13.1",
|
|
1342
|
+
"externalReferences": [
|
|
1343
|
+
{
|
|
1344
|
+
"type": "documentation",
|
|
1345
|
+
"url": "https://docs.rs/indexmap/"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"type": "vcs",
|
|
1349
|
+
"url": "https://github.com/indexmap-rs/indexmap"
|
|
1350
|
+
}
|
|
1351
|
+
]
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"type": "library",
|
|
1355
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
|
|
1356
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1357
|
+
"name": "indoc",
|
|
1358
|
+
"version": "2.0.7",
|
|
1359
|
+
"description": "Indented document literals",
|
|
1360
|
+
"scope": "required",
|
|
1361
|
+
"hashes": [
|
|
1362
|
+
{
|
|
1363
|
+
"alg": "SHA-256",
|
|
1364
|
+
"content": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
1365
|
+
}
|
|
1366
|
+
],
|
|
1367
|
+
"licenses": [
|
|
1368
|
+
{
|
|
1369
|
+
"expression": "MIT OR Apache-2.0"
|
|
1370
|
+
}
|
|
1371
|
+
],
|
|
1372
|
+
"purl": "pkg:cargo/indoc@2.0.7",
|
|
1373
|
+
"externalReferences": [
|
|
1374
|
+
{
|
|
1375
|
+
"type": "documentation",
|
|
1376
|
+
"url": "https://docs.rs/indoc"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"type": "vcs",
|
|
1380
|
+
"url": "https://github.com/dtolnay/indoc"
|
|
1381
|
+
}
|
|
1382
|
+
]
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"type": "library",
|
|
1386
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
1387
|
+
"name": "is_terminal_polyfill",
|
|
1388
|
+
"version": "1.70.2",
|
|
1389
|
+
"description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
|
|
1390
|
+
"scope": "required",
|
|
1391
|
+
"hashes": [
|
|
1392
|
+
{
|
|
1393
|
+
"alg": "SHA-256",
|
|
1394
|
+
"content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1397
|
+
"licenses": [
|
|
1398
|
+
{
|
|
1399
|
+
"expression": "MIT OR Apache-2.0"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
|
|
1403
|
+
"externalReferences": [
|
|
1404
|
+
{
|
|
1405
|
+
"type": "vcs",
|
|
1406
|
+
"url": "https://github.com/polyfill-rs/is_terminal_polyfill"
|
|
1407
|
+
}
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"type": "library",
|
|
1412
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
1413
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1414
|
+
"name": "itoa",
|
|
1415
|
+
"version": "1.0.18",
|
|
1416
|
+
"description": "Fast integer primitive to string conversion",
|
|
1417
|
+
"scope": "required",
|
|
1418
|
+
"hashes": [
|
|
1419
|
+
{
|
|
1420
|
+
"alg": "SHA-256",
|
|
1421
|
+
"content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1422
|
+
}
|
|
1423
|
+
],
|
|
1424
|
+
"licenses": [
|
|
1425
|
+
{
|
|
1426
|
+
"expression": "MIT OR Apache-2.0"
|
|
1427
|
+
}
|
|
1428
|
+
],
|
|
1429
|
+
"purl": "pkg:cargo/itoa@1.0.18",
|
|
1430
|
+
"externalReferences": [
|
|
1431
|
+
{
|
|
1432
|
+
"type": "documentation",
|
|
1433
|
+
"url": "https://docs.rs/itoa"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"type": "vcs",
|
|
1437
|
+
"url": "https://github.com/dtolnay/itoa"
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"type": "library",
|
|
1443
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184",
|
|
1444
|
+
"author": "The Rust Project Developers",
|
|
1445
|
+
"name": "libc",
|
|
1446
|
+
"version": "0.2.184",
|
|
1447
|
+
"description": "Raw FFI bindings to platform libraries like libc.",
|
|
1448
|
+
"scope": "required",
|
|
1449
|
+
"hashes": [
|
|
1450
|
+
{
|
|
1451
|
+
"alg": "SHA-256",
|
|
1452
|
+
"content": "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
|
1453
|
+
}
|
|
1454
|
+
],
|
|
1455
|
+
"licenses": [
|
|
1456
|
+
{
|
|
1457
|
+
"expression": "MIT OR Apache-2.0"
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
"purl": "pkg:cargo/libc@0.2.184",
|
|
1461
|
+
"externalReferences": [
|
|
1462
|
+
{
|
|
1463
|
+
"type": "vcs",
|
|
1464
|
+
"url": "https://github.com/rust-lang/libc"
|
|
1465
|
+
}
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"type": "library",
|
|
1470
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
1471
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1472
|
+
"name": "lock_api",
|
|
1473
|
+
"version": "0.4.14",
|
|
1474
|
+
"description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
|
|
1475
|
+
"scope": "required",
|
|
1476
|
+
"hashes": [
|
|
1477
|
+
{
|
|
1478
|
+
"alg": "SHA-256",
|
|
1479
|
+
"content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1480
|
+
}
|
|
1481
|
+
],
|
|
1482
|
+
"licenses": [
|
|
1483
|
+
{
|
|
1484
|
+
"expression": "MIT OR Apache-2.0"
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1487
|
+
"purl": "pkg:cargo/lock_api@0.4.14",
|
|
1488
|
+
"externalReferences": [
|
|
1489
|
+
{
|
|
1490
|
+
"type": "vcs",
|
|
1491
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1492
|
+
}
|
|
1493
|
+
]
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"type": "library",
|
|
1497
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
|
1498
|
+
"author": "The Rust Project Developers",
|
|
1499
|
+
"name": "log",
|
|
1500
|
+
"version": "0.4.29",
|
|
1501
|
+
"description": "A lightweight logging facade for Rust ",
|
|
1502
|
+
"scope": "required",
|
|
1503
|
+
"hashes": [
|
|
1504
|
+
{
|
|
1505
|
+
"alg": "SHA-256",
|
|
1506
|
+
"content": "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1507
|
+
}
|
|
1508
|
+
],
|
|
1509
|
+
"licenses": [
|
|
1510
|
+
{
|
|
1511
|
+
"expression": "MIT OR Apache-2.0"
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1514
|
+
"purl": "pkg:cargo/log@0.4.29",
|
|
1515
|
+
"externalReferences": [
|
|
1516
|
+
{
|
|
1517
|
+
"type": "documentation",
|
|
1518
|
+
"url": "https://docs.rs/log"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"type": "vcs",
|
|
1522
|
+
"url": "https://github.com/rust-lang/log"
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"type": "library",
|
|
1528
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#md-5@0.11.0",
|
|
1529
|
+
"author": "RustCrypto Developers",
|
|
1530
|
+
"name": "md-5",
|
|
1531
|
+
"version": "0.11.0",
|
|
1532
|
+
"description": "MD5 hash function",
|
|
1533
|
+
"scope": "required",
|
|
1534
|
+
"hashes": [
|
|
1535
|
+
{
|
|
1536
|
+
"alg": "SHA-256",
|
|
1537
|
+
"content": "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
|
|
1538
|
+
}
|
|
1539
|
+
],
|
|
1540
|
+
"licenses": [
|
|
1541
|
+
{
|
|
1542
|
+
"expression": "MIT OR Apache-2.0"
|
|
1543
|
+
}
|
|
1544
|
+
],
|
|
1545
|
+
"purl": "pkg:cargo/md-5@0.11.0",
|
|
1546
|
+
"externalReferences": [
|
|
1547
|
+
{
|
|
1548
|
+
"type": "documentation",
|
|
1549
|
+
"url": "https://docs.rs/md-5"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"type": "vcs",
|
|
1553
|
+
"url": "https://github.com/RustCrypto/hashes"
|
|
1554
|
+
}
|
|
1555
|
+
]
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"type": "library",
|
|
1559
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
|
|
1560
|
+
"author": "Andrew Gallant <jamslam@gmail.com>, bluss",
|
|
1561
|
+
"name": "memchr",
|
|
1562
|
+
"version": "2.8.0",
|
|
1563
|
+
"description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
|
|
1564
|
+
"scope": "required",
|
|
1565
|
+
"hashes": [
|
|
1566
|
+
{
|
|
1567
|
+
"alg": "SHA-256",
|
|
1568
|
+
"content": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
1569
|
+
}
|
|
1570
|
+
],
|
|
1571
|
+
"licenses": [
|
|
1572
|
+
{
|
|
1573
|
+
"expression": "Unlicense OR MIT"
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1576
|
+
"purl": "pkg:cargo/memchr@2.8.0",
|
|
1577
|
+
"externalReferences": [
|
|
1578
|
+
{
|
|
1579
|
+
"type": "documentation",
|
|
1580
|
+
"url": "https://docs.rs/memchr/"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"type": "website",
|
|
1584
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"type": "vcs",
|
|
1588
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1589
|
+
}
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "library",
|
|
1594
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
|
|
1595
|
+
"author": "Gilad Naaman <gilad.naaman@gmail.com>",
|
|
1596
|
+
"name": "memoffset",
|
|
1597
|
+
"version": "0.9.1",
|
|
1598
|
+
"description": "offset_of functionality for Rust structs.",
|
|
1599
|
+
"scope": "required",
|
|
1600
|
+
"hashes": [
|
|
1601
|
+
{
|
|
1602
|
+
"alg": "SHA-256",
|
|
1603
|
+
"content": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"licenses": [
|
|
1607
|
+
{
|
|
1608
|
+
"expression": "MIT"
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"purl": "pkg:cargo/memoffset@0.9.1",
|
|
1612
|
+
"externalReferences": [
|
|
1613
|
+
{
|
|
1614
|
+
"type": "vcs",
|
|
1615
|
+
"url": "https://github.com/Gilnaa/memoffset"
|
|
1616
|
+
}
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"type": "library",
|
|
1621
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.0",
|
|
1622
|
+
"author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
|
|
1623
|
+
"name": "mio",
|
|
1624
|
+
"version": "1.2.0",
|
|
1625
|
+
"description": "Lightweight non-blocking I/O.",
|
|
1626
|
+
"scope": "required",
|
|
1627
|
+
"hashes": [
|
|
1628
|
+
{
|
|
1629
|
+
"alg": "SHA-256",
|
|
1630
|
+
"content": "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"licenses": [
|
|
1634
|
+
{
|
|
1635
|
+
"expression": "MIT"
|
|
1636
|
+
}
|
|
1637
|
+
],
|
|
1638
|
+
"purl": "pkg:cargo/mio@1.2.0",
|
|
1639
|
+
"externalReferences": [
|
|
1640
|
+
{
|
|
1641
|
+
"type": "website",
|
|
1642
|
+
"url": "https://github.com/tokio-rs/mio"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"type": "vcs",
|
|
1646
|
+
"url": "https://github.com/tokio-rs/mio"
|
|
1647
|
+
}
|
|
1648
|
+
]
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"type": "library",
|
|
1652
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
1653
|
+
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
|
1654
|
+
"name": "once_cell",
|
|
1655
|
+
"version": "1.21.4",
|
|
1656
|
+
"description": "Single assignment cells and lazy values.",
|
|
1657
|
+
"scope": "required",
|
|
1658
|
+
"hashes": [
|
|
1659
|
+
{
|
|
1660
|
+
"alg": "SHA-256",
|
|
1661
|
+
"content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1662
|
+
}
|
|
1663
|
+
],
|
|
1664
|
+
"licenses": [
|
|
1665
|
+
{
|
|
1666
|
+
"expression": "MIT OR Apache-2.0"
|
|
1667
|
+
}
|
|
1668
|
+
],
|
|
1669
|
+
"purl": "pkg:cargo/once_cell@1.21.4",
|
|
1670
|
+
"externalReferences": [
|
|
1671
|
+
{
|
|
1672
|
+
"type": "documentation",
|
|
1673
|
+
"url": "https://docs.rs/once_cell"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"type": "vcs",
|
|
1677
|
+
"url": "https://github.com/matklad/once_cell"
|
|
1678
|
+
}
|
|
1679
|
+
]
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"type": "library",
|
|
1683
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
1684
|
+
"name": "once_cell_polyfill",
|
|
1685
|
+
"version": "1.70.2",
|
|
1686
|
+
"description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
|
|
1687
|
+
"scope": "required",
|
|
1688
|
+
"hashes": [
|
|
1689
|
+
{
|
|
1690
|
+
"alg": "SHA-256",
|
|
1691
|
+
"content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1692
|
+
}
|
|
1693
|
+
],
|
|
1694
|
+
"licenses": [
|
|
1695
|
+
{
|
|
1696
|
+
"expression": "MIT OR Apache-2.0"
|
|
1697
|
+
}
|
|
1698
|
+
],
|
|
1699
|
+
"purl": "pkg:cargo/once_cell_polyfill@1.70.2",
|
|
1700
|
+
"externalReferences": [
|
|
1701
|
+
{
|
|
1702
|
+
"type": "vcs",
|
|
1703
|
+
"url": "https://github.com/polyfill-rs/once_cell_polyfill"
|
|
1704
|
+
}
|
|
1705
|
+
]
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"type": "library",
|
|
1709
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0",
|
|
1710
|
+
"author": "Simon Ochsenreither <simon@ochsenreither.de>",
|
|
1711
|
+
"name": "option-ext",
|
|
1712
|
+
"version": "0.2.0",
|
|
1713
|
+
"description": "Extends `Option` with additional operations",
|
|
1714
|
+
"scope": "required",
|
|
1715
|
+
"hashes": [
|
|
1716
|
+
{
|
|
1717
|
+
"alg": "SHA-256",
|
|
1718
|
+
"content": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"licenses": [
|
|
1722
|
+
{
|
|
1723
|
+
"expression": "MPL-2.0"
|
|
1724
|
+
}
|
|
1725
|
+
],
|
|
1726
|
+
"purl": "pkg:cargo/option-ext@0.2.0",
|
|
1727
|
+
"externalReferences": [
|
|
1728
|
+
{
|
|
1729
|
+
"type": "documentation",
|
|
1730
|
+
"url": "https://docs.rs/option-ext/"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"type": "website",
|
|
1734
|
+
"url": "https://github.com/soc/option-ext"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"type": "vcs",
|
|
1738
|
+
"url": "https://github.com/soc/option-ext.git"
|
|
1739
|
+
}
|
|
1740
|
+
]
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"type": "library",
|
|
1744
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ordered-multimap@0.4.3",
|
|
1745
|
+
"author": "Scott Godwin <sgodwincs@gmail.com>",
|
|
1746
|
+
"name": "ordered-multimap",
|
|
1747
|
+
"version": "0.4.3",
|
|
1748
|
+
"description": "Insertion ordered multimap",
|
|
1749
|
+
"scope": "required",
|
|
1750
|
+
"hashes": [
|
|
1751
|
+
{
|
|
1752
|
+
"alg": "SHA-256",
|
|
1753
|
+
"content": "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"licenses": [
|
|
1757
|
+
{
|
|
1758
|
+
"expression": "MIT"
|
|
1759
|
+
}
|
|
1760
|
+
],
|
|
1761
|
+
"purl": "pkg:cargo/ordered-multimap@0.4.3",
|
|
1762
|
+
"externalReferences": [
|
|
1763
|
+
{
|
|
1764
|
+
"type": "website",
|
|
1765
|
+
"url": "https://github.com/sgodwincs/ordered-multimap-rs"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"type": "vcs",
|
|
1769
|
+
"url": "https://github.com/sgodwincs/ordered-multimap-rs"
|
|
1770
|
+
}
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"type": "library",
|
|
1775
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
1776
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1777
|
+
"name": "parking_lot",
|
|
1778
|
+
"version": "0.12.5",
|
|
1779
|
+
"description": "More compact and efficient implementations of the standard synchronization primitives.",
|
|
1780
|
+
"scope": "required",
|
|
1781
|
+
"hashes": [
|
|
1782
|
+
{
|
|
1783
|
+
"alg": "SHA-256",
|
|
1784
|
+
"content": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1787
|
+
"licenses": [
|
|
1788
|
+
{
|
|
1789
|
+
"expression": "MIT OR Apache-2.0"
|
|
1790
|
+
}
|
|
1791
|
+
],
|
|
1792
|
+
"purl": "pkg:cargo/parking_lot@0.12.5",
|
|
1793
|
+
"externalReferences": [
|
|
1794
|
+
{
|
|
1795
|
+
"type": "vcs",
|
|
1796
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1797
|
+
}
|
|
1798
|
+
]
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"type": "library",
|
|
1802
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
1803
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
1804
|
+
"name": "parking_lot_core",
|
|
1805
|
+
"version": "0.9.12",
|
|
1806
|
+
"description": "An advanced API for creating custom synchronization primitives.",
|
|
1807
|
+
"scope": "required",
|
|
1808
|
+
"hashes": [
|
|
1809
|
+
{
|
|
1810
|
+
"alg": "SHA-256",
|
|
1811
|
+
"content": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1812
|
+
}
|
|
1813
|
+
],
|
|
1814
|
+
"licenses": [
|
|
1815
|
+
{
|
|
1816
|
+
"expression": "MIT OR Apache-2.0"
|
|
1817
|
+
}
|
|
1818
|
+
],
|
|
1819
|
+
"purl": "pkg:cargo/parking_lot_core@0.9.12",
|
|
1820
|
+
"externalReferences": [
|
|
1821
|
+
{
|
|
1822
|
+
"type": "vcs",
|
|
1823
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
1824
|
+
}
|
|
1825
|
+
]
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"type": "library",
|
|
1829
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
1830
|
+
"author": "The rust-url developers",
|
|
1831
|
+
"name": "percent-encoding",
|
|
1832
|
+
"version": "2.3.2",
|
|
1833
|
+
"description": "Percent encoding and decoding",
|
|
1834
|
+
"scope": "required",
|
|
1835
|
+
"hashes": [
|
|
1836
|
+
{
|
|
1837
|
+
"alg": "SHA-256",
|
|
1838
|
+
"content": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1839
|
+
}
|
|
1840
|
+
],
|
|
1841
|
+
"licenses": [
|
|
1842
|
+
{
|
|
1843
|
+
"expression": "MIT OR Apache-2.0"
|
|
1844
|
+
}
|
|
1845
|
+
],
|
|
1846
|
+
"purl": "pkg:cargo/percent-encoding@2.3.2",
|
|
1847
|
+
"externalReferences": [
|
|
1848
|
+
{
|
|
1849
|
+
"type": "vcs",
|
|
1850
|
+
"url": "https://github.com/servo/rust-url/"
|
|
1851
|
+
}
|
|
1852
|
+
]
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"type": "library",
|
|
1856
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pg-client-config@0.1.2",
|
|
1857
|
+
"author": "David Marteau <dmarteau@3liz.com>",
|
|
1858
|
+
"name": "pg-client-config",
|
|
1859
|
+
"version": "0.1.2",
|
|
1860
|
+
"description": "Support for Postgres service configuration files and environment variables",
|
|
1861
|
+
"scope": "required",
|
|
1862
|
+
"hashes": [
|
|
1863
|
+
{
|
|
1864
|
+
"alg": "SHA-256",
|
|
1865
|
+
"content": "9e024e787d4b99c9f2c1e7f84e0da059ad4ca935e60916a830b5a3e0030d5aa1"
|
|
1866
|
+
}
|
|
1867
|
+
],
|
|
1868
|
+
"licenses": [
|
|
1869
|
+
{
|
|
1870
|
+
"expression": "MIT OR Apache-2.0"
|
|
1871
|
+
}
|
|
1872
|
+
],
|
|
1873
|
+
"purl": "pkg:cargo/pg-client-config@0.1.2",
|
|
1874
|
+
"externalReferences": [
|
|
1875
|
+
{
|
|
1876
|
+
"type": "documentation",
|
|
1877
|
+
"url": "https://docs.rs/pg-client-config/"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"type": "website",
|
|
1881
|
+
"url": "https://github.com/3liz/pg-event-server/"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"type": "vcs",
|
|
1885
|
+
"url": "https://github.com/3liz/pg-event-server/"
|
|
1886
|
+
}
|
|
1887
|
+
]
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"type": "library",
|
|
1891
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#phf@0.13.1",
|
|
1892
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
1893
|
+
"name": "phf",
|
|
1894
|
+
"version": "0.13.1",
|
|
1895
|
+
"description": "Runtime support for perfect hash function data structures",
|
|
1896
|
+
"scope": "required",
|
|
1897
|
+
"hashes": [
|
|
1898
|
+
{
|
|
1899
|
+
"alg": "SHA-256",
|
|
1900
|
+
"content": "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
|
|
1901
|
+
}
|
|
1902
|
+
],
|
|
1903
|
+
"licenses": [
|
|
1904
|
+
{
|
|
1905
|
+
"expression": "MIT"
|
|
1906
|
+
}
|
|
1907
|
+
],
|
|
1908
|
+
"purl": "pkg:cargo/phf@0.13.1",
|
|
1909
|
+
"externalReferences": [
|
|
1910
|
+
{
|
|
1911
|
+
"type": "vcs",
|
|
1912
|
+
"url": "https://github.com/rust-phf/rust-phf"
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"type": "library",
|
|
1918
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1",
|
|
1919
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
1920
|
+
"name": "phf_shared",
|
|
1921
|
+
"version": "0.13.1",
|
|
1922
|
+
"description": "Support code shared by PHF libraries",
|
|
1923
|
+
"scope": "required",
|
|
1924
|
+
"hashes": [
|
|
1925
|
+
{
|
|
1926
|
+
"alg": "SHA-256",
|
|
1927
|
+
"content": "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
|
|
1928
|
+
}
|
|
1929
|
+
],
|
|
1930
|
+
"licenses": [
|
|
1931
|
+
{
|
|
1932
|
+
"expression": "MIT"
|
|
1933
|
+
}
|
|
1934
|
+
],
|
|
1935
|
+
"purl": "pkg:cargo/phf_shared@0.13.1",
|
|
1936
|
+
"externalReferences": [
|
|
1937
|
+
{
|
|
1938
|
+
"type": "vcs",
|
|
1939
|
+
"url": "https://github.com/rust-phf/rust-phf"
|
|
1940
|
+
}
|
|
1941
|
+
]
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"type": "library",
|
|
1945
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
1946
|
+
"name": "pin-project-lite",
|
|
1947
|
+
"version": "0.2.17",
|
|
1948
|
+
"description": "A lightweight version of pin-project written with declarative macros. ",
|
|
1949
|
+
"scope": "required",
|
|
1950
|
+
"hashes": [
|
|
1951
|
+
{
|
|
1952
|
+
"alg": "SHA-256",
|
|
1953
|
+
"content": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"licenses": [
|
|
1957
|
+
{
|
|
1958
|
+
"expression": "Apache-2.0 OR MIT"
|
|
1959
|
+
}
|
|
1960
|
+
],
|
|
1961
|
+
"purl": "pkg:cargo/pin-project-lite@0.2.17",
|
|
1962
|
+
"externalReferences": [
|
|
1963
|
+
{
|
|
1964
|
+
"type": "vcs",
|
|
1965
|
+
"url": "https://github.com/taiki-e/pin-project-lite"
|
|
1966
|
+
}
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"type": "library",
|
|
1971
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#postgres-protocol@0.6.11",
|
|
1972
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
1973
|
+
"name": "postgres-protocol",
|
|
1974
|
+
"version": "0.6.11",
|
|
1975
|
+
"description": "Low level Postgres protocol APIs",
|
|
1976
|
+
"scope": "required",
|
|
1977
|
+
"hashes": [
|
|
1978
|
+
{
|
|
1979
|
+
"alg": "SHA-256",
|
|
1980
|
+
"content": "56201207dac53e2f38e848e31b4b91616a6bb6e0c7205b77718994a7f49e70fc"
|
|
1981
|
+
}
|
|
1982
|
+
],
|
|
1983
|
+
"licenses": [
|
|
1984
|
+
{
|
|
1985
|
+
"expression": "MIT OR Apache-2.0"
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"purl": "pkg:cargo/postgres-protocol@0.6.11",
|
|
1989
|
+
"externalReferences": [
|
|
1990
|
+
{
|
|
1991
|
+
"type": "vcs",
|
|
1992
|
+
"url": "https://github.com/rust-postgres/rust-postgres"
|
|
1993
|
+
}
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"type": "library",
|
|
1998
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#postgres-types@0.2.13",
|
|
1999
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
2000
|
+
"name": "postgres-types",
|
|
2001
|
+
"version": "0.2.13",
|
|
2002
|
+
"description": "Conversions between Rust and Postgres values",
|
|
2003
|
+
"scope": "required",
|
|
2004
|
+
"hashes": [
|
|
2005
|
+
{
|
|
2006
|
+
"alg": "SHA-256",
|
|
2007
|
+
"content": "8dc729a129e682e8d24170cd30ae1aa01b336b096cbb56df6d534ffec133d186"
|
|
2008
|
+
}
|
|
2009
|
+
],
|
|
2010
|
+
"licenses": [
|
|
2011
|
+
{
|
|
2012
|
+
"expression": "MIT OR Apache-2.0"
|
|
2013
|
+
}
|
|
2014
|
+
],
|
|
2015
|
+
"purl": "pkg:cargo/postgres-types@0.2.13",
|
|
2016
|
+
"externalReferences": [
|
|
2017
|
+
{
|
|
2018
|
+
"type": "vcs",
|
|
2019
|
+
"url": "https://github.com/rust-postgres/rust-postgres"
|
|
2020
|
+
}
|
|
2021
|
+
]
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"type": "library",
|
|
2025
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#postgres@0.19.13",
|
|
2026
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
2027
|
+
"name": "postgres",
|
|
2028
|
+
"version": "0.19.13",
|
|
2029
|
+
"description": "A native, synchronous PostgreSQL client",
|
|
2030
|
+
"scope": "required",
|
|
2031
|
+
"hashes": [
|
|
2032
|
+
{
|
|
2033
|
+
"alg": "SHA-256",
|
|
2034
|
+
"content": "aacf632d0554ff75f58183694f41dc8999c8a3a43a386994d0ec2d034f1dfbe1"
|
|
2035
|
+
}
|
|
2036
|
+
],
|
|
2037
|
+
"licenses": [
|
|
2038
|
+
{
|
|
2039
|
+
"expression": "MIT OR Apache-2.0"
|
|
2040
|
+
}
|
|
2041
|
+
],
|
|
2042
|
+
"purl": "pkg:cargo/postgres@0.19.13",
|
|
2043
|
+
"externalReferences": [
|
|
2044
|
+
{
|
|
2045
|
+
"type": "vcs",
|
|
2046
|
+
"url": "https://github.com/rust-postgres/rust-postgres"
|
|
2047
|
+
}
|
|
2048
|
+
]
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"type": "library",
|
|
2052
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2053
|
+
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
|
|
2054
|
+
"name": "proc-macro2",
|
|
2055
|
+
"version": "1.0.106",
|
|
2056
|
+
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
|
|
2057
|
+
"scope": "required",
|
|
2058
|
+
"hashes": [
|
|
2059
|
+
{
|
|
2060
|
+
"alg": "SHA-256",
|
|
2061
|
+
"content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
2062
|
+
}
|
|
2063
|
+
],
|
|
2064
|
+
"licenses": [
|
|
2065
|
+
{
|
|
2066
|
+
"expression": "MIT OR Apache-2.0"
|
|
2067
|
+
}
|
|
2068
|
+
],
|
|
2069
|
+
"purl": "pkg:cargo/proc-macro2@1.0.106",
|
|
2070
|
+
"externalReferences": [
|
|
2071
|
+
{
|
|
2072
|
+
"type": "documentation",
|
|
2073
|
+
"url": "https://docs.rs/proc-macro2"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"type": "vcs",
|
|
2077
|
+
"url": "https://github.com/dtolnay/proc-macro2"
|
|
2078
|
+
}
|
|
2079
|
+
]
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"type": "library",
|
|
2083
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2",
|
|
2084
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
2085
|
+
"name": "pyo3-build-config",
|
|
2086
|
+
"version": "0.27.2",
|
|
2087
|
+
"description": "Build configuration for the PyO3 ecosystem",
|
|
2088
|
+
"scope": "required",
|
|
2089
|
+
"hashes": [
|
|
2090
|
+
{
|
|
2091
|
+
"alg": "SHA-256",
|
|
2092
|
+
"content": "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
|
|
2093
|
+
}
|
|
2094
|
+
],
|
|
2095
|
+
"licenses": [
|
|
2096
|
+
{
|
|
2097
|
+
"expression": "MIT OR Apache-2.0"
|
|
2098
|
+
}
|
|
2099
|
+
],
|
|
2100
|
+
"purl": "pkg:cargo/pyo3-build-config@0.27.2",
|
|
2101
|
+
"externalReferences": [
|
|
2102
|
+
{
|
|
2103
|
+
"type": "website",
|
|
2104
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"type": "vcs",
|
|
2108
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2109
|
+
}
|
|
2110
|
+
]
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"type": "library",
|
|
2114
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.27.2",
|
|
2115
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
2116
|
+
"name": "pyo3-ffi",
|
|
2117
|
+
"version": "0.27.2",
|
|
2118
|
+
"description": "Python-API bindings for the PyO3 ecosystem",
|
|
2119
|
+
"scope": "required",
|
|
2120
|
+
"hashes": [
|
|
2121
|
+
{
|
|
2122
|
+
"alg": "SHA-256",
|
|
2123
|
+
"content": "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
|
|
2124
|
+
}
|
|
2125
|
+
],
|
|
2126
|
+
"licenses": [
|
|
2127
|
+
{
|
|
2128
|
+
"expression": "MIT OR Apache-2.0"
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
2131
|
+
"purl": "pkg:cargo/pyo3-ffi@0.27.2",
|
|
2132
|
+
"externalReferences": [
|
|
2133
|
+
{
|
|
2134
|
+
"type": "website",
|
|
2135
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"type": "other",
|
|
2139
|
+
"url": "python"
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"type": "vcs",
|
|
2143
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2144
|
+
}
|
|
2145
|
+
]
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"type": "library",
|
|
2149
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.27.2",
|
|
2150
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
2151
|
+
"name": "pyo3-macros-backend",
|
|
2152
|
+
"version": "0.27.2",
|
|
2153
|
+
"description": "Code generation for PyO3 package",
|
|
2154
|
+
"scope": "required",
|
|
2155
|
+
"hashes": [
|
|
2156
|
+
{
|
|
2157
|
+
"alg": "SHA-256",
|
|
2158
|
+
"content": "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
|
|
2159
|
+
}
|
|
2160
|
+
],
|
|
2161
|
+
"licenses": [
|
|
2162
|
+
{
|
|
2163
|
+
"expression": "MIT OR Apache-2.0"
|
|
2164
|
+
}
|
|
2165
|
+
],
|
|
2166
|
+
"purl": "pkg:cargo/pyo3-macros-backend@0.27.2",
|
|
2167
|
+
"externalReferences": [
|
|
2168
|
+
{
|
|
2169
|
+
"type": "website",
|
|
2170
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"type": "vcs",
|
|
2174
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2175
|
+
}
|
|
2176
|
+
]
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"type": "library",
|
|
2180
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.27.2",
|
|
2181
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
2182
|
+
"name": "pyo3-macros",
|
|
2183
|
+
"version": "0.27.2",
|
|
2184
|
+
"description": "Proc macros for PyO3 package",
|
|
2185
|
+
"scope": "required",
|
|
2186
|
+
"hashes": [
|
|
2187
|
+
{
|
|
2188
|
+
"alg": "SHA-256",
|
|
2189
|
+
"content": "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"licenses": [
|
|
2193
|
+
{
|
|
2194
|
+
"expression": "MIT OR Apache-2.0"
|
|
2195
|
+
}
|
|
2196
|
+
],
|
|
2197
|
+
"purl": "pkg:cargo/pyo3-macros@0.27.2",
|
|
2198
|
+
"externalReferences": [
|
|
2199
|
+
{
|
|
2200
|
+
"type": "website",
|
|
2201
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"type": "vcs",
|
|
2205
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2206
|
+
}
|
|
2207
|
+
]
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"type": "library",
|
|
2211
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.27.2",
|
|
2212
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
2213
|
+
"name": "pyo3",
|
|
2214
|
+
"version": "0.27.2",
|
|
2215
|
+
"description": "Bindings to Python interpreter",
|
|
2216
|
+
"scope": "required",
|
|
2217
|
+
"hashes": [
|
|
2218
|
+
{
|
|
2219
|
+
"alg": "SHA-256",
|
|
2220
|
+
"content": "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
|
|
2221
|
+
}
|
|
2222
|
+
],
|
|
2223
|
+
"licenses": [
|
|
2224
|
+
{
|
|
2225
|
+
"expression": "MIT OR Apache-2.0"
|
|
2226
|
+
}
|
|
2227
|
+
],
|
|
2228
|
+
"purl": "pkg:cargo/pyo3@0.27.2",
|
|
2229
|
+
"externalReferences": [
|
|
2230
|
+
{
|
|
2231
|
+
"type": "documentation",
|
|
2232
|
+
"url": "https://docs.rs/crate/pyo3/"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"type": "website",
|
|
2236
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"type": "vcs",
|
|
2240
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
2241
|
+
}
|
|
2242
|
+
]
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"type": "library",
|
|
2246
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
2247
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2248
|
+
"name": "quote",
|
|
2249
|
+
"version": "1.0.45",
|
|
2250
|
+
"description": "Quasi-quoting macro quote!(...)",
|
|
2251
|
+
"scope": "required",
|
|
2252
|
+
"hashes": [
|
|
2253
|
+
{
|
|
2254
|
+
"alg": "SHA-256",
|
|
2255
|
+
"content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
2256
|
+
}
|
|
2257
|
+
],
|
|
2258
|
+
"licenses": [
|
|
2259
|
+
{
|
|
2260
|
+
"expression": "MIT OR Apache-2.0"
|
|
2261
|
+
}
|
|
2262
|
+
],
|
|
2263
|
+
"purl": "pkg:cargo/quote@1.0.45",
|
|
2264
|
+
"externalReferences": [
|
|
2265
|
+
{
|
|
2266
|
+
"type": "documentation",
|
|
2267
|
+
"url": "https://docs.rs/quote/"
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"type": "vcs",
|
|
2271
|
+
"url": "https://github.com/dtolnay/quote"
|
|
2272
|
+
}
|
|
2273
|
+
]
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"type": "library",
|
|
2277
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.0",
|
|
2278
|
+
"author": "The Rand Project Developers, The Rust Project Developers",
|
|
2279
|
+
"name": "rand",
|
|
2280
|
+
"version": "0.10.0",
|
|
2281
|
+
"description": "Random number generators and other randomness functionality. ",
|
|
2282
|
+
"scope": "required",
|
|
2283
|
+
"hashes": [
|
|
2284
|
+
{
|
|
2285
|
+
"alg": "SHA-256",
|
|
2286
|
+
"content": "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"licenses": [
|
|
2290
|
+
{
|
|
2291
|
+
"expression": "MIT OR Apache-2.0"
|
|
2292
|
+
}
|
|
2293
|
+
],
|
|
2294
|
+
"purl": "pkg:cargo/rand@0.10.0",
|
|
2295
|
+
"externalReferences": [
|
|
2296
|
+
{
|
|
2297
|
+
"type": "documentation",
|
|
2298
|
+
"url": "https://docs.rs/rand"
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"type": "website",
|
|
2302
|
+
"url": "https://rust-random.github.io/book"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"type": "vcs",
|
|
2306
|
+
"url": "https://github.com/rust-random/rand"
|
|
2307
|
+
}
|
|
2308
|
+
]
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"type": "library",
|
|
2312
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.0",
|
|
2313
|
+
"author": "The Rand Project Developers",
|
|
2314
|
+
"name": "rand_core",
|
|
2315
|
+
"version": "0.10.0",
|
|
2316
|
+
"description": "Core random number generation traits and tools for implementation.",
|
|
2317
|
+
"scope": "required",
|
|
2318
|
+
"hashes": [
|
|
2319
|
+
{
|
|
2320
|
+
"alg": "SHA-256",
|
|
2321
|
+
"content": "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
|
|
2322
|
+
}
|
|
2323
|
+
],
|
|
2324
|
+
"licenses": [
|
|
2325
|
+
{
|
|
2326
|
+
"expression": "MIT OR Apache-2.0"
|
|
2327
|
+
}
|
|
2328
|
+
],
|
|
2329
|
+
"purl": "pkg:cargo/rand_core@0.10.0",
|
|
2330
|
+
"externalReferences": [
|
|
2331
|
+
{
|
|
2332
|
+
"type": "documentation",
|
|
2333
|
+
"url": "https://docs.rs/rand_core"
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"type": "website",
|
|
2337
|
+
"url": "https://rust-random.github.io/book"
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"type": "vcs",
|
|
2341
|
+
"url": "https://github.com/rust-random/rand_core"
|
|
2342
|
+
}
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"type": "library",
|
|
2347
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rust-ini@0.18.0",
|
|
2348
|
+
"author": "Y. T. Chung <zonyitoo@gmail.com>",
|
|
2349
|
+
"name": "rust-ini",
|
|
2350
|
+
"version": "0.18.0",
|
|
2351
|
+
"description": "An Ini configuration file parsing library in Rust",
|
|
2352
|
+
"scope": "required",
|
|
2353
|
+
"hashes": [
|
|
2354
|
+
{
|
|
2355
|
+
"alg": "SHA-256",
|
|
2356
|
+
"content": "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
|
2357
|
+
}
|
|
2358
|
+
],
|
|
2359
|
+
"licenses": [
|
|
2360
|
+
{
|
|
2361
|
+
"expression": "MIT"
|
|
2362
|
+
}
|
|
2363
|
+
],
|
|
2364
|
+
"purl": "pkg:cargo/rust-ini@0.18.0",
|
|
2365
|
+
"externalReferences": [
|
|
2366
|
+
{
|
|
2367
|
+
"type": "documentation",
|
|
2368
|
+
"url": "https://docs.rs/rust-ini/"
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"type": "vcs",
|
|
2372
|
+
"url": "https://github.com/zonyitoo/rust-ini"
|
|
2373
|
+
}
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"type": "library",
|
|
2378
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
|
|
2379
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2380
|
+
"name": "rustversion",
|
|
2381
|
+
"version": "1.0.22",
|
|
2382
|
+
"description": "Conditional compilation according to rustc compiler version",
|
|
2383
|
+
"scope": "excluded",
|
|
2384
|
+
"hashes": [
|
|
2385
|
+
{
|
|
2386
|
+
"alg": "SHA-256",
|
|
2387
|
+
"content": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
2388
|
+
}
|
|
2389
|
+
],
|
|
2390
|
+
"licenses": [
|
|
2391
|
+
{
|
|
2392
|
+
"expression": "MIT OR Apache-2.0"
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"purl": "pkg:cargo/rustversion@1.0.22",
|
|
2396
|
+
"externalReferences": [
|
|
2397
|
+
{
|
|
2398
|
+
"type": "documentation",
|
|
2399
|
+
"url": "https://docs.rs/rustversion"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"type": "vcs",
|
|
2403
|
+
"url": "https://github.com/dtolnay/rustversion"
|
|
2404
|
+
}
|
|
2405
|
+
]
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"type": "library",
|
|
2409
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
|
|
2410
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2411
|
+
"name": "ryu",
|
|
2412
|
+
"version": "1.0.23",
|
|
2413
|
+
"description": "Fast floating point to string conversion",
|
|
2414
|
+
"scope": "required",
|
|
2415
|
+
"hashes": [
|
|
2416
|
+
{
|
|
2417
|
+
"alg": "SHA-256",
|
|
2418
|
+
"content": "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
2419
|
+
}
|
|
2420
|
+
],
|
|
2421
|
+
"licenses": [
|
|
2422
|
+
{
|
|
2423
|
+
"expression": "Apache-2.0 OR BSL-1.0"
|
|
2424
|
+
}
|
|
2425
|
+
],
|
|
2426
|
+
"purl": "pkg:cargo/ryu@1.0.23",
|
|
2427
|
+
"externalReferences": [
|
|
2428
|
+
{
|
|
2429
|
+
"type": "documentation",
|
|
2430
|
+
"url": "https://docs.rs/ryu"
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"type": "vcs",
|
|
2434
|
+
"url": "https://github.com/dtolnay/ryu"
|
|
2435
|
+
}
|
|
2436
|
+
]
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"type": "library",
|
|
2440
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
|
|
2441
|
+
"author": "bluss",
|
|
2442
|
+
"name": "scopeguard",
|
|
2443
|
+
"version": "1.2.0",
|
|
2444
|
+
"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. ",
|
|
2445
|
+
"scope": "required",
|
|
2446
|
+
"hashes": [
|
|
2447
|
+
{
|
|
2448
|
+
"alg": "SHA-256",
|
|
2449
|
+
"content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2450
|
+
}
|
|
2451
|
+
],
|
|
2452
|
+
"licenses": [
|
|
2453
|
+
{
|
|
2454
|
+
"expression": "MIT OR Apache-2.0"
|
|
2455
|
+
}
|
|
2456
|
+
],
|
|
2457
|
+
"purl": "pkg:cargo/scopeguard@1.2.0",
|
|
2458
|
+
"externalReferences": [
|
|
2459
|
+
{
|
|
2460
|
+
"type": "documentation",
|
|
2461
|
+
"url": "https://docs.rs/scopeguard/"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"type": "vcs",
|
|
2465
|
+
"url": "https://github.com/bluss/scopeguard"
|
|
2466
|
+
}
|
|
2467
|
+
]
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"type": "library",
|
|
2471
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2472
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2473
|
+
"name": "serde",
|
|
2474
|
+
"version": "1.0.228",
|
|
2475
|
+
"description": "A generic serialization/deserialization framework",
|
|
2476
|
+
"scope": "required",
|
|
2477
|
+
"hashes": [
|
|
2478
|
+
{
|
|
2479
|
+
"alg": "SHA-256",
|
|
2480
|
+
"content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
"licenses": [
|
|
2484
|
+
{
|
|
2485
|
+
"expression": "MIT OR Apache-2.0"
|
|
2486
|
+
}
|
|
2487
|
+
],
|
|
2488
|
+
"purl": "pkg:cargo/serde@1.0.228",
|
|
2489
|
+
"externalReferences": [
|
|
2490
|
+
{
|
|
2491
|
+
"type": "documentation",
|
|
2492
|
+
"url": "https://docs.rs/serde"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"type": "website",
|
|
2496
|
+
"url": "https://serde.rs"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"type": "vcs",
|
|
2500
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2501
|
+
}
|
|
2502
|
+
]
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"type": "library",
|
|
2506
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
2507
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2508
|
+
"name": "serde_core",
|
|
2509
|
+
"version": "1.0.228",
|
|
2510
|
+
"description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
|
|
2511
|
+
"scope": "required",
|
|
2512
|
+
"hashes": [
|
|
2513
|
+
{
|
|
2514
|
+
"alg": "SHA-256",
|
|
2515
|
+
"content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
2516
|
+
}
|
|
2517
|
+
],
|
|
2518
|
+
"licenses": [
|
|
2519
|
+
{
|
|
2520
|
+
"expression": "MIT OR Apache-2.0"
|
|
2521
|
+
}
|
|
2522
|
+
],
|
|
2523
|
+
"purl": "pkg:cargo/serde_core@1.0.228",
|
|
2524
|
+
"externalReferences": [
|
|
2525
|
+
{
|
|
2526
|
+
"type": "documentation",
|
|
2527
|
+
"url": "https://docs.rs/serde_core"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"type": "website",
|
|
2531
|
+
"url": "https://serde.rs"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"type": "vcs",
|
|
2535
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2536
|
+
}
|
|
2537
|
+
]
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"type": "library",
|
|
2541
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
2542
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
2543
|
+
"name": "serde_derive",
|
|
2544
|
+
"version": "1.0.228",
|
|
2545
|
+
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
|
|
2546
|
+
"scope": "required",
|
|
2547
|
+
"hashes": [
|
|
2548
|
+
{
|
|
2549
|
+
"alg": "SHA-256",
|
|
2550
|
+
"content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
2551
|
+
}
|
|
2552
|
+
],
|
|
2553
|
+
"licenses": [
|
|
2554
|
+
{
|
|
2555
|
+
"expression": "MIT OR Apache-2.0"
|
|
2556
|
+
}
|
|
2557
|
+
],
|
|
2558
|
+
"purl": "pkg:cargo/serde_derive@1.0.228",
|
|
2559
|
+
"externalReferences": [
|
|
2560
|
+
{
|
|
2561
|
+
"type": "documentation",
|
|
2562
|
+
"url": "https://serde.rs/derive.html"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"type": "website",
|
|
2566
|
+
"url": "https://serde.rs"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"type": "vcs",
|
|
2570
|
+
"url": "https://github.com/serde-rs/serde"
|
|
2571
|
+
}
|
|
2572
|
+
]
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"type": "library",
|
|
2576
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_yaml@0.9.34+deprecated",
|
|
2577
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2578
|
+
"name": "serde_yaml",
|
|
2579
|
+
"version": "0.9.34+deprecated",
|
|
2580
|
+
"description": "YAML data format for Serde",
|
|
2581
|
+
"scope": "required",
|
|
2582
|
+
"hashes": [
|
|
2583
|
+
{
|
|
2584
|
+
"alg": "SHA-256",
|
|
2585
|
+
"content": "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
2586
|
+
}
|
|
2587
|
+
],
|
|
2588
|
+
"licenses": [
|
|
2589
|
+
{
|
|
2590
|
+
"expression": "MIT OR Apache-2.0"
|
|
2591
|
+
}
|
|
2592
|
+
],
|
|
2593
|
+
"purl": "pkg:cargo/serde_yaml@0.9.34+deprecated",
|
|
2594
|
+
"externalReferences": [
|
|
2595
|
+
{
|
|
2596
|
+
"type": "documentation",
|
|
2597
|
+
"url": "https://docs.rs/serde_yaml/"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"type": "vcs",
|
|
2601
|
+
"url": "https://github.com/dtolnay/serde-yaml"
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"type": "library",
|
|
2607
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sha2@0.11.0",
|
|
2608
|
+
"author": "RustCrypto Developers",
|
|
2609
|
+
"name": "sha2",
|
|
2610
|
+
"version": "0.11.0",
|
|
2611
|
+
"description": "Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ",
|
|
2612
|
+
"scope": "required",
|
|
2613
|
+
"hashes": [
|
|
2614
|
+
{
|
|
2615
|
+
"alg": "SHA-256",
|
|
2616
|
+
"content": "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
2617
|
+
}
|
|
2618
|
+
],
|
|
2619
|
+
"licenses": [
|
|
2620
|
+
{
|
|
2621
|
+
"expression": "MIT OR Apache-2.0"
|
|
2622
|
+
}
|
|
2623
|
+
],
|
|
2624
|
+
"purl": "pkg:cargo/sha2@0.11.0",
|
|
2625
|
+
"externalReferences": [
|
|
2626
|
+
{
|
|
2627
|
+
"type": "documentation",
|
|
2628
|
+
"url": "https://docs.rs/sha2"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"type": "vcs",
|
|
2632
|
+
"url": "https://github.com/RustCrypto/hashes"
|
|
2633
|
+
}
|
|
2634
|
+
]
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"type": "library",
|
|
2638
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2",
|
|
2639
|
+
"author": "Frank Denis <github@pureftpd.org>",
|
|
2640
|
+
"name": "siphasher",
|
|
2641
|
+
"version": "1.0.2",
|
|
2642
|
+
"description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust",
|
|
2643
|
+
"scope": "required",
|
|
2644
|
+
"hashes": [
|
|
2645
|
+
{
|
|
2646
|
+
"alg": "SHA-256",
|
|
2647
|
+
"content": "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
|
2648
|
+
}
|
|
2649
|
+
],
|
|
2650
|
+
"licenses": [
|
|
2651
|
+
{
|
|
2652
|
+
"expression": "MIT OR Apache-2.0"
|
|
2653
|
+
}
|
|
2654
|
+
],
|
|
2655
|
+
"purl": "pkg:cargo/siphasher@1.0.2",
|
|
2656
|
+
"externalReferences": [
|
|
2657
|
+
{
|
|
2658
|
+
"type": "documentation",
|
|
2659
|
+
"url": "https://docs.rs/siphasher"
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"type": "website",
|
|
2663
|
+
"url": "https://docs.rs/siphasher"
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"type": "vcs",
|
|
2667
|
+
"url": "https://github.com/jedisct1/rust-siphash"
|
|
2668
|
+
}
|
|
2669
|
+
]
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"type": "library",
|
|
2673
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
|
2674
|
+
"author": "The Servo Project Developers",
|
|
2675
|
+
"name": "smallvec",
|
|
2676
|
+
"version": "1.15.1",
|
|
2677
|
+
"description": "'Small vector' optimization: store up to a small number of items on the stack",
|
|
2678
|
+
"scope": "required",
|
|
2679
|
+
"hashes": [
|
|
2680
|
+
{
|
|
2681
|
+
"alg": "SHA-256",
|
|
2682
|
+
"content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
2683
|
+
}
|
|
2684
|
+
],
|
|
2685
|
+
"licenses": [
|
|
2686
|
+
{
|
|
2687
|
+
"expression": "MIT OR Apache-2.0"
|
|
2688
|
+
}
|
|
2689
|
+
],
|
|
2690
|
+
"purl": "pkg:cargo/smallvec@1.15.1",
|
|
2691
|
+
"externalReferences": [
|
|
2692
|
+
{
|
|
2693
|
+
"type": "documentation",
|
|
2694
|
+
"url": "https://docs.rs/smallvec/"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"type": "vcs",
|
|
2698
|
+
"url": "https://github.com/servo/rust-smallvec"
|
|
2699
|
+
}
|
|
2700
|
+
]
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"type": "library",
|
|
2704
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#so6@0.2.0",
|
|
2705
|
+
"author": "Thomas Sorrel",
|
|
2706
|
+
"name": "so6",
|
|
2707
|
+
"version": "0.2.0",
|
|
2708
|
+
"description": "Framework for manage background data migration with PostgreSQL",
|
|
2709
|
+
"scope": "required",
|
|
2710
|
+
"hashes": [
|
|
2711
|
+
{
|
|
2712
|
+
"alg": "SHA-256",
|
|
2713
|
+
"content": "2ea76586eda9506e902b0687a0edd8ed863d4d8f231cbd3e13e4af54fe453a88"
|
|
2714
|
+
}
|
|
2715
|
+
],
|
|
2716
|
+
"licenses": [
|
|
2717
|
+
{
|
|
2718
|
+
"expression": "BSD-3-Clause"
|
|
2719
|
+
}
|
|
2720
|
+
],
|
|
2721
|
+
"purl": "pkg:cargo/so6@0.2.0",
|
|
2722
|
+
"externalReferences": [
|
|
2723
|
+
{
|
|
2724
|
+
"type": "website",
|
|
2725
|
+
"url": "https://gitlab.com/tcsorrel/so6/"
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"type": "vcs",
|
|
2729
|
+
"url": "https://gitlab.com/tcsorrel/so6/"
|
|
2730
|
+
}
|
|
2731
|
+
]
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"type": "library",
|
|
2735
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
|
|
2736
|
+
"author": "Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
|
|
2737
|
+
"name": "socket2",
|
|
2738
|
+
"version": "0.6.3",
|
|
2739
|
+
"description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ",
|
|
2740
|
+
"scope": "required",
|
|
2741
|
+
"hashes": [
|
|
2742
|
+
{
|
|
2743
|
+
"alg": "SHA-256",
|
|
2744
|
+
"content": "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2747
|
+
"licenses": [
|
|
2748
|
+
{
|
|
2749
|
+
"expression": "MIT OR Apache-2.0"
|
|
2750
|
+
}
|
|
2751
|
+
],
|
|
2752
|
+
"purl": "pkg:cargo/socket2@0.6.3",
|
|
2753
|
+
"externalReferences": [
|
|
2754
|
+
{
|
|
2755
|
+
"type": "documentation",
|
|
2756
|
+
"url": "https://docs.rs/socket2"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"type": "website",
|
|
2760
|
+
"url": "https://github.com/rust-lang/socket2"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"type": "vcs",
|
|
2764
|
+
"url": "https://github.com/rust-lang/socket2"
|
|
2765
|
+
}
|
|
2766
|
+
]
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"type": "library",
|
|
2770
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5",
|
|
2771
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
2772
|
+
"name": "stringprep",
|
|
2773
|
+
"version": "0.1.5",
|
|
2774
|
+
"description": "An implementation of the stringprep algorithm",
|
|
2775
|
+
"scope": "required",
|
|
2776
|
+
"hashes": [
|
|
2777
|
+
{
|
|
2778
|
+
"alg": "SHA-256",
|
|
2779
|
+
"content": "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
2780
|
+
}
|
|
2781
|
+
],
|
|
2782
|
+
"licenses": [
|
|
2783
|
+
{
|
|
2784
|
+
"expression": "MIT OR Apache-2.0"
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2787
|
+
"purl": "pkg:cargo/stringprep@0.1.5",
|
|
2788
|
+
"externalReferences": [
|
|
2789
|
+
{
|
|
2790
|
+
"type": "vcs",
|
|
2791
|
+
"url": "https://github.com/sfackler/rust-stringprep"
|
|
2792
|
+
}
|
|
2793
|
+
]
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"type": "library",
|
|
2797
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
|
|
2798
|
+
"author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
|
|
2799
|
+
"name": "strsim",
|
|
2800
|
+
"version": "0.11.1",
|
|
2801
|
+
"description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
|
|
2802
|
+
"scope": "required",
|
|
2803
|
+
"hashes": [
|
|
2804
|
+
{
|
|
2805
|
+
"alg": "SHA-256",
|
|
2806
|
+
"content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
2807
|
+
}
|
|
2808
|
+
],
|
|
2809
|
+
"licenses": [
|
|
2810
|
+
{
|
|
2811
|
+
"expression": "MIT"
|
|
2812
|
+
}
|
|
2813
|
+
],
|
|
2814
|
+
"purl": "pkg:cargo/strsim@0.11.1",
|
|
2815
|
+
"externalReferences": [
|
|
2816
|
+
{
|
|
2817
|
+
"type": "documentation",
|
|
2818
|
+
"url": "https://docs.rs/strsim/"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"type": "website",
|
|
2822
|
+
"url": "https://github.com/rapidfuzz/strsim-rs"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"type": "vcs",
|
|
2826
|
+
"url": "https://github.com/rapidfuzz/strsim-rs"
|
|
2827
|
+
}
|
|
2828
|
+
]
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"type": "library",
|
|
2832
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
2833
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2834
|
+
"name": "syn",
|
|
2835
|
+
"version": "2.0.117",
|
|
2836
|
+
"description": "Parser for Rust source code",
|
|
2837
|
+
"scope": "required",
|
|
2838
|
+
"hashes": [
|
|
2839
|
+
{
|
|
2840
|
+
"alg": "SHA-256",
|
|
2841
|
+
"content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"licenses": [
|
|
2845
|
+
{
|
|
2846
|
+
"expression": "MIT OR Apache-2.0"
|
|
2847
|
+
}
|
|
2848
|
+
],
|
|
2849
|
+
"purl": "pkg:cargo/syn@2.0.117",
|
|
2850
|
+
"externalReferences": [
|
|
2851
|
+
{
|
|
2852
|
+
"type": "documentation",
|
|
2853
|
+
"url": "https://docs.rs/syn"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"type": "vcs",
|
|
2857
|
+
"url": "https://github.com/dtolnay/syn"
|
|
2858
|
+
}
|
|
2859
|
+
]
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"type": "library",
|
|
2863
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
|
|
2864
|
+
"author": "Dan Gohman <sunfish@mozilla.com>",
|
|
2865
|
+
"name": "target-lexicon",
|
|
2866
|
+
"version": "0.13.5",
|
|
2867
|
+
"description": "LLVM target triple types",
|
|
2868
|
+
"scope": "required",
|
|
2869
|
+
"hashes": [
|
|
2870
|
+
{
|
|
2871
|
+
"alg": "SHA-256",
|
|
2872
|
+
"content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
2873
|
+
}
|
|
2874
|
+
],
|
|
2875
|
+
"licenses": [
|
|
2876
|
+
{
|
|
2877
|
+
"expression": "Apache-2.0 WITH LLVM-exception"
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"purl": "pkg:cargo/target-lexicon@0.13.5",
|
|
2881
|
+
"externalReferences": [
|
|
2882
|
+
{
|
|
2883
|
+
"type": "documentation",
|
|
2884
|
+
"url": "https://docs.rs/target-lexicon/"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"type": "vcs",
|
|
2888
|
+
"url": "https://github.com/bytecodealliance/target-lexicon"
|
|
2889
|
+
}
|
|
2890
|
+
]
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"type": "library",
|
|
2894
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
|
|
2895
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2896
|
+
"name": "thiserror-impl",
|
|
2897
|
+
"version": "1.0.69",
|
|
2898
|
+
"description": "Implementation detail of the `thiserror` crate",
|
|
2899
|
+
"scope": "required",
|
|
2900
|
+
"hashes": [
|
|
2901
|
+
{
|
|
2902
|
+
"alg": "SHA-256",
|
|
2903
|
+
"content": "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
2904
|
+
}
|
|
2905
|
+
],
|
|
2906
|
+
"licenses": [
|
|
2907
|
+
{
|
|
2908
|
+
"expression": "MIT OR Apache-2.0"
|
|
2909
|
+
}
|
|
2910
|
+
],
|
|
2911
|
+
"purl": "pkg:cargo/thiserror-impl@1.0.69",
|
|
2912
|
+
"externalReferences": [
|
|
2913
|
+
{
|
|
2914
|
+
"type": "vcs",
|
|
2915
|
+
"url": "https://github.com/dtolnay/thiserror"
|
|
2916
|
+
}
|
|
2917
|
+
]
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"type": "library",
|
|
2921
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
|
|
2922
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2923
|
+
"name": "thiserror",
|
|
2924
|
+
"version": "1.0.69",
|
|
2925
|
+
"description": "derive(Error)",
|
|
2926
|
+
"scope": "required",
|
|
2927
|
+
"hashes": [
|
|
2928
|
+
{
|
|
2929
|
+
"alg": "SHA-256",
|
|
2930
|
+
"content": "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
2931
|
+
}
|
|
2932
|
+
],
|
|
2933
|
+
"licenses": [
|
|
2934
|
+
{
|
|
2935
|
+
"expression": "MIT OR Apache-2.0"
|
|
2936
|
+
}
|
|
2937
|
+
],
|
|
2938
|
+
"purl": "pkg:cargo/thiserror@1.0.69",
|
|
2939
|
+
"externalReferences": [
|
|
2940
|
+
{
|
|
2941
|
+
"type": "documentation",
|
|
2942
|
+
"url": "https://docs.rs/thiserror"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"type": "vcs",
|
|
2946
|
+
"url": "https://github.com/dtolnay/thiserror"
|
|
2947
|
+
}
|
|
2948
|
+
]
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"type": "library",
|
|
2952
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
|
|
2953
|
+
"author": "Lokathor <zefria@gmail.com>",
|
|
2954
|
+
"name": "tinyvec",
|
|
2955
|
+
"version": "1.11.0",
|
|
2956
|
+
"description": "`tinyvec` provides 100% safe vec-like data structures.",
|
|
2957
|
+
"scope": "required",
|
|
2958
|
+
"hashes": [
|
|
2959
|
+
{
|
|
2960
|
+
"alg": "SHA-256",
|
|
2961
|
+
"content": "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
2962
|
+
}
|
|
2963
|
+
],
|
|
2964
|
+
"licenses": [
|
|
2965
|
+
{
|
|
2966
|
+
"expression": "Zlib OR Apache-2.0 OR MIT"
|
|
2967
|
+
}
|
|
2968
|
+
],
|
|
2969
|
+
"purl": "pkg:cargo/tinyvec@1.11.0",
|
|
2970
|
+
"externalReferences": [
|
|
2971
|
+
{
|
|
2972
|
+
"type": "vcs",
|
|
2973
|
+
"url": "https://github.com/Lokathor/tinyvec"
|
|
2974
|
+
}
|
|
2975
|
+
]
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"type": "library",
|
|
2979
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1",
|
|
2980
|
+
"author": "Soveu <marx.tomasz@gmail.com>",
|
|
2981
|
+
"name": "tinyvec_macros",
|
|
2982
|
+
"version": "0.1.1",
|
|
2983
|
+
"description": "Some macros for tiny containers",
|
|
2984
|
+
"scope": "required",
|
|
2985
|
+
"hashes": [
|
|
2986
|
+
{
|
|
2987
|
+
"alg": "SHA-256",
|
|
2988
|
+
"content": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"licenses": [
|
|
2992
|
+
{
|
|
2993
|
+
"expression": "MIT OR Apache-2.0 OR Zlib"
|
|
2994
|
+
}
|
|
2995
|
+
],
|
|
2996
|
+
"purl": "pkg:cargo/tinyvec_macros@0.1.1",
|
|
2997
|
+
"externalReferences": [
|
|
2998
|
+
{
|
|
2999
|
+
"type": "vcs",
|
|
3000
|
+
"url": "https://github.com/Soveu/tinyvec_macros"
|
|
3001
|
+
}
|
|
3002
|
+
]
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"type": "library",
|
|
3006
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-postgres@0.7.17",
|
|
3007
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
3008
|
+
"name": "tokio-postgres",
|
|
3009
|
+
"version": "0.7.17",
|
|
3010
|
+
"description": "A native, asynchronous PostgreSQL client",
|
|
3011
|
+
"scope": "required",
|
|
3012
|
+
"hashes": [
|
|
3013
|
+
{
|
|
3014
|
+
"alg": "SHA-256",
|
|
3015
|
+
"content": "4dd8df5ef180f6364759a6f00f7aadda4fbbac86cdee37480826a6ff9f3574ce"
|
|
3016
|
+
}
|
|
3017
|
+
],
|
|
3018
|
+
"licenses": [
|
|
3019
|
+
{
|
|
3020
|
+
"expression": "MIT OR Apache-2.0"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"purl": "pkg:cargo/tokio-postgres@0.7.17",
|
|
3024
|
+
"externalReferences": [
|
|
3025
|
+
{
|
|
3026
|
+
"type": "vcs",
|
|
3027
|
+
"url": "https://github.com/rust-postgres/rust-postgres"
|
|
3028
|
+
}
|
|
3029
|
+
]
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
"type": "library",
|
|
3033
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
|
|
3034
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
3035
|
+
"name": "tokio-util",
|
|
3036
|
+
"version": "0.7.18",
|
|
3037
|
+
"description": "Additional utilities for working with Tokio. ",
|
|
3038
|
+
"scope": "required",
|
|
3039
|
+
"hashes": [
|
|
3040
|
+
{
|
|
3041
|
+
"alg": "SHA-256",
|
|
3042
|
+
"content": "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
3043
|
+
}
|
|
3044
|
+
],
|
|
3045
|
+
"licenses": [
|
|
3046
|
+
{
|
|
3047
|
+
"expression": "MIT"
|
|
3048
|
+
}
|
|
3049
|
+
],
|
|
3050
|
+
"purl": "pkg:cargo/tokio-util@0.7.18",
|
|
3051
|
+
"externalReferences": [
|
|
3052
|
+
{
|
|
3053
|
+
"type": "website",
|
|
3054
|
+
"url": "https://tokio.rs"
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"type": "vcs",
|
|
3058
|
+
"url": "https://github.com/tokio-rs/tokio"
|
|
3059
|
+
}
|
|
3060
|
+
]
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"type": "library",
|
|
3064
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.1",
|
|
3065
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
3066
|
+
"name": "tokio",
|
|
3067
|
+
"version": "1.51.1",
|
|
3068
|
+
"description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
|
|
3069
|
+
"scope": "required",
|
|
3070
|
+
"hashes": [
|
|
3071
|
+
{
|
|
3072
|
+
"alg": "SHA-256",
|
|
3073
|
+
"content": "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
|
|
3074
|
+
}
|
|
3075
|
+
],
|
|
3076
|
+
"licenses": [
|
|
3077
|
+
{
|
|
3078
|
+
"expression": "MIT"
|
|
3079
|
+
}
|
|
3080
|
+
],
|
|
3081
|
+
"purl": "pkg:cargo/tokio@1.51.1",
|
|
3082
|
+
"externalReferences": [
|
|
3083
|
+
{
|
|
3084
|
+
"type": "website",
|
|
3085
|
+
"url": "https://tokio.rs"
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"type": "vcs",
|
|
3089
|
+
"url": "https://github.com/tokio-rs/tokio"
|
|
3090
|
+
}
|
|
3091
|
+
]
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"type": "library",
|
|
3095
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0",
|
|
3096
|
+
"author": "Paho Lurie-Gregg <paho@paholg.com>, Andre Bogus <bogusandre@gmail.com>",
|
|
3097
|
+
"name": "typenum",
|
|
3098
|
+
"version": "1.19.0",
|
|
3099
|
+
"description": "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.",
|
|
3100
|
+
"scope": "required",
|
|
3101
|
+
"hashes": [
|
|
3102
|
+
{
|
|
3103
|
+
"alg": "SHA-256",
|
|
3104
|
+
"content": "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
3105
|
+
}
|
|
3106
|
+
],
|
|
3107
|
+
"licenses": [
|
|
3108
|
+
{
|
|
3109
|
+
"expression": "MIT OR Apache-2.0"
|
|
3110
|
+
}
|
|
3111
|
+
],
|
|
3112
|
+
"purl": "pkg:cargo/typenum@1.19.0",
|
|
3113
|
+
"externalReferences": [
|
|
3114
|
+
{
|
|
3115
|
+
"type": "documentation",
|
|
3116
|
+
"url": "https://docs.rs/typenum"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"type": "vcs",
|
|
3120
|
+
"url": "https://github.com/paholg/typenum"
|
|
3121
|
+
}
|
|
3122
|
+
]
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"type": "library",
|
|
3126
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18",
|
|
3127
|
+
"author": "The Servo Project Developers",
|
|
3128
|
+
"name": "unicode-bidi",
|
|
3129
|
+
"version": "0.3.18",
|
|
3130
|
+
"description": "Implementation of the Unicode Bidirectional Algorithm",
|
|
3131
|
+
"scope": "required",
|
|
3132
|
+
"hashes": [
|
|
3133
|
+
{
|
|
3134
|
+
"alg": "SHA-256",
|
|
3135
|
+
"content": "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
3136
|
+
}
|
|
3137
|
+
],
|
|
3138
|
+
"licenses": [
|
|
3139
|
+
{
|
|
3140
|
+
"expression": "MIT OR Apache-2.0"
|
|
3141
|
+
}
|
|
3142
|
+
],
|
|
3143
|
+
"purl": "pkg:cargo/unicode-bidi@0.3.18",
|
|
3144
|
+
"externalReferences": [
|
|
3145
|
+
{
|
|
3146
|
+
"type": "documentation",
|
|
3147
|
+
"url": "https://docs.rs/unicode-bidi/"
|
|
3148
|
+
},
|
|
3149
|
+
{
|
|
3150
|
+
"type": "vcs",
|
|
3151
|
+
"url": "https://github.com/servo/unicode-bidi"
|
|
3152
|
+
}
|
|
3153
|
+
]
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"type": "library",
|
|
3157
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
|
|
3158
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
3159
|
+
"name": "unicode-ident",
|
|
3160
|
+
"version": "1.0.24",
|
|
3161
|
+
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
|
|
3162
|
+
"scope": "required",
|
|
3163
|
+
"hashes": [
|
|
3164
|
+
{
|
|
3165
|
+
"alg": "SHA-256",
|
|
3166
|
+
"content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
3167
|
+
}
|
|
3168
|
+
],
|
|
3169
|
+
"licenses": [
|
|
3170
|
+
{
|
|
3171
|
+
"expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
|
|
3172
|
+
}
|
|
3173
|
+
],
|
|
3174
|
+
"purl": "pkg:cargo/unicode-ident@1.0.24",
|
|
3175
|
+
"externalReferences": [
|
|
3176
|
+
{
|
|
3177
|
+
"type": "documentation",
|
|
3178
|
+
"url": "https://docs.rs/unicode-ident"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"type": "vcs",
|
|
3182
|
+
"url": "https://github.com/dtolnay/unicode-ident"
|
|
3183
|
+
}
|
|
3184
|
+
]
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"type": "library",
|
|
3188
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25",
|
|
3189
|
+
"author": "kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
|
|
3190
|
+
"name": "unicode-normalization",
|
|
3191
|
+
"version": "0.1.25",
|
|
3192
|
+
"description": "This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ",
|
|
3193
|
+
"scope": "required",
|
|
3194
|
+
"hashes": [
|
|
3195
|
+
{
|
|
3196
|
+
"alg": "SHA-256",
|
|
3197
|
+
"content": "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
3198
|
+
}
|
|
3199
|
+
],
|
|
3200
|
+
"licenses": [
|
|
3201
|
+
{
|
|
3202
|
+
"expression": "MIT OR Apache-2.0"
|
|
3203
|
+
}
|
|
3204
|
+
],
|
|
3205
|
+
"purl": "pkg:cargo/unicode-normalization@0.1.25",
|
|
3206
|
+
"externalReferences": [
|
|
3207
|
+
{
|
|
3208
|
+
"type": "documentation",
|
|
3209
|
+
"url": "https://docs.rs/unicode-normalization/"
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"type": "website",
|
|
3213
|
+
"url": "https://github.com/unicode-rs/unicode-normalization"
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"type": "vcs",
|
|
3217
|
+
"url": "https://github.com/unicode-rs/unicode-normalization"
|
|
3218
|
+
}
|
|
3219
|
+
]
|
|
3220
|
+
},
|
|
3221
|
+
{
|
|
3222
|
+
"type": "library",
|
|
3223
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4",
|
|
3224
|
+
"author": "Charles Lew <crlf0710@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
|
|
3225
|
+
"name": "unicode-properties",
|
|
3226
|
+
"version": "0.1.4",
|
|
3227
|
+
"description": "Query character Unicode properties according to UAX #44 and UTR #51. ",
|
|
3228
|
+
"scope": "required",
|
|
3229
|
+
"hashes": [
|
|
3230
|
+
{
|
|
3231
|
+
"alg": "SHA-256",
|
|
3232
|
+
"content": "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
|
|
3233
|
+
}
|
|
3234
|
+
],
|
|
3235
|
+
"licenses": [
|
|
3236
|
+
{
|
|
3237
|
+
"expression": "MIT OR Apache-2.0"
|
|
3238
|
+
}
|
|
3239
|
+
],
|
|
3240
|
+
"purl": "pkg:cargo/unicode-properties@0.1.4",
|
|
3241
|
+
"externalReferences": [
|
|
3242
|
+
{
|
|
3243
|
+
"type": "documentation",
|
|
3244
|
+
"url": "https://docs.rs/unicode-properties"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"type": "website",
|
|
3248
|
+
"url": "https://github.com/unicode-rs/unicode-properties"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"type": "vcs",
|
|
3252
|
+
"url": "https://github.com/unicode-rs/unicode-properties"
|
|
3253
|
+
}
|
|
3254
|
+
]
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"type": "library",
|
|
3258
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4",
|
|
3259
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
3260
|
+
"name": "unindent",
|
|
3261
|
+
"version": "0.2.4",
|
|
3262
|
+
"description": "Remove a column of leading whitespace from a string",
|
|
3263
|
+
"scope": "required",
|
|
3264
|
+
"hashes": [
|
|
3265
|
+
{
|
|
3266
|
+
"alg": "SHA-256",
|
|
3267
|
+
"content": "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"licenses": [
|
|
3271
|
+
{
|
|
3272
|
+
"expression": "MIT OR Apache-2.0"
|
|
3273
|
+
}
|
|
3274
|
+
],
|
|
3275
|
+
"purl": "pkg:cargo/unindent@0.2.4",
|
|
3276
|
+
"externalReferences": [
|
|
3277
|
+
{
|
|
3278
|
+
"type": "documentation",
|
|
3279
|
+
"url": "https://docs.rs/unindent"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"type": "vcs",
|
|
3283
|
+
"url": "https://github.com/dtolnay/indoc"
|
|
3284
|
+
}
|
|
3285
|
+
]
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"type": "library",
|
|
3289
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11",
|
|
3290
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
3291
|
+
"name": "unsafe-libyaml",
|
|
3292
|
+
"version": "0.2.11",
|
|
3293
|
+
"description": "libyaml transpiled to rust by c2rust",
|
|
3294
|
+
"scope": "required",
|
|
3295
|
+
"hashes": [
|
|
3296
|
+
{
|
|
3297
|
+
"alg": "SHA-256",
|
|
3298
|
+
"content": "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
3299
|
+
}
|
|
3300
|
+
],
|
|
3301
|
+
"licenses": [
|
|
3302
|
+
{
|
|
3303
|
+
"expression": "MIT"
|
|
3304
|
+
}
|
|
3305
|
+
],
|
|
3306
|
+
"purl": "pkg:cargo/unsafe-libyaml@0.2.11",
|
|
3307
|
+
"externalReferences": [
|
|
3308
|
+
{
|
|
3309
|
+
"type": "documentation",
|
|
3310
|
+
"url": "https://docs.rs/unsafe-libyaml"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"type": "vcs",
|
|
3314
|
+
"url": "https://github.com/dtolnay/unsafe-libyaml"
|
|
3315
|
+
}
|
|
3316
|
+
]
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"type": "library",
|
|
3320
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
|
|
3321
|
+
"author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
|
|
3322
|
+
"name": "utf8parse",
|
|
3323
|
+
"version": "0.2.2",
|
|
3324
|
+
"description": "Table-driven UTF-8 parser",
|
|
3325
|
+
"scope": "required",
|
|
3326
|
+
"hashes": [
|
|
3327
|
+
{
|
|
3328
|
+
"alg": "SHA-256",
|
|
3329
|
+
"content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
3330
|
+
}
|
|
3331
|
+
],
|
|
3332
|
+
"licenses": [
|
|
3333
|
+
{
|
|
3334
|
+
"expression": "Apache-2.0 OR MIT"
|
|
3335
|
+
}
|
|
3336
|
+
],
|
|
3337
|
+
"purl": "pkg:cargo/utf8parse@0.2.2",
|
|
3338
|
+
"externalReferences": [
|
|
3339
|
+
{
|
|
3340
|
+
"type": "documentation",
|
|
3341
|
+
"url": "https://docs.rs/utf8parse/"
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"type": "vcs",
|
|
3345
|
+
"url": "https://github.com/alacritty/vte"
|
|
3346
|
+
}
|
|
3347
|
+
]
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"type": "library",
|
|
3351
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
|
|
3352
|
+
"author": "Sergio Benitez <sb@sergio.bz>",
|
|
3353
|
+
"name": "version_check",
|
|
3354
|
+
"version": "0.9.5",
|
|
3355
|
+
"description": "Tiny crate to check the version of the installed/running rustc.",
|
|
3356
|
+
"scope": "excluded",
|
|
3357
|
+
"hashes": [
|
|
3358
|
+
{
|
|
3359
|
+
"alg": "SHA-256",
|
|
3360
|
+
"content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"licenses": [
|
|
3364
|
+
{
|
|
3365
|
+
"expression": "MIT OR Apache-2.0"
|
|
3366
|
+
}
|
|
3367
|
+
],
|
|
3368
|
+
"purl": "pkg:cargo/version_check@0.9.5",
|
|
3369
|
+
"externalReferences": [
|
|
3370
|
+
{
|
|
3371
|
+
"type": "documentation",
|
|
3372
|
+
"url": "https://docs.rs/version_check/"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"type": "vcs",
|
|
3376
|
+
"url": "https://github.com/SergioBenitez/version_check"
|
|
3377
|
+
}
|
|
3378
|
+
]
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"type": "library",
|
|
3382
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#whoami@2.1.1",
|
|
3383
|
+
"name": "whoami",
|
|
3384
|
+
"version": "2.1.1",
|
|
3385
|
+
"description": "Rust library for getting information about the current user and environment",
|
|
3386
|
+
"scope": "required",
|
|
3387
|
+
"hashes": [
|
|
3388
|
+
{
|
|
3389
|
+
"alg": "SHA-256",
|
|
3390
|
+
"content": "d6a5b12f9df4f978d2cfdb1bd3bac52433f44393342d7ee9c25f5a1c14c0f45d"
|
|
3391
|
+
}
|
|
3392
|
+
],
|
|
3393
|
+
"licenses": [
|
|
3394
|
+
{
|
|
3395
|
+
"expression": "Apache-2.0 OR BSL-1.0 OR MIT"
|
|
3396
|
+
}
|
|
3397
|
+
],
|
|
3398
|
+
"purl": "pkg:cargo/whoami@2.1.1",
|
|
3399
|
+
"externalReferences": [
|
|
3400
|
+
{
|
|
3401
|
+
"type": "documentation",
|
|
3402
|
+
"url": "https://docs.rs/whoami"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"type": "website",
|
|
3406
|
+
"url": "https://github.com/ardaku/whoami/releases"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"type": "vcs",
|
|
3410
|
+
"url": "https://github.com/ardaku/whoami"
|
|
3411
|
+
}
|
|
3412
|
+
]
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"type": "library",
|
|
3416
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
|
|
3417
|
+
"name": "windows-link",
|
|
3418
|
+
"version": "0.2.1",
|
|
3419
|
+
"description": "Linking for Windows",
|
|
3420
|
+
"scope": "required",
|
|
3421
|
+
"hashes": [
|
|
3422
|
+
{
|
|
3423
|
+
"alg": "SHA-256",
|
|
3424
|
+
"content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
3425
|
+
}
|
|
3426
|
+
],
|
|
3427
|
+
"licenses": [
|
|
3428
|
+
{
|
|
3429
|
+
"expression": "MIT OR Apache-2.0"
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"purl": "pkg:cargo/windows-link@0.2.1",
|
|
3433
|
+
"externalReferences": [
|
|
3434
|
+
{
|
|
3435
|
+
"type": "vcs",
|
|
3436
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3437
|
+
}
|
|
3438
|
+
]
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"type": "library",
|
|
3442
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
3443
|
+
"name": "windows-sys",
|
|
3444
|
+
"version": "0.61.2",
|
|
3445
|
+
"description": "Rust for Windows",
|
|
3446
|
+
"scope": "required",
|
|
3447
|
+
"hashes": [
|
|
3448
|
+
{
|
|
3449
|
+
"alg": "SHA-256",
|
|
3450
|
+
"content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
3451
|
+
}
|
|
3452
|
+
],
|
|
3453
|
+
"licenses": [
|
|
3454
|
+
{
|
|
3455
|
+
"expression": "MIT OR Apache-2.0"
|
|
3456
|
+
}
|
|
3457
|
+
],
|
|
3458
|
+
"purl": "pkg:cargo/windows-sys@0.61.2",
|
|
3459
|
+
"externalReferences": [
|
|
3460
|
+
{
|
|
3461
|
+
"type": "vcs",
|
|
3462
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
3463
|
+
}
|
|
3464
|
+
]
|
|
3465
|
+
}
|
|
3466
|
+
],
|
|
3467
|
+
"dependencies": [
|
|
3468
|
+
{
|
|
3469
|
+
"ref": "path+file:///D:/a/so6-python/so6-python#0.1.0",
|
|
3470
|
+
"dependsOn": [
|
|
3471
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3@0.27.2",
|
|
3472
|
+
"registry+https://github.com/rust-lang/crates.io-index#so6@0.2.0"
|
|
3473
|
+
]
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.7.8",
|
|
3477
|
+
"dependsOn": [
|
|
3478
|
+
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
3479
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
3480
|
+
"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
|
|
3481
|
+
]
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
3485
|
+
"dependsOn": [
|
|
3486
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3487
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
3488
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
3489
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
3490
|
+
"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
3491
|
+
"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
3492
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
3493
|
+
]
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
|
|
3497
|
+
"dependsOn": [
|
|
3498
|
+
"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
|
|
3499
|
+
]
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
|
|
3503
|
+
"dependsOn": [
|
|
3504
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3505
|
+
]
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
|
|
3509
|
+
"dependsOn": [
|
|
3510
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3511
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
3512
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3513
|
+
]
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3517
|
+
"dependsOn": []
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
|
|
3521
|
+
"dependsOn": [
|
|
3522
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3523
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3524
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3525
|
+
]
|
|
3526
|
+
},
|
|
3527
|
+
{
|
|
3528
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
|
|
3529
|
+
"dependsOn": []
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
|
3533
|
+
"dependsOn": []
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.12.0",
|
|
3537
|
+
"dependsOn": [
|
|
3538
|
+
"registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.10"
|
|
3539
|
+
]
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
|
|
3543
|
+
"dependsOn": []
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
3547
|
+
"dependsOn": []
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3551
|
+
"dependsOn": []
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.0",
|
|
3555
|
+
"dependsOn": [
|
|
3556
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3557
|
+
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0",
|
|
3558
|
+
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.0"
|
|
3559
|
+
]
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.0",
|
|
3563
|
+
"dependsOn": [
|
|
3564
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
3565
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.0"
|
|
3566
|
+
]
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
|
|
3570
|
+
"dependsOn": [
|
|
3571
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
|
|
3572
|
+
"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
|
|
3573
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
3574
|
+
"registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
|
|
3575
|
+
]
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.0",
|
|
3579
|
+
"dependsOn": [
|
|
3580
|
+
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
3581
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3582
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3583
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3584
|
+
]
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
|
|
3588
|
+
"dependsOn": []
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cmov@0.5.3",
|
|
3592
|
+
"dependsOn": []
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
|
|
3596
|
+
"dependsOn": []
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#colored@3.1.1",
|
|
3600
|
+
"dependsOn": [
|
|
3601
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3602
|
+
]
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.10.2",
|
|
3606
|
+
"dependsOn": []
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0",
|
|
3610
|
+
"dependsOn": []
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.2.1",
|
|
3614
|
+
"dependsOn": [
|
|
3615
|
+
"registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.10"
|
|
3616
|
+
]
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ctutils@0.4.2",
|
|
3620
|
+
"dependsOn": [
|
|
3621
|
+
"registry+https://github.com/rust-lang/crates.io-index#cmov@0.5.3"
|
|
3622
|
+
]
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.11.2",
|
|
3626
|
+
"dependsOn": [
|
|
3627
|
+
"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.12.0",
|
|
3628
|
+
"registry+https://github.com/rust-lang/crates.io-index#const-oid@0.10.2",
|
|
3629
|
+
"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.2.1",
|
|
3630
|
+
"registry+https://github.com/rust-lang/crates.io-index#ctutils@0.4.2"
|
|
3631
|
+
]
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0",
|
|
3635
|
+
"dependsOn": [
|
|
3636
|
+
"registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0",
|
|
3637
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3638
|
+
]
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0",
|
|
3642
|
+
"dependsOn": [
|
|
3643
|
+
"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0"
|
|
3644
|
+
]
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#dlv-list@0.3.0",
|
|
3648
|
+
"dependsOn": []
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
3652
|
+
"dependsOn": []
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.2.0",
|
|
3656
|
+
"dependsOn": []
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
3660
|
+
"dependsOn": [
|
|
3661
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
3662
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
|
|
3663
|
+
]
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
3667
|
+
"dependsOn": []
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
3671
|
+
"dependsOn": []
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
|
|
3675
|
+
"dependsOn": []
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
|
|
3679
|
+
"dependsOn": [
|
|
3680
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
3681
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
3682
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
|
|
3683
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
|
|
3684
|
+
]
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
3688
|
+
"dependsOn": [
|
|
3689
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
3690
|
+
]
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2",
|
|
3694
|
+
"dependsOn": [
|
|
3695
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3696
|
+
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.0"
|
|
3697
|
+
]
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3",
|
|
3701
|
+
"dependsOn": []
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3",
|
|
3705
|
+
"dependsOn": [
|
|
3706
|
+
"registry+https://github.com/rust-lang/crates.io-index#ahash@0.7.8"
|
|
3707
|
+
]
|
|
3708
|
+
},
|
|
3709
|
+
{
|
|
3710
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
|
|
3711
|
+
"dependsOn": []
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
3715
|
+
"dependsOn": []
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hmac@0.13.0",
|
|
3719
|
+
"dependsOn": [
|
|
3720
|
+
"registry+https://github.com/rust-lang/crates.io-index#digest@0.11.2"
|
|
3721
|
+
]
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.10",
|
|
3725
|
+
"dependsOn": [
|
|
3726
|
+
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0"
|
|
3727
|
+
]
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.1",
|
|
3731
|
+
"dependsOn": [
|
|
3732
|
+
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
3733
|
+
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
|
|
3734
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
|
3735
|
+
]
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
|
|
3739
|
+
"dependsOn": [
|
|
3740
|
+
"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
|
|
3741
|
+
]
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
|
|
3745
|
+
"dependsOn": []
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
3749
|
+
"dependsOn": []
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184",
|
|
3753
|
+
"dependsOn": []
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
3757
|
+
"dependsOn": [
|
|
3758
|
+
"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
3759
|
+
]
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
|
3763
|
+
"dependsOn": []
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#md-5@0.11.0",
|
|
3767
|
+
"dependsOn": [
|
|
3768
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3769
|
+
"registry+https://github.com/rust-lang/crates.io-index#digest@0.11.2"
|
|
3770
|
+
]
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
|
|
3774
|
+
"dependsOn": []
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
|
|
3778
|
+
"dependsOn": [
|
|
3779
|
+
"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
|
|
3780
|
+
]
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.0",
|
|
3784
|
+
"dependsOn": [
|
|
3785
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
3786
|
+
]
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
3790
|
+
"dependsOn": []
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
|
|
3794
|
+
"dependsOn": []
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0",
|
|
3798
|
+
"dependsOn": []
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ordered-multimap@0.4.3",
|
|
3802
|
+
"dependsOn": [
|
|
3803
|
+
"registry+https://github.com/rust-lang/crates.io-index#dlv-list@0.3.0",
|
|
3804
|
+
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3"
|
|
3805
|
+
]
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
3809
|
+
"dependsOn": [
|
|
3810
|
+
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
3811
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
|
|
3812
|
+
]
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
3816
|
+
"dependsOn": [
|
|
3817
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3818
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
|
3819
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
3820
|
+
]
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
3824
|
+
"dependsOn": []
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pg-client-config@0.1.2",
|
|
3828
|
+
"dependsOn": [
|
|
3829
|
+
"registry+https://github.com/rust-lang/crates.io-index#rust-ini@0.18.0",
|
|
3830
|
+
"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
|
|
3831
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-postgres@0.7.17"
|
|
3832
|
+
]
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#phf@0.13.1",
|
|
3836
|
+
"dependsOn": [
|
|
3837
|
+
"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1",
|
|
3838
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
3839
|
+
]
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1",
|
|
3843
|
+
"dependsOn": [
|
|
3844
|
+
"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2"
|
|
3845
|
+
]
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
3849
|
+
"dependsOn": []
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#postgres-protocol@0.6.11",
|
|
3853
|
+
"dependsOn": [
|
|
3854
|
+
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
|
3855
|
+
"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
|
|
3856
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
3857
|
+
"registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.2.0",
|
|
3858
|
+
"registry+https://github.com/rust-lang/crates.io-index#hmac@0.13.0",
|
|
3859
|
+
"registry+https://github.com/rust-lang/crates.io-index#md-5@0.11.0",
|
|
3860
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
|
|
3861
|
+
"registry+https://github.com/rust-lang/crates.io-index#rand@0.10.0",
|
|
3862
|
+
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.11.0",
|
|
3863
|
+
"registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5"
|
|
3864
|
+
]
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#postgres-types@0.2.13",
|
|
3868
|
+
"dependsOn": [
|
|
3869
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
3870
|
+
"registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.2.0",
|
|
3871
|
+
"registry+https://github.com/rust-lang/crates.io-index#postgres-protocol@0.6.11"
|
|
3872
|
+
]
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#postgres@0.19.13",
|
|
3876
|
+
"dependsOn": [
|
|
3877
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
3878
|
+
"registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.2.0",
|
|
3879
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
|
|
3880
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
|
3881
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.1",
|
|
3882
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-postgres@0.7.17"
|
|
3883
|
+
]
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3887
|
+
"dependsOn": [
|
|
3888
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
3889
|
+
]
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2",
|
|
3893
|
+
"dependsOn": [
|
|
3894
|
+
"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
|
|
3895
|
+
]
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.27.2",
|
|
3899
|
+
"dependsOn": [
|
|
3900
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184",
|
|
3901
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2"
|
|
3902
|
+
]
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.27.2",
|
|
3906
|
+
"dependsOn": [
|
|
3907
|
+
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
3908
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3909
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2",
|
|
3910
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3911
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3912
|
+
]
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.27.2",
|
|
3916
|
+
"dependsOn": [
|
|
3917
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3918
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.27.2",
|
|
3919
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3920
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3921
|
+
]
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.27.2",
|
|
3925
|
+
"dependsOn": [
|
|
3926
|
+
"registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
|
|
3927
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184",
|
|
3928
|
+
"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
|
|
3929
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
3930
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2",
|
|
3931
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.27.2",
|
|
3932
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.27.2",
|
|
3933
|
+
"registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
|
|
3934
|
+
]
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3938
|
+
"dependsOn": [
|
|
3939
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
|
|
3940
|
+
]
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.0",
|
|
3944
|
+
"dependsOn": [
|
|
3945
|
+
"registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.0",
|
|
3946
|
+
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2",
|
|
3947
|
+
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.0"
|
|
3948
|
+
]
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.0",
|
|
3952
|
+
"dependsOn": []
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rust-ini@0.18.0",
|
|
3956
|
+
"dependsOn": [
|
|
3957
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
3958
|
+
"registry+https://github.com/rust-lang/crates.io-index#ordered-multimap@0.4.3"
|
|
3959
|
+
]
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
|
|
3963
|
+
"dependsOn": []
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
|
|
3967
|
+
"dependsOn": []
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
|
|
3971
|
+
"dependsOn": []
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
3975
|
+
"dependsOn": [
|
|
3976
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
3977
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
|
|
3978
|
+
]
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
3982
|
+
"dependsOn": []
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
3986
|
+
"dependsOn": [
|
|
3987
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
3988
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
3989
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
3990
|
+
]
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_yaml@0.9.34+deprecated",
|
|
3994
|
+
"dependsOn": [
|
|
3995
|
+
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.1",
|
|
3996
|
+
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
3997
|
+
"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
|
|
3998
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
3999
|
+
"registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11"
|
|
4000
|
+
]
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#sha2@0.11.0",
|
|
4004
|
+
"dependsOn": [
|
|
4005
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
4006
|
+
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0",
|
|
4007
|
+
"registry+https://github.com/rust-lang/crates.io-index#digest@0.11.2"
|
|
4008
|
+
]
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2",
|
|
4012
|
+
"dependsOn": []
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
|
4016
|
+
"dependsOn": []
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#so6@0.2.0",
|
|
4020
|
+
"dependsOn": [
|
|
4021
|
+
"registry+https://github.com/rust-lang/crates.io-index#clap@4.6.0",
|
|
4022
|
+
"registry+https://github.com/rust-lang/crates.io-index#colored@3.1.1",
|
|
4023
|
+
"registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0",
|
|
4024
|
+
"registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3",
|
|
4025
|
+
"registry+https://github.com/rust-lang/crates.io-index#pg-client-config@0.1.2",
|
|
4026
|
+
"registry+https://github.com/rust-lang/crates.io-index#postgres@0.19.13",
|
|
4027
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
4028
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_yaml@0.9.34+deprecated"
|
|
4029
|
+
]
|
|
4030
|
+
},
|
|
4031
|
+
{
|
|
4032
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
|
|
4033
|
+
"dependsOn": [
|
|
4034
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
4035
|
+
]
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5",
|
|
4039
|
+
"dependsOn": [
|
|
4040
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18",
|
|
4041
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25",
|
|
4042
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4"
|
|
4043
|
+
]
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
|
|
4047
|
+
"dependsOn": []
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
4051
|
+
"dependsOn": [
|
|
4052
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4053
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4054
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
4055
|
+
]
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
|
|
4059
|
+
"dependsOn": []
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
|
|
4063
|
+
"dependsOn": [
|
|
4064
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
4065
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
4066
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
4067
|
+
]
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
|
|
4071
|
+
"dependsOn": [
|
|
4072
|
+
"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69"
|
|
4073
|
+
]
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
|
|
4077
|
+
"dependsOn": [
|
|
4078
|
+
"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
|
|
4079
|
+
]
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1",
|
|
4083
|
+
"dependsOn": []
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-postgres@0.7.17",
|
|
4087
|
+
"dependsOn": [
|
|
4088
|
+
"registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89",
|
|
4089
|
+
"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
|
|
4090
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
4091
|
+
"registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.2.0",
|
|
4092
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
4093
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
|
|
4094
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
|
4095
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
4096
|
+
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
4097
|
+
"registry+https://github.com/rust-lang/crates.io-index#phf@0.13.1",
|
|
4098
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
4099
|
+
"registry+https://github.com/rust-lang/crates.io-index#postgres-protocol@0.6.11",
|
|
4100
|
+
"registry+https://github.com/rust-lang/crates.io-index#postgres-types@0.2.13",
|
|
4101
|
+
"registry+https://github.com/rust-lang/crates.io-index#rand@0.10.0",
|
|
4102
|
+
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
|
|
4103
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.1",
|
|
4104
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
|
|
4105
|
+
"registry+https://github.com/rust-lang/crates.io-index#whoami@2.1.1"
|
|
4106
|
+
]
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
|
|
4110
|
+
"dependsOn": [
|
|
4111
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
4112
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
4113
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
4114
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
4115
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.1"
|
|
4116
|
+
]
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.1",
|
|
4120
|
+
"dependsOn": [
|
|
4121
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
4122
|
+
"registry+https://github.com/rust-lang/crates.io-index#mio@1.2.0",
|
|
4123
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
4124
|
+
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
|
|
4125
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
4126
|
+
]
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0",
|
|
4130
|
+
"dependsOn": []
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18",
|
|
4134
|
+
"dependsOn": []
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
|
|
4138
|
+
"dependsOn": []
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25",
|
|
4142
|
+
"dependsOn": [
|
|
4143
|
+
"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0"
|
|
4144
|
+
]
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4",
|
|
4148
|
+
"dependsOn": []
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4",
|
|
4152
|
+
"dependsOn": []
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11",
|
|
4156
|
+
"dependsOn": []
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
|
|
4160
|
+
"dependsOn": []
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
|
|
4164
|
+
"dependsOn": []
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#whoami@2.1.1",
|
|
4168
|
+
"dependsOn": []
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
|
|
4172
|
+
"dependsOn": []
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
4176
|
+
"dependsOn": [
|
|
4177
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
4178
|
+
]
|
|
4179
|
+
}
|
|
4180
|
+
]
|
|
4181
|
+
}
|