localqueue 1.0.0__cp313-cp313-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.
@@ -0,0 +1,1195 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:fb043797-2ee9-43e7-9474-580d3b39acd6",
6
+ "metadata": {
7
+ "timestamp": "2026-07-20T18:40:33.588651100Z",
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/localqueue/localqueue#1.0.0",
18
+ "name": "localqueue",
19
+ "version": "1.0.0",
20
+ "scope": "required",
21
+ "purl": "pkg:cargo/localqueue@1.0.0?download_url=file://.",
22
+ "components": [
23
+ {
24
+ "type": "library",
25
+ "bom-ref": "path+file:///D:/a/localqueue/localqueue#1.0.0 bin-target-0",
26
+ "name": "localqueue",
27
+ "version": "1.0.0",
28
+ "purl": "pkg:cargo/localqueue@1.0.0?download_url=file://.#src/lib.rs"
29
+ }
30
+ ]
31
+ },
32
+ "properties": [
33
+ {
34
+ "name": "cdx:rustc:sbom:target:all_targets",
35
+ "value": "true"
36
+ }
37
+ ]
38
+ },
39
+ "components": [
40
+ {
41
+ "type": "library",
42
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
43
+ "author": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
44
+ "name": "ahash",
45
+ "version": "0.8.12",
46
+ "description": "A non-cryptographic hash function using AES-NI for high performance",
47
+ "scope": "required",
48
+ "hashes": [
49
+ {
50
+ "alg": "SHA-256",
51
+ "content": "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
52
+ }
53
+ ],
54
+ "licenses": [
55
+ {
56
+ "expression": "MIT OR Apache-2.0"
57
+ }
58
+ ],
59
+ "purl": "pkg:cargo/ahash@0.8.12",
60
+ "externalReferences": [
61
+ {
62
+ "type": "documentation",
63
+ "url": "https://docs.rs/ahash"
64
+ },
65
+ {
66
+ "type": "vcs",
67
+ "url": "https://github.com/tkaitchuck/ahash"
68
+ }
69
+ ]
70
+ },
71
+ {
72
+ "type": "library",
73
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
74
+ "author": "The Rust Project Developers",
75
+ "name": "bitflags",
76
+ "version": "2.13.1",
77
+ "description": "A macro to generate structures which behave like bitflags. ",
78
+ "scope": "required",
79
+ "hashes": [
80
+ {
81
+ "alg": "SHA-256",
82
+ "content": "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
83
+ }
84
+ ],
85
+ "licenses": [
86
+ {
87
+ "expression": "MIT OR Apache-2.0"
88
+ }
89
+ ],
90
+ "purl": "pkg:cargo/bitflags@2.13.1",
91
+ "externalReferences": [
92
+ {
93
+ "type": "documentation",
94
+ "url": "https://docs.rs/bitflags"
95
+ },
96
+ {
97
+ "type": "website",
98
+ "url": "https://github.com/bitflags/bitflags"
99
+ },
100
+ {
101
+ "type": "vcs",
102
+ "url": "https://github.com/bitflags/bitflags"
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "type": "library",
108
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.3.0",
109
+ "author": "Alex Crichton <alex@alexcrichton.com>",
110
+ "name": "cc",
111
+ "version": "1.3.0",
112
+ "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. ",
113
+ "scope": "excluded",
114
+ "hashes": [
115
+ {
116
+ "alg": "SHA-256",
117
+ "content": "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8"
118
+ }
119
+ ],
120
+ "licenses": [
121
+ {
122
+ "expression": "MIT OR Apache-2.0"
123
+ }
124
+ ],
125
+ "purl": "pkg:cargo/cc@1.3.0",
126
+ "externalReferences": [
127
+ {
128
+ "type": "documentation",
129
+ "url": "https://docs.rs/cc"
130
+ },
131
+ {
132
+ "type": "website",
133
+ "url": "https://github.com/rust-lang/cc-rs"
134
+ },
135
+ {
136
+ "type": "vcs",
137
+ "url": "https://github.com/rust-lang/cc-rs"
138
+ }
139
+ ]
140
+ },
141
+ {
142
+ "type": "library",
143
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
144
+ "author": "Alex Crichton <alex@alexcrichton.com>",
145
+ "name": "cfg-if",
146
+ "version": "1.0.4",
147
+ "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. ",
148
+ "scope": "required",
149
+ "hashes": [
150
+ {
151
+ "alg": "SHA-256",
152
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
153
+ }
154
+ ],
155
+ "licenses": [
156
+ {
157
+ "expression": "MIT OR Apache-2.0"
158
+ }
159
+ ],
160
+ "purl": "pkg:cargo/cfg-if@1.0.4",
161
+ "externalReferences": [
162
+ {
163
+ "type": "vcs",
164
+ "url": "https://github.com/rust-lang/cfg-if"
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "type": "library",
170
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0",
171
+ "author": "Steven Fackler <sfackler@gmail.com>",
172
+ "name": "fallible-iterator",
173
+ "version": "0.3.0",
174
+ "description": "Fallible iterator traits",
175
+ "scope": "required",
176
+ "hashes": [
177
+ {
178
+ "alg": "SHA-256",
179
+ "content": "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
180
+ }
181
+ ],
182
+ "licenses": [
183
+ {
184
+ "expression": "MIT OR Apache-2.0"
185
+ }
186
+ ],
187
+ "purl": "pkg:cargo/fallible-iterator@0.3.0",
188
+ "externalReferences": [
189
+ {
190
+ "type": "vcs",
191
+ "url": "https://github.com/sfackler/rust-fallible-iterator"
192
+ }
193
+ ]
194
+ },
195
+ {
196
+ "type": "library",
197
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9",
198
+ "author": "Steven Fackler <sfackler@gmail.com>",
199
+ "name": "fallible-streaming-iterator",
200
+ "version": "0.1.9",
201
+ "description": "Fallible streaming iteration",
202
+ "scope": "required",
203
+ "hashes": [
204
+ {
205
+ "alg": "SHA-256",
206
+ "content": "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
207
+ }
208
+ ],
209
+ "licenses": [
210
+ {
211
+ "expression": "MIT OR Apache-2.0"
212
+ }
213
+ ],
214
+ "purl": "pkg:cargo/fallible-streaming-iterator@0.1.9",
215
+ "externalReferences": [
216
+ {
217
+ "type": "vcs",
218
+ "url": "https://github.com/sfackler/fallible-streaming-iterator"
219
+ }
220
+ ]
221
+ },
222
+ {
223
+ "type": "library",
224
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
225
+ "name": "find-msvc-tools",
226
+ "version": "0.1.9",
227
+ "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
228
+ "scope": "excluded",
229
+ "hashes": [
230
+ {
231
+ "alg": "SHA-256",
232
+ "content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
233
+ }
234
+ ],
235
+ "licenses": [
236
+ {
237
+ "expression": "MIT OR Apache-2.0"
238
+ }
239
+ ],
240
+ "purl": "pkg:cargo/find-msvc-tools@0.1.9",
241
+ "externalReferences": [
242
+ {
243
+ "type": "documentation",
244
+ "url": "https://docs.rs/find-msvc-tools"
245
+ },
246
+ {
247
+ "type": "vcs",
248
+ "url": "https://github.com/rust-lang/cc-rs"
249
+ }
250
+ ]
251
+ },
252
+ {
253
+ "type": "library",
254
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
255
+ "author": "Amanieu d'Antras <amanieu@gmail.com>",
256
+ "name": "hashbrown",
257
+ "version": "0.14.5",
258
+ "description": "A Rust port of Google's SwissTable hash map",
259
+ "scope": "required",
260
+ "hashes": [
261
+ {
262
+ "alg": "SHA-256",
263
+ "content": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
264
+ }
265
+ ],
266
+ "licenses": [
267
+ {
268
+ "expression": "MIT OR Apache-2.0"
269
+ }
270
+ ],
271
+ "purl": "pkg:cargo/hashbrown@0.14.5",
272
+ "externalReferences": [
273
+ {
274
+ "type": "vcs",
275
+ "url": "https://github.com/rust-lang/hashbrown"
276
+ }
277
+ ]
278
+ },
279
+ {
280
+ "type": "library",
281
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.9.1",
282
+ "author": "kyren <kerriganw@gmail.com>",
283
+ "name": "hashlink",
284
+ "version": "0.9.1",
285
+ "description": "HashMap-like containers that hold their key-value pairs in a user controllable order",
286
+ "scope": "required",
287
+ "hashes": [
288
+ {
289
+ "alg": "SHA-256",
290
+ "content": "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
291
+ }
292
+ ],
293
+ "licenses": [
294
+ {
295
+ "expression": "MIT OR Apache-2.0"
296
+ }
297
+ ],
298
+ "purl": "pkg:cargo/hashlink@0.9.1",
299
+ "externalReferences": [
300
+ {
301
+ "type": "documentation",
302
+ "url": "https://docs.rs/hashlink"
303
+ },
304
+ {
305
+ "type": "vcs",
306
+ "url": "https://github.com/kyren/hashlink"
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "type": "library",
312
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
313
+ "name": "heck",
314
+ "version": "0.5.0",
315
+ "description": "heck is a case conversion library.",
316
+ "scope": "required",
317
+ "hashes": [
318
+ {
319
+ "alg": "SHA-256",
320
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
321
+ }
322
+ ],
323
+ "licenses": [
324
+ {
325
+ "expression": "MIT OR Apache-2.0"
326
+ }
327
+ ],
328
+ "purl": "pkg:cargo/heck@0.5.0",
329
+ "externalReferences": [
330
+ {
331
+ "type": "vcs",
332
+ "url": "https://github.com/withoutboats/heck"
333
+ }
334
+ ]
335
+ },
336
+ {
337
+ "type": "library",
338
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
339
+ "author": "The Rust Project Developers",
340
+ "name": "libc",
341
+ "version": "0.2.186",
342
+ "description": "Raw FFI bindings to platform libraries like libc.",
343
+ "scope": "required",
344
+ "hashes": [
345
+ {
346
+ "alg": "SHA-256",
347
+ "content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
348
+ }
349
+ ],
350
+ "licenses": [
351
+ {
352
+ "expression": "MIT OR Apache-2.0"
353
+ }
354
+ ],
355
+ "purl": "pkg:cargo/libc@0.2.186",
356
+ "externalReferences": [
357
+ {
358
+ "type": "vcs",
359
+ "url": "https://github.com/rust-lang/libc"
360
+ }
361
+ ]
362
+ },
363
+ {
364
+ "type": "library",
365
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.30.1",
366
+ "author": "The rusqlite developers",
367
+ "name": "libsqlite3-sys",
368
+ "version": "0.30.1",
369
+ "description": "Native bindings to the libsqlite3 library",
370
+ "scope": "required",
371
+ "hashes": [
372
+ {
373
+ "alg": "SHA-256",
374
+ "content": "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
375
+ }
376
+ ],
377
+ "licenses": [
378
+ {
379
+ "expression": "MIT"
380
+ }
381
+ ],
382
+ "purl": "pkg:cargo/libsqlite3-sys@0.30.1",
383
+ "externalReferences": [
384
+ {
385
+ "type": "other",
386
+ "url": "sqlite3"
387
+ },
388
+ {
389
+ "type": "vcs",
390
+ "url": "https://github.com/rusqlite/rusqlite"
391
+ }
392
+ ]
393
+ },
394
+ {
395
+ "type": "library",
396
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
397
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
398
+ "name": "once_cell",
399
+ "version": "1.21.4",
400
+ "description": "Single assignment cells and lazy values.",
401
+ "scope": "required",
402
+ "hashes": [
403
+ {
404
+ "alg": "SHA-256",
405
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
406
+ }
407
+ ],
408
+ "licenses": [
409
+ {
410
+ "expression": "MIT OR Apache-2.0"
411
+ }
412
+ ],
413
+ "purl": "pkg:cargo/once_cell@1.21.4",
414
+ "externalReferences": [
415
+ {
416
+ "type": "documentation",
417
+ "url": "https://docs.rs/once_cell"
418
+ },
419
+ {
420
+ "type": "vcs",
421
+ "url": "https://github.com/matklad/once_cell"
422
+ }
423
+ ]
424
+ },
425
+ {
426
+ "type": "library",
427
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33",
428
+ "author": "Alex Crichton <alex@alexcrichton.com>",
429
+ "name": "pkg-config",
430
+ "version": "0.3.33",
431
+ "description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ",
432
+ "scope": "excluded",
433
+ "hashes": [
434
+ {
435
+ "alg": "SHA-256",
436
+ "content": "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
437
+ }
438
+ ],
439
+ "licenses": [
440
+ {
441
+ "expression": "MIT OR Apache-2.0"
442
+ }
443
+ ],
444
+ "purl": "pkg:cargo/pkg-config@0.3.33",
445
+ "externalReferences": [
446
+ {
447
+ "type": "documentation",
448
+ "url": "https://docs.rs/pkg-config"
449
+ },
450
+ {
451
+ "type": "vcs",
452
+ "url": "https://github.com/rust-lang/pkg-config-rs"
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "type": "library",
458
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
459
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
460
+ "name": "proc-macro2",
461
+ "version": "1.0.107",
462
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
463
+ "scope": "required",
464
+ "hashes": [
465
+ {
466
+ "alg": "SHA-256",
467
+ "content": "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
468
+ }
469
+ ],
470
+ "licenses": [
471
+ {
472
+ "expression": "MIT OR Apache-2.0"
473
+ }
474
+ ],
475
+ "purl": "pkg:cargo/proc-macro2@1.0.107",
476
+ "externalReferences": [
477
+ {
478
+ "type": "documentation",
479
+ "url": "https://docs.rs/proc-macro2"
480
+ },
481
+ {
482
+ "type": "vcs",
483
+ "url": "https://github.com/dtolnay/proc-macro2"
484
+ }
485
+ ]
486
+ },
487
+ {
488
+ "type": "library",
489
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
490
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
491
+ "name": "pyo3-build-config",
492
+ "version": "0.29.0",
493
+ "description": "Build configuration for the PyO3 ecosystem",
494
+ "scope": "excluded",
495
+ "hashes": [
496
+ {
497
+ "alg": "SHA-256",
498
+ "content": "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
499
+ }
500
+ ],
501
+ "licenses": [
502
+ {
503
+ "expression": "MIT OR Apache-2.0"
504
+ }
505
+ ],
506
+ "purl": "pkg:cargo/pyo3-build-config@0.29.0",
507
+ "externalReferences": [
508
+ {
509
+ "type": "website",
510
+ "url": "https://github.com/pyo3/pyo3"
511
+ },
512
+ {
513
+ "type": "vcs",
514
+ "url": "https://github.com/pyo3/pyo3"
515
+ }
516
+ ]
517
+ },
518
+ {
519
+ "type": "library",
520
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
521
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
522
+ "name": "pyo3-ffi",
523
+ "version": "0.29.0",
524
+ "description": "Python-API bindings for the PyO3 ecosystem",
525
+ "scope": "required",
526
+ "hashes": [
527
+ {
528
+ "alg": "SHA-256",
529
+ "content": "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
530
+ }
531
+ ],
532
+ "licenses": [
533
+ {
534
+ "expression": "MIT OR Apache-2.0"
535
+ }
536
+ ],
537
+ "purl": "pkg:cargo/pyo3-ffi@0.29.0",
538
+ "externalReferences": [
539
+ {
540
+ "type": "website",
541
+ "url": "https://github.com/pyo3/pyo3"
542
+ },
543
+ {
544
+ "type": "other",
545
+ "url": "python"
546
+ },
547
+ {
548
+ "type": "vcs",
549
+ "url": "https://github.com/pyo3/pyo3"
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "type": "library",
555
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
556
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
557
+ "name": "pyo3-macros-backend",
558
+ "version": "0.29.0",
559
+ "description": "Code generation for PyO3 package",
560
+ "scope": "required",
561
+ "hashes": [
562
+ {
563
+ "alg": "SHA-256",
564
+ "content": "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
565
+ }
566
+ ],
567
+ "licenses": [
568
+ {
569
+ "expression": "MIT OR Apache-2.0"
570
+ }
571
+ ],
572
+ "purl": "pkg:cargo/pyo3-macros-backend@0.29.0",
573
+ "externalReferences": [
574
+ {
575
+ "type": "website",
576
+ "url": "https://github.com/pyo3/pyo3"
577
+ },
578
+ {
579
+ "type": "vcs",
580
+ "url": "https://github.com/pyo3/pyo3"
581
+ }
582
+ ]
583
+ },
584
+ {
585
+ "type": "library",
586
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0",
587
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
588
+ "name": "pyo3-macros",
589
+ "version": "0.29.0",
590
+ "description": "Proc macros for PyO3 package",
591
+ "scope": "required",
592
+ "hashes": [
593
+ {
594
+ "alg": "SHA-256",
595
+ "content": "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
596
+ }
597
+ ],
598
+ "licenses": [
599
+ {
600
+ "expression": "MIT OR Apache-2.0"
601
+ }
602
+ ],
603
+ "purl": "pkg:cargo/pyo3-macros@0.29.0",
604
+ "externalReferences": [
605
+ {
606
+ "type": "website",
607
+ "url": "https://github.com/pyo3/pyo3"
608
+ },
609
+ {
610
+ "type": "vcs",
611
+ "url": "https://github.com/pyo3/pyo3"
612
+ }
613
+ ]
614
+ },
615
+ {
616
+ "type": "library",
617
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
618
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
619
+ "name": "pyo3",
620
+ "version": "0.29.0",
621
+ "description": "Bindings to Python interpreter",
622
+ "scope": "required",
623
+ "hashes": [
624
+ {
625
+ "alg": "SHA-256",
626
+ "content": "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
627
+ }
628
+ ],
629
+ "licenses": [
630
+ {
631
+ "expression": "MIT OR Apache-2.0"
632
+ }
633
+ ],
634
+ "purl": "pkg:cargo/pyo3@0.29.0",
635
+ "externalReferences": [
636
+ {
637
+ "type": "documentation",
638
+ "url": "https://docs.rs/crate/pyo3/"
639
+ },
640
+ {
641
+ "type": "website",
642
+ "url": "https://github.com/pyo3/pyo3"
643
+ },
644
+ {
645
+ "type": "other",
646
+ "url": "pyo3-python"
647
+ },
648
+ {
649
+ "type": "vcs",
650
+ "url": "https://github.com/pyo3/pyo3"
651
+ }
652
+ ]
653
+ },
654
+ {
655
+ "type": "library",
656
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
657
+ "author": "David Tolnay <dtolnay@gmail.com>",
658
+ "name": "quote",
659
+ "version": "1.0.47",
660
+ "description": "Quasi-quoting macro quote!(...)",
661
+ "scope": "required",
662
+ "hashes": [
663
+ {
664
+ "alg": "SHA-256",
665
+ "content": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
666
+ }
667
+ ],
668
+ "licenses": [
669
+ {
670
+ "expression": "MIT OR Apache-2.0"
671
+ }
672
+ ],
673
+ "purl": "pkg:cargo/quote@1.0.47",
674
+ "externalReferences": [
675
+ {
676
+ "type": "documentation",
677
+ "url": "https://docs.rs/quote/"
678
+ },
679
+ {
680
+ "type": "vcs",
681
+ "url": "https://github.com/dtolnay/quote"
682
+ }
683
+ ]
684
+ },
685
+ {
686
+ "type": "library",
687
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.32.1",
688
+ "author": "The rusqlite developers",
689
+ "name": "rusqlite",
690
+ "version": "0.32.1",
691
+ "description": "Ergonomic wrapper for SQLite",
692
+ "scope": "required",
693
+ "hashes": [
694
+ {
695
+ "alg": "SHA-256",
696
+ "content": "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e"
697
+ }
698
+ ],
699
+ "licenses": [
700
+ {
701
+ "expression": "MIT"
702
+ }
703
+ ],
704
+ "purl": "pkg:cargo/rusqlite@0.32.1",
705
+ "externalReferences": [
706
+ {
707
+ "type": "documentation",
708
+ "url": "https://docs.rs/rusqlite/"
709
+ },
710
+ {
711
+ "type": "vcs",
712
+ "url": "https://github.com/rusqlite/rusqlite"
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "type": "library",
718
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1",
719
+ "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>",
720
+ "name": "shlex",
721
+ "version": "2.0.1",
722
+ "description": "Split a string into shell words, like Python's shlex.",
723
+ "scope": "excluded",
724
+ "hashes": [
725
+ {
726
+ "alg": "SHA-256",
727
+ "content": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
728
+ }
729
+ ],
730
+ "licenses": [
731
+ {
732
+ "expression": "MIT OR Apache-2.0"
733
+ }
734
+ ],
735
+ "purl": "pkg:cargo/shlex@2.0.1",
736
+ "externalReferences": [
737
+ {
738
+ "type": "vcs",
739
+ "url": "https://github.com/comex/rust-shlex"
740
+ }
741
+ ]
742
+ },
743
+ {
744
+ "type": "library",
745
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
746
+ "author": "The Servo Project Developers",
747
+ "name": "smallvec",
748
+ "version": "1.15.2",
749
+ "description": "'Small vector' optimization: store up to a small number of items on the stack",
750
+ "scope": "required",
751
+ "hashes": [
752
+ {
753
+ "alg": "SHA-256",
754
+ "content": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
755
+ }
756
+ ],
757
+ "licenses": [
758
+ {
759
+ "expression": "MIT OR Apache-2.0"
760
+ }
761
+ ],
762
+ "purl": "pkg:cargo/smallvec@1.15.2",
763
+ "externalReferences": [
764
+ {
765
+ "type": "documentation",
766
+ "url": "https://docs.rs/smallvec/"
767
+ },
768
+ {
769
+ "type": "vcs",
770
+ "url": "https://github.com/servo/rust-smallvec"
771
+ }
772
+ ]
773
+ },
774
+ {
775
+ "type": "library",
776
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
777
+ "author": "David Tolnay <dtolnay@gmail.com>",
778
+ "name": "syn",
779
+ "version": "2.0.119",
780
+ "description": "Parser for Rust source code",
781
+ "scope": "required",
782
+ "hashes": [
783
+ {
784
+ "alg": "SHA-256",
785
+ "content": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
786
+ }
787
+ ],
788
+ "licenses": [
789
+ {
790
+ "expression": "MIT OR Apache-2.0"
791
+ }
792
+ ],
793
+ "purl": "pkg:cargo/syn@2.0.119",
794
+ "externalReferences": [
795
+ {
796
+ "type": "documentation",
797
+ "url": "https://docs.rs/syn"
798
+ },
799
+ {
800
+ "type": "vcs",
801
+ "url": "https://github.com/dtolnay/syn"
802
+ }
803
+ ]
804
+ },
805
+ {
806
+ "type": "library",
807
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
808
+ "author": "Dan Gohman <sunfish@mozilla.com>",
809
+ "name": "target-lexicon",
810
+ "version": "0.13.5",
811
+ "description": "LLVM target triple types",
812
+ "scope": "excluded",
813
+ "hashes": [
814
+ {
815
+ "alg": "SHA-256",
816
+ "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
817
+ }
818
+ ],
819
+ "licenses": [
820
+ {
821
+ "expression": "Apache-2.0 WITH LLVM-exception"
822
+ }
823
+ ],
824
+ "purl": "pkg:cargo/target-lexicon@0.13.5",
825
+ "externalReferences": [
826
+ {
827
+ "type": "documentation",
828
+ "url": "https://docs.rs/target-lexicon/"
829
+ },
830
+ {
831
+ "type": "vcs",
832
+ "url": "https://github.com/bytecodealliance/target-lexicon"
833
+ }
834
+ ]
835
+ },
836
+ {
837
+ "type": "library",
838
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
839
+ "author": "David Tolnay <dtolnay@gmail.com>",
840
+ "name": "thiserror-impl",
841
+ "version": "1.0.69",
842
+ "description": "Implementation detail of the `thiserror` crate",
843
+ "scope": "required",
844
+ "hashes": [
845
+ {
846
+ "alg": "SHA-256",
847
+ "content": "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
848
+ }
849
+ ],
850
+ "licenses": [
851
+ {
852
+ "expression": "MIT OR Apache-2.0"
853
+ }
854
+ ],
855
+ "purl": "pkg:cargo/thiserror-impl@1.0.69",
856
+ "externalReferences": [
857
+ {
858
+ "type": "vcs",
859
+ "url": "https://github.com/dtolnay/thiserror"
860
+ }
861
+ ]
862
+ },
863
+ {
864
+ "type": "library",
865
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
866
+ "author": "David Tolnay <dtolnay@gmail.com>",
867
+ "name": "thiserror",
868
+ "version": "1.0.69",
869
+ "description": "derive(Error)",
870
+ "scope": "required",
871
+ "hashes": [
872
+ {
873
+ "alg": "SHA-256",
874
+ "content": "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
875
+ }
876
+ ],
877
+ "licenses": [
878
+ {
879
+ "expression": "MIT OR Apache-2.0"
880
+ }
881
+ ],
882
+ "purl": "pkg:cargo/thiserror@1.0.69",
883
+ "externalReferences": [
884
+ {
885
+ "type": "documentation",
886
+ "url": "https://docs.rs/thiserror"
887
+ },
888
+ {
889
+ "type": "vcs",
890
+ "url": "https://github.com/dtolnay/thiserror"
891
+ }
892
+ ]
893
+ },
894
+ {
895
+ "type": "library",
896
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
897
+ "author": "David Tolnay <dtolnay@gmail.com>",
898
+ "name": "unicode-ident",
899
+ "version": "1.0.24",
900
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
901
+ "scope": "required",
902
+ "hashes": [
903
+ {
904
+ "alg": "SHA-256",
905
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
906
+ }
907
+ ],
908
+ "licenses": [
909
+ {
910
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
911
+ }
912
+ ],
913
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
914
+ "externalReferences": [
915
+ {
916
+ "type": "documentation",
917
+ "url": "https://docs.rs/unicode-ident"
918
+ },
919
+ {
920
+ "type": "vcs",
921
+ "url": "https://github.com/dtolnay/unicode-ident"
922
+ }
923
+ ]
924
+ },
925
+ {
926
+ "type": "library",
927
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15",
928
+ "author": "Jim McGrath <jimmc2@gmail.com>",
929
+ "name": "vcpkg",
930
+ "version": "0.2.15",
931
+ "description": "A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. ",
932
+ "scope": "excluded",
933
+ "hashes": [
934
+ {
935
+ "alg": "SHA-256",
936
+ "content": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
937
+ }
938
+ ],
939
+ "licenses": [
940
+ {
941
+ "expression": "MIT OR Apache-2.0"
942
+ }
943
+ ],
944
+ "purl": "pkg:cargo/vcpkg@0.2.15",
945
+ "externalReferences": [
946
+ {
947
+ "type": "documentation",
948
+ "url": "https://docs.rs/vcpkg"
949
+ },
950
+ {
951
+ "type": "vcs",
952
+ "url": "https://github.com/mcgoo/vcpkg-rs"
953
+ }
954
+ ]
955
+ },
956
+ {
957
+ "type": "library",
958
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
959
+ "author": "Sergio Benitez <sb@sergio.bz>",
960
+ "name": "version_check",
961
+ "version": "0.9.5",
962
+ "description": "Tiny crate to check the version of the installed/running rustc.",
963
+ "scope": "excluded",
964
+ "hashes": [
965
+ {
966
+ "alg": "SHA-256",
967
+ "content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
968
+ }
969
+ ],
970
+ "licenses": [
971
+ {
972
+ "expression": "MIT OR Apache-2.0"
973
+ }
974
+ ],
975
+ "purl": "pkg:cargo/version_check@0.9.5",
976
+ "externalReferences": [
977
+ {
978
+ "type": "documentation",
979
+ "url": "https://docs.rs/version_check/"
980
+ },
981
+ {
982
+ "type": "vcs",
983
+ "url": "https://github.com/SergioBenitez/version_check"
984
+ }
985
+ ]
986
+ },
987
+ {
988
+ "type": "library",
989
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.54",
990
+ "author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
991
+ "name": "zerocopy",
992
+ "version": "0.8.54",
993
+ "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.",
994
+ "scope": "required",
995
+ "hashes": [
996
+ {
997
+ "alg": "SHA-256",
998
+ "content": "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19"
999
+ }
1000
+ ],
1001
+ "licenses": [
1002
+ {
1003
+ "expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
1004
+ }
1005
+ ],
1006
+ "purl": "pkg:cargo/zerocopy@0.8.54",
1007
+ "externalReferences": [
1008
+ {
1009
+ "type": "vcs",
1010
+ "url": "https://github.com/google/zerocopy"
1011
+ }
1012
+ ]
1013
+ }
1014
+ ],
1015
+ "dependencies": [
1016
+ {
1017
+ "ref": "path+file:///D:/a/localqueue/localqueue#1.0.0",
1018
+ "dependsOn": [
1019
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
1020
+ "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.32.1",
1021
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69"
1022
+ ]
1023
+ },
1024
+ {
1025
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
1026
+ "dependsOn": [
1027
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
1028
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1029
+ "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
1030
+ "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.54"
1031
+ ]
1032
+ },
1033
+ {
1034
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1"
1035
+ },
1036
+ {
1037
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.3.0",
1038
+ "dependsOn": [
1039
+ "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
1040
+ "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
1041
+ ]
1042
+ },
1043
+ {
1044
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1045
+ },
1046
+ {
1047
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0"
1048
+ },
1049
+ {
1050
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9"
1051
+ },
1052
+ {
1053
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
1054
+ },
1055
+ {
1056
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
1057
+ "dependsOn": [
1058
+ "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12"
1059
+ ]
1060
+ },
1061
+ {
1062
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.9.1",
1063
+ "dependsOn": [
1064
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5"
1065
+ ]
1066
+ },
1067
+ {
1068
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
1069
+ },
1070
+ {
1071
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
1072
+ },
1073
+ {
1074
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.30.1",
1075
+ "dependsOn": [
1076
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.3.0",
1077
+ "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33",
1078
+ "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
1079
+ ]
1080
+ },
1081
+ {
1082
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
1083
+ },
1084
+ {
1085
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33"
1086
+ },
1087
+ {
1088
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1089
+ "dependsOn": [
1090
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1091
+ ]
1092
+ },
1093
+ {
1094
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
1095
+ "dependsOn": [
1096
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
1097
+ ]
1098
+ },
1099
+ {
1100
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
1101
+ "dependsOn": [
1102
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
1103
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0"
1104
+ ]
1105
+ },
1106
+ {
1107
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
1108
+ "dependsOn": [
1109
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1110
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1111
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1112
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
1113
+ ]
1114
+ },
1115
+ {
1116
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0",
1117
+ "dependsOn": [
1118
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1119
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
1120
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1121
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
1122
+ ]
1123
+ },
1124
+ {
1125
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
1126
+ "dependsOn": [
1127
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
1128
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1129
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
1130
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
1131
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0"
1132
+ ]
1133
+ },
1134
+ {
1135
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1136
+ "dependsOn": [
1137
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107"
1138
+ ]
1139
+ },
1140
+ {
1141
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.32.1",
1142
+ "dependsOn": [
1143
+ "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
1144
+ "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0",
1145
+ "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9",
1146
+ "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.9.1",
1147
+ "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.30.1",
1148
+ "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
1149
+ ]
1150
+ },
1151
+ {
1152
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
1153
+ },
1154
+ {
1155
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
1156
+ },
1157
+ {
1158
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
1159
+ "dependsOn": [
1160
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1161
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1162
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1163
+ ]
1164
+ },
1165
+ {
1166
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
1167
+ },
1168
+ {
1169
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
1170
+ "dependsOn": [
1171
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1172
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1173
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
1174
+ ]
1175
+ },
1176
+ {
1177
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
1178
+ "dependsOn": [
1179
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69"
1180
+ ]
1181
+ },
1182
+ {
1183
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1184
+ },
1185
+ {
1186
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
1187
+ },
1188
+ {
1189
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
1190
+ },
1191
+ {
1192
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.54"
1193
+ }
1194
+ ]
1195
+ }