dirsql 0.3.8__cp314-cp314-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dirsql/__init__.py +9 -0
- dirsql/_async.py +110 -0
- dirsql/_binary/dirsql.exe +0 -0
- dirsql/_cli/__init__.py +6 -0
- dirsql/_cli/binary_path.py +20 -0
- dirsql/_cli/is_windows.py +10 -0
- dirsql/_cli/main.py +27 -0
- dirsql/_dirsql.cp314-win_amd64.pyd +0 -0
- dirsql/test_async.py +95 -0
- dirsql-0.3.8.dist-info/METADATA +216 -0
- dirsql-0.3.8.dist-info/RECORD +14 -0
- dirsql-0.3.8.dist-info/WHEEL +4 -0
- dirsql-0.3.8.dist-info/entry_points.txt +2 -0
- dirsql-0.3.8.dist-info/sboms/dirsql-py-ext.cyclonedx.json +2977 -0
|
@@ -0,0 +1,2977 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bomFormat": "CycloneDX",
|
|
3
|
+
"specVersion": "1.5",
|
|
4
|
+
"version": 1,
|
|
5
|
+
"serialNumber": "urn:uuid:45a6f635-08bc-4f03-90da-2dbb80f5f26e",
|
|
6
|
+
"metadata": {
|
|
7
|
+
"timestamp": "2026-05-24T23:59:59.142387900Z",
|
|
8
|
+
"tools": [
|
|
9
|
+
{
|
|
10
|
+
"vendor": "CycloneDX",
|
|
11
|
+
"name": "cargo-cyclonedx",
|
|
12
|
+
"version": "0.5.9"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"component": {
|
|
16
|
+
"type": "library",
|
|
17
|
+
"bom-ref": "path+file:///D:/a/dirsql/dirsql/packages/python#dirsql-py-ext@0.3.8",
|
|
18
|
+
"name": "dirsql-py-ext",
|
|
19
|
+
"version": "0.3.8",
|
|
20
|
+
"scope": "required",
|
|
21
|
+
"purl": "pkg:cargo/dirsql-py-ext@0.3.8?download_url=file://.",
|
|
22
|
+
"components": [
|
|
23
|
+
{
|
|
24
|
+
"type": "library",
|
|
25
|
+
"bom-ref": "path+file:///D:/a/dirsql/dirsql/packages/python#dirsql-py-ext@0.3.8 bin-target-0",
|
|
26
|
+
"name": "dirsql_py_ext",
|
|
27
|
+
"version": "0.3.8",
|
|
28
|
+
"purl": "pkg:cargo/dirsql-py-ext@0.3.8?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": "path+file:///D:/a/dirsql/dirsql/packages/rust#dirsql@0.3.8",
|
|
43
|
+
"name": "dirsql",
|
|
44
|
+
"version": "0.3.8",
|
|
45
|
+
"description": "Ephemeral SQL index over a local directory",
|
|
46
|
+
"scope": "required",
|
|
47
|
+
"licenses": [
|
|
48
|
+
{
|
|
49
|
+
"expression": "MIT"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"purl": "pkg:cargo/dirsql@0.3.8?download_url=file://..\\rust",
|
|
53
|
+
"externalReferences": [
|
|
54
|
+
{
|
|
55
|
+
"type": "vcs",
|
|
56
|
+
"url": "https://github.com/thekevinscott/dirsql"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "library",
|
|
62
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
63
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
64
|
+
"name": "aho-corasick",
|
|
65
|
+
"version": "1.1.4",
|
|
66
|
+
"description": "Fast multiple substring searching.",
|
|
67
|
+
"scope": "required",
|
|
68
|
+
"hashes": [
|
|
69
|
+
{
|
|
70
|
+
"alg": "SHA-256",
|
|
71
|
+
"content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"licenses": [
|
|
75
|
+
{
|
|
76
|
+
"expression": "Unlicense OR MIT"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"purl": "pkg:cargo/aho-corasick@1.1.4",
|
|
80
|
+
"externalReferences": [
|
|
81
|
+
{
|
|
82
|
+
"type": "website",
|
|
83
|
+
"url": "https://github.com/BurntSushi/aho-corasick"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "vcs",
|
|
87
|
+
"url": "https://github.com/BurntSushi/aho-corasick"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"type": "library",
|
|
93
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
|
|
94
|
+
"author": "David Roundy <roundyd@physics.oregonstate.edu>",
|
|
95
|
+
"name": "arrayref",
|
|
96
|
+
"version": "0.3.9",
|
|
97
|
+
"description": "Macros to take array references of slices",
|
|
98
|
+
"scope": "required",
|
|
99
|
+
"hashes": [
|
|
100
|
+
{
|
|
101
|
+
"alg": "SHA-256",
|
|
102
|
+
"content": "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"licenses": [
|
|
106
|
+
{
|
|
107
|
+
"expression": "BSD-2-Clause"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"purl": "pkg:cargo/arrayref@0.3.9",
|
|
111
|
+
"externalReferences": [
|
|
112
|
+
{
|
|
113
|
+
"type": "documentation",
|
|
114
|
+
"url": "https://docs.rs/arrayref"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "vcs",
|
|
118
|
+
"url": "https://github.com/droundy/arrayref"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "library",
|
|
124
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
|
|
125
|
+
"author": "bluss",
|
|
126
|
+
"name": "arrayvec",
|
|
127
|
+
"version": "0.7.6",
|
|
128
|
+
"description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.",
|
|
129
|
+
"scope": "required",
|
|
130
|
+
"hashes": [
|
|
131
|
+
{
|
|
132
|
+
"alg": "SHA-256",
|
|
133
|
+
"content": "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"licenses": [
|
|
137
|
+
{
|
|
138
|
+
"expression": "MIT OR Apache-2.0"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"purl": "pkg:cargo/arrayvec@0.7.6",
|
|
142
|
+
"externalReferences": [
|
|
143
|
+
{
|
|
144
|
+
"type": "documentation",
|
|
145
|
+
"url": "https://docs.rs/arrayvec/"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"type": "vcs",
|
|
149
|
+
"url": "https://github.com/bluss/arrayvec"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": "library",
|
|
155
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.1",
|
|
156
|
+
"author": "The Rust Project Developers",
|
|
157
|
+
"name": "bitflags",
|
|
158
|
+
"version": "2.11.1",
|
|
159
|
+
"description": "A macro to generate structures which behave like bitflags. ",
|
|
160
|
+
"scope": "required",
|
|
161
|
+
"hashes": [
|
|
162
|
+
{
|
|
163
|
+
"alg": "SHA-256",
|
|
164
|
+
"content": "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"licenses": [
|
|
168
|
+
{
|
|
169
|
+
"expression": "MIT OR Apache-2.0"
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"purl": "pkg:cargo/bitflags@2.11.1",
|
|
173
|
+
"externalReferences": [
|
|
174
|
+
{
|
|
175
|
+
"type": "documentation",
|
|
176
|
+
"url": "https://docs.rs/bitflags"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"type": "website",
|
|
180
|
+
"url": "https://github.com/bitflags/bitflags"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "vcs",
|
|
184
|
+
"url": "https://github.com/bitflags/bitflags"
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "library",
|
|
190
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.4",
|
|
191
|
+
"author": "Jack O'Connor <oconnor663@gmail.com>, Samuel Neves",
|
|
192
|
+
"name": "blake3",
|
|
193
|
+
"version": "1.8.4",
|
|
194
|
+
"description": "the BLAKE3 hash function",
|
|
195
|
+
"scope": "required",
|
|
196
|
+
"hashes": [
|
|
197
|
+
{
|
|
198
|
+
"alg": "SHA-256",
|
|
199
|
+
"content": "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"licenses": [
|
|
203
|
+
{
|
|
204
|
+
"expression": "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"purl": "pkg:cargo/blake3@1.8.4",
|
|
208
|
+
"externalReferences": [
|
|
209
|
+
{
|
|
210
|
+
"type": "documentation",
|
|
211
|
+
"url": "https://docs.rs/blake3"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"type": "vcs",
|
|
215
|
+
"url": "https://github.com/BLAKE3-team/BLAKE3"
|
|
216
|
+
}
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"type": "library",
|
|
221
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
|
|
222
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
223
|
+
"name": "bstr",
|
|
224
|
+
"version": "1.12.1",
|
|
225
|
+
"description": "A string type that is not required to be valid UTF-8.",
|
|
226
|
+
"scope": "required",
|
|
227
|
+
"hashes": [
|
|
228
|
+
{
|
|
229
|
+
"alg": "SHA-256",
|
|
230
|
+
"content": "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"licenses": [
|
|
234
|
+
{
|
|
235
|
+
"expression": "MIT OR Apache-2.0"
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"purl": "pkg:cargo/bstr@1.12.1",
|
|
239
|
+
"externalReferences": [
|
|
240
|
+
{
|
|
241
|
+
"type": "documentation",
|
|
242
|
+
"url": "https://docs.rs/bstr"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"type": "website",
|
|
246
|
+
"url": "https://github.com/BurntSushi/bstr"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"type": "vcs",
|
|
250
|
+
"url": "https://github.com/BurntSushi/bstr"
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"type": "library",
|
|
256
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
257
|
+
"author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
|
|
258
|
+
"name": "bytes",
|
|
259
|
+
"version": "1.11.1",
|
|
260
|
+
"description": "Types and traits for working with bytes",
|
|
261
|
+
"scope": "required",
|
|
262
|
+
"hashes": [
|
|
263
|
+
{
|
|
264
|
+
"alg": "SHA-256",
|
|
265
|
+
"content": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"licenses": [
|
|
269
|
+
{
|
|
270
|
+
"expression": "MIT"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"purl": "pkg:cargo/bytes@1.11.1",
|
|
274
|
+
"externalReferences": [
|
|
275
|
+
{
|
|
276
|
+
"type": "vcs",
|
|
277
|
+
"url": "https://github.com/tokio-rs/bytes"
|
|
278
|
+
}
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"type": "library",
|
|
283
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60",
|
|
284
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
285
|
+
"name": "cc",
|
|
286
|
+
"version": "1.2.60",
|
|
287
|
+
"description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ",
|
|
288
|
+
"scope": "required",
|
|
289
|
+
"hashes": [
|
|
290
|
+
{
|
|
291
|
+
"alg": "SHA-256",
|
|
292
|
+
"content": "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"licenses": [
|
|
296
|
+
{
|
|
297
|
+
"expression": "MIT OR Apache-2.0"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"purl": "pkg:cargo/cc@1.2.60",
|
|
301
|
+
"externalReferences": [
|
|
302
|
+
{
|
|
303
|
+
"type": "documentation",
|
|
304
|
+
"url": "https://docs.rs/cc"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"type": "website",
|
|
308
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"type": "vcs",
|
|
312
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"type": "library",
|
|
318
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
319
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
320
|
+
"name": "cfg-if",
|
|
321
|
+
"version": "1.0.4",
|
|
322
|
+
"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. ",
|
|
323
|
+
"scope": "required",
|
|
324
|
+
"hashes": [
|
|
325
|
+
{
|
|
326
|
+
"alg": "SHA-256",
|
|
327
|
+
"content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"licenses": [
|
|
331
|
+
{
|
|
332
|
+
"expression": "MIT OR Apache-2.0"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"purl": "pkg:cargo/cfg-if@1.0.4",
|
|
336
|
+
"externalReferences": [
|
|
337
|
+
{
|
|
338
|
+
"type": "vcs",
|
|
339
|
+
"url": "https://github.com/rust-lang/cfg-if"
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"type": "library",
|
|
345
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.4.2",
|
|
346
|
+
"author": "Cesar Eduardo Barros <cesarb@cesarb.eti.br>",
|
|
347
|
+
"name": "constant_time_eq",
|
|
348
|
+
"version": "0.4.2",
|
|
349
|
+
"description": "Compares two equal-sized byte strings in constant time.",
|
|
350
|
+
"scope": "required",
|
|
351
|
+
"hashes": [
|
|
352
|
+
{
|
|
353
|
+
"alg": "SHA-256",
|
|
354
|
+
"content": "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"licenses": [
|
|
358
|
+
{
|
|
359
|
+
"expression": "CC0-1.0 OR MIT-0 OR Apache-2.0"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"purl": "pkg:cargo/constant_time_eq@0.4.2",
|
|
363
|
+
"externalReferences": [
|
|
364
|
+
{
|
|
365
|
+
"type": "documentation",
|
|
366
|
+
"url": "https://docs.rs/constant_time_eq"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"type": "vcs",
|
|
370
|
+
"url": "https://github.com/cesarb/constant_time_eq"
|
|
371
|
+
}
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"type": "library",
|
|
376
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0",
|
|
377
|
+
"author": "RustCrypto Developers",
|
|
378
|
+
"name": "cpufeatures",
|
|
379
|
+
"version": "0.3.0",
|
|
380
|
+
"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 ",
|
|
381
|
+
"scope": "required",
|
|
382
|
+
"hashes": [
|
|
383
|
+
{
|
|
384
|
+
"alg": "SHA-256",
|
|
385
|
+
"content": "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
386
|
+
}
|
|
387
|
+
],
|
|
388
|
+
"licenses": [
|
|
389
|
+
{
|
|
390
|
+
"expression": "MIT OR Apache-2.0"
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"purl": "pkg:cargo/cpufeatures@0.3.0",
|
|
394
|
+
"externalReferences": [
|
|
395
|
+
{
|
|
396
|
+
"type": "documentation",
|
|
397
|
+
"url": "https://docs.rs/cpufeatures"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"type": "vcs",
|
|
401
|
+
"url": "https://github.com/RustCrypto/utils"
|
|
402
|
+
}
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"type": "library",
|
|
407
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
408
|
+
"name": "equivalent",
|
|
409
|
+
"version": "1.0.2",
|
|
410
|
+
"description": "Traits for key comparison in maps.",
|
|
411
|
+
"scope": "required",
|
|
412
|
+
"hashes": [
|
|
413
|
+
{
|
|
414
|
+
"alg": "SHA-256",
|
|
415
|
+
"content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"licenses": [
|
|
419
|
+
{
|
|
420
|
+
"expression": "Apache-2.0 OR MIT"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"purl": "pkg:cargo/equivalent@1.0.2",
|
|
424
|
+
"externalReferences": [
|
|
425
|
+
{
|
|
426
|
+
"type": "vcs",
|
|
427
|
+
"url": "https://github.com/indexmap-rs/equivalent"
|
|
428
|
+
}
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"type": "library",
|
|
433
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0",
|
|
434
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
435
|
+
"name": "fallible-iterator",
|
|
436
|
+
"version": "0.3.0",
|
|
437
|
+
"description": "Fallible iterator traits",
|
|
438
|
+
"scope": "required",
|
|
439
|
+
"hashes": [
|
|
440
|
+
{
|
|
441
|
+
"alg": "SHA-256",
|
|
442
|
+
"content": "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"licenses": [
|
|
446
|
+
{
|
|
447
|
+
"expression": "MIT OR Apache-2.0"
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"purl": "pkg:cargo/fallible-iterator@0.3.0",
|
|
451
|
+
"externalReferences": [
|
|
452
|
+
{
|
|
453
|
+
"type": "vcs",
|
|
454
|
+
"url": "https://github.com/sfackler/rust-fallible-iterator"
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"type": "library",
|
|
460
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9",
|
|
461
|
+
"author": "Steven Fackler <sfackler@gmail.com>",
|
|
462
|
+
"name": "fallible-streaming-iterator",
|
|
463
|
+
"version": "0.1.9",
|
|
464
|
+
"description": "Fallible streaming iteration",
|
|
465
|
+
"scope": "required",
|
|
466
|
+
"hashes": [
|
|
467
|
+
{
|
|
468
|
+
"alg": "SHA-256",
|
|
469
|
+
"content": "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
470
|
+
}
|
|
471
|
+
],
|
|
472
|
+
"licenses": [
|
|
473
|
+
{
|
|
474
|
+
"expression": "MIT OR Apache-2.0"
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"purl": "pkg:cargo/fallible-streaming-iterator@0.1.9",
|
|
478
|
+
"externalReferences": [
|
|
479
|
+
{
|
|
480
|
+
"type": "vcs",
|
|
481
|
+
"url": "https://github.com/sfackler/fallible-streaming-iterator"
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"type": "library",
|
|
487
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.27",
|
|
488
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
489
|
+
"name": "filetime",
|
|
490
|
+
"version": "0.2.27",
|
|
491
|
+
"description": "Platform-agnostic accessors of timestamps in File metadata ",
|
|
492
|
+
"scope": "required",
|
|
493
|
+
"hashes": [
|
|
494
|
+
{
|
|
495
|
+
"alg": "SHA-256",
|
|
496
|
+
"content": "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
|
|
497
|
+
}
|
|
498
|
+
],
|
|
499
|
+
"licenses": [
|
|
500
|
+
{
|
|
501
|
+
"expression": "MIT OR Apache-2.0"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"purl": "pkg:cargo/filetime@0.2.27",
|
|
505
|
+
"externalReferences": [
|
|
506
|
+
{
|
|
507
|
+
"type": "documentation",
|
|
508
|
+
"url": "https://docs.rs/filetime"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"type": "website",
|
|
512
|
+
"url": "https://github.com/alexcrichton/filetime"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"type": "vcs",
|
|
516
|
+
"url": "https://github.com/alexcrichton/filetime"
|
|
517
|
+
}
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"type": "library",
|
|
522
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
|
|
523
|
+
"name": "find-msvc-tools",
|
|
524
|
+
"version": "0.1.9",
|
|
525
|
+
"description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
|
|
526
|
+
"scope": "required",
|
|
527
|
+
"hashes": [
|
|
528
|
+
{
|
|
529
|
+
"alg": "SHA-256",
|
|
530
|
+
"content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
531
|
+
}
|
|
532
|
+
],
|
|
533
|
+
"licenses": [
|
|
534
|
+
{
|
|
535
|
+
"expression": "MIT OR Apache-2.0"
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"purl": "pkg:cargo/find-msvc-tools@0.1.9",
|
|
539
|
+
"externalReferences": [
|
|
540
|
+
{
|
|
541
|
+
"type": "documentation",
|
|
542
|
+
"url": "https://docs.rs/find-msvc-tools"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"type": "vcs",
|
|
546
|
+
"url": "https://github.com/rust-lang/cc-rs"
|
|
547
|
+
}
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"type": "library",
|
|
552
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5",
|
|
553
|
+
"author": "Orson Peters <orsonpeters@gmail.com>",
|
|
554
|
+
"name": "foldhash",
|
|
555
|
+
"version": "0.1.5",
|
|
556
|
+
"description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.",
|
|
557
|
+
"scope": "required",
|
|
558
|
+
"hashes": [
|
|
559
|
+
{
|
|
560
|
+
"alg": "SHA-256",
|
|
561
|
+
"content": "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"licenses": [
|
|
565
|
+
{
|
|
566
|
+
"expression": "Zlib"
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"purl": "pkg:cargo/foldhash@0.1.5",
|
|
570
|
+
"externalReferences": [
|
|
571
|
+
{
|
|
572
|
+
"type": "vcs",
|
|
573
|
+
"url": "https://github.com/orlp/foldhash"
|
|
574
|
+
}
|
|
575
|
+
]
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"type": "library",
|
|
579
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
580
|
+
"name": "futures-channel",
|
|
581
|
+
"version": "0.3.32",
|
|
582
|
+
"description": "Channels for asynchronous communication using futures-rs. ",
|
|
583
|
+
"scope": "required",
|
|
584
|
+
"hashes": [
|
|
585
|
+
{
|
|
586
|
+
"alg": "SHA-256",
|
|
587
|
+
"content": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
588
|
+
}
|
|
589
|
+
],
|
|
590
|
+
"licenses": [
|
|
591
|
+
{
|
|
592
|
+
"expression": "MIT OR Apache-2.0"
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"purl": "pkg:cargo/futures-channel@0.3.32",
|
|
596
|
+
"externalReferences": [
|
|
597
|
+
{
|
|
598
|
+
"type": "website",
|
|
599
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"type": "vcs",
|
|
603
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
604
|
+
}
|
|
605
|
+
]
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"type": "library",
|
|
609
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
610
|
+
"name": "futures-core",
|
|
611
|
+
"version": "0.3.32",
|
|
612
|
+
"description": "The core traits and types in for the `futures` library. ",
|
|
613
|
+
"scope": "required",
|
|
614
|
+
"hashes": [
|
|
615
|
+
{
|
|
616
|
+
"alg": "SHA-256",
|
|
617
|
+
"content": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"licenses": [
|
|
621
|
+
{
|
|
622
|
+
"expression": "MIT OR Apache-2.0"
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"purl": "pkg:cargo/futures-core@0.3.32",
|
|
626
|
+
"externalReferences": [
|
|
627
|
+
{
|
|
628
|
+
"type": "website",
|
|
629
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"type": "vcs",
|
|
633
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
634
|
+
}
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"type": "library",
|
|
639
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
|
|
640
|
+
"name": "futures-sink",
|
|
641
|
+
"version": "0.3.32",
|
|
642
|
+
"description": "The asynchronous `Sink` trait for the futures-rs library. ",
|
|
643
|
+
"scope": "required",
|
|
644
|
+
"hashes": [
|
|
645
|
+
{
|
|
646
|
+
"alg": "SHA-256",
|
|
647
|
+
"content": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"licenses": [
|
|
651
|
+
{
|
|
652
|
+
"expression": "MIT OR Apache-2.0"
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"purl": "pkg:cargo/futures-sink@0.3.32",
|
|
656
|
+
"externalReferences": [
|
|
657
|
+
{
|
|
658
|
+
"type": "website",
|
|
659
|
+
"url": "https://rust-lang.github.io/futures-rs"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"type": "vcs",
|
|
663
|
+
"url": "https://github.com/rust-lang/futures-rs"
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"type": "library",
|
|
669
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
|
|
670
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
671
|
+
"name": "globset",
|
|
672
|
+
"version": "0.4.18",
|
|
673
|
+
"description": "Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ",
|
|
674
|
+
"scope": "required",
|
|
675
|
+
"hashes": [
|
|
676
|
+
{
|
|
677
|
+
"alg": "SHA-256",
|
|
678
|
+
"content": "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
|
|
679
|
+
}
|
|
680
|
+
],
|
|
681
|
+
"licenses": [
|
|
682
|
+
{
|
|
683
|
+
"expression": "Unlicense OR MIT"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"purl": "pkg:cargo/globset@0.4.18",
|
|
687
|
+
"externalReferences": [
|
|
688
|
+
{
|
|
689
|
+
"type": "documentation",
|
|
690
|
+
"url": "https://docs.rs/globset"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"type": "website",
|
|
694
|
+
"url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"type": "vcs",
|
|
698
|
+
"url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
|
|
699
|
+
}
|
|
700
|
+
]
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"type": "library",
|
|
704
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
|
|
705
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
706
|
+
"name": "hashbrown",
|
|
707
|
+
"version": "0.15.5",
|
|
708
|
+
"description": "A Rust port of Google's SwissTable hash map",
|
|
709
|
+
"scope": "required",
|
|
710
|
+
"hashes": [
|
|
711
|
+
{
|
|
712
|
+
"alg": "SHA-256",
|
|
713
|
+
"content": "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"licenses": [
|
|
717
|
+
{
|
|
718
|
+
"expression": "MIT OR Apache-2.0"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"purl": "pkg:cargo/hashbrown@0.15.5",
|
|
722
|
+
"externalReferences": [
|
|
723
|
+
{
|
|
724
|
+
"type": "vcs",
|
|
725
|
+
"url": "https://github.com/rust-lang/hashbrown"
|
|
726
|
+
}
|
|
727
|
+
]
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"type": "library",
|
|
731
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.0",
|
|
732
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
733
|
+
"name": "hashbrown",
|
|
734
|
+
"version": "0.17.0",
|
|
735
|
+
"description": "A Rust port of Google's SwissTable hash map",
|
|
736
|
+
"scope": "required",
|
|
737
|
+
"hashes": [
|
|
738
|
+
{
|
|
739
|
+
"alg": "SHA-256",
|
|
740
|
+
"content": "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"licenses": [
|
|
744
|
+
{
|
|
745
|
+
"expression": "MIT OR Apache-2.0"
|
|
746
|
+
}
|
|
747
|
+
],
|
|
748
|
+
"purl": "pkg:cargo/hashbrown@0.17.0",
|
|
749
|
+
"externalReferences": [
|
|
750
|
+
{
|
|
751
|
+
"type": "vcs",
|
|
752
|
+
"url": "https://github.com/rust-lang/hashbrown"
|
|
753
|
+
}
|
|
754
|
+
]
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"type": "library",
|
|
758
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0",
|
|
759
|
+
"author": "kyren <kerriganw@gmail.com>",
|
|
760
|
+
"name": "hashlink",
|
|
761
|
+
"version": "0.10.0",
|
|
762
|
+
"description": "HashMap-like containers that hold their key-value pairs in a user controllable order",
|
|
763
|
+
"scope": "required",
|
|
764
|
+
"hashes": [
|
|
765
|
+
{
|
|
766
|
+
"alg": "SHA-256",
|
|
767
|
+
"content": "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
768
|
+
}
|
|
769
|
+
],
|
|
770
|
+
"licenses": [
|
|
771
|
+
{
|
|
772
|
+
"expression": "MIT OR Apache-2.0"
|
|
773
|
+
}
|
|
774
|
+
],
|
|
775
|
+
"purl": "pkg:cargo/hashlink@0.10.0",
|
|
776
|
+
"externalReferences": [
|
|
777
|
+
{
|
|
778
|
+
"type": "documentation",
|
|
779
|
+
"url": "https://docs.rs/hashlink"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"type": "vcs",
|
|
783
|
+
"url": "https://github.com/kyren/hashlink"
|
|
784
|
+
}
|
|
785
|
+
]
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"type": "library",
|
|
789
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
790
|
+
"name": "heck",
|
|
791
|
+
"version": "0.5.0",
|
|
792
|
+
"description": "heck is a case conversion library.",
|
|
793
|
+
"scope": "required",
|
|
794
|
+
"hashes": [
|
|
795
|
+
{
|
|
796
|
+
"alg": "SHA-256",
|
|
797
|
+
"content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"licenses": [
|
|
801
|
+
{
|
|
802
|
+
"expression": "MIT OR Apache-2.0"
|
|
803
|
+
}
|
|
804
|
+
],
|
|
805
|
+
"purl": "pkg:cargo/heck@0.5.0",
|
|
806
|
+
"externalReferences": [
|
|
807
|
+
{
|
|
808
|
+
"type": "vcs",
|
|
809
|
+
"url": "https://github.com/withoutboats/heck"
|
|
810
|
+
}
|
|
811
|
+
]
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"type": "library",
|
|
815
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
816
|
+
"name": "indexmap",
|
|
817
|
+
"version": "2.14.0",
|
|
818
|
+
"description": "A hash table with consistent order and fast iteration.",
|
|
819
|
+
"scope": "required",
|
|
820
|
+
"hashes": [
|
|
821
|
+
{
|
|
822
|
+
"alg": "SHA-256",
|
|
823
|
+
"content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
824
|
+
}
|
|
825
|
+
],
|
|
826
|
+
"licenses": [
|
|
827
|
+
{
|
|
828
|
+
"expression": "Apache-2.0 OR MIT"
|
|
829
|
+
}
|
|
830
|
+
],
|
|
831
|
+
"purl": "pkg:cargo/indexmap@2.14.0",
|
|
832
|
+
"externalReferences": [
|
|
833
|
+
{
|
|
834
|
+
"type": "documentation",
|
|
835
|
+
"url": "https://docs.rs/indexmap/"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"type": "vcs",
|
|
839
|
+
"url": "https://github.com/indexmap-rs/indexmap"
|
|
840
|
+
}
|
|
841
|
+
]
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"type": "library",
|
|
845
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13",
|
|
846
|
+
"author": "sebcrozet <developer@crozet.re>",
|
|
847
|
+
"name": "instant",
|
|
848
|
+
"version": "0.1.13",
|
|
849
|
+
"description": "Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.",
|
|
850
|
+
"scope": "required",
|
|
851
|
+
"hashes": [
|
|
852
|
+
{
|
|
853
|
+
"alg": "SHA-256",
|
|
854
|
+
"content": "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"licenses": [
|
|
858
|
+
{
|
|
859
|
+
"expression": "BSD-3-Clause"
|
|
860
|
+
}
|
|
861
|
+
],
|
|
862
|
+
"purl": "pkg:cargo/instant@0.1.13",
|
|
863
|
+
"externalReferences": [
|
|
864
|
+
{
|
|
865
|
+
"type": "vcs",
|
|
866
|
+
"url": "https://github.com/sebcrozet/instant"
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"type": "library",
|
|
872
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
873
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
874
|
+
"name": "itoa",
|
|
875
|
+
"version": "1.0.18",
|
|
876
|
+
"description": "Fast integer primitive to string conversion",
|
|
877
|
+
"scope": "required",
|
|
878
|
+
"hashes": [
|
|
879
|
+
{
|
|
880
|
+
"alg": "SHA-256",
|
|
881
|
+
"content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
882
|
+
}
|
|
883
|
+
],
|
|
884
|
+
"licenses": [
|
|
885
|
+
{
|
|
886
|
+
"expression": "MIT OR Apache-2.0"
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"purl": "pkg:cargo/itoa@1.0.18",
|
|
890
|
+
"externalReferences": [
|
|
891
|
+
{
|
|
892
|
+
"type": "documentation",
|
|
893
|
+
"url": "https://docs.rs/itoa"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"type": "vcs",
|
|
897
|
+
"url": "https://github.com/dtolnay/itoa"
|
|
898
|
+
}
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"type": "library",
|
|
903
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
|
|
904
|
+
"author": "The Rust Project Developers",
|
|
905
|
+
"name": "libc",
|
|
906
|
+
"version": "0.2.185",
|
|
907
|
+
"description": "Raw FFI bindings to platform libraries like libc.",
|
|
908
|
+
"scope": "required",
|
|
909
|
+
"hashes": [
|
|
910
|
+
{
|
|
911
|
+
"alg": "SHA-256",
|
|
912
|
+
"content": "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"licenses": [
|
|
916
|
+
{
|
|
917
|
+
"expression": "MIT OR Apache-2.0"
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"purl": "pkg:cargo/libc@0.2.185",
|
|
921
|
+
"externalReferences": [
|
|
922
|
+
{
|
|
923
|
+
"type": "vcs",
|
|
924
|
+
"url": "https://github.com/rust-lang/libc"
|
|
925
|
+
}
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"type": "library",
|
|
930
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.32.0",
|
|
931
|
+
"author": "The rusqlite developers",
|
|
932
|
+
"name": "libsqlite3-sys",
|
|
933
|
+
"version": "0.32.0",
|
|
934
|
+
"description": "Native bindings to the libsqlite3 library",
|
|
935
|
+
"scope": "required",
|
|
936
|
+
"hashes": [
|
|
937
|
+
{
|
|
938
|
+
"alg": "SHA-256",
|
|
939
|
+
"content": "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7"
|
|
940
|
+
}
|
|
941
|
+
],
|
|
942
|
+
"licenses": [
|
|
943
|
+
{
|
|
944
|
+
"expression": "MIT"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"purl": "pkg:cargo/libsqlite3-sys@0.32.0",
|
|
948
|
+
"externalReferences": [
|
|
949
|
+
{
|
|
950
|
+
"type": "other",
|
|
951
|
+
"url": "sqlite3"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"type": "vcs",
|
|
955
|
+
"url": "https://github.com/rusqlite/rusqlite"
|
|
956
|
+
}
|
|
957
|
+
]
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"type": "library",
|
|
961
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
|
962
|
+
"author": "The Rust Project Developers",
|
|
963
|
+
"name": "log",
|
|
964
|
+
"version": "0.4.29",
|
|
965
|
+
"description": "A lightweight logging facade for Rust ",
|
|
966
|
+
"scope": "required",
|
|
967
|
+
"hashes": [
|
|
968
|
+
{
|
|
969
|
+
"alg": "SHA-256",
|
|
970
|
+
"content": "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
971
|
+
}
|
|
972
|
+
],
|
|
973
|
+
"licenses": [
|
|
974
|
+
{
|
|
975
|
+
"expression": "MIT OR Apache-2.0"
|
|
976
|
+
}
|
|
977
|
+
],
|
|
978
|
+
"purl": "pkg:cargo/log@0.4.29",
|
|
979
|
+
"externalReferences": [
|
|
980
|
+
{
|
|
981
|
+
"type": "documentation",
|
|
982
|
+
"url": "https://docs.rs/log"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"type": "vcs",
|
|
986
|
+
"url": "https://github.com/rust-lang/log"
|
|
987
|
+
}
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"type": "library",
|
|
992
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
|
|
993
|
+
"author": "Andrew Gallant <jamslam@gmail.com>, bluss",
|
|
994
|
+
"name": "memchr",
|
|
995
|
+
"version": "2.8.0",
|
|
996
|
+
"description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
|
|
997
|
+
"scope": "required",
|
|
998
|
+
"hashes": [
|
|
999
|
+
{
|
|
1000
|
+
"alg": "SHA-256",
|
|
1001
|
+
"content": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"licenses": [
|
|
1005
|
+
{
|
|
1006
|
+
"expression": "Unlicense OR MIT"
|
|
1007
|
+
}
|
|
1008
|
+
],
|
|
1009
|
+
"purl": "pkg:cargo/memchr@2.8.0",
|
|
1010
|
+
"externalReferences": [
|
|
1011
|
+
{
|
|
1012
|
+
"type": "documentation",
|
|
1013
|
+
"url": "https://docs.rs/memchr/"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"type": "website",
|
|
1017
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"type": "vcs",
|
|
1021
|
+
"url": "https://github.com/BurntSushi/memchr"
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"type": "library",
|
|
1027
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.0",
|
|
1028
|
+
"author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
|
|
1029
|
+
"name": "mio",
|
|
1030
|
+
"version": "1.2.0",
|
|
1031
|
+
"description": "Lightweight non-blocking I/O.",
|
|
1032
|
+
"scope": "required",
|
|
1033
|
+
"hashes": [
|
|
1034
|
+
{
|
|
1035
|
+
"alg": "SHA-256",
|
|
1036
|
+
"content": "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"licenses": [
|
|
1040
|
+
{
|
|
1041
|
+
"expression": "MIT"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"purl": "pkg:cargo/mio@1.2.0",
|
|
1045
|
+
"externalReferences": [
|
|
1046
|
+
{
|
|
1047
|
+
"type": "website",
|
|
1048
|
+
"url": "https://github.com/tokio-rs/mio"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"type": "vcs",
|
|
1052
|
+
"url": "https://github.com/tokio-rs/mio"
|
|
1053
|
+
}
|
|
1054
|
+
]
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"type": "library",
|
|
1058
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#notify-types@1.0.1",
|
|
1059
|
+
"author": "Daniel Faust <hessijames@gmail.com>",
|
|
1060
|
+
"name": "notify-types",
|
|
1061
|
+
"version": "1.0.1",
|
|
1062
|
+
"description": "Types used by the notify crate",
|
|
1063
|
+
"scope": "required",
|
|
1064
|
+
"hashes": [
|
|
1065
|
+
{
|
|
1066
|
+
"alg": "SHA-256",
|
|
1067
|
+
"content": "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174"
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"licenses": [
|
|
1071
|
+
{
|
|
1072
|
+
"expression": "MIT OR Apache-2.0"
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"purl": "pkg:cargo/notify-types@1.0.1",
|
|
1076
|
+
"externalReferences": [
|
|
1077
|
+
{
|
|
1078
|
+
"type": "documentation",
|
|
1079
|
+
"url": "https://docs.rs/notify-types"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"type": "website",
|
|
1083
|
+
"url": "https://github.com/notify-rs/notify"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"type": "vcs",
|
|
1087
|
+
"url": "https://github.com/notify-rs/notify.git"
|
|
1088
|
+
}
|
|
1089
|
+
]
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"type": "library",
|
|
1093
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#notify@7.0.0",
|
|
1094
|
+
"author": "Félix Saparelli <me@passcod.name>, Daniel Faust <hessijames@gmail.com>, Aron Heinecke <Ox0p54r36@t-online.de>",
|
|
1095
|
+
"name": "notify",
|
|
1096
|
+
"version": "7.0.0",
|
|
1097
|
+
"description": "Cross-platform filesystem notification library",
|
|
1098
|
+
"scope": "required",
|
|
1099
|
+
"hashes": [
|
|
1100
|
+
{
|
|
1101
|
+
"alg": "SHA-256",
|
|
1102
|
+
"content": "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009"
|
|
1103
|
+
}
|
|
1104
|
+
],
|
|
1105
|
+
"licenses": [
|
|
1106
|
+
{
|
|
1107
|
+
"expression": "CC0-1.0"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"purl": "pkg:cargo/notify@7.0.0",
|
|
1111
|
+
"externalReferences": [
|
|
1112
|
+
{
|
|
1113
|
+
"type": "documentation",
|
|
1114
|
+
"url": "https://docs.rs/notify"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"type": "website",
|
|
1118
|
+
"url": "https://github.com/notify-rs/notify"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"type": "vcs",
|
|
1122
|
+
"url": "https://github.com/notify-rs/notify.git"
|
|
1123
|
+
}
|
|
1124
|
+
]
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"type": "library",
|
|
1128
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
1129
|
+
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
|
1130
|
+
"name": "once_cell",
|
|
1131
|
+
"version": "1.21.4",
|
|
1132
|
+
"description": "Single assignment cells and lazy values.",
|
|
1133
|
+
"scope": "required",
|
|
1134
|
+
"hashes": [
|
|
1135
|
+
{
|
|
1136
|
+
"alg": "SHA-256",
|
|
1137
|
+
"content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"licenses": [
|
|
1141
|
+
{
|
|
1142
|
+
"expression": "MIT OR Apache-2.0"
|
|
1143
|
+
}
|
|
1144
|
+
],
|
|
1145
|
+
"purl": "pkg:cargo/once_cell@1.21.4",
|
|
1146
|
+
"externalReferences": [
|
|
1147
|
+
{
|
|
1148
|
+
"type": "documentation",
|
|
1149
|
+
"url": "https://docs.rs/once_cell"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"type": "vcs",
|
|
1153
|
+
"url": "https://github.com/matklad/once_cell"
|
|
1154
|
+
}
|
|
1155
|
+
]
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"type": "library",
|
|
1159
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
1160
|
+
"name": "pin-project-lite",
|
|
1161
|
+
"version": "0.2.17",
|
|
1162
|
+
"description": "A lightweight version of pin-project written with declarative macros. ",
|
|
1163
|
+
"scope": "required",
|
|
1164
|
+
"hashes": [
|
|
1165
|
+
{
|
|
1166
|
+
"alg": "SHA-256",
|
|
1167
|
+
"content": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1168
|
+
}
|
|
1169
|
+
],
|
|
1170
|
+
"licenses": [
|
|
1171
|
+
{
|
|
1172
|
+
"expression": "Apache-2.0 OR MIT"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"purl": "pkg:cargo/pin-project-lite@0.2.17",
|
|
1176
|
+
"externalReferences": [
|
|
1177
|
+
{
|
|
1178
|
+
"type": "vcs",
|
|
1179
|
+
"url": "https://github.com/taiki-e/pin-project-lite"
|
|
1180
|
+
}
|
|
1181
|
+
]
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"type": "library",
|
|
1185
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33",
|
|
1186
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
1187
|
+
"name": "pkg-config",
|
|
1188
|
+
"version": "0.3.33",
|
|
1189
|
+
"description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ",
|
|
1190
|
+
"scope": "excluded",
|
|
1191
|
+
"hashes": [
|
|
1192
|
+
{
|
|
1193
|
+
"alg": "SHA-256",
|
|
1194
|
+
"content": "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
1195
|
+
}
|
|
1196
|
+
],
|
|
1197
|
+
"licenses": [
|
|
1198
|
+
{
|
|
1199
|
+
"expression": "MIT OR Apache-2.0"
|
|
1200
|
+
}
|
|
1201
|
+
],
|
|
1202
|
+
"purl": "pkg:cargo/pkg-config@0.3.33",
|
|
1203
|
+
"externalReferences": [
|
|
1204
|
+
{
|
|
1205
|
+
"type": "documentation",
|
|
1206
|
+
"url": "https://docs.rs/pkg-config"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"type": "vcs",
|
|
1210
|
+
"url": "https://github.com/rust-lang/pkg-config-rs"
|
|
1211
|
+
}
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"type": "library",
|
|
1216
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
1217
|
+
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
|
|
1218
|
+
"name": "proc-macro2",
|
|
1219
|
+
"version": "1.0.106",
|
|
1220
|
+
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
|
|
1221
|
+
"scope": "required",
|
|
1222
|
+
"hashes": [
|
|
1223
|
+
{
|
|
1224
|
+
"alg": "SHA-256",
|
|
1225
|
+
"content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"licenses": [
|
|
1229
|
+
{
|
|
1230
|
+
"expression": "MIT OR Apache-2.0"
|
|
1231
|
+
}
|
|
1232
|
+
],
|
|
1233
|
+
"purl": "pkg:cargo/proc-macro2@1.0.106",
|
|
1234
|
+
"externalReferences": [
|
|
1235
|
+
{
|
|
1236
|
+
"type": "documentation",
|
|
1237
|
+
"url": "https://docs.rs/proc-macro2"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"type": "vcs",
|
|
1241
|
+
"url": "https://github.com/dtolnay/proc-macro2"
|
|
1242
|
+
}
|
|
1243
|
+
]
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"type": "library",
|
|
1247
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
|
|
1248
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
1249
|
+
"name": "pyo3-build-config",
|
|
1250
|
+
"version": "0.28.3",
|
|
1251
|
+
"description": "Build configuration for the PyO3 ecosystem",
|
|
1252
|
+
"scope": "required",
|
|
1253
|
+
"hashes": [
|
|
1254
|
+
{
|
|
1255
|
+
"alg": "SHA-256",
|
|
1256
|
+
"content": "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"licenses": [
|
|
1260
|
+
{
|
|
1261
|
+
"expression": "MIT OR Apache-2.0"
|
|
1262
|
+
}
|
|
1263
|
+
],
|
|
1264
|
+
"purl": "pkg:cargo/pyo3-build-config@0.28.3",
|
|
1265
|
+
"externalReferences": [
|
|
1266
|
+
{
|
|
1267
|
+
"type": "website",
|
|
1268
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"type": "vcs",
|
|
1272
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1273
|
+
}
|
|
1274
|
+
]
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"type": "library",
|
|
1278
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
|
|
1279
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
1280
|
+
"name": "pyo3-ffi",
|
|
1281
|
+
"version": "0.28.3",
|
|
1282
|
+
"description": "Python-API bindings for the PyO3 ecosystem",
|
|
1283
|
+
"scope": "required",
|
|
1284
|
+
"hashes": [
|
|
1285
|
+
{
|
|
1286
|
+
"alg": "SHA-256",
|
|
1287
|
+
"content": "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
"licenses": [
|
|
1291
|
+
{
|
|
1292
|
+
"expression": "MIT OR Apache-2.0"
|
|
1293
|
+
}
|
|
1294
|
+
],
|
|
1295
|
+
"purl": "pkg:cargo/pyo3-ffi@0.28.3",
|
|
1296
|
+
"externalReferences": [
|
|
1297
|
+
{
|
|
1298
|
+
"type": "website",
|
|
1299
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"type": "other",
|
|
1303
|
+
"url": "python"
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"type": "vcs",
|
|
1307
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1308
|
+
}
|
|
1309
|
+
]
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"type": "library",
|
|
1313
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
|
|
1314
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
1315
|
+
"name": "pyo3-macros-backend",
|
|
1316
|
+
"version": "0.28.3",
|
|
1317
|
+
"description": "Code generation for PyO3 package",
|
|
1318
|
+
"scope": "required",
|
|
1319
|
+
"hashes": [
|
|
1320
|
+
{
|
|
1321
|
+
"alg": "SHA-256",
|
|
1322
|
+
"content": "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
|
|
1323
|
+
}
|
|
1324
|
+
],
|
|
1325
|
+
"licenses": [
|
|
1326
|
+
{
|
|
1327
|
+
"expression": "MIT OR Apache-2.0"
|
|
1328
|
+
}
|
|
1329
|
+
],
|
|
1330
|
+
"purl": "pkg:cargo/pyo3-macros-backend@0.28.3",
|
|
1331
|
+
"externalReferences": [
|
|
1332
|
+
{
|
|
1333
|
+
"type": "website",
|
|
1334
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"type": "vcs",
|
|
1338
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1339
|
+
}
|
|
1340
|
+
]
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"type": "library",
|
|
1344
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3",
|
|
1345
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
1346
|
+
"name": "pyo3-macros",
|
|
1347
|
+
"version": "0.28.3",
|
|
1348
|
+
"description": "Proc macros for PyO3 package",
|
|
1349
|
+
"scope": "required",
|
|
1350
|
+
"hashes": [
|
|
1351
|
+
{
|
|
1352
|
+
"alg": "SHA-256",
|
|
1353
|
+
"content": "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
|
|
1354
|
+
}
|
|
1355
|
+
],
|
|
1356
|
+
"licenses": [
|
|
1357
|
+
{
|
|
1358
|
+
"expression": "MIT OR Apache-2.0"
|
|
1359
|
+
}
|
|
1360
|
+
],
|
|
1361
|
+
"purl": "pkg:cargo/pyo3-macros@0.28.3",
|
|
1362
|
+
"externalReferences": [
|
|
1363
|
+
{
|
|
1364
|
+
"type": "website",
|
|
1365
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"type": "vcs",
|
|
1369
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1370
|
+
}
|
|
1371
|
+
]
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"type": "library",
|
|
1375
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3",
|
|
1376
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
1377
|
+
"name": "pyo3",
|
|
1378
|
+
"version": "0.28.3",
|
|
1379
|
+
"description": "Bindings to Python interpreter",
|
|
1380
|
+
"scope": "required",
|
|
1381
|
+
"hashes": [
|
|
1382
|
+
{
|
|
1383
|
+
"alg": "SHA-256",
|
|
1384
|
+
"content": "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"licenses": [
|
|
1388
|
+
{
|
|
1389
|
+
"expression": "MIT OR Apache-2.0"
|
|
1390
|
+
}
|
|
1391
|
+
],
|
|
1392
|
+
"purl": "pkg:cargo/pyo3@0.28.3",
|
|
1393
|
+
"externalReferences": [
|
|
1394
|
+
{
|
|
1395
|
+
"type": "documentation",
|
|
1396
|
+
"url": "https://docs.rs/crate/pyo3/"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"type": "website",
|
|
1400
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"type": "vcs",
|
|
1404
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
1405
|
+
}
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"type": "library",
|
|
1410
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
|
|
1411
|
+
"author": "Sergey Kvachonok <ravenexp@gmail.com>, messense <messense@icloud.com>, Adam Reichold <adam.reichold@t-online.de>",
|
|
1412
|
+
"name": "python3-dll-a",
|
|
1413
|
+
"version": "0.2.15",
|
|
1414
|
+
"description": "Standalone python3(y)(t).dll import library generator",
|
|
1415
|
+
"scope": "required",
|
|
1416
|
+
"hashes": [
|
|
1417
|
+
{
|
|
1418
|
+
"alg": "SHA-256",
|
|
1419
|
+
"content": "d80ba7540edb18890d444c5aa8e1f1f99b1bdf26fb26ae383135325f4a36042b"
|
|
1420
|
+
}
|
|
1421
|
+
],
|
|
1422
|
+
"licenses": [
|
|
1423
|
+
{
|
|
1424
|
+
"expression": "MIT"
|
|
1425
|
+
}
|
|
1426
|
+
],
|
|
1427
|
+
"purl": "pkg:cargo/python3-dll-a@0.2.15",
|
|
1428
|
+
"externalReferences": [
|
|
1429
|
+
{
|
|
1430
|
+
"type": "vcs",
|
|
1431
|
+
"url": "https://github.com/PyO3/python3-dll-a"
|
|
1432
|
+
}
|
|
1433
|
+
]
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"type": "library",
|
|
1437
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
1438
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1439
|
+
"name": "quote",
|
|
1440
|
+
"version": "1.0.45",
|
|
1441
|
+
"description": "Quasi-quoting macro quote!(...)",
|
|
1442
|
+
"scope": "required",
|
|
1443
|
+
"hashes": [
|
|
1444
|
+
{
|
|
1445
|
+
"alg": "SHA-256",
|
|
1446
|
+
"content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
1447
|
+
}
|
|
1448
|
+
],
|
|
1449
|
+
"licenses": [
|
|
1450
|
+
{
|
|
1451
|
+
"expression": "MIT OR Apache-2.0"
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1454
|
+
"purl": "pkg:cargo/quote@1.0.45",
|
|
1455
|
+
"externalReferences": [
|
|
1456
|
+
{
|
|
1457
|
+
"type": "documentation",
|
|
1458
|
+
"url": "https://docs.rs/quote/"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"type": "vcs",
|
|
1462
|
+
"url": "https://github.com/dtolnay/quote"
|
|
1463
|
+
}
|
|
1464
|
+
]
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"type": "library",
|
|
1468
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
1469
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
1470
|
+
"name": "regex-automata",
|
|
1471
|
+
"version": "0.4.14",
|
|
1472
|
+
"description": "Automata construction and matching using regular expressions.",
|
|
1473
|
+
"scope": "required",
|
|
1474
|
+
"hashes": [
|
|
1475
|
+
{
|
|
1476
|
+
"alg": "SHA-256",
|
|
1477
|
+
"content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"licenses": [
|
|
1481
|
+
{
|
|
1482
|
+
"expression": "MIT OR Apache-2.0"
|
|
1483
|
+
}
|
|
1484
|
+
],
|
|
1485
|
+
"purl": "pkg:cargo/regex-automata@0.4.14",
|
|
1486
|
+
"externalReferences": [
|
|
1487
|
+
{
|
|
1488
|
+
"type": "documentation",
|
|
1489
|
+
"url": "https://docs.rs/regex-automata"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"type": "website",
|
|
1493
|
+
"url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"type": "vcs",
|
|
1497
|
+
"url": "https://github.com/rust-lang/regex"
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"type": "library",
|
|
1503
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
|
|
1504
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
1505
|
+
"name": "regex-syntax",
|
|
1506
|
+
"version": "0.8.10",
|
|
1507
|
+
"description": "A regular expression parser.",
|
|
1508
|
+
"scope": "required",
|
|
1509
|
+
"hashes": [
|
|
1510
|
+
{
|
|
1511
|
+
"alg": "SHA-256",
|
|
1512
|
+
"content": "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"licenses": [
|
|
1516
|
+
{
|
|
1517
|
+
"expression": "MIT OR Apache-2.0"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"purl": "pkg:cargo/regex-syntax@0.8.10",
|
|
1521
|
+
"externalReferences": [
|
|
1522
|
+
{
|
|
1523
|
+
"type": "documentation",
|
|
1524
|
+
"url": "https://docs.rs/regex-syntax"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"type": "website",
|
|
1528
|
+
"url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"type": "vcs",
|
|
1532
|
+
"url": "https://github.com/rust-lang/regex"
|
|
1533
|
+
}
|
|
1534
|
+
]
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"type": "library",
|
|
1538
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
|
|
1539
|
+
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
|
1540
|
+
"name": "regex",
|
|
1541
|
+
"version": "1.12.3",
|
|
1542
|
+
"description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
|
|
1543
|
+
"scope": "required",
|
|
1544
|
+
"hashes": [
|
|
1545
|
+
{
|
|
1546
|
+
"alg": "SHA-256",
|
|
1547
|
+
"content": "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
1548
|
+
}
|
|
1549
|
+
],
|
|
1550
|
+
"licenses": [
|
|
1551
|
+
{
|
|
1552
|
+
"expression": "MIT OR Apache-2.0"
|
|
1553
|
+
}
|
|
1554
|
+
],
|
|
1555
|
+
"purl": "pkg:cargo/regex@1.12.3",
|
|
1556
|
+
"externalReferences": [
|
|
1557
|
+
{
|
|
1558
|
+
"type": "documentation",
|
|
1559
|
+
"url": "https://docs.rs/regex"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"type": "website",
|
|
1563
|
+
"url": "https://github.com/rust-lang/regex"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"type": "vcs",
|
|
1567
|
+
"url": "https://github.com/rust-lang/regex"
|
|
1568
|
+
}
|
|
1569
|
+
]
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"type": "library",
|
|
1573
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.34.0",
|
|
1574
|
+
"author": "The rusqlite developers",
|
|
1575
|
+
"name": "rusqlite",
|
|
1576
|
+
"version": "0.34.0",
|
|
1577
|
+
"description": "Ergonomic wrapper for SQLite",
|
|
1578
|
+
"scope": "required",
|
|
1579
|
+
"hashes": [
|
|
1580
|
+
{
|
|
1581
|
+
"alg": "SHA-256",
|
|
1582
|
+
"content": "37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143"
|
|
1583
|
+
}
|
|
1584
|
+
],
|
|
1585
|
+
"licenses": [
|
|
1586
|
+
{
|
|
1587
|
+
"expression": "MIT"
|
|
1588
|
+
}
|
|
1589
|
+
],
|
|
1590
|
+
"purl": "pkg:cargo/rusqlite@0.34.0",
|
|
1591
|
+
"externalReferences": [
|
|
1592
|
+
{
|
|
1593
|
+
"type": "documentation",
|
|
1594
|
+
"url": "https://docs.rs/rusqlite/"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"type": "vcs",
|
|
1598
|
+
"url": "https://github.com/rusqlite/rusqlite"
|
|
1599
|
+
}
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"type": "library",
|
|
1604
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
|
|
1605
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
1606
|
+
"name": "same-file",
|
|
1607
|
+
"version": "1.0.6",
|
|
1608
|
+
"description": "A simple crate for determining whether two file paths point to the same file. ",
|
|
1609
|
+
"scope": "required",
|
|
1610
|
+
"hashes": [
|
|
1611
|
+
{
|
|
1612
|
+
"alg": "SHA-256",
|
|
1613
|
+
"content": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
1614
|
+
}
|
|
1615
|
+
],
|
|
1616
|
+
"licenses": [
|
|
1617
|
+
{
|
|
1618
|
+
"expression": "Unlicense OR MIT"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"purl": "pkg:cargo/same-file@1.0.6",
|
|
1622
|
+
"externalReferences": [
|
|
1623
|
+
{
|
|
1624
|
+
"type": "documentation",
|
|
1625
|
+
"url": "https://docs.rs/same-file"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"type": "website",
|
|
1629
|
+
"url": "https://github.com/BurntSushi/same-file"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"type": "vcs",
|
|
1633
|
+
"url": "https://github.com/BurntSushi/same-file"
|
|
1634
|
+
}
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"type": "library",
|
|
1639
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
1640
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
1641
|
+
"name": "serde",
|
|
1642
|
+
"version": "1.0.228",
|
|
1643
|
+
"description": "A generic serialization/deserialization framework",
|
|
1644
|
+
"scope": "required",
|
|
1645
|
+
"hashes": [
|
|
1646
|
+
{
|
|
1647
|
+
"alg": "SHA-256",
|
|
1648
|
+
"content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1649
|
+
}
|
|
1650
|
+
],
|
|
1651
|
+
"licenses": [
|
|
1652
|
+
{
|
|
1653
|
+
"expression": "MIT OR Apache-2.0"
|
|
1654
|
+
}
|
|
1655
|
+
],
|
|
1656
|
+
"purl": "pkg:cargo/serde@1.0.228",
|
|
1657
|
+
"externalReferences": [
|
|
1658
|
+
{
|
|
1659
|
+
"type": "documentation",
|
|
1660
|
+
"url": "https://docs.rs/serde"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"type": "website",
|
|
1664
|
+
"url": "https://serde.rs"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"type": "vcs",
|
|
1668
|
+
"url": "https://github.com/serde-rs/serde"
|
|
1669
|
+
}
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"type": "library",
|
|
1674
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
1675
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
1676
|
+
"name": "serde_core",
|
|
1677
|
+
"version": "1.0.228",
|
|
1678
|
+
"description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
|
|
1679
|
+
"scope": "required",
|
|
1680
|
+
"hashes": [
|
|
1681
|
+
{
|
|
1682
|
+
"alg": "SHA-256",
|
|
1683
|
+
"content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1684
|
+
}
|
|
1685
|
+
],
|
|
1686
|
+
"licenses": [
|
|
1687
|
+
{
|
|
1688
|
+
"expression": "MIT OR Apache-2.0"
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1691
|
+
"purl": "pkg:cargo/serde_core@1.0.228",
|
|
1692
|
+
"externalReferences": [
|
|
1693
|
+
{
|
|
1694
|
+
"type": "documentation",
|
|
1695
|
+
"url": "https://docs.rs/serde_core"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"type": "website",
|
|
1699
|
+
"url": "https://serde.rs"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"type": "vcs",
|
|
1703
|
+
"url": "https://github.com/serde-rs/serde"
|
|
1704
|
+
}
|
|
1705
|
+
]
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"type": "library",
|
|
1709
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
1710
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
1711
|
+
"name": "serde_derive",
|
|
1712
|
+
"version": "1.0.228",
|
|
1713
|
+
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
|
|
1714
|
+
"scope": "required",
|
|
1715
|
+
"hashes": [
|
|
1716
|
+
{
|
|
1717
|
+
"alg": "SHA-256",
|
|
1718
|
+
"content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"licenses": [
|
|
1722
|
+
{
|
|
1723
|
+
"expression": "MIT OR Apache-2.0"
|
|
1724
|
+
}
|
|
1725
|
+
],
|
|
1726
|
+
"purl": "pkg:cargo/serde_derive@1.0.228",
|
|
1727
|
+
"externalReferences": [
|
|
1728
|
+
{
|
|
1729
|
+
"type": "documentation",
|
|
1730
|
+
"url": "https://serde.rs/derive.html"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"type": "website",
|
|
1734
|
+
"url": "https://serde.rs"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"type": "vcs",
|
|
1738
|
+
"url": "https://github.com/serde-rs/serde"
|
|
1739
|
+
}
|
|
1740
|
+
]
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"type": "library",
|
|
1744
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
|
|
1745
|
+
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
|
1746
|
+
"name": "serde_json",
|
|
1747
|
+
"version": "1.0.149",
|
|
1748
|
+
"description": "A JSON serialization file format",
|
|
1749
|
+
"scope": "required",
|
|
1750
|
+
"hashes": [
|
|
1751
|
+
{
|
|
1752
|
+
"alg": "SHA-256",
|
|
1753
|
+
"content": "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"licenses": [
|
|
1757
|
+
{
|
|
1758
|
+
"expression": "MIT OR Apache-2.0"
|
|
1759
|
+
}
|
|
1760
|
+
],
|
|
1761
|
+
"purl": "pkg:cargo/serde_json@1.0.149",
|
|
1762
|
+
"externalReferences": [
|
|
1763
|
+
{
|
|
1764
|
+
"type": "documentation",
|
|
1765
|
+
"url": "https://docs.rs/serde_json"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"type": "vcs",
|
|
1769
|
+
"url": "https://github.com/serde-rs/json"
|
|
1770
|
+
}
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"type": "library",
|
|
1775
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
|
|
1776
|
+
"name": "serde_spanned",
|
|
1777
|
+
"version": "0.6.9",
|
|
1778
|
+
"description": "Serde-compatible spanned Value",
|
|
1779
|
+
"scope": "required",
|
|
1780
|
+
"hashes": [
|
|
1781
|
+
{
|
|
1782
|
+
"alg": "SHA-256",
|
|
1783
|
+
"content": "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
1784
|
+
}
|
|
1785
|
+
],
|
|
1786
|
+
"licenses": [
|
|
1787
|
+
{
|
|
1788
|
+
"expression": "MIT OR Apache-2.0"
|
|
1789
|
+
}
|
|
1790
|
+
],
|
|
1791
|
+
"purl": "pkg:cargo/serde_spanned@0.6.9",
|
|
1792
|
+
"externalReferences": [
|
|
1793
|
+
{
|
|
1794
|
+
"type": "vcs",
|
|
1795
|
+
"url": "https://github.com/toml-rs/toml"
|
|
1796
|
+
}
|
|
1797
|
+
]
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"type": "library",
|
|
1801
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0",
|
|
1802
|
+
"author": "comex <comexk@gmail.com>, Fenhl <fenhl@fenhl.net>, Adrian Taylor <adetaylor@chromium.org>, Alex Touchet <alextouchet@outlook.com>, Daniel Parks <dp+git@oxidized.org>, Garrett Berg <googberg@gmail.com>",
|
|
1803
|
+
"name": "shlex",
|
|
1804
|
+
"version": "1.3.0",
|
|
1805
|
+
"description": "Split a string into shell words, like Python's shlex.",
|
|
1806
|
+
"scope": "required",
|
|
1807
|
+
"hashes": [
|
|
1808
|
+
{
|
|
1809
|
+
"alg": "SHA-256",
|
|
1810
|
+
"content": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1811
|
+
}
|
|
1812
|
+
],
|
|
1813
|
+
"licenses": [
|
|
1814
|
+
{
|
|
1815
|
+
"expression": "MIT OR Apache-2.0"
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
"purl": "pkg:cargo/shlex@1.3.0",
|
|
1819
|
+
"externalReferences": [
|
|
1820
|
+
{
|
|
1821
|
+
"type": "vcs",
|
|
1822
|
+
"url": "https://github.com/comex/rust-shlex"
|
|
1823
|
+
}
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"type": "library",
|
|
1828
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
|
1829
|
+
"author": "The Servo Project Developers",
|
|
1830
|
+
"name": "smallvec",
|
|
1831
|
+
"version": "1.15.1",
|
|
1832
|
+
"description": "'Small vector' optimization: store up to a small number of items on the stack",
|
|
1833
|
+
"scope": "required",
|
|
1834
|
+
"hashes": [
|
|
1835
|
+
{
|
|
1836
|
+
"alg": "SHA-256",
|
|
1837
|
+
"content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
1838
|
+
}
|
|
1839
|
+
],
|
|
1840
|
+
"licenses": [
|
|
1841
|
+
{
|
|
1842
|
+
"expression": "MIT OR Apache-2.0"
|
|
1843
|
+
}
|
|
1844
|
+
],
|
|
1845
|
+
"purl": "pkg:cargo/smallvec@1.15.1",
|
|
1846
|
+
"externalReferences": [
|
|
1847
|
+
{
|
|
1848
|
+
"type": "documentation",
|
|
1849
|
+
"url": "https://docs.rs/smallvec/"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"type": "vcs",
|
|
1853
|
+
"url": "https://github.com/servo/rust-smallvec"
|
|
1854
|
+
}
|
|
1855
|
+
]
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"type": "library",
|
|
1859
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
|
|
1860
|
+
"author": "Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
|
|
1861
|
+
"name": "socket2",
|
|
1862
|
+
"version": "0.6.3",
|
|
1863
|
+
"description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ",
|
|
1864
|
+
"scope": "required",
|
|
1865
|
+
"hashes": [
|
|
1866
|
+
{
|
|
1867
|
+
"alg": "SHA-256",
|
|
1868
|
+
"content": "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
1869
|
+
}
|
|
1870
|
+
],
|
|
1871
|
+
"licenses": [
|
|
1872
|
+
{
|
|
1873
|
+
"expression": "MIT OR Apache-2.0"
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"purl": "pkg:cargo/socket2@0.6.3",
|
|
1877
|
+
"externalReferences": [
|
|
1878
|
+
{
|
|
1879
|
+
"type": "documentation",
|
|
1880
|
+
"url": "https://docs.rs/socket2"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"type": "website",
|
|
1884
|
+
"url": "https://github.com/rust-lang/socket2"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"type": "vcs",
|
|
1888
|
+
"url": "https://github.com/rust-lang/socket2"
|
|
1889
|
+
}
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"type": "library",
|
|
1894
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
1895
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1896
|
+
"name": "syn",
|
|
1897
|
+
"version": "2.0.117",
|
|
1898
|
+
"description": "Parser for Rust source code",
|
|
1899
|
+
"scope": "required",
|
|
1900
|
+
"hashes": [
|
|
1901
|
+
{
|
|
1902
|
+
"alg": "SHA-256",
|
|
1903
|
+
"content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1906
|
+
"licenses": [
|
|
1907
|
+
{
|
|
1908
|
+
"expression": "MIT OR Apache-2.0"
|
|
1909
|
+
}
|
|
1910
|
+
],
|
|
1911
|
+
"purl": "pkg:cargo/syn@2.0.117",
|
|
1912
|
+
"externalReferences": [
|
|
1913
|
+
{
|
|
1914
|
+
"type": "documentation",
|
|
1915
|
+
"url": "https://docs.rs/syn"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"type": "vcs",
|
|
1919
|
+
"url": "https://github.com/dtolnay/syn"
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"type": "library",
|
|
1925
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
|
|
1926
|
+
"author": "Dan Gohman <sunfish@mozilla.com>",
|
|
1927
|
+
"name": "target-lexicon",
|
|
1928
|
+
"version": "0.13.5",
|
|
1929
|
+
"description": "LLVM target triple types",
|
|
1930
|
+
"scope": "required",
|
|
1931
|
+
"hashes": [
|
|
1932
|
+
{
|
|
1933
|
+
"alg": "SHA-256",
|
|
1934
|
+
"content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
1935
|
+
}
|
|
1936
|
+
],
|
|
1937
|
+
"licenses": [
|
|
1938
|
+
{
|
|
1939
|
+
"expression": "Apache-2.0 WITH LLVM-exception"
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"purl": "pkg:cargo/target-lexicon@0.13.5",
|
|
1943
|
+
"externalReferences": [
|
|
1944
|
+
{
|
|
1945
|
+
"type": "documentation",
|
|
1946
|
+
"url": "https://docs.rs/target-lexicon/"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"type": "vcs",
|
|
1950
|
+
"url": "https://github.com/bytecodealliance/target-lexicon"
|
|
1951
|
+
}
|
|
1952
|
+
]
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"type": "library",
|
|
1956
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
|
|
1957
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1958
|
+
"name": "thiserror-impl",
|
|
1959
|
+
"version": "2.0.18",
|
|
1960
|
+
"description": "Implementation detail of the `thiserror` crate",
|
|
1961
|
+
"scope": "required",
|
|
1962
|
+
"hashes": [
|
|
1963
|
+
{
|
|
1964
|
+
"alg": "SHA-256",
|
|
1965
|
+
"content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
1966
|
+
}
|
|
1967
|
+
],
|
|
1968
|
+
"licenses": [
|
|
1969
|
+
{
|
|
1970
|
+
"expression": "MIT OR Apache-2.0"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"purl": "pkg:cargo/thiserror-impl@2.0.18",
|
|
1974
|
+
"externalReferences": [
|
|
1975
|
+
{
|
|
1976
|
+
"type": "vcs",
|
|
1977
|
+
"url": "https://github.com/dtolnay/thiserror"
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"type": "library",
|
|
1983
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
1984
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
1985
|
+
"name": "thiserror",
|
|
1986
|
+
"version": "2.0.18",
|
|
1987
|
+
"description": "derive(Error)",
|
|
1988
|
+
"scope": "required",
|
|
1989
|
+
"hashes": [
|
|
1990
|
+
{
|
|
1991
|
+
"alg": "SHA-256",
|
|
1992
|
+
"content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"licenses": [
|
|
1996
|
+
{
|
|
1997
|
+
"expression": "MIT OR Apache-2.0"
|
|
1998
|
+
}
|
|
1999
|
+
],
|
|
2000
|
+
"purl": "pkg:cargo/thiserror@2.0.18",
|
|
2001
|
+
"externalReferences": [
|
|
2002
|
+
{
|
|
2003
|
+
"type": "documentation",
|
|
2004
|
+
"url": "https://docs.rs/thiserror"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"type": "vcs",
|
|
2008
|
+
"url": "https://github.com/dtolnay/thiserror"
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"type": "library",
|
|
2014
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
|
|
2015
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
2016
|
+
"name": "tokio-macros",
|
|
2017
|
+
"version": "2.7.0",
|
|
2018
|
+
"description": "Tokio's proc macros. ",
|
|
2019
|
+
"scope": "required",
|
|
2020
|
+
"hashes": [
|
|
2021
|
+
{
|
|
2022
|
+
"alg": "SHA-256",
|
|
2023
|
+
"content": "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
"licenses": [
|
|
2027
|
+
{
|
|
2028
|
+
"expression": "MIT"
|
|
2029
|
+
}
|
|
2030
|
+
],
|
|
2031
|
+
"purl": "pkg:cargo/tokio-macros@2.7.0",
|
|
2032
|
+
"externalReferences": [
|
|
2033
|
+
{
|
|
2034
|
+
"type": "website",
|
|
2035
|
+
"url": "https://tokio.rs"
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"type": "vcs",
|
|
2039
|
+
"url": "https://github.com/tokio-rs/tokio"
|
|
2040
|
+
}
|
|
2041
|
+
]
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"type": "library",
|
|
2045
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
|
|
2046
|
+
"author": "Tokio Contributors <team@tokio.rs>",
|
|
2047
|
+
"name": "tokio",
|
|
2048
|
+
"version": "1.52.1",
|
|
2049
|
+
"description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
|
|
2050
|
+
"scope": "required",
|
|
2051
|
+
"hashes": [
|
|
2052
|
+
{
|
|
2053
|
+
"alg": "SHA-256",
|
|
2054
|
+
"content": "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
|
|
2055
|
+
}
|
|
2056
|
+
],
|
|
2057
|
+
"licenses": [
|
|
2058
|
+
{
|
|
2059
|
+
"expression": "MIT"
|
|
2060
|
+
}
|
|
2061
|
+
],
|
|
2062
|
+
"purl": "pkg:cargo/tokio@1.52.1",
|
|
2063
|
+
"externalReferences": [
|
|
2064
|
+
{
|
|
2065
|
+
"type": "website",
|
|
2066
|
+
"url": "https://tokio.rs"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"type": "vcs",
|
|
2070
|
+
"url": "https://github.com/tokio-rs/tokio"
|
|
2071
|
+
}
|
|
2072
|
+
]
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"type": "library",
|
|
2076
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
|
|
2077
|
+
"name": "toml",
|
|
2078
|
+
"version": "0.8.23",
|
|
2079
|
+
"description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ",
|
|
2080
|
+
"scope": "required",
|
|
2081
|
+
"hashes": [
|
|
2082
|
+
{
|
|
2083
|
+
"alg": "SHA-256",
|
|
2084
|
+
"content": "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
2085
|
+
}
|
|
2086
|
+
],
|
|
2087
|
+
"licenses": [
|
|
2088
|
+
{
|
|
2089
|
+
"expression": "MIT OR Apache-2.0"
|
|
2090
|
+
}
|
|
2091
|
+
],
|
|
2092
|
+
"purl": "pkg:cargo/toml@0.8.23",
|
|
2093
|
+
"externalReferences": [
|
|
2094
|
+
{
|
|
2095
|
+
"type": "vcs",
|
|
2096
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"type": "library",
|
|
2102
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
|
|
2103
|
+
"name": "toml_datetime",
|
|
2104
|
+
"version": "0.6.11",
|
|
2105
|
+
"description": "A TOML-compatible datetime type",
|
|
2106
|
+
"scope": "required",
|
|
2107
|
+
"hashes": [
|
|
2108
|
+
{
|
|
2109
|
+
"alg": "SHA-256",
|
|
2110
|
+
"content": "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
2111
|
+
}
|
|
2112
|
+
],
|
|
2113
|
+
"licenses": [
|
|
2114
|
+
{
|
|
2115
|
+
"expression": "MIT OR Apache-2.0"
|
|
2116
|
+
}
|
|
2117
|
+
],
|
|
2118
|
+
"purl": "pkg:cargo/toml_datetime@0.6.11",
|
|
2119
|
+
"externalReferences": [
|
|
2120
|
+
{
|
|
2121
|
+
"type": "vcs",
|
|
2122
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"type": "library",
|
|
2128
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
|
|
2129
|
+
"name": "toml_edit",
|
|
2130
|
+
"version": "0.22.27",
|
|
2131
|
+
"description": "Yet another format-preserving TOML parser.",
|
|
2132
|
+
"scope": "required",
|
|
2133
|
+
"hashes": [
|
|
2134
|
+
{
|
|
2135
|
+
"alg": "SHA-256",
|
|
2136
|
+
"content": "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
2137
|
+
}
|
|
2138
|
+
],
|
|
2139
|
+
"licenses": [
|
|
2140
|
+
{
|
|
2141
|
+
"expression": "MIT OR Apache-2.0"
|
|
2142
|
+
}
|
|
2143
|
+
],
|
|
2144
|
+
"purl": "pkg:cargo/toml_edit@0.22.27",
|
|
2145
|
+
"externalReferences": [
|
|
2146
|
+
{
|
|
2147
|
+
"type": "vcs",
|
|
2148
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2149
|
+
}
|
|
2150
|
+
]
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"type": "library",
|
|
2154
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
|
|
2155
|
+
"name": "toml_write",
|
|
2156
|
+
"version": "0.1.2",
|
|
2157
|
+
"description": "A low-level interface for writing out TOML ",
|
|
2158
|
+
"scope": "required",
|
|
2159
|
+
"hashes": [
|
|
2160
|
+
{
|
|
2161
|
+
"alg": "SHA-256",
|
|
2162
|
+
"content": "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
2163
|
+
}
|
|
2164
|
+
],
|
|
2165
|
+
"licenses": [
|
|
2166
|
+
{
|
|
2167
|
+
"expression": "MIT OR Apache-2.0"
|
|
2168
|
+
}
|
|
2169
|
+
],
|
|
2170
|
+
"purl": "pkg:cargo/toml_write@0.1.2",
|
|
2171
|
+
"externalReferences": [
|
|
2172
|
+
{
|
|
2173
|
+
"type": "vcs",
|
|
2174
|
+
"url": "https://github.com/toml-rs/toml"
|
|
2175
|
+
}
|
|
2176
|
+
]
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"type": "library",
|
|
2180
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
|
|
2181
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2182
|
+
"name": "unicode-ident",
|
|
2183
|
+
"version": "1.0.24",
|
|
2184
|
+
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
|
|
2185
|
+
"scope": "required",
|
|
2186
|
+
"hashes": [
|
|
2187
|
+
{
|
|
2188
|
+
"alg": "SHA-256",
|
|
2189
|
+
"content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"licenses": [
|
|
2193
|
+
{
|
|
2194
|
+
"expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
|
|
2195
|
+
}
|
|
2196
|
+
],
|
|
2197
|
+
"purl": "pkg:cargo/unicode-ident@1.0.24",
|
|
2198
|
+
"externalReferences": [
|
|
2199
|
+
{
|
|
2200
|
+
"type": "documentation",
|
|
2201
|
+
"url": "https://docs.rs/unicode-ident"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"type": "vcs",
|
|
2205
|
+
"url": "https://github.com/dtolnay/unicode-ident"
|
|
2206
|
+
}
|
|
2207
|
+
]
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"type": "library",
|
|
2211
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15",
|
|
2212
|
+
"author": "Jim McGrath <jimmc2@gmail.com>",
|
|
2213
|
+
"name": "vcpkg",
|
|
2214
|
+
"version": "0.2.15",
|
|
2215
|
+
"description": "A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. ",
|
|
2216
|
+
"scope": "excluded",
|
|
2217
|
+
"hashes": [
|
|
2218
|
+
{
|
|
2219
|
+
"alg": "SHA-256",
|
|
2220
|
+
"content": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
2221
|
+
}
|
|
2222
|
+
],
|
|
2223
|
+
"licenses": [
|
|
2224
|
+
{
|
|
2225
|
+
"expression": "MIT OR Apache-2.0"
|
|
2226
|
+
}
|
|
2227
|
+
],
|
|
2228
|
+
"purl": "pkg:cargo/vcpkg@0.2.15",
|
|
2229
|
+
"externalReferences": [
|
|
2230
|
+
{
|
|
2231
|
+
"type": "documentation",
|
|
2232
|
+
"url": "https://docs.rs/vcpkg"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"type": "vcs",
|
|
2236
|
+
"url": "https://github.com/mcgoo/vcpkg-rs"
|
|
2237
|
+
}
|
|
2238
|
+
]
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"type": "library",
|
|
2242
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
|
|
2243
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
2244
|
+
"name": "walkdir",
|
|
2245
|
+
"version": "2.5.0",
|
|
2246
|
+
"description": "Recursively walk a directory.",
|
|
2247
|
+
"scope": "required",
|
|
2248
|
+
"hashes": [
|
|
2249
|
+
{
|
|
2250
|
+
"alg": "SHA-256",
|
|
2251
|
+
"content": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
2252
|
+
}
|
|
2253
|
+
],
|
|
2254
|
+
"licenses": [
|
|
2255
|
+
{
|
|
2256
|
+
"expression": "Unlicense OR MIT"
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"purl": "pkg:cargo/walkdir@2.5.0",
|
|
2260
|
+
"externalReferences": [
|
|
2261
|
+
{
|
|
2262
|
+
"type": "documentation",
|
|
2263
|
+
"url": "https://docs.rs/walkdir/"
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"type": "website",
|
|
2267
|
+
"url": "https://github.com/BurntSushi/walkdir"
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"type": "vcs",
|
|
2271
|
+
"url": "https://github.com/BurntSushi/walkdir"
|
|
2272
|
+
}
|
|
2273
|
+
]
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"type": "library",
|
|
2277
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
|
|
2278
|
+
"author": "Andrew Gallant <jamslam@gmail.com>",
|
|
2279
|
+
"name": "winapi-util",
|
|
2280
|
+
"version": "0.1.11",
|
|
2281
|
+
"description": "A dumping ground for high level safe wrappers over windows-sys.",
|
|
2282
|
+
"scope": "required",
|
|
2283
|
+
"hashes": [
|
|
2284
|
+
{
|
|
2285
|
+
"alg": "SHA-256",
|
|
2286
|
+
"content": "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"licenses": [
|
|
2290
|
+
{
|
|
2291
|
+
"expression": "Unlicense OR MIT"
|
|
2292
|
+
}
|
|
2293
|
+
],
|
|
2294
|
+
"purl": "pkg:cargo/winapi-util@0.1.11",
|
|
2295
|
+
"externalReferences": [
|
|
2296
|
+
{
|
|
2297
|
+
"type": "documentation",
|
|
2298
|
+
"url": "https://docs.rs/winapi-util"
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"type": "website",
|
|
2302
|
+
"url": "https://github.com/BurntSushi/winapi-util"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"type": "vcs",
|
|
2306
|
+
"url": "https://github.com/BurntSushi/winapi-util"
|
|
2307
|
+
}
|
|
2308
|
+
]
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"type": "library",
|
|
2312
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
|
|
2313
|
+
"name": "windows-link",
|
|
2314
|
+
"version": "0.2.1",
|
|
2315
|
+
"description": "Linking for Windows",
|
|
2316
|
+
"scope": "required",
|
|
2317
|
+
"hashes": [
|
|
2318
|
+
{
|
|
2319
|
+
"alg": "SHA-256",
|
|
2320
|
+
"content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2321
|
+
}
|
|
2322
|
+
],
|
|
2323
|
+
"licenses": [
|
|
2324
|
+
{
|
|
2325
|
+
"expression": "MIT OR Apache-2.0"
|
|
2326
|
+
}
|
|
2327
|
+
],
|
|
2328
|
+
"purl": "pkg:cargo/windows-link@0.2.1",
|
|
2329
|
+
"externalReferences": [
|
|
2330
|
+
{
|
|
2331
|
+
"type": "vcs",
|
|
2332
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
2333
|
+
}
|
|
2334
|
+
]
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"type": "library",
|
|
2338
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0",
|
|
2339
|
+
"author": "Microsoft",
|
|
2340
|
+
"name": "windows-sys",
|
|
2341
|
+
"version": "0.52.0",
|
|
2342
|
+
"description": "Rust for Windows",
|
|
2343
|
+
"scope": "required",
|
|
2344
|
+
"hashes": [
|
|
2345
|
+
{
|
|
2346
|
+
"alg": "SHA-256",
|
|
2347
|
+
"content": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
2348
|
+
}
|
|
2349
|
+
],
|
|
2350
|
+
"licenses": [
|
|
2351
|
+
{
|
|
2352
|
+
"expression": "MIT OR Apache-2.0"
|
|
2353
|
+
}
|
|
2354
|
+
],
|
|
2355
|
+
"purl": "pkg:cargo/windows-sys@0.52.0",
|
|
2356
|
+
"externalReferences": [
|
|
2357
|
+
{
|
|
2358
|
+
"type": "vcs",
|
|
2359
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
2360
|
+
}
|
|
2361
|
+
]
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"type": "library",
|
|
2365
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
2366
|
+
"name": "windows-sys",
|
|
2367
|
+
"version": "0.61.2",
|
|
2368
|
+
"description": "Rust for Windows",
|
|
2369
|
+
"scope": "required",
|
|
2370
|
+
"hashes": [
|
|
2371
|
+
{
|
|
2372
|
+
"alg": "SHA-256",
|
|
2373
|
+
"content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2374
|
+
}
|
|
2375
|
+
],
|
|
2376
|
+
"licenses": [
|
|
2377
|
+
{
|
|
2378
|
+
"expression": "MIT OR Apache-2.0"
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"purl": "pkg:cargo/windows-sys@0.61.2",
|
|
2382
|
+
"externalReferences": [
|
|
2383
|
+
{
|
|
2384
|
+
"type": "vcs",
|
|
2385
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
2386
|
+
}
|
|
2387
|
+
]
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"type": "library",
|
|
2391
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6",
|
|
2392
|
+
"author": "Microsoft",
|
|
2393
|
+
"name": "windows-targets",
|
|
2394
|
+
"version": "0.52.6",
|
|
2395
|
+
"description": "Import libs for Windows",
|
|
2396
|
+
"scope": "required",
|
|
2397
|
+
"hashes": [
|
|
2398
|
+
{
|
|
2399
|
+
"alg": "SHA-256",
|
|
2400
|
+
"content": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
2401
|
+
}
|
|
2402
|
+
],
|
|
2403
|
+
"licenses": [
|
|
2404
|
+
{
|
|
2405
|
+
"expression": "MIT OR Apache-2.0"
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"purl": "pkg:cargo/windows-targets@0.52.6",
|
|
2409
|
+
"externalReferences": [
|
|
2410
|
+
{
|
|
2411
|
+
"type": "vcs",
|
|
2412
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"type": "library",
|
|
2418
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6",
|
|
2419
|
+
"author": "Microsoft",
|
|
2420
|
+
"name": "windows_x86_64_msvc",
|
|
2421
|
+
"version": "0.52.6",
|
|
2422
|
+
"description": "Import lib for Windows",
|
|
2423
|
+
"scope": "required",
|
|
2424
|
+
"hashes": [
|
|
2425
|
+
{
|
|
2426
|
+
"alg": "SHA-256",
|
|
2427
|
+
"content": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
2428
|
+
}
|
|
2429
|
+
],
|
|
2430
|
+
"licenses": [
|
|
2431
|
+
{
|
|
2432
|
+
"expression": "MIT OR Apache-2.0"
|
|
2433
|
+
}
|
|
2434
|
+
],
|
|
2435
|
+
"purl": "pkg:cargo/windows_x86_64_msvc@0.52.6",
|
|
2436
|
+
"externalReferences": [
|
|
2437
|
+
{
|
|
2438
|
+
"type": "vcs",
|
|
2439
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
2440
|
+
}
|
|
2441
|
+
]
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"type": "library",
|
|
2445
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
|
|
2446
|
+
"name": "winnow",
|
|
2447
|
+
"version": "0.7.15",
|
|
2448
|
+
"description": "A byte-oriented, zero-copy, parser combinators library",
|
|
2449
|
+
"scope": "required",
|
|
2450
|
+
"hashes": [
|
|
2451
|
+
{
|
|
2452
|
+
"alg": "SHA-256",
|
|
2453
|
+
"content": "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"licenses": [
|
|
2457
|
+
{
|
|
2458
|
+
"expression": "MIT"
|
|
2459
|
+
}
|
|
2460
|
+
],
|
|
2461
|
+
"purl": "pkg:cargo/winnow@0.7.15",
|
|
2462
|
+
"externalReferences": [
|
|
2463
|
+
{
|
|
2464
|
+
"type": "vcs",
|
|
2465
|
+
"url": "https://github.com/winnow-rs/winnow"
|
|
2466
|
+
}
|
|
2467
|
+
]
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"type": "library",
|
|
2471
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
|
|
2472
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
2473
|
+
"name": "zmij",
|
|
2474
|
+
"version": "1.0.21",
|
|
2475
|
+
"description": "A double-to-string conversion algorithm based on Schubfach and yy",
|
|
2476
|
+
"scope": "required",
|
|
2477
|
+
"hashes": [
|
|
2478
|
+
{
|
|
2479
|
+
"alg": "SHA-256",
|
|
2480
|
+
"content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
"licenses": [
|
|
2484
|
+
{
|
|
2485
|
+
"expression": "MIT"
|
|
2486
|
+
}
|
|
2487
|
+
],
|
|
2488
|
+
"purl": "pkg:cargo/zmij@1.0.21",
|
|
2489
|
+
"externalReferences": [
|
|
2490
|
+
{
|
|
2491
|
+
"type": "documentation",
|
|
2492
|
+
"url": "https://docs.rs/zmij"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"type": "vcs",
|
|
2496
|
+
"url": "https://github.com/dtolnay/zmij"
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2499
|
+
}
|
|
2500
|
+
],
|
|
2501
|
+
"dependencies": [
|
|
2502
|
+
{
|
|
2503
|
+
"ref": "path+file:///D:/a/dirsql/dirsql/packages/python#dirsql-py-ext@0.3.8",
|
|
2504
|
+
"dependsOn": [
|
|
2505
|
+
"path+file:///D:/a/dirsql/dirsql/packages/rust#dirsql@0.3.8",
|
|
2506
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3"
|
|
2507
|
+
]
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"ref": "path+file:///D:/a/dirsql/dirsql/packages/rust#dirsql@0.3.8",
|
|
2511
|
+
"dependsOn": [
|
|
2512
|
+
"registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.4",
|
|
2513
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
2514
|
+
"registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
|
|
2515
|
+
"registry+https://github.com/rust-lang/crates.io-index#notify@7.0.0",
|
|
2516
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
|
|
2517
|
+
"registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.34.0",
|
|
2518
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2519
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
|
|
2520
|
+
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
2521
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
|
|
2522
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
|
|
2523
|
+
"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
2528
|
+
"dependsOn": [
|
|
2529
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
|
|
2530
|
+
]
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.1"
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.4",
|
|
2543
|
+
"dependsOn": [
|
|
2544
|
+
"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
|
|
2545
|
+
"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
|
|
2546
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60",
|
|
2547
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
2548
|
+
"registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.4.2",
|
|
2549
|
+
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0"
|
|
2550
|
+
]
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
|
|
2554
|
+
"dependsOn": [
|
|
2555
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
|
|
2556
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
2557
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
2558
|
+
]
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1"
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60",
|
|
2565
|
+
"dependsOn": [
|
|
2566
|
+
"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
|
|
2567
|
+
"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"
|
|
2568
|
+
]
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.4.2"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0"
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0"
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.27",
|
|
2590
|
+
"dependsOn": [
|
|
2591
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
2592
|
+
]
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
|
|
2602
|
+
"dependsOn": [
|
|
2603
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
|
|
2604
|
+
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
|
|
2605
|
+
]
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
|
|
2615
|
+
"dependsOn": [
|
|
2616
|
+
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
2617
|
+
"registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
|
|
2618
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
|
2619
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
2620
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
|
|
2621
|
+
]
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
|
|
2625
|
+
"dependsOn": [
|
|
2626
|
+
"registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5"
|
|
2627
|
+
]
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.0"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0",
|
|
2634
|
+
"dependsOn": [
|
|
2635
|
+
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5"
|
|
2636
|
+
]
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
2643
|
+
"dependsOn": [
|
|
2644
|
+
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
2645
|
+
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.0",
|
|
2646
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
|
2647
|
+
]
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13",
|
|
2651
|
+
"dependsOn": [
|
|
2652
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
2653
|
+
]
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.32.0",
|
|
2663
|
+
"dependsOn": [
|
|
2664
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60",
|
|
2665
|
+
"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33",
|
|
2666
|
+
"registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
|
|
2667
|
+
]
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.0",
|
|
2677
|
+
"dependsOn": [
|
|
2678
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
|
2679
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
2680
|
+
]
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#notify-types@1.0.1",
|
|
2684
|
+
"dependsOn": [
|
|
2685
|
+
"registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13"
|
|
2686
|
+
]
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#notify@7.0.0",
|
|
2690
|
+
"dependsOn": [
|
|
2691
|
+
"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.27",
|
|
2692
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
|
|
2693
|
+
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
|
2694
|
+
"registry+https://github.com/rust-lang/crates.io-index#notify-types@1.0.1",
|
|
2695
|
+
"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
|
|
2696
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
|
|
2697
|
+
]
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2710
|
+
"dependsOn": [
|
|
2711
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
2712
|
+
]
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
|
|
2716
|
+
"dependsOn": [
|
|
2717
|
+
"registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
|
|
2718
|
+
"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
|
|
2719
|
+
]
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
|
|
2723
|
+
"dependsOn": [
|
|
2724
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
|
|
2725
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3"
|
|
2726
|
+
]
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
|
|
2730
|
+
"dependsOn": [
|
|
2731
|
+
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
2732
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2733
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
|
|
2734
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
2735
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
2736
|
+
]
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3",
|
|
2740
|
+
"dependsOn": [
|
|
2741
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2742
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
|
|
2743
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
2744
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
2745
|
+
]
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3",
|
|
2749
|
+
"dependsOn": [
|
|
2750
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
|
|
2751
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
2752
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
|
|
2753
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
|
|
2754
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3"
|
|
2755
|
+
]
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
|
|
2759
|
+
"dependsOn": [
|
|
2760
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60"
|
|
2761
|
+
]
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
2765
|
+
"dependsOn": [
|
|
2766
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
|
|
2767
|
+
]
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
2771
|
+
"dependsOn": [
|
|
2772
|
+
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
2773
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
|
|
2774
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
|
|
2775
|
+
]
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
|
|
2782
|
+
"dependsOn": [
|
|
2783
|
+
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
|
|
2784
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
|
|
2785
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
|
|
2786
|
+
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
|
|
2787
|
+
]
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.34.0",
|
|
2791
|
+
"dependsOn": [
|
|
2792
|
+
"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.1",
|
|
2793
|
+
"registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0",
|
|
2794
|
+
"registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9",
|
|
2795
|
+
"registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0",
|
|
2796
|
+
"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.32.0",
|
|
2797
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
|
|
2798
|
+
]
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
|
|
2802
|
+
"dependsOn": [
|
|
2803
|
+
"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
|
|
2804
|
+
]
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2808
|
+
"dependsOn": [
|
|
2809
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
2810
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
|
|
2811
|
+
]
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
|
2818
|
+
"dependsOn": [
|
|
2819
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2820
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
2821
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
2822
|
+
]
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
|
|
2826
|
+
"dependsOn": [
|
|
2827
|
+
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
2828
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
|
|
2829
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
|
2830
|
+
"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
|
|
2831
|
+
]
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
|
|
2835
|
+
"dependsOn": [
|
|
2836
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
2837
|
+
]
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
|
|
2847
|
+
"dependsOn": [
|
|
2848
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
2849
|
+
]
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
2853
|
+
"dependsOn": [
|
|
2854
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2855
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
2856
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
2857
|
+
]
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
|
|
2864
|
+
"dependsOn": [
|
|
2865
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2866
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
2867
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
2868
|
+
]
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
|
|
2872
|
+
"dependsOn": [
|
|
2873
|
+
"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
|
|
2874
|
+
]
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
|
|
2878
|
+
"dependsOn": [
|
|
2879
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
2880
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
2881
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
2882
|
+
]
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
|
|
2886
|
+
"dependsOn": [
|
|
2887
|
+
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
|
2888
|
+
"registry+https://github.com/rust-lang/crates.io-index#mio@1.2.0",
|
|
2889
|
+
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
2890
|
+
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
|
|
2891
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
|
|
2892
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
2893
|
+
]
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
|
|
2897
|
+
"dependsOn": [
|
|
2898
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2899
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
|
|
2900
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
|
|
2901
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27"
|
|
2902
|
+
]
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
|
|
2906
|
+
"dependsOn": [
|
|
2907
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
|
2908
|
+
]
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
|
|
2912
|
+
"dependsOn": [
|
|
2913
|
+
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
|
|
2914
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
|
2915
|
+
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
|
|
2916
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
|
|
2917
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
|
|
2918
|
+
"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15"
|
|
2919
|
+
]
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
|
|
2932
|
+
"dependsOn": [
|
|
2933
|
+
"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
|
|
2934
|
+
"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
|
|
2935
|
+
]
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
|
|
2939
|
+
"dependsOn": [
|
|
2940
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
|
|
2941
|
+
]
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0",
|
|
2948
|
+
"dependsOn": [
|
|
2949
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6"
|
|
2950
|
+
]
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
|
|
2954
|
+
"dependsOn": [
|
|
2955
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
2956
|
+
]
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6",
|
|
2960
|
+
"dependsOn": [
|
|
2961
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6"
|
|
2962
|
+
]
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
|
|
2969
|
+
"dependsOn": [
|
|
2970
|
+
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
|
|
2971
|
+
]
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
|
|
2975
|
+
}
|
|
2976
|
+
]
|
|
2977
|
+
}
|