@tsrx/oxc-linux-arm64-gnu 0.0.0-trusted-publishing-bootstrap → 0.8.0
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.
- package/LICENSE +22 -0
- package/README.md +37 -0
- package/THIRD_PARTY_NOTICES.md +25 -0
- package/bin/oxc-tsrx +0 -0
- package/checksums.json +55 -0
- package/licenses/README.md +17 -0
- package/licenses/RUST_DEPENDENCIES.md +240 -0
- package/licenses/allowed-rust-license-expressions.json +42 -0
- package/licenses/oxc/LICENSE +22 -0
- package/licenses/oxc/PROVENANCE.json +16 -0
- package/licenses/oxc/THIRD-PARTY-LICENSE +763 -0
- package/licenses/rust-dependencies.json +1994 -0
- package/package.json +85 -5
- package/parser.node +0 -0
|
@@ -0,0 +1,1994 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"generatedBy": "scripts/generate-rust-license-inventory.ts",
|
|
4
|
+
"rootPackages": [
|
|
5
|
+
"oxc_tsrx_cli@0.8.0",
|
|
6
|
+
"parser_napi_binding@0.8.0"
|
|
7
|
+
],
|
|
8
|
+
"cargoLockSha256": "a2540359406cdbce661965c91a963677edd1b2fd6a3faaf6f6c0be11a3740a45",
|
|
9
|
+
"oxcRevision": "8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
10
|
+
"licenseSelectionPolicy": "Each Cargo expression is reviewed; selectedDistributionLicense records the basis used for binary distribution.",
|
|
11
|
+
"packageCount": 220,
|
|
12
|
+
"packages": [
|
|
13
|
+
{
|
|
14
|
+
"name": "aho-corasick",
|
|
15
|
+
"version": "1.1.4",
|
|
16
|
+
"license": "Unlicense OR MIT",
|
|
17
|
+
"selectedDistributionLicense": "MIT",
|
|
18
|
+
"sourceKind": "crates.io",
|
|
19
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
20
|
+
"checksum": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "allocator-api2",
|
|
24
|
+
"version": "0.2.21",
|
|
25
|
+
"license": "MIT OR Apache-2.0",
|
|
26
|
+
"selectedDistributionLicense": "MIT",
|
|
27
|
+
"sourceKind": "crates.io",
|
|
28
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
29
|
+
"checksum": "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "arrayvec",
|
|
33
|
+
"version": "0.7.8",
|
|
34
|
+
"license": "MIT OR Apache-2.0",
|
|
35
|
+
"selectedDistributionLicense": "MIT",
|
|
36
|
+
"sourceKind": "crates.io",
|
|
37
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
38
|
+
"checksum": "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "autocfg",
|
|
42
|
+
"version": "1.5.1",
|
|
43
|
+
"license": "Apache-2.0 OR MIT",
|
|
44
|
+
"selectedDistributionLicense": "MIT",
|
|
45
|
+
"sourceKind": "crates.io",
|
|
46
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
47
|
+
"checksum": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "bitflags",
|
|
51
|
+
"version": "2.13.1",
|
|
52
|
+
"license": "MIT OR Apache-2.0",
|
|
53
|
+
"selectedDistributionLicense": "MIT",
|
|
54
|
+
"sourceKind": "crates.io",
|
|
55
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
56
|
+
"checksum": "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "borrow-or-share",
|
|
60
|
+
"version": "0.2.4",
|
|
61
|
+
"license": "MIT-0",
|
|
62
|
+
"selectedDistributionLicense": "MIT-0",
|
|
63
|
+
"sourceKind": "crates.io",
|
|
64
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
65
|
+
"checksum": "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "bstr",
|
|
69
|
+
"version": "1.13.0",
|
|
70
|
+
"license": "MIT OR Apache-2.0",
|
|
71
|
+
"selectedDistributionLicense": "MIT",
|
|
72
|
+
"sourceKind": "crates.io",
|
|
73
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
74
|
+
"checksum": "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "bytes",
|
|
78
|
+
"version": "1.12.1",
|
|
79
|
+
"license": "MIT",
|
|
80
|
+
"selectedDistributionLicense": "MIT",
|
|
81
|
+
"sourceKind": "crates.io",
|
|
82
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
83
|
+
"checksum": "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "castaway",
|
|
87
|
+
"version": "0.2.4",
|
|
88
|
+
"license": "MIT",
|
|
89
|
+
"selectedDistributionLicense": "MIT",
|
|
90
|
+
"sourceKind": "crates.io",
|
|
91
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
92
|
+
"checksum": "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "cc",
|
|
96
|
+
"version": "1.3.0",
|
|
97
|
+
"license": "MIT OR Apache-2.0",
|
|
98
|
+
"selectedDistributionLicense": "MIT",
|
|
99
|
+
"sourceKind": "crates.io",
|
|
100
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
101
|
+
"checksum": "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "cfg-if",
|
|
105
|
+
"version": "1.0.4",
|
|
106
|
+
"license": "MIT OR Apache-2.0",
|
|
107
|
+
"selectedDistributionLicense": "MIT",
|
|
108
|
+
"sourceKind": "crates.io",
|
|
109
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
110
|
+
"checksum": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "cmake",
|
|
114
|
+
"version": "0.1.58",
|
|
115
|
+
"license": "MIT OR Apache-2.0",
|
|
116
|
+
"selectedDistributionLicense": "MIT",
|
|
117
|
+
"sourceKind": "crates.io",
|
|
118
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
119
|
+
"checksum": "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "compact_str",
|
|
123
|
+
"version": "0.9.1",
|
|
124
|
+
"license": "MIT",
|
|
125
|
+
"selectedDistributionLicense": "MIT",
|
|
126
|
+
"sourceKind": "crates.io",
|
|
127
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
128
|
+
"checksum": "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "constcat",
|
|
132
|
+
"version": "0.6.1",
|
|
133
|
+
"license": "MIT OR Apache-2.0",
|
|
134
|
+
"selectedDistributionLicense": "MIT",
|
|
135
|
+
"sourceKind": "crates.io",
|
|
136
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
137
|
+
"checksum": "136d3e02915a2cea4d74caa8681e2d44b1c3254bdbf17d11d41d587ff858832c"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "convert_case",
|
|
141
|
+
"version": "0.11.0",
|
|
142
|
+
"license": "MIT",
|
|
143
|
+
"selectedDistributionLicense": "MIT",
|
|
144
|
+
"sourceKind": "crates.io",
|
|
145
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
146
|
+
"checksum": "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "cow-utils",
|
|
150
|
+
"version": "0.1.3",
|
|
151
|
+
"license": "MIT",
|
|
152
|
+
"selectedDistributionLicense": "MIT",
|
|
153
|
+
"sourceKind": "crates.io",
|
|
154
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
155
|
+
"checksum": "417bef24afe1460300965a25ff4a24b8b45ad011948302ec221e8a0a81eb2c79"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "crossbeam-deque",
|
|
159
|
+
"version": "0.8.7",
|
|
160
|
+
"license": "MIT OR Apache-2.0",
|
|
161
|
+
"selectedDistributionLicense": "MIT",
|
|
162
|
+
"sourceKind": "crates.io",
|
|
163
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
164
|
+
"checksum": "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "crossbeam-epoch",
|
|
168
|
+
"version": "0.9.20",
|
|
169
|
+
"license": "MIT OR Apache-2.0",
|
|
170
|
+
"selectedDistributionLicense": "MIT",
|
|
171
|
+
"sourceKind": "crates.io",
|
|
172
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
173
|
+
"checksum": "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "crossbeam-utils",
|
|
177
|
+
"version": "0.8.22",
|
|
178
|
+
"license": "MIT OR Apache-2.0",
|
|
179
|
+
"selectedDistributionLicense": "MIT",
|
|
180
|
+
"sourceKind": "crates.io",
|
|
181
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
182
|
+
"checksum": "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "ctor",
|
|
186
|
+
"version": "1.0.9",
|
|
187
|
+
"license": "Apache-2.0 OR MIT",
|
|
188
|
+
"selectedDistributionLicense": "MIT",
|
|
189
|
+
"sourceKind": "crates.io",
|
|
190
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
191
|
+
"checksum": "a394189d59f9befacce833f337f7b1eca5e9a91221bcdd4d28e0114d96e597b3"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "dashmap",
|
|
195
|
+
"version": "6.2.1",
|
|
196
|
+
"license": "MIT",
|
|
197
|
+
"selectedDistributionLicense": "MIT",
|
|
198
|
+
"sourceKind": "crates.io",
|
|
199
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
200
|
+
"checksum": "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "displaydoc",
|
|
204
|
+
"version": "0.2.6",
|
|
205
|
+
"license": "MIT OR Apache-2.0",
|
|
206
|
+
"selectedDistributionLicense": "MIT",
|
|
207
|
+
"sourceKind": "crates.io",
|
|
208
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
209
|
+
"checksum": "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "dragonbox_ecma",
|
|
213
|
+
"version": "0.1.12",
|
|
214
|
+
"license": "Apache-2.0 WITH LLVM-exception OR BSL-1.0",
|
|
215
|
+
"selectedDistributionLicense": "BSL-1.0",
|
|
216
|
+
"sourceKind": "crates.io",
|
|
217
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
218
|
+
"checksum": "fd8e701084c37e7ef62d3f9e453b618130cbc0ef3573847785952a3ac3f746bf"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "dyn-clone",
|
|
222
|
+
"version": "1.0.20",
|
|
223
|
+
"license": "MIT OR Apache-2.0",
|
|
224
|
+
"selectedDistributionLicense": "MIT",
|
|
225
|
+
"sourceKind": "crates.io",
|
|
226
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
227
|
+
"checksum": "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "either",
|
|
231
|
+
"version": "1.16.0",
|
|
232
|
+
"license": "MIT OR Apache-2.0",
|
|
233
|
+
"selectedDistributionLicense": "MIT",
|
|
234
|
+
"sourceKind": "crates.io",
|
|
235
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
236
|
+
"checksum": "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "equivalent",
|
|
240
|
+
"version": "1.0.2",
|
|
241
|
+
"license": "Apache-2.0 OR MIT",
|
|
242
|
+
"selectedDistributionLicense": "MIT",
|
|
243
|
+
"sourceKind": "crates.io",
|
|
244
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
245
|
+
"checksum": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "errno",
|
|
249
|
+
"version": "0.3.14",
|
|
250
|
+
"license": "MIT OR Apache-2.0",
|
|
251
|
+
"selectedDistributionLicense": "MIT",
|
|
252
|
+
"sourceKind": "crates.io",
|
|
253
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
254
|
+
"checksum": "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "fast-glob",
|
|
258
|
+
"version": "1.0.1",
|
|
259
|
+
"license": "MIT",
|
|
260
|
+
"selectedDistributionLicense": "MIT",
|
|
261
|
+
"sourceKind": "crates.io",
|
|
262
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
263
|
+
"checksum": "3b9e81515b0279bf618200fd15d132e7195d2048fb46eed6f0f3c10cbc068266"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "fastrand",
|
|
267
|
+
"version": "2.4.1",
|
|
268
|
+
"license": "Apache-2.0 OR MIT",
|
|
269
|
+
"selectedDistributionLicense": "MIT",
|
|
270
|
+
"sourceKind": "crates.io",
|
|
271
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
272
|
+
"checksum": "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "find-msvc-tools",
|
|
276
|
+
"version": "0.1.9",
|
|
277
|
+
"license": "MIT OR Apache-2.0",
|
|
278
|
+
"selectedDistributionLicense": "MIT",
|
|
279
|
+
"sourceKind": "crates.io",
|
|
280
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
281
|
+
"checksum": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "fixedbitset",
|
|
285
|
+
"version": "0.5.7",
|
|
286
|
+
"license": "MIT OR Apache-2.0",
|
|
287
|
+
"selectedDistributionLicense": "MIT",
|
|
288
|
+
"sourceKind": "crates.io",
|
|
289
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
290
|
+
"checksum": "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "float-cmp",
|
|
294
|
+
"version": "0.10.0",
|
|
295
|
+
"license": "MIT",
|
|
296
|
+
"selectedDistributionLicense": "MIT",
|
|
297
|
+
"sourceKind": "crates.io",
|
|
298
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
299
|
+
"checksum": "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "fluent-uri",
|
|
303
|
+
"version": "0.4.1",
|
|
304
|
+
"license": "MIT",
|
|
305
|
+
"selectedDistributionLicense": "MIT",
|
|
306
|
+
"sourceKind": "crates.io",
|
|
307
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
308
|
+
"checksum": "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "foldhash",
|
|
312
|
+
"version": "0.1.5",
|
|
313
|
+
"license": "Zlib",
|
|
314
|
+
"selectedDistributionLicense": "Zlib",
|
|
315
|
+
"sourceKind": "crates.io",
|
|
316
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
317
|
+
"checksum": "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "foldhash",
|
|
321
|
+
"version": "0.2.0",
|
|
322
|
+
"license": "Zlib",
|
|
323
|
+
"selectedDistributionLicense": "Zlib",
|
|
324
|
+
"sourceKind": "crates.io",
|
|
325
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
326
|
+
"checksum": "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "form_urlencoded",
|
|
330
|
+
"version": "1.2.2",
|
|
331
|
+
"license": "MIT OR Apache-2.0",
|
|
332
|
+
"selectedDistributionLicense": "MIT",
|
|
333
|
+
"sourceKind": "crates.io",
|
|
334
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
335
|
+
"checksum": "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "futures-channel",
|
|
339
|
+
"version": "0.3.32",
|
|
340
|
+
"license": "MIT OR Apache-2.0",
|
|
341
|
+
"selectedDistributionLicense": "MIT",
|
|
342
|
+
"sourceKind": "crates.io",
|
|
343
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
344
|
+
"checksum": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "futures-core",
|
|
348
|
+
"version": "0.3.32",
|
|
349
|
+
"license": "MIT OR Apache-2.0",
|
|
350
|
+
"selectedDistributionLicense": "MIT",
|
|
351
|
+
"sourceKind": "crates.io",
|
|
352
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
353
|
+
"checksum": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "futures-executor",
|
|
357
|
+
"version": "0.3.32",
|
|
358
|
+
"license": "MIT OR Apache-2.0",
|
|
359
|
+
"selectedDistributionLicense": "MIT",
|
|
360
|
+
"sourceKind": "crates.io",
|
|
361
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
362
|
+
"checksum": "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "futures-io",
|
|
366
|
+
"version": "0.3.32",
|
|
367
|
+
"license": "MIT OR Apache-2.0",
|
|
368
|
+
"selectedDistributionLicense": "MIT",
|
|
369
|
+
"sourceKind": "crates.io",
|
|
370
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
371
|
+
"checksum": "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "futures-macro",
|
|
375
|
+
"version": "0.3.32",
|
|
376
|
+
"license": "MIT OR Apache-2.0",
|
|
377
|
+
"selectedDistributionLicense": "MIT",
|
|
378
|
+
"sourceKind": "crates.io",
|
|
379
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
380
|
+
"checksum": "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "futures-sink",
|
|
384
|
+
"version": "0.3.32",
|
|
385
|
+
"license": "MIT OR Apache-2.0",
|
|
386
|
+
"selectedDistributionLicense": "MIT",
|
|
387
|
+
"sourceKind": "crates.io",
|
|
388
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
389
|
+
"checksum": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "futures-task",
|
|
393
|
+
"version": "0.3.32",
|
|
394
|
+
"license": "MIT OR Apache-2.0",
|
|
395
|
+
"selectedDistributionLicense": "MIT",
|
|
396
|
+
"sourceKind": "crates.io",
|
|
397
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
398
|
+
"checksum": "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "futures-util",
|
|
402
|
+
"version": "0.3.32",
|
|
403
|
+
"license": "MIT OR Apache-2.0",
|
|
404
|
+
"selectedDistributionLicense": "MIT",
|
|
405
|
+
"sourceKind": "crates.io",
|
|
406
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
407
|
+
"checksum": "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "futures",
|
|
411
|
+
"version": "0.3.32",
|
|
412
|
+
"license": "MIT OR Apache-2.0",
|
|
413
|
+
"selectedDistributionLicense": "MIT",
|
|
414
|
+
"sourceKind": "crates.io",
|
|
415
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
416
|
+
"checksum": "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "globset",
|
|
420
|
+
"version": "0.4.19",
|
|
421
|
+
"license": "Unlicense OR MIT",
|
|
422
|
+
"selectedDistributionLicense": "MIT",
|
|
423
|
+
"sourceKind": "crates.io",
|
|
424
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
425
|
+
"checksum": "e47d37d2ae4464254884b60ab7071be2b876a9c35b696bd018ddcc76847309cd"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "halfbrown",
|
|
429
|
+
"version": "0.4.0",
|
|
430
|
+
"license": "Apache-2.0/MIT",
|
|
431
|
+
"selectedDistributionLicense": "MIT",
|
|
432
|
+
"sourceKind": "crates.io",
|
|
433
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
434
|
+
"checksum": "0c7ed2f2edad8a14c8186b847909a41fbb9c3eafa44f88bd891114ed5019da09"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "hashbrown",
|
|
438
|
+
"version": "0.14.5",
|
|
439
|
+
"license": "MIT OR Apache-2.0",
|
|
440
|
+
"selectedDistributionLicense": "MIT",
|
|
441
|
+
"sourceKind": "crates.io",
|
|
442
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
443
|
+
"checksum": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "hashbrown",
|
|
447
|
+
"version": "0.15.5",
|
|
448
|
+
"license": "MIT OR Apache-2.0",
|
|
449
|
+
"selectedDistributionLicense": "MIT",
|
|
450
|
+
"sourceKind": "crates.io",
|
|
451
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
452
|
+
"checksum": "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "hashbrown",
|
|
456
|
+
"version": "0.16.1",
|
|
457
|
+
"license": "MIT OR Apache-2.0",
|
|
458
|
+
"selectedDistributionLicense": "MIT",
|
|
459
|
+
"sourceKind": "crates.io",
|
|
460
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
461
|
+
"checksum": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "hashbrown",
|
|
465
|
+
"version": "0.17.1",
|
|
466
|
+
"license": "MIT OR Apache-2.0",
|
|
467
|
+
"selectedDistributionLicense": "MIT",
|
|
468
|
+
"sourceKind": "crates.io",
|
|
469
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
470
|
+
"checksum": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "httparse",
|
|
474
|
+
"version": "1.10.1",
|
|
475
|
+
"license": "MIT OR Apache-2.0",
|
|
476
|
+
"selectedDistributionLicense": "MIT",
|
|
477
|
+
"sourceKind": "crates.io",
|
|
478
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
479
|
+
"checksum": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "icu_collections",
|
|
483
|
+
"version": "2.2.0",
|
|
484
|
+
"license": "Unicode-3.0",
|
|
485
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
486
|
+
"sourceKind": "crates.io",
|
|
487
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
488
|
+
"checksum": "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "icu_locale_core",
|
|
492
|
+
"version": "2.2.0",
|
|
493
|
+
"license": "Unicode-3.0",
|
|
494
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
495
|
+
"sourceKind": "crates.io",
|
|
496
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
497
|
+
"checksum": "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "icu_normalizer_data",
|
|
501
|
+
"version": "2.2.0",
|
|
502
|
+
"license": "Unicode-3.0",
|
|
503
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
504
|
+
"sourceKind": "crates.io",
|
|
505
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
506
|
+
"checksum": "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "icu_normalizer",
|
|
510
|
+
"version": "2.2.0",
|
|
511
|
+
"license": "Unicode-3.0",
|
|
512
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
513
|
+
"sourceKind": "crates.io",
|
|
514
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
515
|
+
"checksum": "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "icu_properties_data",
|
|
519
|
+
"version": "2.2.0",
|
|
520
|
+
"license": "Unicode-3.0",
|
|
521
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
522
|
+
"sourceKind": "crates.io",
|
|
523
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
524
|
+
"checksum": "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "icu_properties",
|
|
528
|
+
"version": "2.2.0",
|
|
529
|
+
"license": "Unicode-3.0",
|
|
530
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
531
|
+
"sourceKind": "crates.io",
|
|
532
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
533
|
+
"checksum": "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "icu_provider",
|
|
537
|
+
"version": "2.2.0",
|
|
538
|
+
"license": "Unicode-3.0",
|
|
539
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
540
|
+
"sourceKind": "crates.io",
|
|
541
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
542
|
+
"checksum": "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "idna_adapter",
|
|
546
|
+
"version": "1.2.2",
|
|
547
|
+
"license": "Apache-2.0 OR MIT",
|
|
548
|
+
"selectedDistributionLicense": "MIT",
|
|
549
|
+
"sourceKind": "crates.io",
|
|
550
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
551
|
+
"checksum": "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "idna",
|
|
555
|
+
"version": "1.1.0",
|
|
556
|
+
"license": "MIT OR Apache-2.0",
|
|
557
|
+
"selectedDistributionLicense": "MIT",
|
|
558
|
+
"sourceKind": "crates.io",
|
|
559
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
560
|
+
"checksum": "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "ignore",
|
|
564
|
+
"version": "0.4.29",
|
|
565
|
+
"license": "Unlicense OR MIT",
|
|
566
|
+
"selectedDistributionLicense": "MIT",
|
|
567
|
+
"sourceKind": "crates.io",
|
|
568
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
569
|
+
"checksum": "d4ffa3a0547a138e59ddd6fa3b7c672ed47e6ad6a3cd177984ff1116aa5ba742"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "indexmap",
|
|
573
|
+
"version": "2.14.0",
|
|
574
|
+
"license": "Apache-2.0 OR MIT",
|
|
575
|
+
"selectedDistributionLicense": "MIT",
|
|
576
|
+
"sourceKind": "crates.io",
|
|
577
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
578
|
+
"checksum": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "itertools",
|
|
582
|
+
"version": "0.15.0",
|
|
583
|
+
"license": "MIT OR Apache-2.0",
|
|
584
|
+
"selectedDistributionLicense": "MIT",
|
|
585
|
+
"sourceKind": "crates.io",
|
|
586
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
587
|
+
"checksum": "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "itoa",
|
|
591
|
+
"version": "1.0.18",
|
|
592
|
+
"license": "MIT OR Apache-2.0",
|
|
593
|
+
"selectedDistributionLicense": "MIT",
|
|
594
|
+
"sourceKind": "crates.io",
|
|
595
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
596
|
+
"checksum": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "javascript-globals",
|
|
600
|
+
"version": "1.5.1",
|
|
601
|
+
"license": "MIT",
|
|
602
|
+
"selectedDistributionLicense": "MIT",
|
|
603
|
+
"sourceKind": "crates.io",
|
|
604
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
605
|
+
"checksum": "6c5f4cff6dd96f6045e5e53d52ef114724989508a83e0dd72eea795844390297"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "json-strip-comments",
|
|
609
|
+
"version": "3.1.1",
|
|
610
|
+
"license": "MIT",
|
|
611
|
+
"selectedDistributionLicense": "MIT",
|
|
612
|
+
"sourceKind": "crates.io",
|
|
613
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
614
|
+
"checksum": "9301b34ecbe81051a62001a2dfa56d906628efdfbc68153e0a4d5eba58181ece"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"name": "language-tags",
|
|
618
|
+
"version": "0.3.2",
|
|
619
|
+
"license": "MIT/Apache-2.0",
|
|
620
|
+
"selectedDistributionLicense": "MIT",
|
|
621
|
+
"sourceKind": "crates.io",
|
|
622
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
623
|
+
"checksum": "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "lazy-regex-proc_macros",
|
|
627
|
+
"version": "3.6.0",
|
|
628
|
+
"license": "MIT",
|
|
629
|
+
"selectedDistributionLicense": "MIT",
|
|
630
|
+
"sourceKind": "crates.io",
|
|
631
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
632
|
+
"checksum": "4de9c1e1439d8b7b3061b2d209809f447ca33241733d9a3c01eabf2dc8d94358"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "lazy-regex",
|
|
636
|
+
"version": "3.6.0",
|
|
637
|
+
"license": "MIT",
|
|
638
|
+
"selectedDistributionLicense": "MIT",
|
|
639
|
+
"sourceKind": "crates.io",
|
|
640
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
641
|
+
"checksum": "6bae91019476d3ec7147de9aa291cadb6d870abf2f3015d2da73a90325ac1496"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"name": "libc",
|
|
645
|
+
"version": "0.2.186",
|
|
646
|
+
"license": "MIT OR Apache-2.0",
|
|
647
|
+
"selectedDistributionLicense": "MIT",
|
|
648
|
+
"sourceKind": "crates.io",
|
|
649
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
650
|
+
"checksum": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "libloading",
|
|
654
|
+
"version": "0.9.0",
|
|
655
|
+
"license": "ISC",
|
|
656
|
+
"selectedDistributionLicense": "ISC",
|
|
657
|
+
"sourceKind": "crates.io",
|
|
658
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
659
|
+
"checksum": "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "libmimalloc-sys2",
|
|
663
|
+
"version": "0.1.60",
|
|
664
|
+
"license": "MIT",
|
|
665
|
+
"selectedDistributionLicense": "MIT",
|
|
666
|
+
"sourceKind": "crates.io",
|
|
667
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
668
|
+
"checksum": "921641155d9dc4f434332abd912518e33c70e37c557434818b6cfd1fbbb6138d"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "linux-raw-sys",
|
|
672
|
+
"version": "0.12.1",
|
|
673
|
+
"license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
|
|
674
|
+
"selectedDistributionLicense": "MIT",
|
|
675
|
+
"sourceKind": "crates.io",
|
|
676
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
677
|
+
"checksum": "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "litemap",
|
|
681
|
+
"version": "0.8.2",
|
|
682
|
+
"license": "Unicode-3.0",
|
|
683
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
684
|
+
"sourceKind": "crates.io",
|
|
685
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
686
|
+
"checksum": "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "lock_api",
|
|
690
|
+
"version": "0.4.14",
|
|
691
|
+
"license": "MIT OR Apache-2.0",
|
|
692
|
+
"selectedDistributionLicense": "MIT",
|
|
693
|
+
"sourceKind": "crates.io",
|
|
694
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
695
|
+
"checksum": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "log",
|
|
699
|
+
"version": "0.4.33",
|
|
700
|
+
"license": "MIT OR Apache-2.0",
|
|
701
|
+
"selectedDistributionLicense": "MIT",
|
|
702
|
+
"sourceKind": "crates.io",
|
|
703
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
704
|
+
"checksum": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "ls-types",
|
|
708
|
+
"version": "0.0.3",
|
|
709
|
+
"license": "MIT",
|
|
710
|
+
"selectedDistributionLicense": "MIT",
|
|
711
|
+
"sourceKind": "crates.io",
|
|
712
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
713
|
+
"checksum": "c029d4b509074b7d59dac432d87d4c24badaaf6c6c9c8b7ac030ae8022dc118d"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "markdown",
|
|
717
|
+
"version": "1.0.0",
|
|
718
|
+
"license": "MIT",
|
|
719
|
+
"selectedDistributionLicense": "MIT",
|
|
720
|
+
"sourceKind": "crates.io",
|
|
721
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
722
|
+
"checksum": "a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "memchr",
|
|
726
|
+
"version": "2.8.3",
|
|
727
|
+
"license": "Unlicense OR MIT",
|
|
728
|
+
"selectedDistributionLicense": "MIT",
|
|
729
|
+
"sourceKind": "crates.io",
|
|
730
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
731
|
+
"checksum": "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "mimalloc-safe",
|
|
735
|
+
"version": "0.1.64",
|
|
736
|
+
"license": "MIT",
|
|
737
|
+
"selectedDistributionLicense": "MIT",
|
|
738
|
+
"sourceKind": "crates.io",
|
|
739
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
740
|
+
"checksum": "afd082b59cfceeb3bf31dbff65e7b96e1f94fa9b918e131d02353e6867a12824"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "napi-build",
|
|
744
|
+
"version": "2.3.2",
|
|
745
|
+
"license": "MIT",
|
|
746
|
+
"selectedDistributionLicense": "MIT",
|
|
747
|
+
"sourceKind": "crates.io",
|
|
748
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
749
|
+
"checksum": "c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "napi-derive-backend",
|
|
753
|
+
"version": "5.1.2",
|
|
754
|
+
"license": "MIT",
|
|
755
|
+
"selectedDistributionLicense": "MIT",
|
|
756
|
+
"sourceKind": "crates.io",
|
|
757
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
758
|
+
"checksum": "514281397bcddd9ea9a876c7a21a57bff2374237a000ca9a64ea0211ec1993e2"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "napi-derive",
|
|
762
|
+
"version": "3.5.10",
|
|
763
|
+
"license": "MIT",
|
|
764
|
+
"selectedDistributionLicense": "MIT",
|
|
765
|
+
"sourceKind": "crates.io",
|
|
766
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
767
|
+
"checksum": "b0fe526e81c105d3640516fcde83909dd1afe757c0d7a15af58830b5bc0fb9a1"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "napi-sys",
|
|
771
|
+
"version": "3.2.3",
|
|
772
|
+
"license": "MIT",
|
|
773
|
+
"selectedDistributionLicense": "MIT",
|
|
774
|
+
"sourceKind": "crates.io",
|
|
775
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
776
|
+
"checksum": "73e43cf2eb0bd1bf95a43c07c076ebd2da5d1e015a71c3d201faeffffcc0ecac"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "napi",
|
|
780
|
+
"version": "3.10.5",
|
|
781
|
+
"license": "MIT",
|
|
782
|
+
"selectedDistributionLicense": "MIT",
|
|
783
|
+
"sourceKind": "crates.io",
|
|
784
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
785
|
+
"checksum": "6826e5ddc15589b2d68c8ad5321c18e85d40488e93e32962f362e572669bccf6"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "natord",
|
|
789
|
+
"version": "1.0.9",
|
|
790
|
+
"license": "MIT",
|
|
791
|
+
"selectedDistributionLicense": "MIT",
|
|
792
|
+
"sourceKind": "crates.io",
|
|
793
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
794
|
+
"checksum": "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"name": "nodejs-built-in-modules",
|
|
798
|
+
"version": "1.0.0",
|
|
799
|
+
"license": "MIT",
|
|
800
|
+
"selectedDistributionLicense": "MIT",
|
|
801
|
+
"sourceKind": "crates.io",
|
|
802
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
803
|
+
"checksum": "a5eb86a92577833b75522336f210c49d9ebd7dd55a44d80a92e68c668a75f27c"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"name": "nohash-hasher",
|
|
807
|
+
"version": "0.2.0",
|
|
808
|
+
"license": "Apache-2.0 OR MIT",
|
|
809
|
+
"selectedDistributionLicense": "MIT",
|
|
810
|
+
"sourceKind": "crates.io",
|
|
811
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
812
|
+
"checksum": "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "nonmax",
|
|
816
|
+
"version": "0.5.5",
|
|
817
|
+
"license": "MIT OR Apache-2.0",
|
|
818
|
+
"selectedDistributionLicense": "MIT",
|
|
819
|
+
"sourceKind": "crates.io",
|
|
820
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
821
|
+
"checksum": "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "num-bigint",
|
|
825
|
+
"version": "0.5.1",
|
|
826
|
+
"license": "MIT OR Apache-2.0",
|
|
827
|
+
"selectedDistributionLicense": "MIT",
|
|
828
|
+
"sourceKind": "crates.io",
|
|
829
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
830
|
+
"checksum": "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "num-integer",
|
|
834
|
+
"version": "0.1.46",
|
|
835
|
+
"license": "MIT OR Apache-2.0",
|
|
836
|
+
"selectedDistributionLicense": "MIT",
|
|
837
|
+
"sourceKind": "crates.io",
|
|
838
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
839
|
+
"checksum": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "num-traits",
|
|
843
|
+
"version": "0.2.19",
|
|
844
|
+
"license": "MIT OR Apache-2.0",
|
|
845
|
+
"selectedDistributionLicense": "MIT",
|
|
846
|
+
"sourceKind": "crates.io",
|
|
847
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
848
|
+
"checksum": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "once_cell",
|
|
852
|
+
"version": "1.21.4",
|
|
853
|
+
"license": "MIT OR Apache-2.0",
|
|
854
|
+
"selectedDistributionLicense": "MIT",
|
|
855
|
+
"sourceKind": "crates.io",
|
|
856
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
857
|
+
"checksum": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "owo-colors",
|
|
861
|
+
"version": "4.3.0",
|
|
862
|
+
"license": "MIT",
|
|
863
|
+
"selectedDistributionLicense": "MIT",
|
|
864
|
+
"sourceKind": "crates.io",
|
|
865
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
866
|
+
"checksum": "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "oxc_allocator",
|
|
870
|
+
"version": "0.140.0",
|
|
871
|
+
"license": "MIT",
|
|
872
|
+
"selectedDistributionLicense": "MIT",
|
|
873
|
+
"sourceKind": "oxc-git",
|
|
874
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
875
|
+
"checksum": null
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "oxc_ast_macros",
|
|
879
|
+
"version": "0.140.0",
|
|
880
|
+
"license": "MIT",
|
|
881
|
+
"selectedDistributionLicense": "MIT",
|
|
882
|
+
"sourceKind": "oxc-git",
|
|
883
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
884
|
+
"checksum": null
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "oxc_ast_visit",
|
|
888
|
+
"version": "0.140.0",
|
|
889
|
+
"license": "MIT",
|
|
890
|
+
"selectedDistributionLicense": "MIT",
|
|
891
|
+
"sourceKind": "oxc-git",
|
|
892
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
893
|
+
"checksum": null
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "oxc_ast",
|
|
897
|
+
"version": "0.140.0",
|
|
898
|
+
"license": "MIT",
|
|
899
|
+
"selectedDistributionLicense": "MIT",
|
|
900
|
+
"sourceKind": "oxc-git",
|
|
901
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
902
|
+
"checksum": null
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "oxc_cfg",
|
|
906
|
+
"version": "0.140.0",
|
|
907
|
+
"license": "MIT",
|
|
908
|
+
"selectedDistributionLicense": "MIT",
|
|
909
|
+
"sourceKind": "oxc-git",
|
|
910
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
911
|
+
"checksum": null
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "oxc_codegen",
|
|
915
|
+
"version": "0.140.0",
|
|
916
|
+
"license": "MIT",
|
|
917
|
+
"selectedDistributionLicense": "MIT",
|
|
918
|
+
"sourceKind": "oxc-git",
|
|
919
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
920
|
+
"checksum": null
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "oxc_config",
|
|
924
|
+
"version": "0.0.0",
|
|
925
|
+
"license": "MIT",
|
|
926
|
+
"selectedDistributionLicense": "MIT",
|
|
927
|
+
"sourceKind": "oxc-git",
|
|
928
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
929
|
+
"checksum": null
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "oxc_data_structures",
|
|
933
|
+
"version": "0.140.0",
|
|
934
|
+
"license": "MIT",
|
|
935
|
+
"selectedDistributionLicense": "MIT",
|
|
936
|
+
"sourceKind": "oxc-git",
|
|
937
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
938
|
+
"checksum": null
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "oxc_diagnostics",
|
|
942
|
+
"version": "0.140.0",
|
|
943
|
+
"license": "MIT",
|
|
944
|
+
"selectedDistributionLicense": "MIT",
|
|
945
|
+
"sourceKind": "oxc-git",
|
|
946
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
947
|
+
"checksum": null
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "oxc_ecmascript",
|
|
951
|
+
"version": "0.140.0",
|
|
952
|
+
"license": "MIT",
|
|
953
|
+
"selectedDistributionLicense": "MIT",
|
|
954
|
+
"sourceKind": "oxc-git",
|
|
955
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
956
|
+
"checksum": null
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "oxc_estree_tokens",
|
|
960
|
+
"version": "0.140.0",
|
|
961
|
+
"license": "MIT",
|
|
962
|
+
"selectedDistributionLicense": "MIT",
|
|
963
|
+
"sourceKind": "oxc-git",
|
|
964
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
965
|
+
"checksum": null
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "oxc_estree",
|
|
969
|
+
"version": "0.140.0",
|
|
970
|
+
"license": "MIT",
|
|
971
|
+
"selectedDistributionLicense": "MIT",
|
|
972
|
+
"sourceKind": "oxc-git",
|
|
973
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
974
|
+
"checksum": null
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "oxc_formatter_core",
|
|
978
|
+
"version": "0.59.0",
|
|
979
|
+
"license": "MIT",
|
|
980
|
+
"selectedDistributionLicense": "MIT",
|
|
981
|
+
"sourceKind": "oxc-git",
|
|
982
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
983
|
+
"checksum": null
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "oxc_formatter",
|
|
987
|
+
"version": "0.59.0",
|
|
988
|
+
"license": "MIT",
|
|
989
|
+
"selectedDistributionLicense": "MIT",
|
|
990
|
+
"sourceKind": "oxc-git",
|
|
991
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
992
|
+
"checksum": null
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "oxc_index",
|
|
996
|
+
"version": "5.0.0",
|
|
997
|
+
"license": "MIT",
|
|
998
|
+
"selectedDistributionLicense": "MIT",
|
|
999
|
+
"sourceKind": "crates.io",
|
|
1000
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1001
|
+
"checksum": "191884bee6c3744909a51acc7d78d4ae370d817b25875b10642f632327b6296e"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "oxc_jsdoc",
|
|
1005
|
+
"version": "0.140.0",
|
|
1006
|
+
"license": "MIT",
|
|
1007
|
+
"selectedDistributionLicense": "MIT",
|
|
1008
|
+
"sourceKind": "oxc-git",
|
|
1009
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1010
|
+
"checksum": null
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "oxc_language_server",
|
|
1014
|
+
"version": "1.41.0",
|
|
1015
|
+
"license": "MIT",
|
|
1016
|
+
"selectedDistributionLicense": "MIT",
|
|
1017
|
+
"sourceKind": "oxc-git",
|
|
1018
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1019
|
+
"checksum": null
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "oxc_linter",
|
|
1023
|
+
"version": "1.74.0",
|
|
1024
|
+
"license": "MIT",
|
|
1025
|
+
"selectedDistributionLicense": "MIT",
|
|
1026
|
+
"sourceKind": "oxc-git",
|
|
1027
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1028
|
+
"checksum": null
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "oxc_macros",
|
|
1032
|
+
"version": "0.0.0",
|
|
1033
|
+
"license": "MIT",
|
|
1034
|
+
"selectedDistributionLicense": "MIT",
|
|
1035
|
+
"sourceKind": "oxc-git",
|
|
1036
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1037
|
+
"checksum": null
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "oxc_parser",
|
|
1041
|
+
"version": "0.140.0",
|
|
1042
|
+
"license": "MIT",
|
|
1043
|
+
"selectedDistributionLicense": "MIT",
|
|
1044
|
+
"sourceKind": "oxc-git",
|
|
1045
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1046
|
+
"checksum": null
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "oxc_react_compiler",
|
|
1050
|
+
"version": "0.140.0",
|
|
1051
|
+
"license": "MIT",
|
|
1052
|
+
"selectedDistributionLicense": "MIT",
|
|
1053
|
+
"sourceKind": "oxc-git",
|
|
1054
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1055
|
+
"checksum": null
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "oxc_regular_expression",
|
|
1059
|
+
"version": "0.140.0",
|
|
1060
|
+
"license": "MIT",
|
|
1061
|
+
"selectedDistributionLicense": "MIT",
|
|
1062
|
+
"sourceKind": "oxc-git",
|
|
1063
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1064
|
+
"checksum": null
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "oxc_resolver",
|
|
1068
|
+
"version": "11.24.2",
|
|
1069
|
+
"license": "MIT",
|
|
1070
|
+
"selectedDistributionLicense": "MIT",
|
|
1071
|
+
"sourceKind": "crates.io",
|
|
1072
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1073
|
+
"checksum": "4fa374d03b255c070a32ae65b8a05231b8e658104d6ef22034c09da8fa0c2fd9"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "oxc_schemars_derive",
|
|
1077
|
+
"version": "0.8.26",
|
|
1078
|
+
"license": "MIT",
|
|
1079
|
+
"selectedDistributionLicense": "MIT",
|
|
1080
|
+
"sourceKind": "crates.io",
|
|
1081
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1082
|
+
"checksum": "7f486258afefa5e80939dcff5d42c3a69e8ce4758e5270c3fb855bd45e8c7dd9"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "oxc_semantic",
|
|
1086
|
+
"version": "0.140.0",
|
|
1087
|
+
"license": "MIT",
|
|
1088
|
+
"selectedDistributionLicense": "MIT",
|
|
1089
|
+
"sourceKind": "oxc-git",
|
|
1090
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1091
|
+
"checksum": null
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"name": "oxc_span",
|
|
1095
|
+
"version": "0.140.0",
|
|
1096
|
+
"license": "MIT",
|
|
1097
|
+
"selectedDistributionLicense": "MIT",
|
|
1098
|
+
"sourceKind": "oxc-git",
|
|
1099
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1100
|
+
"checksum": null
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "oxc_str",
|
|
1104
|
+
"version": "0.140.0",
|
|
1105
|
+
"license": "MIT",
|
|
1106
|
+
"selectedDistributionLicense": "MIT",
|
|
1107
|
+
"sourceKind": "oxc-git",
|
|
1108
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1109
|
+
"checksum": null
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "oxc_syntax",
|
|
1113
|
+
"version": "0.140.0",
|
|
1114
|
+
"license": "MIT",
|
|
1115
|
+
"selectedDistributionLicense": "MIT",
|
|
1116
|
+
"sourceKind": "oxc-git",
|
|
1117
|
+
"source": "git+https://github.com/oxc-project/oxc?rev=8e0ed2ebb96137fb1611cdbd5742d5cb46037d40#8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
1118
|
+
"checksum": null
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "oxc-miette-derive",
|
|
1122
|
+
"version": "3.0.0",
|
|
1123
|
+
"license": "Apache-2.0",
|
|
1124
|
+
"selectedDistributionLicense": "Apache-2.0",
|
|
1125
|
+
"sourceKind": "crates.io",
|
|
1126
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1127
|
+
"checksum": "66e0bafc397eee2f94c5bf89bb5a82ba6d522d1b79e2924c8169f053febb433f"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "oxc-miette",
|
|
1131
|
+
"version": "3.0.0",
|
|
1132
|
+
"license": "Apache-2.0",
|
|
1133
|
+
"selectedDistributionLicense": "Apache-2.0",
|
|
1134
|
+
"sourceKind": "crates.io",
|
|
1135
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1136
|
+
"checksum": "b776084bf11ad750806cb63f9ed2606a12ab374cf458f36a7731eba1f5d753fc"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "oxc-schemars",
|
|
1140
|
+
"version": "0.9.1",
|
|
1141
|
+
"license": "MIT",
|
|
1142
|
+
"selectedDistributionLicense": "MIT",
|
|
1143
|
+
"sourceKind": "crates.io",
|
|
1144
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1145
|
+
"checksum": "70beb8d94ce75bafc509dc24824147b18dfbe7786e9afd4b49765b645d9cc505"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"name": "papaya",
|
|
1149
|
+
"version": "0.2.4",
|
|
1150
|
+
"license": "MIT",
|
|
1151
|
+
"selectedDistributionLicense": "MIT",
|
|
1152
|
+
"sourceKind": "crates.io",
|
|
1153
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1154
|
+
"checksum": "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "parking_lot_core",
|
|
1158
|
+
"version": "0.9.12",
|
|
1159
|
+
"license": "MIT OR Apache-2.0",
|
|
1160
|
+
"selectedDistributionLicense": "MIT",
|
|
1161
|
+
"sourceKind": "crates.io",
|
|
1162
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1163
|
+
"checksum": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "percent-encoding",
|
|
1167
|
+
"version": "2.3.2",
|
|
1168
|
+
"license": "MIT OR Apache-2.0",
|
|
1169
|
+
"selectedDistributionLicense": "MIT",
|
|
1170
|
+
"sourceKind": "crates.io",
|
|
1171
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1172
|
+
"checksum": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "petgraph",
|
|
1176
|
+
"version": "0.8.3",
|
|
1177
|
+
"license": "MIT OR Apache-2.0",
|
|
1178
|
+
"selectedDistributionLicense": "MIT",
|
|
1179
|
+
"sourceKind": "crates.io",
|
|
1180
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1181
|
+
"checksum": "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "phf_generator",
|
|
1185
|
+
"version": "0.14.0",
|
|
1186
|
+
"license": "MIT",
|
|
1187
|
+
"selectedDistributionLicense": "MIT",
|
|
1188
|
+
"sourceKind": "crates.io",
|
|
1189
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1190
|
+
"checksum": "aeb62e0959d5a1bebc965f4d15d9e2b7cea002b6b0f5ba8cde6cc26738467100"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "phf_macros",
|
|
1194
|
+
"version": "0.14.0",
|
|
1195
|
+
"license": "MIT",
|
|
1196
|
+
"selectedDistributionLicense": "MIT",
|
|
1197
|
+
"sourceKind": "crates.io",
|
|
1198
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1199
|
+
"checksum": "5fa8d0ca26d424d27630da600c6624696e7dec8bf7b3b492b383c5dc49e5e085"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "phf_shared",
|
|
1203
|
+
"version": "0.14.0",
|
|
1204
|
+
"license": "MIT",
|
|
1205
|
+
"selectedDistributionLicense": "MIT",
|
|
1206
|
+
"sourceKind": "crates.io",
|
|
1207
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1208
|
+
"checksum": "c6fd9027e2d9319be6349febd1db4e8d02aa544921200c9b777720ac34a3aa89"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "phf",
|
|
1212
|
+
"version": "0.14.0",
|
|
1213
|
+
"license": "MIT",
|
|
1214
|
+
"selectedDistributionLicense": "MIT",
|
|
1215
|
+
"sourceKind": "crates.io",
|
|
1216
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1217
|
+
"checksum": "010378780309880b08997fae13be7834dba947d36393bd372f2b1556deb2a2f6"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "pin-project-lite",
|
|
1221
|
+
"version": "0.2.17",
|
|
1222
|
+
"license": "Apache-2.0 OR MIT",
|
|
1223
|
+
"selectedDistributionLicense": "MIT",
|
|
1224
|
+
"sourceKind": "crates.io",
|
|
1225
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1226
|
+
"checksum": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "potential_utf",
|
|
1230
|
+
"version": "0.1.5",
|
|
1231
|
+
"license": "Unicode-3.0",
|
|
1232
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1233
|
+
"sourceKind": "crates.io",
|
|
1234
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1235
|
+
"checksum": "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"name": "proc-macro2",
|
|
1239
|
+
"version": "1.0.106",
|
|
1240
|
+
"license": "MIT OR Apache-2.0",
|
|
1241
|
+
"selectedDistributionLicense": "MIT",
|
|
1242
|
+
"sourceKind": "crates.io",
|
|
1243
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1244
|
+
"checksum": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "quote",
|
|
1248
|
+
"version": "1.0.46",
|
|
1249
|
+
"license": "MIT OR Apache-2.0",
|
|
1250
|
+
"selectedDistributionLicense": "MIT",
|
|
1251
|
+
"sourceKind": "crates.io",
|
|
1252
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1253
|
+
"checksum": "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "rayon-core",
|
|
1257
|
+
"version": "1.13.0",
|
|
1258
|
+
"license": "MIT OR Apache-2.0",
|
|
1259
|
+
"selectedDistributionLicense": "MIT",
|
|
1260
|
+
"sourceKind": "crates.io",
|
|
1261
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1262
|
+
"checksum": "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "rayon",
|
|
1266
|
+
"version": "1.12.0",
|
|
1267
|
+
"license": "MIT OR Apache-2.0",
|
|
1268
|
+
"selectedDistributionLicense": "MIT",
|
|
1269
|
+
"sourceKind": "crates.io",
|
|
1270
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1271
|
+
"checksum": "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "redox_syscall",
|
|
1275
|
+
"version": "0.5.17",
|
|
1276
|
+
"license": "MIT",
|
|
1277
|
+
"selectedDistributionLicense": "MIT",
|
|
1278
|
+
"sourceKind": "crates.io",
|
|
1279
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1280
|
+
"checksum": "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"name": "ref-cast-impl",
|
|
1284
|
+
"version": "1.0.25",
|
|
1285
|
+
"license": "MIT OR Apache-2.0",
|
|
1286
|
+
"selectedDistributionLicense": "MIT",
|
|
1287
|
+
"sourceKind": "crates.io",
|
|
1288
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1289
|
+
"checksum": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"name": "ref-cast",
|
|
1293
|
+
"version": "1.0.25",
|
|
1294
|
+
"license": "MIT OR Apache-2.0",
|
|
1295
|
+
"selectedDistributionLicense": "MIT",
|
|
1296
|
+
"sourceKind": "crates.io",
|
|
1297
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1298
|
+
"checksum": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "regex-automata",
|
|
1302
|
+
"version": "0.4.16",
|
|
1303
|
+
"license": "MIT OR Apache-2.0",
|
|
1304
|
+
"selectedDistributionLicense": "MIT",
|
|
1305
|
+
"sourceKind": "crates.io",
|
|
1306
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1307
|
+
"checksum": "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "regex-syntax",
|
|
1311
|
+
"version": "0.8.11",
|
|
1312
|
+
"license": "MIT OR Apache-2.0",
|
|
1313
|
+
"selectedDistributionLicense": "MIT",
|
|
1314
|
+
"sourceKind": "crates.io",
|
|
1315
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1316
|
+
"checksum": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "regex",
|
|
1320
|
+
"version": "1.13.1",
|
|
1321
|
+
"license": "MIT OR Apache-2.0",
|
|
1322
|
+
"selectedDistributionLicense": "MIT",
|
|
1323
|
+
"sourceKind": "crates.io",
|
|
1324
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1325
|
+
"checksum": "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "rust-lapper",
|
|
1329
|
+
"version": "1.3.0",
|
|
1330
|
+
"license": "MIT",
|
|
1331
|
+
"selectedDistributionLicense": "MIT",
|
|
1332
|
+
"sourceKind": "crates.io",
|
|
1333
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1334
|
+
"checksum": "5aafed57460ca80eb88c33989af3a31348dbde8e68f86f4fe2107c1a5fcd55b8"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "rustc-hash",
|
|
1338
|
+
"version": "2.1.3",
|
|
1339
|
+
"license": "Apache-2.0 OR MIT",
|
|
1340
|
+
"selectedDistributionLicense": "MIT",
|
|
1341
|
+
"sourceKind": "crates.io",
|
|
1342
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1343
|
+
"checksum": "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "rustix",
|
|
1347
|
+
"version": "1.1.4",
|
|
1348
|
+
"license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
|
|
1349
|
+
"selectedDistributionLicense": "MIT",
|
|
1350
|
+
"sourceKind": "crates.io",
|
|
1351
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1352
|
+
"checksum": "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"name": "rustversion",
|
|
1356
|
+
"version": "1.0.23",
|
|
1357
|
+
"license": "MIT OR Apache-2.0",
|
|
1358
|
+
"selectedDistributionLicense": "MIT",
|
|
1359
|
+
"sourceKind": "crates.io",
|
|
1360
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1361
|
+
"checksum": "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "ryu",
|
|
1365
|
+
"version": "1.0.23",
|
|
1366
|
+
"license": "Apache-2.0 OR BSL-1.0",
|
|
1367
|
+
"selectedDistributionLicense": "Apache-2.0",
|
|
1368
|
+
"sourceKind": "crates.io",
|
|
1369
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1370
|
+
"checksum": "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "same-file",
|
|
1374
|
+
"version": "1.0.6",
|
|
1375
|
+
"license": "Unlicense/MIT",
|
|
1376
|
+
"selectedDistributionLicense": "MIT",
|
|
1377
|
+
"sourceKind": "crates.io",
|
|
1378
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1379
|
+
"checksum": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "scopeguard",
|
|
1383
|
+
"version": "1.2.0",
|
|
1384
|
+
"license": "MIT OR Apache-2.0",
|
|
1385
|
+
"selectedDistributionLicense": "MIT",
|
|
1386
|
+
"sourceKind": "crates.io",
|
|
1387
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1388
|
+
"checksum": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"name": "seize",
|
|
1392
|
+
"version": "0.5.1",
|
|
1393
|
+
"license": "MIT",
|
|
1394
|
+
"selectedDistributionLicense": "MIT",
|
|
1395
|
+
"sourceKind": "crates.io",
|
|
1396
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1397
|
+
"checksum": "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "self_cell",
|
|
1401
|
+
"version": "1.2.2",
|
|
1402
|
+
"license": "Apache-2.0 OR GPL-2.0-only",
|
|
1403
|
+
"selectedDistributionLicense": "Apache-2.0",
|
|
1404
|
+
"sourceKind": "crates.io",
|
|
1405
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1406
|
+
"checksum": "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "semver",
|
|
1410
|
+
"version": "1.0.28",
|
|
1411
|
+
"license": "MIT OR Apache-2.0",
|
|
1412
|
+
"selectedDistributionLicense": "MIT",
|
|
1413
|
+
"sourceKind": "crates.io",
|
|
1414
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1415
|
+
"checksum": "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "seq-macro",
|
|
1419
|
+
"version": "0.3.6",
|
|
1420
|
+
"license": "MIT OR Apache-2.0",
|
|
1421
|
+
"selectedDistributionLicense": "MIT",
|
|
1422
|
+
"sourceKind": "crates.io",
|
|
1423
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1424
|
+
"checksum": "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "serde_core",
|
|
1428
|
+
"version": "1.0.228",
|
|
1429
|
+
"license": "MIT OR Apache-2.0",
|
|
1430
|
+
"selectedDistributionLicense": "MIT",
|
|
1431
|
+
"sourceKind": "crates.io",
|
|
1432
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1433
|
+
"checksum": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "serde_derive_internals",
|
|
1437
|
+
"version": "0.29.1",
|
|
1438
|
+
"license": "MIT OR Apache-2.0",
|
|
1439
|
+
"selectedDistributionLicense": "MIT",
|
|
1440
|
+
"sourceKind": "crates.io",
|
|
1441
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1442
|
+
"checksum": "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "serde_derive",
|
|
1446
|
+
"version": "1.0.228",
|
|
1447
|
+
"license": "MIT OR Apache-2.0",
|
|
1448
|
+
"selectedDistributionLicense": "MIT",
|
|
1449
|
+
"sourceKind": "crates.io",
|
|
1450
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1451
|
+
"checksum": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "serde_json",
|
|
1455
|
+
"version": "1.0.150",
|
|
1456
|
+
"license": "MIT OR Apache-2.0",
|
|
1457
|
+
"selectedDistributionLicense": "MIT",
|
|
1458
|
+
"sourceKind": "crates.io",
|
|
1459
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1460
|
+
"checksum": "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "serde",
|
|
1464
|
+
"version": "1.0.228",
|
|
1465
|
+
"license": "MIT OR Apache-2.0",
|
|
1466
|
+
"selectedDistributionLicense": "MIT",
|
|
1467
|
+
"sourceKind": "crates.io",
|
|
1468
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1469
|
+
"checksum": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "shlex",
|
|
1473
|
+
"version": "2.0.1",
|
|
1474
|
+
"license": "MIT OR Apache-2.0",
|
|
1475
|
+
"selectedDistributionLicense": "MIT",
|
|
1476
|
+
"sourceKind": "crates.io",
|
|
1477
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1478
|
+
"checksum": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "simd-json",
|
|
1482
|
+
"version": "0.17.3",
|
|
1483
|
+
"license": "Apache-2.0 OR MIT",
|
|
1484
|
+
"selectedDistributionLicense": "MIT",
|
|
1485
|
+
"sourceKind": "crates.io",
|
|
1486
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1487
|
+
"checksum": "e32d7ab2678282d21e53374fbead7119b7eacbede73685dcaac472870a29a11c"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"name": "simdutf8",
|
|
1491
|
+
"version": "0.1.5",
|
|
1492
|
+
"license": "MIT OR Apache-2.0",
|
|
1493
|
+
"selectedDistributionLicense": "MIT",
|
|
1494
|
+
"sourceKind": "crates.io",
|
|
1495
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1496
|
+
"checksum": "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"name": "siphasher",
|
|
1500
|
+
"version": "1.0.3",
|
|
1501
|
+
"license": "MIT/Apache-2.0",
|
|
1502
|
+
"selectedDistributionLicense": "MIT",
|
|
1503
|
+
"sourceKind": "crates.io",
|
|
1504
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1505
|
+
"checksum": "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "slab",
|
|
1509
|
+
"version": "0.4.12",
|
|
1510
|
+
"license": "MIT",
|
|
1511
|
+
"selectedDistributionLicense": "MIT",
|
|
1512
|
+
"sourceKind": "crates.io",
|
|
1513
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1514
|
+
"checksum": "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "smallvec",
|
|
1518
|
+
"version": "1.15.2",
|
|
1519
|
+
"license": "MIT OR Apache-2.0",
|
|
1520
|
+
"selectedDistributionLicense": "MIT",
|
|
1521
|
+
"sourceKind": "crates.io",
|
|
1522
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1523
|
+
"checksum": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "smawk",
|
|
1527
|
+
"version": "0.3.3",
|
|
1528
|
+
"license": "MIT",
|
|
1529
|
+
"selectedDistributionLicense": "MIT",
|
|
1530
|
+
"sourceKind": "crates.io",
|
|
1531
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1532
|
+
"checksum": "e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "stable_deref_trait",
|
|
1536
|
+
"version": "1.2.1",
|
|
1537
|
+
"license": "MIT OR Apache-2.0",
|
|
1538
|
+
"selectedDistributionLicense": "MIT",
|
|
1539
|
+
"sourceKind": "crates.io",
|
|
1540
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1541
|
+
"checksum": "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"name": "static_assertions",
|
|
1545
|
+
"version": "1.1.0",
|
|
1546
|
+
"license": "MIT OR Apache-2.0",
|
|
1547
|
+
"selectedDistributionLicense": "MIT",
|
|
1548
|
+
"sourceKind": "crates.io",
|
|
1549
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1550
|
+
"checksum": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"name": "syn",
|
|
1554
|
+
"version": "2.0.119",
|
|
1555
|
+
"license": "MIT OR Apache-2.0",
|
|
1556
|
+
"selectedDistributionLicense": "MIT",
|
|
1557
|
+
"sourceKind": "crates.io",
|
|
1558
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1559
|
+
"checksum": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"name": "sync_wrapper",
|
|
1563
|
+
"version": "1.0.2",
|
|
1564
|
+
"license": "Apache-2.0",
|
|
1565
|
+
"selectedDistributionLicense": "Apache-2.0",
|
|
1566
|
+
"sourceKind": "crates.io",
|
|
1567
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1568
|
+
"checksum": "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"name": "synstructure",
|
|
1572
|
+
"version": "0.13.2",
|
|
1573
|
+
"license": "MIT",
|
|
1574
|
+
"selectedDistributionLicense": "MIT",
|
|
1575
|
+
"sourceKind": "crates.io",
|
|
1576
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1577
|
+
"checksum": "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "textwrap",
|
|
1581
|
+
"version": "0.16.2",
|
|
1582
|
+
"license": "MIT",
|
|
1583
|
+
"selectedDistributionLicense": "MIT",
|
|
1584
|
+
"sourceKind": "crates.io",
|
|
1585
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1586
|
+
"checksum": "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "thiserror-impl",
|
|
1590
|
+
"version": "2.0.18",
|
|
1591
|
+
"license": "MIT OR Apache-2.0",
|
|
1592
|
+
"selectedDistributionLicense": "MIT",
|
|
1593
|
+
"sourceKind": "crates.io",
|
|
1594
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1595
|
+
"checksum": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "thiserror",
|
|
1599
|
+
"version": "2.0.18",
|
|
1600
|
+
"license": "MIT OR Apache-2.0",
|
|
1601
|
+
"selectedDistributionLicense": "MIT",
|
|
1602
|
+
"sourceKind": "crates.io",
|
|
1603
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1604
|
+
"checksum": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "tinystr",
|
|
1608
|
+
"version": "0.8.3",
|
|
1609
|
+
"license": "Unicode-3.0",
|
|
1610
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1611
|
+
"sourceKind": "crates.io",
|
|
1612
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1613
|
+
"checksum": "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"name": "tokio-macros",
|
|
1617
|
+
"version": "2.7.0",
|
|
1618
|
+
"license": "MIT",
|
|
1619
|
+
"selectedDistributionLicense": "MIT",
|
|
1620
|
+
"sourceKind": "crates.io",
|
|
1621
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1622
|
+
"checksum": "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "tokio-util",
|
|
1626
|
+
"version": "0.7.18",
|
|
1627
|
+
"license": "MIT",
|
|
1628
|
+
"selectedDistributionLicense": "MIT",
|
|
1629
|
+
"sourceKind": "crates.io",
|
|
1630
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1631
|
+
"checksum": "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "tokio",
|
|
1635
|
+
"version": "1.52.4",
|
|
1636
|
+
"license": "MIT",
|
|
1637
|
+
"selectedDistributionLicense": "MIT",
|
|
1638
|
+
"sourceKind": "crates.io",
|
|
1639
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1640
|
+
"checksum": "317fafbbe3f02fc663dad00ea6186197de963cd4190e86a26d8d0fae095539af"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "tower-layer",
|
|
1644
|
+
"version": "0.3.3",
|
|
1645
|
+
"license": "MIT",
|
|
1646
|
+
"selectedDistributionLicense": "MIT",
|
|
1647
|
+
"sourceKind": "crates.io",
|
|
1648
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1649
|
+
"checksum": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"name": "tower-lsp-server",
|
|
1653
|
+
"version": "0.23.0",
|
|
1654
|
+
"license": "MIT OR Apache-2.0",
|
|
1655
|
+
"selectedDistributionLicense": "MIT",
|
|
1656
|
+
"sourceKind": "crates.io",
|
|
1657
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1658
|
+
"checksum": "2f0e711655c89181a6bc6a2cc348131fcd9680085f5b06b6af13427a393a6e72"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"name": "tower-service",
|
|
1662
|
+
"version": "0.3.3",
|
|
1663
|
+
"license": "MIT",
|
|
1664
|
+
"selectedDistributionLicense": "MIT",
|
|
1665
|
+
"sourceKind": "crates.io",
|
|
1666
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1667
|
+
"checksum": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "tower",
|
|
1671
|
+
"version": "0.5.3",
|
|
1672
|
+
"license": "MIT",
|
|
1673
|
+
"selectedDistributionLicense": "MIT",
|
|
1674
|
+
"sourceKind": "crates.io",
|
|
1675
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1676
|
+
"checksum": "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "tracing-attributes",
|
|
1680
|
+
"version": "0.1.31",
|
|
1681
|
+
"license": "MIT",
|
|
1682
|
+
"selectedDistributionLicense": "MIT",
|
|
1683
|
+
"sourceKind": "crates.io",
|
|
1684
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1685
|
+
"checksum": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "tracing-core",
|
|
1689
|
+
"version": "0.1.36",
|
|
1690
|
+
"license": "MIT",
|
|
1691
|
+
"selectedDistributionLicense": "MIT",
|
|
1692
|
+
"sourceKind": "crates.io",
|
|
1693
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1694
|
+
"checksum": "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "tracing",
|
|
1698
|
+
"version": "0.1.44",
|
|
1699
|
+
"license": "MIT",
|
|
1700
|
+
"selectedDistributionLicense": "MIT",
|
|
1701
|
+
"sourceKind": "crates.io",
|
|
1702
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1703
|
+
"checksum": "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "unicode-id-start",
|
|
1707
|
+
"version": "1.4.0",
|
|
1708
|
+
"license": "(MIT OR Apache-2.0) AND Unicode-3.0",
|
|
1709
|
+
"selectedDistributionLicense": "MIT AND Unicode-3.0",
|
|
1710
|
+
"sourceKind": "crates.io",
|
|
1711
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1712
|
+
"checksum": "81b79ad29b5e19de4260020f8919b443b2ef0277d242ce532ec7b7a2cc8b6007"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "unicode-id",
|
|
1716
|
+
"version": "0.3.6",
|
|
1717
|
+
"license": "MIT OR Apache-2.0",
|
|
1718
|
+
"selectedDistributionLicense": "MIT",
|
|
1719
|
+
"sourceKind": "crates.io",
|
|
1720
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1721
|
+
"checksum": "70ba288e709927c043cbe476718d37be306be53fb1fafecd0dbe36d072be2580"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "unicode-ident",
|
|
1725
|
+
"version": "1.0.24",
|
|
1726
|
+
"license": "(MIT OR Apache-2.0) AND Unicode-3.0",
|
|
1727
|
+
"selectedDistributionLicense": "MIT AND Unicode-3.0",
|
|
1728
|
+
"sourceKind": "crates.io",
|
|
1729
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1730
|
+
"checksum": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"name": "unicode-linebreak",
|
|
1734
|
+
"version": "0.1.5",
|
|
1735
|
+
"license": "Apache-2.0",
|
|
1736
|
+
"selectedDistributionLicense": "Apache-2.0",
|
|
1737
|
+
"sourceKind": "crates.io",
|
|
1738
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1739
|
+
"checksum": "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "unicode-segmentation",
|
|
1743
|
+
"version": "1.13.3",
|
|
1744
|
+
"license": "MIT OR Apache-2.0",
|
|
1745
|
+
"selectedDistributionLicense": "MIT",
|
|
1746
|
+
"sourceKind": "crates.io",
|
|
1747
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1748
|
+
"checksum": "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "unicode-width",
|
|
1752
|
+
"version": "0.2.2",
|
|
1753
|
+
"license": "MIT OR Apache-2.0",
|
|
1754
|
+
"selectedDistributionLicense": "MIT",
|
|
1755
|
+
"sourceKind": "crates.io",
|
|
1756
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1757
|
+
"checksum": "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "url",
|
|
1761
|
+
"version": "2.5.8",
|
|
1762
|
+
"license": "MIT OR Apache-2.0",
|
|
1763
|
+
"selectedDistributionLicense": "MIT",
|
|
1764
|
+
"sourceKind": "crates.io",
|
|
1765
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1766
|
+
"checksum": "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "utf8_iter",
|
|
1770
|
+
"version": "1.0.4",
|
|
1771
|
+
"license": "Apache-2.0 OR MIT",
|
|
1772
|
+
"selectedDistributionLicense": "MIT",
|
|
1773
|
+
"sourceKind": "crates.io",
|
|
1774
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1775
|
+
"checksum": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "value-trait",
|
|
1779
|
+
"version": "0.12.2",
|
|
1780
|
+
"license": "Apache-2.0/MIT",
|
|
1781
|
+
"selectedDistributionLicense": "MIT",
|
|
1782
|
+
"sourceKind": "crates.io",
|
|
1783
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1784
|
+
"checksum": "f3f4b4a98dfe54bc9ed3641af7ffcb837240269627dbd5cb047d13daa39736cc"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "walkdir",
|
|
1788
|
+
"version": "2.5.0",
|
|
1789
|
+
"license": "Unlicense/MIT",
|
|
1790
|
+
"selectedDistributionLicense": "MIT",
|
|
1791
|
+
"sourceKind": "crates.io",
|
|
1792
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1793
|
+
"checksum": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "winapi-util",
|
|
1797
|
+
"version": "0.1.11",
|
|
1798
|
+
"license": "Unlicense OR MIT",
|
|
1799
|
+
"selectedDistributionLicense": "MIT",
|
|
1800
|
+
"sourceKind": "crates.io",
|
|
1801
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1802
|
+
"checksum": "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "windows-collections",
|
|
1806
|
+
"version": "0.3.2",
|
|
1807
|
+
"license": "MIT OR Apache-2.0",
|
|
1808
|
+
"selectedDistributionLicense": "MIT",
|
|
1809
|
+
"sourceKind": "crates.io",
|
|
1810
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1811
|
+
"checksum": "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "windows-core",
|
|
1815
|
+
"version": "0.62.2",
|
|
1816
|
+
"license": "MIT OR Apache-2.0",
|
|
1817
|
+
"selectedDistributionLicense": "MIT",
|
|
1818
|
+
"sourceKind": "crates.io",
|
|
1819
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1820
|
+
"checksum": "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "windows-future",
|
|
1824
|
+
"version": "0.3.2",
|
|
1825
|
+
"license": "MIT OR Apache-2.0",
|
|
1826
|
+
"selectedDistributionLicense": "MIT",
|
|
1827
|
+
"sourceKind": "crates.io",
|
|
1828
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1829
|
+
"checksum": "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "windows-implement",
|
|
1833
|
+
"version": "0.60.2",
|
|
1834
|
+
"license": "MIT OR Apache-2.0",
|
|
1835
|
+
"selectedDistributionLicense": "MIT",
|
|
1836
|
+
"sourceKind": "crates.io",
|
|
1837
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1838
|
+
"checksum": "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "windows-interface",
|
|
1842
|
+
"version": "0.59.3",
|
|
1843
|
+
"license": "MIT OR Apache-2.0",
|
|
1844
|
+
"selectedDistributionLicense": "MIT",
|
|
1845
|
+
"sourceKind": "crates.io",
|
|
1846
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1847
|
+
"checksum": "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "windows-link",
|
|
1851
|
+
"version": "0.2.1",
|
|
1852
|
+
"license": "MIT OR Apache-2.0",
|
|
1853
|
+
"selectedDistributionLicense": "MIT",
|
|
1854
|
+
"sourceKind": "crates.io",
|
|
1855
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1856
|
+
"checksum": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "windows-numerics",
|
|
1860
|
+
"version": "0.3.1",
|
|
1861
|
+
"license": "MIT OR Apache-2.0",
|
|
1862
|
+
"selectedDistributionLicense": "MIT",
|
|
1863
|
+
"sourceKind": "crates.io",
|
|
1864
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1865
|
+
"checksum": "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "windows-result",
|
|
1869
|
+
"version": "0.4.1",
|
|
1870
|
+
"license": "MIT OR Apache-2.0",
|
|
1871
|
+
"selectedDistributionLicense": "MIT",
|
|
1872
|
+
"sourceKind": "crates.io",
|
|
1873
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1874
|
+
"checksum": "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "windows-strings",
|
|
1878
|
+
"version": "0.5.1",
|
|
1879
|
+
"license": "MIT OR Apache-2.0",
|
|
1880
|
+
"selectedDistributionLicense": "MIT",
|
|
1881
|
+
"sourceKind": "crates.io",
|
|
1882
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1883
|
+
"checksum": "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "windows-sys",
|
|
1887
|
+
"version": "0.61.2",
|
|
1888
|
+
"license": "MIT OR Apache-2.0",
|
|
1889
|
+
"selectedDistributionLicense": "MIT",
|
|
1890
|
+
"sourceKind": "crates.io",
|
|
1891
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1892
|
+
"checksum": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"name": "windows-threading",
|
|
1896
|
+
"version": "0.2.1",
|
|
1897
|
+
"license": "MIT OR Apache-2.0",
|
|
1898
|
+
"selectedDistributionLicense": "MIT",
|
|
1899
|
+
"sourceKind": "crates.io",
|
|
1900
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1901
|
+
"checksum": "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "windows",
|
|
1905
|
+
"version": "0.62.2",
|
|
1906
|
+
"license": "MIT OR Apache-2.0",
|
|
1907
|
+
"selectedDistributionLicense": "MIT",
|
|
1908
|
+
"sourceKind": "crates.io",
|
|
1909
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1910
|
+
"checksum": "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "writeable",
|
|
1914
|
+
"version": "0.6.3",
|
|
1915
|
+
"license": "Unicode-3.0",
|
|
1916
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1917
|
+
"sourceKind": "crates.io",
|
|
1918
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1919
|
+
"checksum": "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"name": "yoke-derive",
|
|
1923
|
+
"version": "0.8.2",
|
|
1924
|
+
"license": "Unicode-3.0",
|
|
1925
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1926
|
+
"sourceKind": "crates.io",
|
|
1927
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1928
|
+
"checksum": "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "yoke",
|
|
1932
|
+
"version": "0.8.3",
|
|
1933
|
+
"license": "Unicode-3.0",
|
|
1934
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1935
|
+
"sourceKind": "crates.io",
|
|
1936
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1937
|
+
"checksum": "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"name": "zerofrom-derive",
|
|
1941
|
+
"version": "0.1.7",
|
|
1942
|
+
"license": "Unicode-3.0",
|
|
1943
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1944
|
+
"sourceKind": "crates.io",
|
|
1945
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1946
|
+
"checksum": "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "zerofrom",
|
|
1950
|
+
"version": "0.1.8",
|
|
1951
|
+
"license": "Unicode-3.0",
|
|
1952
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1953
|
+
"sourceKind": "crates.io",
|
|
1954
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1955
|
+
"checksum": "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"name": "zerotrie",
|
|
1959
|
+
"version": "0.2.4",
|
|
1960
|
+
"license": "Unicode-3.0",
|
|
1961
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1962
|
+
"sourceKind": "crates.io",
|
|
1963
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1964
|
+
"checksum": "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "zerovec-derive",
|
|
1968
|
+
"version": "0.11.3",
|
|
1969
|
+
"license": "Unicode-3.0",
|
|
1970
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1971
|
+
"sourceKind": "crates.io",
|
|
1972
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1973
|
+
"checksum": "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"name": "zerovec",
|
|
1977
|
+
"version": "0.11.6",
|
|
1978
|
+
"license": "Unicode-3.0",
|
|
1979
|
+
"selectedDistributionLicense": "Unicode-3.0",
|
|
1980
|
+
"sourceKind": "crates.io",
|
|
1981
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1982
|
+
"checksum": "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "zmij",
|
|
1986
|
+
"version": "1.0.23",
|
|
1987
|
+
"license": "MIT",
|
|
1988
|
+
"selectedDistributionLicense": "MIT",
|
|
1989
|
+
"sourceKind": "crates.io",
|
|
1990
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1991
|
+
"checksum": "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1994
|
+
}
|