leanqueue 0.1.0__cp38-abi3-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.
- leanqueue/__init__.py +5 -0
- leanqueue/leanqueue.pyd +0 -0
- leanqueue-0.1.0.dist-info/METADATA +16 -0
- leanqueue-0.1.0.dist-info/RECORD +7 -0
- leanqueue-0.1.0.dist-info/WHEEL +4 -0
- leanqueue-0.1.0.dist-info/sboms/leanqueue.cyclonedx.json +971 -0
- leanqueuedb.py +411 -0
|
@@ -0,0 +1,971 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bomFormat": "CycloneDX",
|
|
3
|
+
"specVersion": "1.5",
|
|
4
|
+
"version": 1,
|
|
5
|
+
"serialNumber": "urn:uuid:fba890d7-b6ba-46a4-bacb-e0cbdb98ceb6",
|
|
6
|
+
"metadata": {
|
|
7
|
+
"timestamp": "2026-06-05T00:33:48.960853500Z",
|
|
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/LeanQueue/LeanQueue#leanqueue@0.1.0",
|
|
18
|
+
"name": "leanqueue",
|
|
19
|
+
"version": "0.1.0",
|
|
20
|
+
"scope": "required",
|
|
21
|
+
"purl": "pkg:cargo/leanqueue@0.1.0?download_url=file://.",
|
|
22
|
+
"components": [
|
|
23
|
+
{
|
|
24
|
+
"type": "library",
|
|
25
|
+
"bom-ref": "path+file:///D:/a/LeanQueue/LeanQueue#leanqueue@0.1.0 bin-target-0",
|
|
26
|
+
"name": "leanqueue",
|
|
27
|
+
"version": "0.1.0",
|
|
28
|
+
"purl": "pkg:cargo/leanqueue@0.1.0?download_url=file://.#src/lib.rs"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"properties": [
|
|
33
|
+
{
|
|
34
|
+
"name": "cdx:rustc:sbom:target:all_targets",
|
|
35
|
+
"value": "true"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"components": [
|
|
40
|
+
{
|
|
41
|
+
"type": "library",
|
|
42
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
|
|
43
|
+
"author": "Josh Stone <cuviper@gmail.com>",
|
|
44
|
+
"name": "autocfg",
|
|
45
|
+
"version": "1.5.1",
|
|
46
|
+
"description": "Automatic cfg for Rust compiler features",
|
|
47
|
+
"scope": "excluded",
|
|
48
|
+
"hashes": [
|
|
49
|
+
{
|
|
50
|
+
"alg": "SHA-256",
|
|
51
|
+
"content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"licenses": [
|
|
55
|
+
{
|
|
56
|
+
"expression": "Apache-2.0 OR MIT"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"purl": "pkg:cargo/autocfg@1.5.1",
|
|
60
|
+
"externalReferences": [
|
|
61
|
+
{
|
|
62
|
+
"type": "documentation",
|
|
63
|
+
"url": "https://docs.rs/autocfg/"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "vcs",
|
|
67
|
+
"url": "https://github.com/cuviper/autocfg"
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"type": "library",
|
|
73
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
74
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
75
|
+
"name": "cfg-if",
|
|
76
|
+
"version": "1.0.4",
|
|
77
|
+
"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. ",
|
|
78
|
+
"scope": "required",
|
|
79
|
+
"hashes": [
|
|
80
|
+
{
|
|
81
|
+
"alg": "SHA-256",
|
|
82
|
+
"content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"licenses": [
|
|
86
|
+
{
|
|
87
|
+
"expression": "MIT OR Apache-2.0"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"purl": "pkg:cargo/cfg-if@1.0.4",
|
|
91
|
+
"externalReferences": [
|
|
92
|
+
{
|
|
93
|
+
"type": "vcs",
|
|
94
|
+
"url": "https://github.com/rust-lang/cfg-if"
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"type": "library",
|
|
100
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
101
|
+
"name": "heck",
|
|
102
|
+
"version": "0.5.0",
|
|
103
|
+
"description": "heck is a case conversion library.",
|
|
104
|
+
"scope": "required",
|
|
105
|
+
"hashes": [
|
|
106
|
+
{
|
|
107
|
+
"alg": "SHA-256",
|
|
108
|
+
"content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"licenses": [
|
|
112
|
+
{
|
|
113
|
+
"expression": "MIT OR Apache-2.0"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"purl": "pkg:cargo/heck@0.5.0",
|
|
117
|
+
"externalReferences": [
|
|
118
|
+
{
|
|
119
|
+
"type": "vcs",
|
|
120
|
+
"url": "https://github.com/withoutboats/heck"
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"type": "library",
|
|
126
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
|
|
127
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
128
|
+
"name": "indoc",
|
|
129
|
+
"version": "2.0.7",
|
|
130
|
+
"description": "Indented document literals",
|
|
131
|
+
"scope": "required",
|
|
132
|
+
"hashes": [
|
|
133
|
+
{
|
|
134
|
+
"alg": "SHA-256",
|
|
135
|
+
"content": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"licenses": [
|
|
139
|
+
{
|
|
140
|
+
"expression": "MIT OR Apache-2.0"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"purl": "pkg:cargo/indoc@2.0.7",
|
|
144
|
+
"externalReferences": [
|
|
145
|
+
{
|
|
146
|
+
"type": "documentation",
|
|
147
|
+
"url": "https://docs.rs/indoc"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"type": "vcs",
|
|
151
|
+
"url": "https://github.com/dtolnay/indoc"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "library",
|
|
157
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
158
|
+
"author": "The Rust Project Developers",
|
|
159
|
+
"name": "libc",
|
|
160
|
+
"version": "0.2.186",
|
|
161
|
+
"description": "Raw FFI bindings to platform libraries like libc.",
|
|
162
|
+
"scope": "required",
|
|
163
|
+
"hashes": [
|
|
164
|
+
{
|
|
165
|
+
"alg": "SHA-256",
|
|
166
|
+
"content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"licenses": [
|
|
170
|
+
{
|
|
171
|
+
"expression": "MIT OR Apache-2.0"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"purl": "pkg:cargo/libc@0.2.186",
|
|
175
|
+
"externalReferences": [
|
|
176
|
+
{
|
|
177
|
+
"type": "vcs",
|
|
178
|
+
"url": "https://github.com/rust-lang/libc"
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "library",
|
|
184
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
185
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
186
|
+
"name": "lock_api",
|
|
187
|
+
"version": "0.4.14",
|
|
188
|
+
"description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
|
|
189
|
+
"scope": "required",
|
|
190
|
+
"hashes": [
|
|
191
|
+
{
|
|
192
|
+
"alg": "SHA-256",
|
|
193
|
+
"content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"licenses": [
|
|
197
|
+
{
|
|
198
|
+
"expression": "MIT OR Apache-2.0"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"purl": "pkg:cargo/lock_api@0.4.14",
|
|
202
|
+
"externalReferences": [
|
|
203
|
+
{
|
|
204
|
+
"type": "vcs",
|
|
205
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"type": "library",
|
|
211
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10",
|
|
212
|
+
"author": "Dan Burkert <dan@danburkert.com>, Yevhenii Reizner <razrfalcon@gmail.com>, The Contributors",
|
|
213
|
+
"name": "memmap2",
|
|
214
|
+
"version": "0.9.10",
|
|
215
|
+
"description": "Cross-platform Rust API for memory-mapped file IO",
|
|
216
|
+
"scope": "required",
|
|
217
|
+
"hashes": [
|
|
218
|
+
{
|
|
219
|
+
"alg": "SHA-256",
|
|
220
|
+
"content": "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"licenses": [
|
|
224
|
+
{
|
|
225
|
+
"expression": "MIT OR Apache-2.0"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"purl": "pkg:cargo/memmap2@0.9.10",
|
|
229
|
+
"externalReferences": [
|
|
230
|
+
{
|
|
231
|
+
"type": "documentation",
|
|
232
|
+
"url": "https://docs.rs/memmap2"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"type": "vcs",
|
|
236
|
+
"url": "https://github.com/RazrFalcon/memmap2-rs"
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": "library",
|
|
242
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
|
|
243
|
+
"author": "Gilad Naaman <gilad.naaman@gmail.com>",
|
|
244
|
+
"name": "memoffset",
|
|
245
|
+
"version": "0.9.1",
|
|
246
|
+
"description": "offset_of functionality for Rust structs.",
|
|
247
|
+
"scope": "required",
|
|
248
|
+
"hashes": [
|
|
249
|
+
{
|
|
250
|
+
"alg": "SHA-256",
|
|
251
|
+
"content": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"licenses": [
|
|
255
|
+
{
|
|
256
|
+
"expression": "MIT"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"purl": "pkg:cargo/memoffset@0.9.1",
|
|
260
|
+
"externalReferences": [
|
|
261
|
+
{
|
|
262
|
+
"type": "vcs",
|
|
263
|
+
"url": "https://github.com/Gilnaa/memoffset"
|
|
264
|
+
}
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"type": "library",
|
|
269
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
270
|
+
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
|
271
|
+
"name": "once_cell",
|
|
272
|
+
"version": "1.21.4",
|
|
273
|
+
"description": "Single assignment cells and lazy values.",
|
|
274
|
+
"scope": "required",
|
|
275
|
+
"hashes": [
|
|
276
|
+
{
|
|
277
|
+
"alg": "SHA-256",
|
|
278
|
+
"content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"licenses": [
|
|
282
|
+
{
|
|
283
|
+
"expression": "MIT OR Apache-2.0"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"purl": "pkg:cargo/once_cell@1.21.4",
|
|
287
|
+
"externalReferences": [
|
|
288
|
+
{
|
|
289
|
+
"type": "documentation",
|
|
290
|
+
"url": "https://docs.rs/once_cell"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "vcs",
|
|
294
|
+
"url": "https://github.com/matklad/once_cell"
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"type": "library",
|
|
300
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
301
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
302
|
+
"name": "parking_lot",
|
|
303
|
+
"version": "0.12.5",
|
|
304
|
+
"description": "More compact and efficient implementations of the standard synchronization primitives.",
|
|
305
|
+
"scope": "required",
|
|
306
|
+
"hashes": [
|
|
307
|
+
{
|
|
308
|
+
"alg": "SHA-256",
|
|
309
|
+
"content": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"licenses": [
|
|
313
|
+
{
|
|
314
|
+
"expression": "MIT OR Apache-2.0"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"purl": "pkg:cargo/parking_lot@0.12.5",
|
|
318
|
+
"externalReferences": [
|
|
319
|
+
{
|
|
320
|
+
"type": "vcs",
|
|
321
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"type": "library",
|
|
327
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
328
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
329
|
+
"name": "parking_lot_core",
|
|
330
|
+
"version": "0.9.12",
|
|
331
|
+
"description": "An advanced API for creating custom synchronization primitives.",
|
|
332
|
+
"scope": "required",
|
|
333
|
+
"hashes": [
|
|
334
|
+
{
|
|
335
|
+
"alg": "SHA-256",
|
|
336
|
+
"content": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"licenses": [
|
|
340
|
+
{
|
|
341
|
+
"expression": "MIT OR Apache-2.0"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"purl": "pkg:cargo/parking_lot_core@0.9.12",
|
|
345
|
+
"externalReferences": [
|
|
346
|
+
{
|
|
347
|
+
"type": "vcs",
|
|
348
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "library",
|
|
354
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
355
|
+
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
|
|
356
|
+
"name": "proc-macro2",
|
|
357
|
+
"version": "1.0.106",
|
|
358
|
+
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
|
|
359
|
+
"scope": "required",
|
|
360
|
+
"hashes": [
|
|
361
|
+
{
|
|
362
|
+
"alg": "SHA-256",
|
|
363
|
+
"content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
364
|
+
}
|
|
365
|
+
],
|
|
366
|
+
"licenses": [
|
|
367
|
+
{
|
|
368
|
+
"expression": "MIT OR Apache-2.0"
|
|
369
|
+
}
|
|
370
|
+
],
|
|
371
|
+
"purl": "pkg:cargo/proc-macro2@1.0.106",
|
|
372
|
+
"externalReferences": [
|
|
373
|
+
{
|
|
374
|
+
"type": "documentation",
|
|
375
|
+
"url": "https://docs.rs/proc-macro2"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"type": "vcs",
|
|
379
|
+
"url": "https://github.com/dtolnay/proc-macro2"
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"type": "library",
|
|
385
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5",
|
|
386
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
387
|
+
"name": "pyo3-build-config",
|
|
388
|
+
"version": "0.23.5",
|
|
389
|
+
"description": "Build configuration for the PyO3 ecosystem",
|
|
390
|
+
"scope": "required",
|
|
391
|
+
"hashes": [
|
|
392
|
+
{
|
|
393
|
+
"alg": "SHA-256",
|
|
394
|
+
"content": "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"licenses": [
|
|
398
|
+
{
|
|
399
|
+
"expression": "MIT OR Apache-2.0"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"purl": "pkg:cargo/pyo3-build-config@0.23.5",
|
|
403
|
+
"externalReferences": [
|
|
404
|
+
{
|
|
405
|
+
"type": "website",
|
|
406
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"type": "vcs",
|
|
410
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"type": "library",
|
|
416
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.23.5",
|
|
417
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
418
|
+
"name": "pyo3-ffi",
|
|
419
|
+
"version": "0.23.5",
|
|
420
|
+
"description": "Python-API bindings for the PyO3 ecosystem",
|
|
421
|
+
"scope": "required",
|
|
422
|
+
"hashes": [
|
|
423
|
+
{
|
|
424
|
+
"alg": "SHA-256",
|
|
425
|
+
"content": "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"licenses": [
|
|
429
|
+
{
|
|
430
|
+
"expression": "MIT OR Apache-2.0"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"purl": "pkg:cargo/pyo3-ffi@0.23.5",
|
|
434
|
+
"externalReferences": [
|
|
435
|
+
{
|
|
436
|
+
"type": "website",
|
|
437
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "other",
|
|
441
|
+
"url": "python"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"type": "vcs",
|
|
445
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
446
|
+
}
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"type": "library",
|
|
451
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.23.5",
|
|
452
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
453
|
+
"name": "pyo3-macros-backend",
|
|
454
|
+
"version": "0.23.5",
|
|
455
|
+
"description": "Code generation for PyO3 package",
|
|
456
|
+
"scope": "required",
|
|
457
|
+
"hashes": [
|
|
458
|
+
{
|
|
459
|
+
"alg": "SHA-256",
|
|
460
|
+
"content": "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"licenses": [
|
|
464
|
+
{
|
|
465
|
+
"expression": "MIT OR Apache-2.0"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"purl": "pkg:cargo/pyo3-macros-backend@0.23.5",
|
|
469
|
+
"externalReferences": [
|
|
470
|
+
{
|
|
471
|
+
"type": "website",
|
|
472
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"type": "vcs",
|
|
476
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
477
|
+
}
|
|
478
|
+
]
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"type": "library",
|
|
482
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.23.5",
|
|
483
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
484
|
+
"name": "pyo3-macros",
|
|
485
|
+
"version": "0.23.5",
|
|
486
|
+
"description": "Proc macros for PyO3 package",
|
|
487
|
+
"scope": "required",
|
|
488
|
+
"hashes": [
|
|
489
|
+
{
|
|
490
|
+
"alg": "SHA-256",
|
|
491
|
+
"content": "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
|
|
492
|
+
}
|
|
493
|
+
],
|
|
494
|
+
"licenses": [
|
|
495
|
+
{
|
|
496
|
+
"expression": "MIT OR Apache-2.0"
|
|
497
|
+
}
|
|
498
|
+
],
|
|
499
|
+
"purl": "pkg:cargo/pyo3-macros@0.23.5",
|
|
500
|
+
"externalReferences": [
|
|
501
|
+
{
|
|
502
|
+
"type": "website",
|
|
503
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"type": "vcs",
|
|
507
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"type": "library",
|
|
513
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.23.5",
|
|
514
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
515
|
+
"name": "pyo3",
|
|
516
|
+
"version": "0.23.5",
|
|
517
|
+
"description": "Bindings to Python interpreter",
|
|
518
|
+
"scope": "required",
|
|
519
|
+
"hashes": [
|
|
520
|
+
{
|
|
521
|
+
"alg": "SHA-256",
|
|
522
|
+
"content": "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"licenses": [
|
|
526
|
+
{
|
|
527
|
+
"expression": "MIT OR Apache-2.0"
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"purl": "pkg:cargo/pyo3@0.23.5",
|
|
531
|
+
"externalReferences": [
|
|
532
|
+
{
|
|
533
|
+
"type": "documentation",
|
|
534
|
+
"url": "https://docs.rs/crate/pyo3/"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"type": "website",
|
|
538
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"type": "vcs",
|
|
542
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"type": "library",
|
|
548
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
549
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
550
|
+
"name": "quote",
|
|
551
|
+
"version": "1.0.45",
|
|
552
|
+
"description": "Quasi-quoting macro quote!(...)",
|
|
553
|
+
"scope": "required",
|
|
554
|
+
"hashes": [
|
|
555
|
+
{
|
|
556
|
+
"alg": "SHA-256",
|
|
557
|
+
"content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"licenses": [
|
|
561
|
+
{
|
|
562
|
+
"expression": "MIT OR Apache-2.0"
|
|
563
|
+
}
|
|
564
|
+
],
|
|
565
|
+
"purl": "pkg:cargo/quote@1.0.45",
|
|
566
|
+
"externalReferences": [
|
|
567
|
+
{
|
|
568
|
+
"type": "documentation",
|
|
569
|
+
"url": "https://docs.rs/quote/"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "vcs",
|
|
573
|
+
"url": "https://github.com/dtolnay/quote"
|
|
574
|
+
}
|
|
575
|
+
]
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"type": "library",
|
|
579
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
|
|
580
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
581
|
+
"name": "rustversion",
|
|
582
|
+
"version": "1.0.22",
|
|
583
|
+
"description": "Conditional compilation according to rustc compiler version",
|
|
584
|
+
"scope": "excluded",
|
|
585
|
+
"hashes": [
|
|
586
|
+
{
|
|
587
|
+
"alg": "SHA-256",
|
|
588
|
+
"content": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
589
|
+
}
|
|
590
|
+
],
|
|
591
|
+
"licenses": [
|
|
592
|
+
{
|
|
593
|
+
"expression": "MIT OR Apache-2.0"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"purl": "pkg:cargo/rustversion@1.0.22",
|
|
597
|
+
"externalReferences": [
|
|
598
|
+
{
|
|
599
|
+
"type": "documentation",
|
|
600
|
+
"url": "https://docs.rs/rustversion"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"type": "vcs",
|
|
604
|
+
"url": "https://github.com/dtolnay/rustversion"
|
|
605
|
+
}
|
|
606
|
+
]
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"type": "library",
|
|
610
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
|
|
611
|
+
"author": "bluss",
|
|
612
|
+
"name": "scopeguard",
|
|
613
|
+
"version": "1.2.0",
|
|
614
|
+
"description": "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. ",
|
|
615
|
+
"scope": "required",
|
|
616
|
+
"hashes": [
|
|
617
|
+
{
|
|
618
|
+
"alg": "SHA-256",
|
|
619
|
+
"content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"licenses": [
|
|
623
|
+
{
|
|
624
|
+
"expression": "MIT OR Apache-2.0"
|
|
625
|
+
}
|
|
626
|
+
],
|
|
627
|
+
"purl": "pkg:cargo/scopeguard@1.2.0",
|
|
628
|
+
"externalReferences": [
|
|
629
|
+
{
|
|
630
|
+
"type": "documentation",
|
|
631
|
+
"url": "https://docs.rs/scopeguard/"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"type": "vcs",
|
|
635
|
+
"url": "https://github.com/bluss/scopeguard"
|
|
636
|
+
}
|
|
637
|
+
]
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"type": "library",
|
|
641
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
|
642
|
+
"author": "The Servo Project Developers",
|
|
643
|
+
"name": "smallvec",
|
|
644
|
+
"version": "1.15.1",
|
|
645
|
+
"description": "'Small vector' optimization: store up to a small number of items on the stack",
|
|
646
|
+
"scope": "required",
|
|
647
|
+
"hashes": [
|
|
648
|
+
{
|
|
649
|
+
"alg": "SHA-256",
|
|
650
|
+
"content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
651
|
+
}
|
|
652
|
+
],
|
|
653
|
+
"licenses": [
|
|
654
|
+
{
|
|
655
|
+
"expression": "MIT OR Apache-2.0"
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"purl": "pkg:cargo/smallvec@1.15.1",
|
|
659
|
+
"externalReferences": [
|
|
660
|
+
{
|
|
661
|
+
"type": "documentation",
|
|
662
|
+
"url": "https://docs.rs/smallvec/"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"type": "vcs",
|
|
666
|
+
"url": "https://github.com/servo/rust-smallvec"
|
|
667
|
+
}
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"type": "library",
|
|
672
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
673
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
674
|
+
"name": "syn",
|
|
675
|
+
"version": "2.0.117",
|
|
676
|
+
"description": "Parser for Rust source code",
|
|
677
|
+
"scope": "required",
|
|
678
|
+
"hashes": [
|
|
679
|
+
{
|
|
680
|
+
"alg": "SHA-256",
|
|
681
|
+
"content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"licenses": [
|
|
685
|
+
{
|
|
686
|
+
"expression": "MIT OR Apache-2.0"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"purl": "pkg:cargo/syn@2.0.117",
|
|
690
|
+
"externalReferences": [
|
|
691
|
+
{
|
|
692
|
+
"type": "documentation",
|
|
693
|
+
"url": "https://docs.rs/syn"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"type": "vcs",
|
|
697
|
+
"url": "https://github.com/dtolnay/syn"
|
|
698
|
+
}
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"type": "library",
|
|
703
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16",
|
|
704
|
+
"author": "Dan Gohman <sunfish@mozilla.com>",
|
|
705
|
+
"name": "target-lexicon",
|
|
706
|
+
"version": "0.12.16",
|
|
707
|
+
"description": "Targeting utilities for compilers and related tools",
|
|
708
|
+
"scope": "required",
|
|
709
|
+
"hashes": [
|
|
710
|
+
{
|
|
711
|
+
"alg": "SHA-256",
|
|
712
|
+
"content": "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
713
|
+
}
|
|
714
|
+
],
|
|
715
|
+
"licenses": [
|
|
716
|
+
{
|
|
717
|
+
"expression": "Apache-2.0 WITH LLVM-exception"
|
|
718
|
+
}
|
|
719
|
+
],
|
|
720
|
+
"purl": "pkg:cargo/target-lexicon@0.12.16",
|
|
721
|
+
"externalReferences": [
|
|
722
|
+
{
|
|
723
|
+
"type": "documentation",
|
|
724
|
+
"url": "https://docs.rs/target-lexicon/"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"type": "vcs",
|
|
728
|
+
"url": "https://github.com/bytecodealliance/target-lexicon"
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"type": "library",
|
|
734
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
|
|
735
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
736
|
+
"name": "unicode-ident",
|
|
737
|
+
"version": "1.0.24",
|
|
738
|
+
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
|
|
739
|
+
"scope": "required",
|
|
740
|
+
"hashes": [
|
|
741
|
+
{
|
|
742
|
+
"alg": "SHA-256",
|
|
743
|
+
"content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"licenses": [
|
|
747
|
+
{
|
|
748
|
+
"expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"purl": "pkg:cargo/unicode-ident@1.0.24",
|
|
752
|
+
"externalReferences": [
|
|
753
|
+
{
|
|
754
|
+
"type": "documentation",
|
|
755
|
+
"url": "https://docs.rs/unicode-ident"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"type": "vcs",
|
|
759
|
+
"url": "https://github.com/dtolnay/unicode-ident"
|
|
760
|
+
}
|
|
761
|
+
]
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"type": "library",
|
|
765
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4",
|
|
766
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
767
|
+
"name": "unindent",
|
|
768
|
+
"version": "0.2.4",
|
|
769
|
+
"description": "Remove a column of leading whitespace from a string",
|
|
770
|
+
"scope": "required",
|
|
771
|
+
"hashes": [
|
|
772
|
+
{
|
|
773
|
+
"alg": "SHA-256",
|
|
774
|
+
"content": "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"licenses": [
|
|
778
|
+
{
|
|
779
|
+
"expression": "MIT OR Apache-2.0"
|
|
780
|
+
}
|
|
781
|
+
],
|
|
782
|
+
"purl": "pkg:cargo/unindent@0.2.4",
|
|
783
|
+
"externalReferences": [
|
|
784
|
+
{
|
|
785
|
+
"type": "documentation",
|
|
786
|
+
"url": "https://docs.rs/unindent"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"type": "vcs",
|
|
790
|
+
"url": "https://github.com/dtolnay/indoc"
|
|
791
|
+
}
|
|
792
|
+
]
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"type": "library",
|
|
796
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
|
|
797
|
+
"name": "windows-link",
|
|
798
|
+
"version": "0.2.1",
|
|
799
|
+
"description": "Linking for Windows",
|
|
800
|
+
"scope": "required",
|
|
801
|
+
"hashes": [
|
|
802
|
+
{
|
|
803
|
+
"alg": "SHA-256",
|
|
804
|
+
"content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
805
|
+
}
|
|
806
|
+
],
|
|
807
|
+
"licenses": [
|
|
808
|
+
{
|
|
809
|
+
"expression": "MIT OR Apache-2.0"
|
|
810
|
+
}
|
|
811
|
+
],
|
|
812
|
+
"purl": "pkg:cargo/windows-link@0.2.1",
|
|
813
|
+
"externalReferences": [
|
|
814
|
+
{
|
|
815
|
+
"type": "vcs",
|
|
816
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
817
|
+
}
|
|
818
|
+
]
|
|
819
|
+
}
|
|
820
|
+
],
|
|
821
|
+
"dependencies": [
|
|
822
|
+
{
|
|
823
|
+
"ref": "path+file:///D:/a/LeanQueue/LeanQueue#leanqueue@0.1.0",
|
|
824
|
+
"dependsOn": [
|
|
825
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
826
|
+
"registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10",
|
|
827
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
828
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3@0.23.5"
|
|
829
|
+
]
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
|
|
842
|
+
"dependsOn": [
|
|
843
|
+
"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
|
|
844
|
+
]
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
851
|
+
"dependsOn": [
|
|
852
|
+
"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
|
|
860
|
+
"dependsOn": [
|
|
861
|
+
"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
|
|
862
|
+
]
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
869
|
+
"dependsOn": [
|
|
870
|
+
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
871
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
|
|
872
|
+
]
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
876
|
+
"dependsOn": [
|
|
877
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
878
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
|
879
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
884
|
+
"dependsOn": [
|
|
885
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
886
|
+
]
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5",
|
|
890
|
+
"dependsOn": [
|
|
891
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
892
|
+
"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16"
|
|
893
|
+
]
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.23.5",
|
|
897
|
+
"dependsOn": [
|
|
898
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
899
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5"
|
|
900
|
+
]
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.23.5",
|
|
904
|
+
"dependsOn": [
|
|
905
|
+
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
906
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
907
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5",
|
|
908
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
909
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
910
|
+
]
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.23.5",
|
|
914
|
+
"dependsOn": [
|
|
915
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
916
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.23.5",
|
|
917
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
918
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.23.5",
|
|
923
|
+
"dependsOn": [
|
|
924
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
925
|
+
"registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
|
|
926
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
927
|
+
"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
|
|
928
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
929
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5",
|
|
930
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.23.5",
|
|
931
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.23.5",
|
|
932
|
+
"registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
937
|
+
"dependsOn": [
|
|
938
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
|
|
939
|
+
]
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
952
|
+
"dependsOn": [
|
|
953
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
954
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
955
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
969
|
+
}
|
|
970
|
+
]
|
|
971
|
+
}
|