simple_jsonpath 0.1.2__cp313-cp313-win32.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ from .simple_jsonpath import *
2
+
3
+ __doc__ = simple_jsonpath.__doc__
4
+ if hasattr(simple_jsonpath, "__all__"):
5
+ __all__ = simple_jsonpath.__all__
@@ -0,0 +1,6 @@
1
+ """A Python module for querying JSON data using JSONPath expressions."""
2
+
3
+ from typing import Optional
4
+
5
+ def find(path: str, data: object) -> Optional[str]:
6
+ """Find the value(s) in the JSON data that match the given JSONPath expression."""
File without changes
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: simple_jsonpath
3
+ Version: 0.1.2
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Programming Language :: Python :: Implementation :: CPython
6
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
7
+ Requires-Python: >=3.8
@@ -0,0 +1,8 @@
1
+ simple_jsonpath/__init__.py,sha256=v66f6FM5IuVdU7o1bcXXpx0TZg8KDd9ysykiRx5khFo,143
2
+ simple_jsonpath/__init__.pyi,sha256=mIrA46O-oF82dc3R8VvQ-M6SZ2i45BdHMV6P1WnLbYc,246
3
+ simple_jsonpath/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ simple_jsonpath/simple_jsonpath.cp313-win32.pyd,sha256=bYwCAe9pYFb2IzH6QNNOAGn1x1j1IV7ySDBan3VEoAE,1542656
5
+ simple_jsonpath-0.1.2.dist-info/METADATA,sha256=ZeFcC7kJXhCR53id2nRQEKTnpBJBmh6bDoQatb7FVgQ,264
6
+ simple_jsonpath-0.1.2.dist-info/WHEEL,sha256=URAOHLAy3N6rEOitkpkDG-o7Vgmx__eZYHCrDV0GnIA,93
7
+ simple_jsonpath-0.1.2.dist-info/sboms/simple_jsonpath.cyclonedx.json,sha256=sY09crr55bKbXiy7hBDlOEa0Winw1QKZU35V-79OUBc,42258
8
+ simple_jsonpath-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.12.6)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-win32
@@ -0,0 +1,1322 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:c3e81789-ac69-4f0b-b593-6da56f33dcf4",
6
+ "metadata": {
7
+ "timestamp": "2026-03-15T23:16:00.521994400Z",
8
+ "tools": [
9
+ {
10
+ "vendor": "CycloneDX",
11
+ "name": "cargo-cyclonedx",
12
+ "version": "0.5.7"
13
+ }
14
+ ],
15
+ "component": {
16
+ "type": "library",
17
+ "bom-ref": "path+file:///D:/a/simple_jsonpath/simple_jsonpath#0.1.2",
18
+ "name": "simple_jsonpath",
19
+ "version": "0.1.2",
20
+ "scope": "required",
21
+ "purl": "pkg:cargo/simple_jsonpath@0.1.2?download_url=file://.",
22
+ "components": [
23
+ {
24
+ "type": "library",
25
+ "bom-ref": "path+file:///D:/a/simple_jsonpath/simple_jsonpath#0.1.2 bin-target-0",
26
+ "name": "simple_jsonpath",
27
+ "version": "0.1.2",
28
+ "purl": "pkg:cargo/simple_jsonpath@0.1.2?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": "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path@0.7.3",
43
+ "author": "Trevor Hilton <trevor.hilton@gmail.com>",
44
+ "name": "serde_json_path",
45
+ "version": "0.7.3",
46
+ "description": "Query serde_json Values using JSONPath",
47
+ "scope": "required",
48
+ "licenses": [
49
+ {
50
+ "expression": "MIT"
51
+ }
52
+ ],
53
+ "purl": "pkg:cargo/serde_json_path@0.7.3?vcs_url=git%2Bhttps://github.com/seojumper/serde_json_path.git%3Fbranch=quotes%402ef3e2ff797ed7906156aec1b8843b4d2c82546a",
54
+ "externalReferences": [
55
+ {
56
+ "type": "documentation",
57
+ "url": "https://docs.rs/serde_json_path"
58
+ },
59
+ {
60
+ "type": "vcs",
61
+ "url": "https://github.com/hiltontj/serde_json_path"
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "type": "library",
67
+ "bom-ref": "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_core@0.2.2",
68
+ "author": "Trevor Hilton <trevor.hilton@gmail.com>",
69
+ "name": "serde_json_path_core",
70
+ "version": "0.2.2",
71
+ "description": "Core types for the serde_json_path crate",
72
+ "scope": "required",
73
+ "licenses": [
74
+ {
75
+ "expression": "MIT"
76
+ }
77
+ ],
78
+ "purl": "pkg:cargo/serde_json_path_core@0.2.2?vcs_url=git%2Bhttps://github.com/seojumper/serde_json_path.git%3Fbranch=quotes%402ef3e2ff797ed7906156aec1b8843b4d2c82546a",
79
+ "externalReferences": [
80
+ {
81
+ "type": "vcs",
82
+ "url": "https://github.com/hiltontj/serde_json_path"
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "type": "library",
88
+ "bom-ref": "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_macros@0.1.6",
89
+ "author": "Trevor Hilton <trevor.hilton@gmail.com>",
90
+ "name": "serde_json_path_macros",
91
+ "version": "0.1.6",
92
+ "description": "Macros for the serde_json_path crate",
93
+ "scope": "required",
94
+ "licenses": [
95
+ {
96
+ "expression": "MIT"
97
+ }
98
+ ],
99
+ "purl": "pkg:cargo/serde_json_path_macros@0.1.6?vcs_url=git%2Bhttps://github.com/seojumper/serde_json_path.git%3Fbranch=quotes%402ef3e2ff797ed7906156aec1b8843b4d2c82546a",
100
+ "externalReferences": [
101
+ {
102
+ "type": "vcs",
103
+ "url": "https://github.com/hiltontj/serde_json_path"
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "type": "library",
109
+ "bom-ref": "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_macros_internal@0.1.2",
110
+ "author": "Trevor Hilton <trevor.hilton@gmail.com>",
111
+ "name": "serde_json_path_macros_internal",
112
+ "version": "0.1.2",
113
+ "description": "Internal macro implementation for the serde_json_path crate",
114
+ "scope": "required",
115
+ "licenses": [
116
+ {
117
+ "expression": "MIT"
118
+ }
119
+ ],
120
+ "purl": "pkg:cargo/serde_json_path_macros_internal@0.1.2?vcs_url=git%2Bhttps://github.com/seojumper/serde_json_path.git%3Fbranch=quotes%402ef3e2ff797ed7906156aec1b8843b4d2c82546a",
121
+ "externalReferences": [
122
+ {
123
+ "type": "vcs",
124
+ "url": "https://github.com/hiltontj/serde_json_path"
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "type": "library",
130
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
131
+ "author": "Andrew Gallant <jamslam@gmail.com>",
132
+ "name": "aho-corasick",
133
+ "version": "1.1.4",
134
+ "description": "Fast multiple substring searching.",
135
+ "scope": "required",
136
+ "hashes": [
137
+ {
138
+ "alg": "SHA-256",
139
+ "content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
140
+ }
141
+ ],
142
+ "licenses": [
143
+ {
144
+ "expression": "Unlicense OR MIT"
145
+ }
146
+ ],
147
+ "purl": "pkg:cargo/aho-corasick@1.1.4",
148
+ "externalReferences": [
149
+ {
150
+ "type": "website",
151
+ "url": "https://github.com/BurntSushi/aho-corasick"
152
+ },
153
+ {
154
+ "type": "vcs",
155
+ "url": "https://github.com/BurntSushi/aho-corasick"
156
+ }
157
+ ]
158
+ },
159
+ {
160
+ "type": "library",
161
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
162
+ "name": "heck",
163
+ "version": "0.5.0",
164
+ "description": "heck is a case conversion library.",
165
+ "scope": "required",
166
+ "hashes": [
167
+ {
168
+ "alg": "SHA-256",
169
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
170
+ }
171
+ ],
172
+ "licenses": [
173
+ {
174
+ "expression": "MIT OR Apache-2.0"
175
+ }
176
+ ],
177
+ "purl": "pkg:cargo/heck@0.5.0",
178
+ "externalReferences": [
179
+ {
180
+ "type": "vcs",
181
+ "url": "https://github.com/withoutboats/heck"
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "type": "library",
187
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#inventory@0.3.22",
188
+ "author": "David Tolnay <dtolnay@gmail.com>",
189
+ "name": "inventory",
190
+ "version": "0.3.22",
191
+ "description": "Typed distributed plugin registration",
192
+ "scope": "required",
193
+ "hashes": [
194
+ {
195
+ "alg": "SHA-256",
196
+ "content": "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227"
197
+ }
198
+ ],
199
+ "licenses": [
200
+ {
201
+ "expression": "MIT OR Apache-2.0"
202
+ }
203
+ ],
204
+ "purl": "pkg:cargo/inventory@0.3.22",
205
+ "externalReferences": [
206
+ {
207
+ "type": "documentation",
208
+ "url": "https://docs.rs/inventory"
209
+ },
210
+ {
211
+ "type": "vcs",
212
+ "url": "https://github.com/dtolnay/inventory"
213
+ }
214
+ ]
215
+ },
216
+ {
217
+ "type": "library",
218
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
219
+ "author": "David Tolnay <dtolnay@gmail.com>",
220
+ "name": "itoa",
221
+ "version": "1.0.17",
222
+ "description": "Fast integer primitive to string conversion",
223
+ "scope": "required",
224
+ "hashes": [
225
+ {
226
+ "alg": "SHA-256",
227
+ "content": "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
228
+ }
229
+ ],
230
+ "licenses": [
231
+ {
232
+ "expression": "MIT OR Apache-2.0"
233
+ }
234
+ ],
235
+ "purl": "pkg:cargo/itoa@1.0.17",
236
+ "externalReferences": [
237
+ {
238
+ "type": "documentation",
239
+ "url": "https://docs.rs/itoa"
240
+ },
241
+ {
242
+ "type": "vcs",
243
+ "url": "https://github.com/dtolnay/itoa"
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "type": "library",
249
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
250
+ "author": "The Rust Project Developers",
251
+ "name": "libc",
252
+ "version": "0.2.183",
253
+ "description": "Raw FFI bindings to platform libraries like libc.",
254
+ "scope": "required",
255
+ "hashes": [
256
+ {
257
+ "alg": "SHA-256",
258
+ "content": "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
259
+ }
260
+ ],
261
+ "licenses": [
262
+ {
263
+ "expression": "MIT OR Apache-2.0"
264
+ }
265
+ ],
266
+ "purl": "pkg:cargo/libc@0.2.183",
267
+ "externalReferences": [
268
+ {
269
+ "type": "vcs",
270
+ "url": "https://github.com/rust-lang/libc"
271
+ }
272
+ ]
273
+ },
274
+ {
275
+ "type": "library",
276
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
277
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
278
+ "name": "memchr",
279
+ "version": "2.8.0",
280
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
281
+ "scope": "required",
282
+ "hashes": [
283
+ {
284
+ "alg": "SHA-256",
285
+ "content": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
286
+ }
287
+ ],
288
+ "licenses": [
289
+ {
290
+ "expression": "Unlicense OR MIT"
291
+ }
292
+ ],
293
+ "purl": "pkg:cargo/memchr@2.8.0",
294
+ "externalReferences": [
295
+ {
296
+ "type": "documentation",
297
+ "url": "https://docs.rs/memchr/"
298
+ },
299
+ {
300
+ "type": "website",
301
+ "url": "https://github.com/BurntSushi/memchr"
302
+ },
303
+ {
304
+ "type": "vcs",
305
+ "url": "https://github.com/BurntSushi/memchr"
306
+ }
307
+ ]
308
+ },
309
+ {
310
+ "type": "library",
311
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1",
312
+ "author": "Alex Huszagh <ahuszagh@gmail.com>",
313
+ "name": "minimal-lexical",
314
+ "version": "0.2.1",
315
+ "description": "Fast float parsing conversion routines.",
316
+ "scope": "required",
317
+ "hashes": [
318
+ {
319
+ "alg": "SHA-256",
320
+ "content": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
321
+ }
322
+ ],
323
+ "licenses": [
324
+ {
325
+ "expression": "MIT OR Apache-2.0"
326
+ }
327
+ ],
328
+ "purl": "pkg:cargo/minimal-lexical@0.2.1",
329
+ "externalReferences": [
330
+ {
331
+ "type": "documentation",
332
+ "url": "https://docs.rs/minimal-lexical"
333
+ },
334
+ {
335
+ "type": "vcs",
336
+ "url": "https://github.com/Alexhuszagh/minimal-lexical"
337
+ }
338
+ ]
339
+ },
340
+ {
341
+ "type": "library",
342
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3",
343
+ "author": "contact@geoffroycouprie.com",
344
+ "name": "nom",
345
+ "version": "7.1.3",
346
+ "description": "A byte-oriented, zero-copy, parser combinators library",
347
+ "scope": "required",
348
+ "hashes": [
349
+ {
350
+ "alg": "SHA-256",
351
+ "content": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
352
+ }
353
+ ],
354
+ "licenses": [
355
+ {
356
+ "expression": "MIT"
357
+ }
358
+ ],
359
+ "purl": "pkg:cargo/nom@7.1.3",
360
+ "externalReferences": [
361
+ {
362
+ "type": "documentation",
363
+ "url": "https://docs.rs/nom"
364
+ },
365
+ {
366
+ "type": "vcs",
367
+ "url": "https://github.com/Geal/nom"
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "type": "library",
373
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
374
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
375
+ "name": "once_cell",
376
+ "version": "1.21.4",
377
+ "description": "Single assignment cells and lazy values.",
378
+ "scope": "required",
379
+ "hashes": [
380
+ {
381
+ "alg": "SHA-256",
382
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
383
+ }
384
+ ],
385
+ "licenses": [
386
+ {
387
+ "expression": "MIT OR Apache-2.0"
388
+ }
389
+ ],
390
+ "purl": "pkg:cargo/once_cell@1.21.4",
391
+ "externalReferences": [
392
+ {
393
+ "type": "documentation",
394
+ "url": "https://docs.rs/once_cell"
395
+ },
396
+ {
397
+ "type": "vcs",
398
+ "url": "https://github.com/matklad/once_cell"
399
+ }
400
+ ]
401
+ },
402
+ {
403
+ "type": "library",
404
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
405
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
406
+ "name": "proc-macro2",
407
+ "version": "1.0.106",
408
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
409
+ "scope": "required",
410
+ "hashes": [
411
+ {
412
+ "alg": "SHA-256",
413
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
414
+ }
415
+ ],
416
+ "licenses": [
417
+ {
418
+ "expression": "MIT OR Apache-2.0"
419
+ }
420
+ ],
421
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
422
+ "externalReferences": [
423
+ {
424
+ "type": "documentation",
425
+ "url": "https://docs.rs/proc-macro2"
426
+ },
427
+ {
428
+ "type": "vcs",
429
+ "url": "https://github.com/dtolnay/proc-macro2"
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "type": "library",
435
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.2",
436
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
437
+ "name": "pyo3-build-config",
438
+ "version": "0.28.2",
439
+ "description": "Build configuration for the PyO3 ecosystem",
440
+ "scope": "required",
441
+ "hashes": [
442
+ {
443
+ "alg": "SHA-256",
444
+ "content": "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
445
+ }
446
+ ],
447
+ "licenses": [
448
+ {
449
+ "expression": "MIT OR Apache-2.0"
450
+ }
451
+ ],
452
+ "purl": "pkg:cargo/pyo3-build-config@0.28.2",
453
+ "externalReferences": [
454
+ {
455
+ "type": "website",
456
+ "url": "https://github.com/pyo3/pyo3"
457
+ },
458
+ {
459
+ "type": "vcs",
460
+ "url": "https://github.com/pyo3/pyo3"
461
+ }
462
+ ]
463
+ },
464
+ {
465
+ "type": "library",
466
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.2",
467
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
468
+ "name": "pyo3-ffi",
469
+ "version": "0.28.2",
470
+ "description": "Python-API bindings for the PyO3 ecosystem",
471
+ "scope": "required",
472
+ "hashes": [
473
+ {
474
+ "alg": "SHA-256",
475
+ "content": "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
476
+ }
477
+ ],
478
+ "licenses": [
479
+ {
480
+ "expression": "MIT OR Apache-2.0"
481
+ }
482
+ ],
483
+ "purl": "pkg:cargo/pyo3-ffi@0.28.2",
484
+ "externalReferences": [
485
+ {
486
+ "type": "website",
487
+ "url": "https://github.com/pyo3/pyo3"
488
+ },
489
+ {
490
+ "type": "other",
491
+ "url": "python"
492
+ },
493
+ {
494
+ "type": "vcs",
495
+ "url": "https://github.com/pyo3/pyo3"
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "type": "library",
501
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.2",
502
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
503
+ "name": "pyo3-macros-backend",
504
+ "version": "0.28.2",
505
+ "description": "Code generation for PyO3 package",
506
+ "scope": "required",
507
+ "hashes": [
508
+ {
509
+ "alg": "SHA-256",
510
+ "content": "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
511
+ }
512
+ ],
513
+ "licenses": [
514
+ {
515
+ "expression": "MIT OR Apache-2.0"
516
+ }
517
+ ],
518
+ "purl": "pkg:cargo/pyo3-macros-backend@0.28.2",
519
+ "externalReferences": [
520
+ {
521
+ "type": "website",
522
+ "url": "https://github.com/pyo3/pyo3"
523
+ },
524
+ {
525
+ "type": "vcs",
526
+ "url": "https://github.com/pyo3/pyo3"
527
+ }
528
+ ]
529
+ },
530
+ {
531
+ "type": "library",
532
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.2",
533
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
534
+ "name": "pyo3-macros",
535
+ "version": "0.28.2",
536
+ "description": "Proc macros for PyO3 package",
537
+ "scope": "required",
538
+ "hashes": [
539
+ {
540
+ "alg": "SHA-256",
541
+ "content": "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
542
+ }
543
+ ],
544
+ "licenses": [
545
+ {
546
+ "expression": "MIT OR Apache-2.0"
547
+ }
548
+ ],
549
+ "purl": "pkg:cargo/pyo3-macros@0.28.2",
550
+ "externalReferences": [
551
+ {
552
+ "type": "website",
553
+ "url": "https://github.com/pyo3/pyo3"
554
+ },
555
+ {
556
+ "type": "vcs",
557
+ "url": "https://github.com/pyo3/pyo3"
558
+ }
559
+ ]
560
+ },
561
+ {
562
+ "type": "library",
563
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.2",
564
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
565
+ "name": "pyo3",
566
+ "version": "0.28.2",
567
+ "description": "Bindings to Python interpreter",
568
+ "scope": "required",
569
+ "hashes": [
570
+ {
571
+ "alg": "SHA-256",
572
+ "content": "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
573
+ }
574
+ ],
575
+ "licenses": [
576
+ {
577
+ "expression": "MIT OR Apache-2.0"
578
+ }
579
+ ],
580
+ "purl": "pkg:cargo/pyo3@0.28.2",
581
+ "externalReferences": [
582
+ {
583
+ "type": "documentation",
584
+ "url": "https://docs.rs/crate/pyo3/"
585
+ },
586
+ {
587
+ "type": "website",
588
+ "url": "https://github.com/pyo3/pyo3"
589
+ },
590
+ {
591
+ "type": "vcs",
592
+ "url": "https://github.com/pyo3/pyo3"
593
+ }
594
+ ]
595
+ },
596
+ {
597
+ "type": "library",
598
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pythonize@0.28.0",
599
+ "author": "David Hewitt <1939362+davidhewitt@users.noreply.github.com>",
600
+ "name": "pythonize",
601
+ "version": "0.28.0",
602
+ "description": "Serde Serializer & Deserializer from Rust <--> Python, backed by PyO3.",
603
+ "scope": "required",
604
+ "hashes": [
605
+ {
606
+ "alg": "SHA-256",
607
+ "content": "0b79f670c9626c8b651c0581011b57b6ba6970bb69faf01a7c4c0cfc81c43f95"
608
+ }
609
+ ],
610
+ "licenses": [
611
+ {
612
+ "expression": "MIT"
613
+ }
614
+ ],
615
+ "purl": "pkg:cargo/pythonize@0.28.0",
616
+ "externalReferences": [
617
+ {
618
+ "type": "documentation",
619
+ "url": "https://docs.rs/crate/pythonize/"
620
+ },
621
+ {
622
+ "type": "website",
623
+ "url": "https://github.com/davidhewitt/pythonize"
624
+ },
625
+ {
626
+ "type": "vcs",
627
+ "url": "https://github.com/davidhewitt/pythonize"
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "type": "library",
633
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
634
+ "author": "David Tolnay <dtolnay@gmail.com>",
635
+ "name": "quote",
636
+ "version": "1.0.45",
637
+ "description": "Quasi-quoting macro quote!(...)",
638
+ "scope": "required",
639
+ "hashes": [
640
+ {
641
+ "alg": "SHA-256",
642
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
643
+ }
644
+ ],
645
+ "licenses": [
646
+ {
647
+ "expression": "MIT OR Apache-2.0"
648
+ }
649
+ ],
650
+ "purl": "pkg:cargo/quote@1.0.45",
651
+ "externalReferences": [
652
+ {
653
+ "type": "documentation",
654
+ "url": "https://docs.rs/quote/"
655
+ },
656
+ {
657
+ "type": "vcs",
658
+ "url": "https://github.com/dtolnay/quote"
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "type": "library",
664
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
665
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
666
+ "name": "regex-automata",
667
+ "version": "0.4.14",
668
+ "description": "Automata construction and matching using regular expressions.",
669
+ "scope": "required",
670
+ "hashes": [
671
+ {
672
+ "alg": "SHA-256",
673
+ "content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
674
+ }
675
+ ],
676
+ "licenses": [
677
+ {
678
+ "expression": "MIT OR Apache-2.0"
679
+ }
680
+ ],
681
+ "purl": "pkg:cargo/regex-automata@0.4.14",
682
+ "externalReferences": [
683
+ {
684
+ "type": "documentation",
685
+ "url": "https://docs.rs/regex-automata"
686
+ },
687
+ {
688
+ "type": "website",
689
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
690
+ },
691
+ {
692
+ "type": "vcs",
693
+ "url": "https://github.com/rust-lang/regex"
694
+ }
695
+ ]
696
+ },
697
+ {
698
+ "type": "library",
699
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
700
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
701
+ "name": "regex-syntax",
702
+ "version": "0.8.10",
703
+ "description": "A regular expression parser.",
704
+ "scope": "required",
705
+ "hashes": [
706
+ {
707
+ "alg": "SHA-256",
708
+ "content": "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
709
+ }
710
+ ],
711
+ "licenses": [
712
+ {
713
+ "expression": "MIT OR Apache-2.0"
714
+ }
715
+ ],
716
+ "purl": "pkg:cargo/regex-syntax@0.8.10",
717
+ "externalReferences": [
718
+ {
719
+ "type": "documentation",
720
+ "url": "https://docs.rs/regex-syntax"
721
+ },
722
+ {
723
+ "type": "website",
724
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
725
+ },
726
+ {
727
+ "type": "vcs",
728
+ "url": "https://github.com/rust-lang/regex"
729
+ }
730
+ ]
731
+ },
732
+ {
733
+ "type": "library",
734
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
735
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
736
+ "name": "regex",
737
+ "version": "1.12.3",
738
+ "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
739
+ "scope": "required",
740
+ "hashes": [
741
+ {
742
+ "alg": "SHA-256",
743
+ "content": "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
744
+ }
745
+ ],
746
+ "licenses": [
747
+ {
748
+ "expression": "MIT OR Apache-2.0"
749
+ }
750
+ ],
751
+ "purl": "pkg:cargo/regex@1.12.3",
752
+ "externalReferences": [
753
+ {
754
+ "type": "documentation",
755
+ "url": "https://docs.rs/regex"
756
+ },
757
+ {
758
+ "type": "website",
759
+ "url": "https://github.com/rust-lang/regex"
760
+ },
761
+ {
762
+ "type": "vcs",
763
+ "url": "https://github.com/rust-lang/regex"
764
+ }
765
+ ]
766
+ },
767
+ {
768
+ "type": "library",
769
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
770
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
771
+ "name": "serde",
772
+ "version": "1.0.228",
773
+ "description": "A generic serialization/deserialization framework",
774
+ "scope": "required",
775
+ "hashes": [
776
+ {
777
+ "alg": "SHA-256",
778
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
779
+ }
780
+ ],
781
+ "licenses": [
782
+ {
783
+ "expression": "MIT OR Apache-2.0"
784
+ }
785
+ ],
786
+ "purl": "pkg:cargo/serde@1.0.228",
787
+ "externalReferences": [
788
+ {
789
+ "type": "documentation",
790
+ "url": "https://docs.rs/serde"
791
+ },
792
+ {
793
+ "type": "website",
794
+ "url": "https://serde.rs"
795
+ },
796
+ {
797
+ "type": "vcs",
798
+ "url": "https://github.com/serde-rs/serde"
799
+ }
800
+ ]
801
+ },
802
+ {
803
+ "type": "library",
804
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
805
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
806
+ "name": "serde_core",
807
+ "version": "1.0.228",
808
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
809
+ "scope": "required",
810
+ "hashes": [
811
+ {
812
+ "alg": "SHA-256",
813
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
814
+ }
815
+ ],
816
+ "licenses": [
817
+ {
818
+ "expression": "MIT OR Apache-2.0"
819
+ }
820
+ ],
821
+ "purl": "pkg:cargo/serde_core@1.0.228",
822
+ "externalReferences": [
823
+ {
824
+ "type": "documentation",
825
+ "url": "https://docs.rs/serde_core"
826
+ },
827
+ {
828
+ "type": "website",
829
+ "url": "https://serde.rs"
830
+ },
831
+ {
832
+ "type": "vcs",
833
+ "url": "https://github.com/serde-rs/serde"
834
+ }
835
+ ]
836
+ },
837
+ {
838
+ "type": "library",
839
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
840
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
841
+ "name": "serde_derive",
842
+ "version": "1.0.228",
843
+ "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
844
+ "scope": "required",
845
+ "hashes": [
846
+ {
847
+ "alg": "SHA-256",
848
+ "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
849
+ }
850
+ ],
851
+ "licenses": [
852
+ {
853
+ "expression": "MIT OR Apache-2.0"
854
+ }
855
+ ],
856
+ "purl": "pkg:cargo/serde_derive@1.0.228",
857
+ "externalReferences": [
858
+ {
859
+ "type": "documentation",
860
+ "url": "https://serde.rs/derive.html"
861
+ },
862
+ {
863
+ "type": "website",
864
+ "url": "https://serde.rs"
865
+ },
866
+ {
867
+ "type": "vcs",
868
+ "url": "https://github.com/serde-rs/serde"
869
+ }
870
+ ]
871
+ },
872
+ {
873
+ "type": "library",
874
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
875
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
876
+ "name": "serde_json",
877
+ "version": "1.0.149",
878
+ "description": "A JSON serialization file format",
879
+ "scope": "required",
880
+ "hashes": [
881
+ {
882
+ "alg": "SHA-256",
883
+ "content": "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
884
+ }
885
+ ],
886
+ "licenses": [
887
+ {
888
+ "expression": "MIT OR Apache-2.0"
889
+ }
890
+ ],
891
+ "purl": "pkg:cargo/serde_json@1.0.149",
892
+ "externalReferences": [
893
+ {
894
+ "type": "documentation",
895
+ "url": "https://docs.rs/serde_json"
896
+ },
897
+ {
898
+ "type": "vcs",
899
+ "url": "https://github.com/serde-rs/json"
900
+ }
901
+ ]
902
+ },
903
+ {
904
+ "type": "library",
905
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
906
+ "author": "David Tolnay <dtolnay@gmail.com>",
907
+ "name": "syn",
908
+ "version": "2.0.117",
909
+ "description": "Parser for Rust source code",
910
+ "scope": "required",
911
+ "hashes": [
912
+ {
913
+ "alg": "SHA-256",
914
+ "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
915
+ }
916
+ ],
917
+ "licenses": [
918
+ {
919
+ "expression": "MIT OR Apache-2.0"
920
+ }
921
+ ],
922
+ "purl": "pkg:cargo/syn@2.0.117",
923
+ "externalReferences": [
924
+ {
925
+ "type": "documentation",
926
+ "url": "https://docs.rs/syn"
927
+ },
928
+ {
929
+ "type": "vcs",
930
+ "url": "https://github.com/dtolnay/syn"
931
+ }
932
+ ]
933
+ },
934
+ {
935
+ "type": "library",
936
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
937
+ "author": "Dan Gohman <sunfish@mozilla.com>",
938
+ "name": "target-lexicon",
939
+ "version": "0.13.5",
940
+ "description": "LLVM target triple types",
941
+ "scope": "required",
942
+ "hashes": [
943
+ {
944
+ "alg": "SHA-256",
945
+ "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
946
+ }
947
+ ],
948
+ "licenses": [
949
+ {
950
+ "expression": "Apache-2.0 WITH LLVM-exception"
951
+ }
952
+ ],
953
+ "purl": "pkg:cargo/target-lexicon@0.13.5",
954
+ "externalReferences": [
955
+ {
956
+ "type": "documentation",
957
+ "url": "https://docs.rs/target-lexicon/"
958
+ },
959
+ {
960
+ "type": "vcs",
961
+ "url": "https://github.com/bytecodealliance/target-lexicon"
962
+ }
963
+ ]
964
+ },
965
+ {
966
+ "type": "library",
967
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
968
+ "author": "David Tolnay <dtolnay@gmail.com>",
969
+ "name": "thiserror-impl",
970
+ "version": "2.0.18",
971
+ "description": "Implementation detail of the `thiserror` crate",
972
+ "scope": "required",
973
+ "hashes": [
974
+ {
975
+ "alg": "SHA-256",
976
+ "content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
977
+ }
978
+ ],
979
+ "licenses": [
980
+ {
981
+ "expression": "MIT OR Apache-2.0"
982
+ }
983
+ ],
984
+ "purl": "pkg:cargo/thiserror-impl@2.0.18",
985
+ "externalReferences": [
986
+ {
987
+ "type": "vcs",
988
+ "url": "https://github.com/dtolnay/thiserror"
989
+ }
990
+ ]
991
+ },
992
+ {
993
+ "type": "library",
994
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
995
+ "author": "David Tolnay <dtolnay@gmail.com>",
996
+ "name": "thiserror",
997
+ "version": "2.0.18",
998
+ "description": "derive(Error)",
999
+ "scope": "required",
1000
+ "hashes": [
1001
+ {
1002
+ "alg": "SHA-256",
1003
+ "content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1004
+ }
1005
+ ],
1006
+ "licenses": [
1007
+ {
1008
+ "expression": "MIT OR Apache-2.0"
1009
+ }
1010
+ ],
1011
+ "purl": "pkg:cargo/thiserror@2.0.18",
1012
+ "externalReferences": [
1013
+ {
1014
+ "type": "documentation",
1015
+ "url": "https://docs.rs/thiserror"
1016
+ },
1017
+ {
1018
+ "type": "vcs",
1019
+ "url": "https://github.com/dtolnay/thiserror"
1020
+ }
1021
+ ]
1022
+ },
1023
+ {
1024
+ "type": "library",
1025
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
1026
+ "author": "David Tolnay <dtolnay@gmail.com>",
1027
+ "name": "unicode-ident",
1028
+ "version": "1.0.24",
1029
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
1030
+ "scope": "required",
1031
+ "hashes": [
1032
+ {
1033
+ "alg": "SHA-256",
1034
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1035
+ }
1036
+ ],
1037
+ "licenses": [
1038
+ {
1039
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
1040
+ }
1041
+ ],
1042
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
1043
+ "externalReferences": [
1044
+ {
1045
+ "type": "documentation",
1046
+ "url": "https://docs.rs/unicode-ident"
1047
+ },
1048
+ {
1049
+ "type": "vcs",
1050
+ "url": "https://github.com/dtolnay/unicode-ident"
1051
+ }
1052
+ ]
1053
+ },
1054
+ {
1055
+ "type": "library",
1056
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
1057
+ "author": "David Tolnay <dtolnay@gmail.com>",
1058
+ "name": "zmij",
1059
+ "version": "1.0.21",
1060
+ "description": "A double-to-string conversion algorithm based on Schubfach and yy",
1061
+ "scope": "required",
1062
+ "hashes": [
1063
+ {
1064
+ "alg": "SHA-256",
1065
+ "content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1066
+ }
1067
+ ],
1068
+ "licenses": [
1069
+ {
1070
+ "expression": "MIT"
1071
+ }
1072
+ ],
1073
+ "purl": "pkg:cargo/zmij@1.0.21",
1074
+ "externalReferences": [
1075
+ {
1076
+ "type": "documentation",
1077
+ "url": "https://docs.rs/zmij"
1078
+ },
1079
+ {
1080
+ "type": "vcs",
1081
+ "url": "https://github.com/dtolnay/zmij"
1082
+ }
1083
+ ]
1084
+ }
1085
+ ],
1086
+ "dependencies": [
1087
+ {
1088
+ "ref": "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path@0.7.3",
1089
+ "dependsOn": [
1090
+ "registry+https://github.com/rust-lang/crates.io-index#inventory@0.3.22",
1091
+ "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3",
1092
+ "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
1093
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1094
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
1095
+ "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_core@0.2.2",
1096
+ "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_macros@0.1.6",
1097
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18"
1098
+ ]
1099
+ },
1100
+ {
1101
+ "ref": "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_core@0.2.2",
1102
+ "dependsOn": [
1103
+ "registry+https://github.com/rust-lang/crates.io-index#inventory@0.3.22",
1104
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1105
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
1106
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18"
1107
+ ]
1108
+ },
1109
+ {
1110
+ "ref": "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_macros@0.1.6",
1111
+ "dependsOn": [
1112
+ "registry+https://github.com/rust-lang/crates.io-index#inventory@0.3.22",
1113
+ "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_core@0.2.2",
1114
+ "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_macros_internal@0.1.2"
1115
+ ]
1116
+ },
1117
+ {
1118
+ "ref": "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path_macros_internal@0.1.2",
1119
+ "dependsOn": [
1120
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1121
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1122
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1123
+ ]
1124
+ },
1125
+ {
1126
+ "ref": "path+file:///D:/a/simple_jsonpath/simple_jsonpath#0.1.2",
1127
+ "dependsOn": [
1128
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.2",
1129
+ "registry+https://github.com/rust-lang/crates.io-index#pythonize@0.28.0",
1130
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
1131
+ "git+https://github.com/seojumper/serde_json_path.git?branch=quotes#serde_json_path@0.7.3"
1132
+ ]
1133
+ },
1134
+ {
1135
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1136
+ "dependsOn": [
1137
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
1138
+ ]
1139
+ },
1140
+ {
1141
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1142
+ "dependsOn": []
1143
+ },
1144
+ {
1145
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#inventory@0.3.22",
1146
+ "dependsOn": []
1147
+ },
1148
+ {
1149
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
1150
+ "dependsOn": []
1151
+ },
1152
+ {
1153
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
1154
+ "dependsOn": []
1155
+ },
1156
+ {
1157
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
1158
+ "dependsOn": []
1159
+ },
1160
+ {
1161
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1",
1162
+ "dependsOn": []
1163
+ },
1164
+ {
1165
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3",
1166
+ "dependsOn": [
1167
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
1168
+ "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1"
1169
+ ]
1170
+ },
1171
+ {
1172
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1173
+ "dependsOn": []
1174
+ },
1175
+ {
1176
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1177
+ "dependsOn": [
1178
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1179
+ ]
1180
+ },
1181
+ {
1182
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.2",
1183
+ "dependsOn": [
1184
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
1185
+ ]
1186
+ },
1187
+ {
1188
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.2",
1189
+ "dependsOn": [
1190
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
1191
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.2"
1192
+ ]
1193
+ },
1194
+ {
1195
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.2",
1196
+ "dependsOn": [
1197
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1198
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1199
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.2",
1200
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1201
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1202
+ ]
1203
+ },
1204
+ {
1205
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.2",
1206
+ "dependsOn": [
1207
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1208
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.2",
1209
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1210
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1211
+ ]
1212
+ },
1213
+ {
1214
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.2",
1215
+ "dependsOn": [
1216
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183",
1217
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1218
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.2",
1219
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.2",
1220
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.2",
1221
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
1222
+ ]
1223
+ },
1224
+ {
1225
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pythonize@0.28.0",
1226
+ "dependsOn": [
1227
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.2",
1228
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1229
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149"
1230
+ ]
1231
+ },
1232
+ {
1233
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1234
+ "dependsOn": [
1235
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
1236
+ ]
1237
+ },
1238
+ {
1239
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1240
+ "dependsOn": [
1241
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1242
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
1243
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
1244
+ ]
1245
+ },
1246
+ {
1247
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
1248
+ "dependsOn": []
1249
+ },
1250
+ {
1251
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
1252
+ "dependsOn": [
1253
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1254
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
1255
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1256
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
1257
+ ]
1258
+ },
1259
+ {
1260
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1261
+ "dependsOn": [
1262
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1263
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
1264
+ ]
1265
+ },
1266
+ {
1267
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1268
+ "dependsOn": []
1269
+ },
1270
+ {
1271
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
1272
+ "dependsOn": [
1273
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1274
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1275
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1276
+ ]
1277
+ },
1278
+ {
1279
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
1280
+ "dependsOn": [
1281
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
1282
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
1283
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1284
+ "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
1285
+ ]
1286
+ },
1287
+ {
1288
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
1289
+ "dependsOn": [
1290
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1291
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1292
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1293
+ ]
1294
+ },
1295
+ {
1296
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
1297
+ "dependsOn": []
1298
+ },
1299
+ {
1300
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
1301
+ "dependsOn": [
1302
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1303
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1304
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1305
+ ]
1306
+ },
1307
+ {
1308
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
1309
+ "dependsOn": [
1310
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
1311
+ ]
1312
+ },
1313
+ {
1314
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
1315
+ "dependsOn": []
1316
+ },
1317
+ {
1318
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
1319
+ "dependsOn": []
1320
+ }
1321
+ ]
1322
+ }