baisilisp 0.5.2.dev0__cp310-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.
- _lang/__init__.py +5 -0
- _lang/_lang.pyd +0 -0
- baisilisp-0.5.2.dev0.dist-info/METADATA +93 -0
- baisilisp-0.5.2.dev0.dist-info/RECORD +7 -0
- baisilisp-0.5.2.dev0.dist-info/WHEEL +4 -0
- baisilisp-0.5.2.dev0.dist-info/entry_points.txt +5 -0
- baisilisp-0.5.2.dev0.dist-info/sboms/basilisp-native.cyclonedx.json +865 -0
_lang/__init__.py
ADDED
_lang/_lang.pyd
ADDED
|
Binary file
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: baisilisp
|
|
3
|
+
Version: 0.5.2.dev0
|
|
4
|
+
Classifier: Development Status :: 4 - Beta
|
|
5
|
+
Classifier: Intended Audience :: Developers
|
|
6
|
+
Classifier: Programming Language :: Python
|
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
13
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
14
|
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
15
|
+
Classifier: Topic :: Software Development :: Compilers
|
|
16
|
+
Requires-Dist: attrs>=22.2.0
|
|
17
|
+
Requires-Dist: immutables>=0.20,<1.0.0
|
|
18
|
+
Requires-Dist: prompt-toolkit>=3.0.0,<4.0.0
|
|
19
|
+
Requires-Dist: pyrsistent>=0.18.0,<1.0.0
|
|
20
|
+
Requires-Dist: tomli>=2.0.1,<3.0.0 ; python_full_version < '3.11'
|
|
21
|
+
Requires-Dist: typing-extensions>=4.7.0,<5.0.0
|
|
22
|
+
Requires-Dist: pygments>=2.9.0,<3.0.0 ; extra == 'pygments'
|
|
23
|
+
Requires-Dist: pytest>=7.0.0,<9.0.0 ; extra == 'pytest'
|
|
24
|
+
Provides-Extra: pygments
|
|
25
|
+
Provides-Extra: pytest
|
|
26
|
+
Summary: BaisiLisp: a compatibility-focused Basilisp fork hosted on Python 3 with seamless Python interop.
|
|
27
|
+
Author-email: Christopher Rink <chris@crink.dev>
|
|
28
|
+
License-Expression: EPL-1.0
|
|
29
|
+
Requires-Python: >=3.10
|
|
30
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
31
|
+
Project-URL: Bug Tracker, https://github.com/vandyand/baisilisp/issues
|
|
32
|
+
Project-URL: Changelog, https://github.com/vandyand/baisilisp/blob/main/CHANGELOG.md
|
|
33
|
+
Project-URL: Homepage, https://github.com/vandyand/baisilisp
|
|
34
|
+
Project-URL: Repository, https://github.com/vandyand/baisilisp
|
|
35
|
+
|
|
36
|
+
# 🐍 BaisiLisp 🐍
|
|
37
|
+
|
|
38
|
+
A compatibility-focused Basilisp fork: a Clojure-compatible(-ish) Lisp dialect
|
|
39
|
+
hosted on Python 3 with seamless Python interop. The installed Python and Lisp
|
|
40
|
+
namespace remains ``basilisp`` for source compatibility.
|
|
41
|
+
|
|
42
|
+
[](https://pypi.org/project/baisilisp/) [](https://pypi.org/project/baisilisp/) [](https://pypi.org/project/baisilisp/) [](https://github.com/vandyand/baisilisp/actions/workflows/run-tests.yml) [](https://github.com/vandyand/baisilisp/actions/workflows/run-clojure-test-suite.yml) [](https://github.com/vandyand/baisilisp/blob/main/LICENSE)
|
|
43
|
+
|
|
44
|
+
## Getting Started
|
|
45
|
+
|
|
46
|
+
BaisiLisp is developed on [GitHub](https://github.com/vandyand/baisilisp) and
|
|
47
|
+
hosted on [PyPI](https://pypi.org/project/baisilisp/). You can fetch BaisiLisp
|
|
48
|
+
using `pip` (or any other Python dependency manager which can pull from PyPI):
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
pip install baisilisp
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
Once BaisiLisp is installed, you can enter into the REPL using:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
basilisp repl
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
## Documentation
|
|
61
|
+
|
|
62
|
+
BaisiLisp documentation is maintained in this repository. It can help guide your
|
|
63
|
+
exploration at the REPL and beyond. Additionally, BaisiLisp features many of the
|
|
64
|
+
same functions and idioms as [Clojure](https://clojure.org/), so you may find
|
|
65
|
+
guides and documentation there helpful for getting started.
|
|
66
|
+
|
|
67
|
+
For those who prefer a video introduction, feel free to check out this
|
|
68
|
+
[talk](https://youtu.be/ruGRHYpq448?si=0jr2a6uWlq6Vi2_k) hosted by the
|
|
69
|
+
[London Clojurians](https://www.meetup.com/london-clojurians/) group about Basilisp.
|
|
70
|
+
|
|
71
|
+
## Contributing
|
|
72
|
+
|
|
73
|
+
Contributions are welcome. BaisiLisp retains the upstream Eclipse Public License
|
|
74
|
+
1.0 and attribution; please file fork-specific issues in this repository.
|
|
75
|
+
|
|
76
|
+
If you have a question, please use [GitHub Discussions](https://github.com/vandyand/baisilisp/discussions).
|
|
77
|
+
|
|
78
|
+
## Release channels
|
|
79
|
+
|
|
80
|
+
Tagged releases are stable versions. Every successful commit to `main` is also
|
|
81
|
+
published to PyPI as a development version; install that stream explicitly:
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
pip install --pre --upgrade baisilisp
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
The distribution is a drop-in replacement, so do not install it alongside the
|
|
88
|
+
upstream `basilisp` distribution in the same environment.
|
|
89
|
+
|
|
90
|
+
## License
|
|
91
|
+
|
|
92
|
+
Eclipse Public License 1.0
|
|
93
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
_lang/__init__.py,sha256=Aa0v17N0TPsFFWGS4KG71zn0hdtanSt1JBkGspgjuMU,103
|
|
2
|
+
_lang/_lang.pyd,sha256=2xWiU4ST-PtT8qA6eopNargLwZrcFun0n_4KSuZd3Nw,374784
|
|
3
|
+
baisilisp-0.5.2.dev0.dist-info/METADATA,sha256=vMKr29RcDE8jdkPweO0WuUMayUIkJQ1tSP0hkGRZr7U,4435
|
|
4
|
+
baisilisp-0.5.2.dev0.dist-info/WHEEL,sha256=_qjkWZs5yrFgc7wGyX42BWq6PiACrY0XI82VSrZ_57E,96
|
|
5
|
+
baisilisp-0.5.2.dev0.dist-info/entry_points.txt,sha256=Pn2z9A3AWcVp3Bot1JvMqtAMaPCcznNps_oWE6EwscY,155
|
|
6
|
+
baisilisp-0.5.2.dev0.dist-info/sboms/basilisp-native.cyclonedx.json,sha256=3c_mXGn3NNv5pqhVsn698cD_pokEaH03dtgiNxY1gnc,27057
|
|
7
|
+
baisilisp-0.5.2.dev0.dist-info/RECORD,,
|
|
@@ -0,0 +1,865 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bomFormat": "CycloneDX",
|
|
3
|
+
"specVersion": "1.5",
|
|
4
|
+
"version": 1,
|
|
5
|
+
"serialNumber": "urn:uuid:2a4ba334-80fe-40ba-a9b8-50bb5dc1f77a",
|
|
6
|
+
"metadata": {
|
|
7
|
+
"timestamp": "2026-07-18T16:42:55.003819500Z",
|
|
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:///C:/Users/vandy/AppData/Local/uv/cache/sdists-v9/.tmpJ3RRcr/baisilisp-0.5.2.dev0/rust#basilisp-native@0.5.2-dev.0",
|
|
18
|
+
"name": "basilisp-native",
|
|
19
|
+
"version": "0.5.2-dev.0",
|
|
20
|
+
"scope": "required",
|
|
21
|
+
"purl": "pkg:cargo/basilisp-native@0.5.2-dev.0?download_url=file://.",
|
|
22
|
+
"components": [
|
|
23
|
+
{
|
|
24
|
+
"type": "library",
|
|
25
|
+
"bom-ref": "path+file:///C:/Users/vandy/AppData/Local/uv/cache/sdists-v9/.tmpJ3RRcr/baisilisp-0.5.2.dev0/rust#basilisp-native@0.5.2-dev.0 bin-target-0",
|
|
26
|
+
"name": "basilisp_native",
|
|
27
|
+
"version": "0.5.2-dev.0",
|
|
28
|
+
"purl": "pkg:cargo/basilisp-native@0.5.2-dev.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#bitflags@2.11.1",
|
|
43
|
+
"author": "The Rust Project Developers",
|
|
44
|
+
"name": "bitflags",
|
|
45
|
+
"version": "2.11.1",
|
|
46
|
+
"description": "A macro to generate structures which behave like bitflags. ",
|
|
47
|
+
"scope": "required",
|
|
48
|
+
"hashes": [
|
|
49
|
+
{
|
|
50
|
+
"alg": "SHA-256",
|
|
51
|
+
"content": "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"licenses": [
|
|
55
|
+
{
|
|
56
|
+
"expression": "MIT OR Apache-2.0"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"purl": "pkg:cargo/bitflags@2.11.1",
|
|
60
|
+
"externalReferences": [
|
|
61
|
+
{
|
|
62
|
+
"type": "documentation",
|
|
63
|
+
"url": "https://docs.rs/bitflags"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "website",
|
|
67
|
+
"url": "https://github.com/bitflags/bitflags"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": "vcs",
|
|
71
|
+
"url": "https://github.com/bitflags/bitflags"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"type": "library",
|
|
77
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
78
|
+
"author": "Alex Crichton <alex@alexcrichton.com>",
|
|
79
|
+
"name": "cfg-if",
|
|
80
|
+
"version": "1.0.4",
|
|
81
|
+
"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. ",
|
|
82
|
+
"scope": "required",
|
|
83
|
+
"hashes": [
|
|
84
|
+
{
|
|
85
|
+
"alg": "SHA-256",
|
|
86
|
+
"content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"licenses": [
|
|
90
|
+
{
|
|
91
|
+
"expression": "MIT OR Apache-2.0"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"purl": "pkg:cargo/cfg-if@1.0.4",
|
|
95
|
+
"externalReferences": [
|
|
96
|
+
{
|
|
97
|
+
"type": "vcs",
|
|
98
|
+
"url": "https://github.com/rust-lang/cfg-if"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"type": "library",
|
|
104
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
105
|
+
"name": "heck",
|
|
106
|
+
"version": "0.5.0",
|
|
107
|
+
"description": "heck is a case conversion library.",
|
|
108
|
+
"scope": "required",
|
|
109
|
+
"hashes": [
|
|
110
|
+
{
|
|
111
|
+
"alg": "SHA-256",
|
|
112
|
+
"content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"licenses": [
|
|
116
|
+
{
|
|
117
|
+
"expression": "MIT OR Apache-2.0"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"purl": "pkg:cargo/heck@0.5.0",
|
|
121
|
+
"externalReferences": [
|
|
122
|
+
{
|
|
123
|
+
"type": "vcs",
|
|
124
|
+
"url": "https://github.com/withoutboats/heck"
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"type": "library",
|
|
130
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
131
|
+
"author": "The Rust Project Developers",
|
|
132
|
+
"name": "libc",
|
|
133
|
+
"version": "0.2.186",
|
|
134
|
+
"description": "Raw FFI bindings to platform libraries like libc.",
|
|
135
|
+
"scope": "required",
|
|
136
|
+
"hashes": [
|
|
137
|
+
{
|
|
138
|
+
"alg": "SHA-256",
|
|
139
|
+
"content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"licenses": [
|
|
143
|
+
{
|
|
144
|
+
"expression": "MIT OR Apache-2.0"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"purl": "pkg:cargo/libc@0.2.186",
|
|
148
|
+
"externalReferences": [
|
|
149
|
+
{
|
|
150
|
+
"type": "vcs",
|
|
151
|
+
"url": "https://github.com/rust-lang/libc"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "library",
|
|
157
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
158
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
159
|
+
"name": "lock_api",
|
|
160
|
+
"version": "0.4.14",
|
|
161
|
+
"description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
|
|
162
|
+
"scope": "required",
|
|
163
|
+
"hashes": [
|
|
164
|
+
{
|
|
165
|
+
"alg": "SHA-256",
|
|
166
|
+
"content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"licenses": [
|
|
170
|
+
{
|
|
171
|
+
"expression": "MIT OR Apache-2.0"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"purl": "pkg:cargo/lock_api@0.4.14",
|
|
175
|
+
"externalReferences": [
|
|
176
|
+
{
|
|
177
|
+
"type": "vcs",
|
|
178
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "library",
|
|
184
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
185
|
+
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
|
186
|
+
"name": "once_cell",
|
|
187
|
+
"version": "1.21.4",
|
|
188
|
+
"description": "Single assignment cells and lazy values.",
|
|
189
|
+
"scope": "required",
|
|
190
|
+
"hashes": [
|
|
191
|
+
{
|
|
192
|
+
"alg": "SHA-256",
|
|
193
|
+
"content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"licenses": [
|
|
197
|
+
{
|
|
198
|
+
"expression": "MIT OR Apache-2.0"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"purl": "pkg:cargo/once_cell@1.21.4",
|
|
202
|
+
"externalReferences": [
|
|
203
|
+
{
|
|
204
|
+
"type": "documentation",
|
|
205
|
+
"url": "https://docs.rs/once_cell"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"type": "vcs",
|
|
209
|
+
"url": "https://github.com/matklad/once_cell"
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"type": "library",
|
|
215
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
216
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
217
|
+
"name": "parking_lot",
|
|
218
|
+
"version": "0.12.5",
|
|
219
|
+
"description": "More compact and efficient implementations of the standard synchronization primitives.",
|
|
220
|
+
"scope": "required",
|
|
221
|
+
"hashes": [
|
|
222
|
+
{
|
|
223
|
+
"alg": "SHA-256",
|
|
224
|
+
"content": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"licenses": [
|
|
228
|
+
{
|
|
229
|
+
"expression": "MIT OR Apache-2.0"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"purl": "pkg:cargo/parking_lot@0.12.5",
|
|
233
|
+
"externalReferences": [
|
|
234
|
+
{
|
|
235
|
+
"type": "vcs",
|
|
236
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": "library",
|
|
242
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
243
|
+
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
|
244
|
+
"name": "parking_lot_core",
|
|
245
|
+
"version": "0.9.12",
|
|
246
|
+
"description": "An advanced API for creating custom synchronization primitives.",
|
|
247
|
+
"scope": "required",
|
|
248
|
+
"hashes": [
|
|
249
|
+
{
|
|
250
|
+
"alg": "SHA-256",
|
|
251
|
+
"content": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"licenses": [
|
|
255
|
+
{
|
|
256
|
+
"expression": "MIT OR Apache-2.0"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"purl": "pkg:cargo/parking_lot_core@0.9.12",
|
|
260
|
+
"externalReferences": [
|
|
261
|
+
{
|
|
262
|
+
"type": "vcs",
|
|
263
|
+
"url": "https://github.com/Amanieu/parking_lot"
|
|
264
|
+
}
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"type": "library",
|
|
269
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
|
|
270
|
+
"name": "portable-atomic",
|
|
271
|
+
"version": "1.13.1",
|
|
272
|
+
"description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ",
|
|
273
|
+
"scope": "required",
|
|
274
|
+
"hashes": [
|
|
275
|
+
{
|
|
276
|
+
"alg": "SHA-256",
|
|
277
|
+
"content": "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"licenses": [
|
|
281
|
+
{
|
|
282
|
+
"expression": "Apache-2.0 OR MIT"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"purl": "pkg:cargo/portable-atomic@1.13.1",
|
|
286
|
+
"externalReferences": [
|
|
287
|
+
{
|
|
288
|
+
"type": "vcs",
|
|
289
|
+
"url": "https://github.com/taiki-e/portable-atomic"
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"type": "library",
|
|
295
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
296
|
+
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
|
|
297
|
+
"name": "proc-macro2",
|
|
298
|
+
"version": "1.0.106",
|
|
299
|
+
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
|
|
300
|
+
"scope": "required",
|
|
301
|
+
"hashes": [
|
|
302
|
+
{
|
|
303
|
+
"alg": "SHA-256",
|
|
304
|
+
"content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"licenses": [
|
|
308
|
+
{
|
|
309
|
+
"expression": "MIT OR Apache-2.0"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"purl": "pkg:cargo/proc-macro2@1.0.106",
|
|
313
|
+
"externalReferences": [
|
|
314
|
+
{
|
|
315
|
+
"type": "documentation",
|
|
316
|
+
"url": "https://docs.rs/proc-macro2"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"type": "vcs",
|
|
320
|
+
"url": "https://github.com/dtolnay/proc-macro2"
|
|
321
|
+
}
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"type": "library",
|
|
326
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
|
|
327
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
328
|
+
"name": "pyo3-build-config",
|
|
329
|
+
"version": "0.28.3",
|
|
330
|
+
"description": "Build configuration for the PyO3 ecosystem",
|
|
331
|
+
"scope": "required",
|
|
332
|
+
"hashes": [
|
|
333
|
+
{
|
|
334
|
+
"alg": "SHA-256",
|
|
335
|
+
"content": "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"licenses": [
|
|
339
|
+
{
|
|
340
|
+
"expression": "MIT OR Apache-2.0"
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"purl": "pkg:cargo/pyo3-build-config@0.28.3",
|
|
344
|
+
"externalReferences": [
|
|
345
|
+
{
|
|
346
|
+
"type": "website",
|
|
347
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"type": "vcs",
|
|
351
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
352
|
+
}
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"type": "library",
|
|
357
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
|
|
358
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
359
|
+
"name": "pyo3-ffi",
|
|
360
|
+
"version": "0.28.3",
|
|
361
|
+
"description": "Python-API bindings for the PyO3 ecosystem",
|
|
362
|
+
"scope": "required",
|
|
363
|
+
"hashes": [
|
|
364
|
+
{
|
|
365
|
+
"alg": "SHA-256",
|
|
366
|
+
"content": "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"licenses": [
|
|
370
|
+
{
|
|
371
|
+
"expression": "MIT OR Apache-2.0"
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"purl": "pkg:cargo/pyo3-ffi@0.28.3",
|
|
375
|
+
"externalReferences": [
|
|
376
|
+
{
|
|
377
|
+
"type": "website",
|
|
378
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"type": "other",
|
|
382
|
+
"url": "python"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"type": "vcs",
|
|
386
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
387
|
+
}
|
|
388
|
+
]
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"type": "library",
|
|
392
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
|
|
393
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
394
|
+
"name": "pyo3-macros-backend",
|
|
395
|
+
"version": "0.28.3",
|
|
396
|
+
"description": "Code generation for PyO3 package",
|
|
397
|
+
"scope": "required",
|
|
398
|
+
"hashes": [
|
|
399
|
+
{
|
|
400
|
+
"alg": "SHA-256",
|
|
401
|
+
"content": "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
"licenses": [
|
|
405
|
+
{
|
|
406
|
+
"expression": "MIT OR Apache-2.0"
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"purl": "pkg:cargo/pyo3-macros-backend@0.28.3",
|
|
410
|
+
"externalReferences": [
|
|
411
|
+
{
|
|
412
|
+
"type": "website",
|
|
413
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"type": "vcs",
|
|
417
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"type": "library",
|
|
423
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3",
|
|
424
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
425
|
+
"name": "pyo3-macros",
|
|
426
|
+
"version": "0.28.3",
|
|
427
|
+
"description": "Proc macros for PyO3 package",
|
|
428
|
+
"scope": "required",
|
|
429
|
+
"hashes": [
|
|
430
|
+
{
|
|
431
|
+
"alg": "SHA-256",
|
|
432
|
+
"content": "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"licenses": [
|
|
436
|
+
{
|
|
437
|
+
"expression": "MIT OR Apache-2.0"
|
|
438
|
+
}
|
|
439
|
+
],
|
|
440
|
+
"purl": "pkg:cargo/pyo3-macros@0.28.3",
|
|
441
|
+
"externalReferences": [
|
|
442
|
+
{
|
|
443
|
+
"type": "website",
|
|
444
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"type": "vcs",
|
|
448
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
449
|
+
}
|
|
450
|
+
]
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"type": "library",
|
|
454
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3",
|
|
455
|
+
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
|
456
|
+
"name": "pyo3",
|
|
457
|
+
"version": "0.28.3",
|
|
458
|
+
"description": "Bindings to Python interpreter",
|
|
459
|
+
"scope": "required",
|
|
460
|
+
"hashes": [
|
|
461
|
+
{
|
|
462
|
+
"alg": "SHA-256",
|
|
463
|
+
"content": "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"licenses": [
|
|
467
|
+
{
|
|
468
|
+
"expression": "MIT OR Apache-2.0"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"purl": "pkg:cargo/pyo3@0.28.3",
|
|
472
|
+
"externalReferences": [
|
|
473
|
+
{
|
|
474
|
+
"type": "documentation",
|
|
475
|
+
"url": "https://docs.rs/crate/pyo3/"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"type": "website",
|
|
479
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"type": "vcs",
|
|
483
|
+
"url": "https://github.com/pyo3/pyo3"
|
|
484
|
+
}
|
|
485
|
+
]
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"type": "library",
|
|
489
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
490
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
491
|
+
"name": "quote",
|
|
492
|
+
"version": "1.0.45",
|
|
493
|
+
"description": "Quasi-quoting macro quote!(...)",
|
|
494
|
+
"scope": "required",
|
|
495
|
+
"hashes": [
|
|
496
|
+
{
|
|
497
|
+
"alg": "SHA-256",
|
|
498
|
+
"content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"licenses": [
|
|
502
|
+
{
|
|
503
|
+
"expression": "MIT OR Apache-2.0"
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"purl": "pkg:cargo/quote@1.0.45",
|
|
507
|
+
"externalReferences": [
|
|
508
|
+
{
|
|
509
|
+
"type": "documentation",
|
|
510
|
+
"url": "https://docs.rs/quote/"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"type": "vcs",
|
|
514
|
+
"url": "https://github.com/dtolnay/quote"
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"type": "library",
|
|
520
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.18",
|
|
521
|
+
"author": "Jeremy Soller <jackpot51@gmail.com>",
|
|
522
|
+
"name": "redox_syscall",
|
|
523
|
+
"version": "0.5.18",
|
|
524
|
+
"description": "A Rust library to access raw Redox system calls",
|
|
525
|
+
"scope": "required",
|
|
526
|
+
"hashes": [
|
|
527
|
+
{
|
|
528
|
+
"alg": "SHA-256",
|
|
529
|
+
"content": "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"licenses": [
|
|
533
|
+
{
|
|
534
|
+
"expression": "MIT"
|
|
535
|
+
}
|
|
536
|
+
],
|
|
537
|
+
"purl": "pkg:cargo/redox_syscall@0.5.18",
|
|
538
|
+
"externalReferences": [
|
|
539
|
+
{
|
|
540
|
+
"type": "documentation",
|
|
541
|
+
"url": "https://docs.rs/redox_syscall"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"type": "vcs",
|
|
545
|
+
"url": "https://gitlab.redox-os.org/redox-os/syscall"
|
|
546
|
+
}
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"type": "library",
|
|
551
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
|
|
552
|
+
"author": "bluss",
|
|
553
|
+
"name": "scopeguard",
|
|
554
|
+
"version": "1.2.0",
|
|
555
|
+
"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. ",
|
|
556
|
+
"scope": "required",
|
|
557
|
+
"hashes": [
|
|
558
|
+
{
|
|
559
|
+
"alg": "SHA-256",
|
|
560
|
+
"content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"licenses": [
|
|
564
|
+
{
|
|
565
|
+
"expression": "MIT OR Apache-2.0"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"purl": "pkg:cargo/scopeguard@1.2.0",
|
|
569
|
+
"externalReferences": [
|
|
570
|
+
{
|
|
571
|
+
"type": "documentation",
|
|
572
|
+
"url": "https://docs.rs/scopeguard/"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"type": "vcs",
|
|
576
|
+
"url": "https://github.com/bluss/scopeguard"
|
|
577
|
+
}
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"type": "library",
|
|
582
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
|
583
|
+
"author": "The Servo Project Developers",
|
|
584
|
+
"name": "smallvec",
|
|
585
|
+
"version": "1.15.1",
|
|
586
|
+
"description": "'Small vector' optimization: store up to a small number of items on the stack",
|
|
587
|
+
"scope": "required",
|
|
588
|
+
"hashes": [
|
|
589
|
+
{
|
|
590
|
+
"alg": "SHA-256",
|
|
591
|
+
"content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
592
|
+
}
|
|
593
|
+
],
|
|
594
|
+
"licenses": [
|
|
595
|
+
{
|
|
596
|
+
"expression": "MIT OR Apache-2.0"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"purl": "pkg:cargo/smallvec@1.15.1",
|
|
600
|
+
"externalReferences": [
|
|
601
|
+
{
|
|
602
|
+
"type": "documentation",
|
|
603
|
+
"url": "https://docs.rs/smallvec/"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"type": "vcs",
|
|
607
|
+
"url": "https://github.com/servo/rust-smallvec"
|
|
608
|
+
}
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"type": "library",
|
|
613
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
614
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
615
|
+
"name": "syn",
|
|
616
|
+
"version": "2.0.117",
|
|
617
|
+
"description": "Parser for Rust source code",
|
|
618
|
+
"scope": "required",
|
|
619
|
+
"hashes": [
|
|
620
|
+
{
|
|
621
|
+
"alg": "SHA-256",
|
|
622
|
+
"content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"licenses": [
|
|
626
|
+
{
|
|
627
|
+
"expression": "MIT OR Apache-2.0"
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"purl": "pkg:cargo/syn@2.0.117",
|
|
631
|
+
"externalReferences": [
|
|
632
|
+
{
|
|
633
|
+
"type": "documentation",
|
|
634
|
+
"url": "https://docs.rs/syn"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"type": "vcs",
|
|
638
|
+
"url": "https://github.com/dtolnay/syn"
|
|
639
|
+
}
|
|
640
|
+
]
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"type": "library",
|
|
644
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
|
|
645
|
+
"author": "Dan Gohman <sunfish@mozilla.com>",
|
|
646
|
+
"name": "target-lexicon",
|
|
647
|
+
"version": "0.13.5",
|
|
648
|
+
"description": "LLVM target triple types",
|
|
649
|
+
"scope": "required",
|
|
650
|
+
"hashes": [
|
|
651
|
+
{
|
|
652
|
+
"alg": "SHA-256",
|
|
653
|
+
"content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"licenses": [
|
|
657
|
+
{
|
|
658
|
+
"expression": "Apache-2.0 WITH LLVM-exception"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"purl": "pkg:cargo/target-lexicon@0.13.5",
|
|
662
|
+
"externalReferences": [
|
|
663
|
+
{
|
|
664
|
+
"type": "documentation",
|
|
665
|
+
"url": "https://docs.rs/target-lexicon/"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"type": "vcs",
|
|
669
|
+
"url": "https://github.com/bytecodealliance/target-lexicon"
|
|
670
|
+
}
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"type": "library",
|
|
675
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
|
|
676
|
+
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
677
|
+
"name": "unicode-ident",
|
|
678
|
+
"version": "1.0.24",
|
|
679
|
+
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
|
|
680
|
+
"scope": "required",
|
|
681
|
+
"hashes": [
|
|
682
|
+
{
|
|
683
|
+
"alg": "SHA-256",
|
|
684
|
+
"content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
685
|
+
}
|
|
686
|
+
],
|
|
687
|
+
"licenses": [
|
|
688
|
+
{
|
|
689
|
+
"expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"purl": "pkg:cargo/unicode-ident@1.0.24",
|
|
693
|
+
"externalReferences": [
|
|
694
|
+
{
|
|
695
|
+
"type": "documentation",
|
|
696
|
+
"url": "https://docs.rs/unicode-ident"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"type": "vcs",
|
|
700
|
+
"url": "https://github.com/dtolnay/unicode-ident"
|
|
701
|
+
}
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"type": "library",
|
|
706
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
|
|
707
|
+
"name": "windows-link",
|
|
708
|
+
"version": "0.2.1",
|
|
709
|
+
"description": "Linking for Windows",
|
|
710
|
+
"scope": "required",
|
|
711
|
+
"hashes": [
|
|
712
|
+
{
|
|
713
|
+
"alg": "SHA-256",
|
|
714
|
+
"content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
715
|
+
}
|
|
716
|
+
],
|
|
717
|
+
"licenses": [
|
|
718
|
+
{
|
|
719
|
+
"expression": "MIT OR Apache-2.0"
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"purl": "pkg:cargo/windows-link@0.2.1",
|
|
723
|
+
"externalReferences": [
|
|
724
|
+
{
|
|
725
|
+
"type": "vcs",
|
|
726
|
+
"url": "https://github.com/microsoft/windows-rs"
|
|
727
|
+
}
|
|
728
|
+
]
|
|
729
|
+
}
|
|
730
|
+
],
|
|
731
|
+
"dependencies": [
|
|
732
|
+
{
|
|
733
|
+
"ref": "path+file:///C:/Users/vandy/AppData/Local/uv/cache/sdists-v9/.tmpJ3RRcr/baisilisp-0.5.2.dev0/rust#basilisp-native@0.5.2-dev.0",
|
|
734
|
+
"dependsOn": [
|
|
735
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
736
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3"
|
|
737
|
+
]
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.1"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
753
|
+
"dependsOn": [
|
|
754
|
+
"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
755
|
+
]
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
|
762
|
+
"dependsOn": [
|
|
763
|
+
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
|
764
|
+
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
|
|
765
|
+
]
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
|
769
|
+
"dependsOn": [
|
|
770
|
+
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
771
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
772
|
+
"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.18",
|
|
773
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
|
774
|
+
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
775
|
+
]
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
782
|
+
"dependsOn": [
|
|
783
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
784
|
+
]
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
|
|
788
|
+
"dependsOn": [
|
|
789
|
+
"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
|
|
790
|
+
]
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
|
|
794
|
+
"dependsOn": [
|
|
795
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
796
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3"
|
|
797
|
+
]
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
|
|
801
|
+
"dependsOn": [
|
|
802
|
+
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
803
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
804
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
|
|
805
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
806
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3",
|
|
811
|
+
"dependsOn": [
|
|
812
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
813
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
|
|
814
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
815
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
|
|
816
|
+
]
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3",
|
|
820
|
+
"dependsOn": [
|
|
821
|
+
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
|
|
822
|
+
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
823
|
+
"registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
|
|
824
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
|
|
825
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
|
|
826
|
+
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3"
|
|
827
|
+
]
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
831
|
+
"dependsOn": [
|
|
832
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.18",
|
|
837
|
+
"dependsOn": [
|
|
838
|
+
"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.1"
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
|
|
849
|
+
"dependsOn": [
|
|
850
|
+
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
|
851
|
+
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
|
|
852
|
+
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
}
|