@slopus/rig-codemode-codex 0.0.0-bootstrap.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.
Files changed (88) hide show
  1. package/LICENSE +201 -0
  2. package/LICENSE-CODEX +201 -0
  3. package/NOTICE-CODEX +6 -0
  4. package/README.md +124 -0
  5. package/THIRD-PARTY-LICENSES.json +966 -0
  6. package/THIRD-PARTY-NOTICES.md +9 -0
  7. package/UPSTREAM.md +26 -0
  8. package/dist/CodeMode.d.ts +13 -0
  9. package/dist/CodeMode.d.ts.map +1 -0
  10. package/dist/CodeMode.js +64 -0
  11. package/dist/CodeMode.js.map +1 -0
  12. package/dist/CodeModeHostCommand.d.ts +15 -0
  13. package/dist/CodeModeHostCommand.d.ts.map +1 -0
  14. package/dist/CodeModeHostCommand.js +2 -0
  15. package/dist/CodeModeHostCommand.js.map +1 -0
  16. package/dist/CodeModeSession.d.ts +38 -0
  17. package/dist/CodeModeSession.d.ts.map +1 -0
  18. package/dist/CodeModeSession.js +207 -0
  19. package/dist/CodeModeSession.js.map +1 -0
  20. package/dist/Deferred.d.ts +7 -0
  21. package/dist/Deferred.d.ts.map +1 -0
  22. package/dist/Deferred.js +12 -0
  23. package/dist/Deferred.js.map +1 -0
  24. package/dist/FramedProcess.d.ts +21 -0
  25. package/dist/FramedProcess.d.ts.map +1 -0
  26. package/dist/FramedProcess.js +125 -0
  27. package/dist/FramedProcess.js.map +1 -0
  28. package/dist/HostClient.d.ts +41 -0
  29. package/dist/HostClient.d.ts.map +1 -0
  30. package/dist/HostClient.js +261 -0
  31. package/dist/HostClient.js.map +1 -0
  32. package/dist/assertJsonValue.d.ts +3 -0
  33. package/dist/assertJsonValue.d.ts.map +1 -0
  34. package/dist/assertJsonValue.js +39 -0
  35. package/dist/assertJsonValue.js.map +1 -0
  36. package/dist/createCodeMode.d.ts +4 -0
  37. package/dist/createCodeMode.d.ts.map +1 -0
  38. package/dist/createCodeMode.js +5 -0
  39. package/dist/createCodeMode.js.map +1 -0
  40. package/dist/createCodeModeHostCommand.d.ts +3 -0
  41. package/dist/createCodeModeHostCommand.d.ts.map +1 -0
  42. package/dist/createCodeModeHostCommand.js +22 -0
  43. package/dist/createCodeModeHostCommand.js.map +1 -0
  44. package/dist/createLinuxSandboxCommand.d.ts +3 -0
  45. package/dist/createLinuxSandboxCommand.d.ts.map +1 -0
  46. package/dist/createLinuxSandboxCommand.js +27 -0
  47. package/dist/createLinuxSandboxCommand.js.map +1 -0
  48. package/dist/createMacOsSandboxCommand.d.ts +3 -0
  49. package/dist/createMacOsSandboxCommand.d.ts.map +1 -0
  50. package/dist/createMacOsSandboxCommand.js +9 -0
  51. package/dist/createMacOsSandboxCommand.js.map +1 -0
  52. package/dist/createMacOsSandboxProfile.d.ts +2 -0
  53. package/dist/createMacOsSandboxProfile.d.ts.map +1 -0
  54. package/dist/createMacOsSandboxProfile.js +50 -0
  55. package/dist/createMacOsSandboxProfile.js.map +1 -0
  56. package/dist/index.d.ts +7 -0
  57. package/dist/index.d.ts.map +1 -0
  58. package/dist/index.js +6 -0
  59. package/dist/index.js.map +1 -0
  60. package/dist/platform.d.ts +46 -0
  61. package/dist/platform.d.ts.map +1 -0
  62. package/dist/platform.js +45 -0
  63. package/dist/platform.js.map +1 -0
  64. package/dist/protocol.d.ts +113 -0
  65. package/dist/protocol.d.ts.map +1 -0
  66. package/dist/protocol.js +2 -0
  67. package/dist/protocol.js.map +1 -0
  68. package/dist/resolveCodeModeBinary.d.ts +2 -0
  69. package/dist/resolveCodeModeBinary.d.ts.map +1 -0
  70. package/dist/resolveCodeModeBinary.js +44 -0
  71. package/dist/resolveCodeModeBinary.js.map +1 -0
  72. package/dist/resolveCodeModeSandboxExecutable.d.ts +2 -0
  73. package/dist/resolveCodeModeSandboxExecutable.d.ts.map +1 -0
  74. package/dist/resolveCodeModeSandboxExecutable.js +28 -0
  75. package/dist/resolveCodeModeSandboxExecutable.js.map +1 -0
  76. package/dist/runCode.d.ts +3 -0
  77. package/dist/runCode.d.ts.map +1 -0
  78. package/dist/runCode.js +22 -0
  79. package/dist/runCode.js.map +1 -0
  80. package/dist/toCodeModeResponse.d.ts +4 -0
  81. package/dist/toCodeModeResponse.d.ts.map +1 -0
  82. package/dist/toCodeModeResponse.js +26 -0
  83. package/dist/toCodeModeResponse.js.map +1 -0
  84. package/dist/types.d.ts +79 -0
  85. package/dist/types.d.ts.map +1 -0
  86. package/dist/types.js +2 -0
  87. package/dist/types.js.map +1 -0
  88. package/package.json +49 -0
@@ -0,0 +1,966 @@
1
+ {
2
+ "generatedFrom": "native/Cargo.lock",
3
+ "note": "Normal and build dependencies reachable from codex-code-mode-host; local vendored Codex crates are documented separately.",
4
+ "packages": [
5
+ {
6
+ "name": "adler2",
7
+ "version": "2.0.1",
8
+ "license": "0BSD OR MIT OR Apache-2.0",
9
+ "licenseFile": null,
10
+ "repository": "https://github.com/oyvindln/adler2",
11
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
12
+ },
13
+ {
14
+ "name": "aho-corasick",
15
+ "version": "1.1.4",
16
+ "license": "Unlicense OR MIT",
17
+ "licenseFile": null,
18
+ "repository": "https://github.com/BurntSushi/aho-corasick",
19
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
20
+ },
21
+ {
22
+ "name": "anyhow",
23
+ "version": "1.0.103",
24
+ "license": "MIT OR Apache-2.0",
25
+ "licenseFile": null,
26
+ "repository": "https://github.com/dtolnay/anyhow",
27
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
28
+ },
29
+ {
30
+ "name": "autocfg",
31
+ "version": "1.5.0",
32
+ "license": "Apache-2.0 OR MIT",
33
+ "licenseFile": null,
34
+ "repository": "https://github.com/cuviper/autocfg",
35
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
36
+ },
37
+ {
38
+ "name": "bindgen",
39
+ "version": "0.72.1",
40
+ "license": "BSD-3-Clause",
41
+ "licenseFile": null,
42
+ "repository": "https://github.com/rust-lang/rust-bindgen",
43
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
44
+ },
45
+ {
46
+ "name": "bitflags",
47
+ "version": "2.10.0",
48
+ "license": "MIT OR Apache-2.0",
49
+ "licenseFile": null,
50
+ "repository": "https://github.com/bitflags/bitflags",
51
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
52
+ },
53
+ {
54
+ "name": "bytes",
55
+ "version": "1.11.1",
56
+ "license": "MIT",
57
+ "licenseFile": null,
58
+ "repository": "https://github.com/tokio-rs/bytes",
59
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
60
+ },
61
+ {
62
+ "name": "calendrical_calculations",
63
+ "version": "0.2.4",
64
+ "license": "Apache-2.0",
65
+ "licenseFile": null,
66
+ "repository": "https://github.com/unicode-org/icu4x",
67
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
68
+ },
69
+ {
70
+ "name": "cexpr",
71
+ "version": "0.6.0",
72
+ "license": "Apache-2.0/MIT",
73
+ "licenseFile": null,
74
+ "repository": "https://github.com/jethrogb/rust-cexpr",
75
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
76
+ },
77
+ {
78
+ "name": "cfg-if",
79
+ "version": "1.0.4",
80
+ "license": "MIT OR Apache-2.0",
81
+ "licenseFile": null,
82
+ "repository": "https://github.com/rust-lang/cfg-if",
83
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
84
+ },
85
+ {
86
+ "name": "clang-sys",
87
+ "version": "1.8.1",
88
+ "license": "Apache-2.0",
89
+ "licenseFile": null,
90
+ "repository": "https://github.com/KyleMayes/clang-sys",
91
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
92
+ },
93
+ {
94
+ "name": "core_maths",
95
+ "version": "0.1.1",
96
+ "license": "MIT",
97
+ "licenseFile": null,
98
+ "repository": "https://github.com/robertbastian/core_maths",
99
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
100
+ },
101
+ {
102
+ "name": "crc32fast",
103
+ "version": "1.5.0",
104
+ "license": "MIT OR Apache-2.0",
105
+ "licenseFile": null,
106
+ "repository": "https://github.com/srijs/rust-crc32fast",
107
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
108
+ },
109
+ {
110
+ "name": "deno_core_icudata",
111
+ "version": "0.77.0",
112
+ "license": "MIT",
113
+ "licenseFile": null,
114
+ "repository": "https://github.com/denoland/deno_core_icudata",
115
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
116
+ },
117
+ {
118
+ "name": "diplomat",
119
+ "version": "0.15.0",
120
+ "license": "MIT OR Apache-2.0",
121
+ "licenseFile": null,
122
+ "repository": "https://github.com/rust-diplomat/diplomat",
123
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
124
+ },
125
+ {
126
+ "name": "diplomat_core",
127
+ "version": "0.15.0",
128
+ "license": "MIT OR Apache-2.0",
129
+ "licenseFile": null,
130
+ "repository": "https://github.com/rust-diplomat/diplomat",
131
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
132
+ },
133
+ {
134
+ "name": "diplomat-runtime",
135
+ "version": "0.15.1",
136
+ "license": "MIT OR Apache-2.0",
137
+ "licenseFile": null,
138
+ "repository": "https://github.com/rust-diplomat/diplomat",
139
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
140
+ },
141
+ {
142
+ "name": "displaydoc",
143
+ "version": "0.2.5",
144
+ "license": "MIT OR Apache-2.0",
145
+ "licenseFile": null,
146
+ "repository": "https://github.com/yaahc/displaydoc",
147
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
148
+ },
149
+ {
150
+ "name": "either",
151
+ "version": "1.15.0",
152
+ "license": "MIT OR Apache-2.0",
153
+ "licenseFile": null,
154
+ "repository": "https://github.com/rayon-rs/either",
155
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
156
+ },
157
+ {
158
+ "name": "errno",
159
+ "version": "0.3.14",
160
+ "license": "MIT OR Apache-2.0",
161
+ "licenseFile": null,
162
+ "repository": "https://github.com/lambda-fairy/rust-errno",
163
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
164
+ },
165
+ {
166
+ "name": "fslock",
167
+ "version": "0.2.1",
168
+ "license": "MIT",
169
+ "licenseFile": null,
170
+ "repository": "https://github.com/brunoczim/fslock",
171
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
172
+ },
173
+ {
174
+ "name": "futures",
175
+ "version": "0.3.31",
176
+ "license": "MIT OR Apache-2.0",
177
+ "licenseFile": null,
178
+ "repository": "https://github.com/rust-lang/futures-rs",
179
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
180
+ },
181
+ {
182
+ "name": "futures-channel",
183
+ "version": "0.3.32",
184
+ "license": "MIT OR Apache-2.0",
185
+ "licenseFile": null,
186
+ "repository": "https://github.com/rust-lang/futures-rs",
187
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
188
+ },
189
+ {
190
+ "name": "futures-core",
191
+ "version": "0.3.32",
192
+ "license": "MIT OR Apache-2.0",
193
+ "licenseFile": null,
194
+ "repository": "https://github.com/rust-lang/futures-rs",
195
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
196
+ },
197
+ {
198
+ "name": "futures-io",
199
+ "version": "0.3.32",
200
+ "license": "MIT OR Apache-2.0",
201
+ "licenseFile": null,
202
+ "repository": "https://github.com/rust-lang/futures-rs",
203
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
204
+ },
205
+ {
206
+ "name": "futures-macro",
207
+ "version": "0.3.32",
208
+ "license": "MIT OR Apache-2.0",
209
+ "licenseFile": null,
210
+ "repository": "https://github.com/rust-lang/futures-rs",
211
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
212
+ },
213
+ {
214
+ "name": "futures-sink",
215
+ "version": "0.3.32",
216
+ "license": "MIT OR Apache-2.0",
217
+ "licenseFile": null,
218
+ "repository": "https://github.com/rust-lang/futures-rs",
219
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
220
+ },
221
+ {
222
+ "name": "futures-task",
223
+ "version": "0.3.32",
224
+ "license": "MIT OR Apache-2.0",
225
+ "licenseFile": null,
226
+ "repository": "https://github.com/rust-lang/futures-rs",
227
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
228
+ },
229
+ {
230
+ "name": "futures-util",
231
+ "version": "0.3.32",
232
+ "license": "MIT OR Apache-2.0",
233
+ "licenseFile": null,
234
+ "repository": "https://github.com/rust-lang/futures-rs",
235
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
236
+ },
237
+ {
238
+ "name": "glob",
239
+ "version": "0.3.3",
240
+ "license": "MIT OR Apache-2.0",
241
+ "licenseFile": null,
242
+ "repository": "https://github.com/rust-lang/glob",
243
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
244
+ },
245
+ {
246
+ "name": "gzip-header",
247
+ "version": "1.0.0",
248
+ "license": "MIT/Apache-2.0",
249
+ "licenseFile": null,
250
+ "repository": "https://github.com/oyvindln/gzip-header",
251
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
252
+ },
253
+ {
254
+ "name": "home",
255
+ "version": "0.5.12",
256
+ "license": "MIT OR Apache-2.0",
257
+ "licenseFile": null,
258
+ "repository": "https://github.com/rust-lang/cargo",
259
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
260
+ },
261
+ {
262
+ "name": "icu_calendar",
263
+ "version": "2.2.1",
264
+ "license": "Unicode-3.0",
265
+ "licenseFile": null,
266
+ "repository": "https://github.com/unicode-org/icu4x",
267
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
268
+ },
269
+ {
270
+ "name": "icu_calendar_data",
271
+ "version": "2.2.0",
272
+ "license": "Unicode-3.0",
273
+ "licenseFile": null,
274
+ "repository": "https://github.com/unicode-org/icu4x",
275
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
276
+ },
277
+ {
278
+ "name": "icu_collections",
279
+ "version": "2.2.0",
280
+ "license": "Unicode-3.0",
281
+ "licenseFile": null,
282
+ "repository": "https://github.com/unicode-org/icu4x",
283
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
284
+ },
285
+ {
286
+ "name": "icu_locale",
287
+ "version": "2.2.0",
288
+ "license": "Unicode-3.0",
289
+ "licenseFile": null,
290
+ "repository": "https://github.com/unicode-org/icu4x",
291
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
292
+ },
293
+ {
294
+ "name": "icu_locale_core",
295
+ "version": "2.2.0",
296
+ "license": "Unicode-3.0",
297
+ "licenseFile": null,
298
+ "repository": "https://github.com/unicode-org/icu4x",
299
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
300
+ },
301
+ {
302
+ "name": "icu_locale_data",
303
+ "version": "2.2.0",
304
+ "license": "Unicode-3.0",
305
+ "licenseFile": null,
306
+ "repository": "https://github.com/unicode-org/icu4x",
307
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
308
+ },
309
+ {
310
+ "name": "icu_provider",
311
+ "version": "2.2.0",
312
+ "license": "Unicode-3.0",
313
+ "licenseFile": null,
314
+ "repository": "https://github.com/unicode-org/icu4x",
315
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
316
+ },
317
+ {
318
+ "name": "itertools",
319
+ "version": "0.13.0",
320
+ "license": "MIT OR Apache-2.0",
321
+ "licenseFile": null,
322
+ "repository": "https://github.com/rust-itertools/itertools",
323
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
324
+ },
325
+ {
326
+ "name": "itoa",
327
+ "version": "1.0.17",
328
+ "license": "MIT OR Apache-2.0",
329
+ "licenseFile": null,
330
+ "repository": "https://github.com/dtolnay/itoa",
331
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
332
+ },
333
+ {
334
+ "name": "ixdtf",
335
+ "version": "0.6.4",
336
+ "license": "Unicode-3.0",
337
+ "licenseFile": null,
338
+ "repository": "https://github.com/unicode-org/icu4x",
339
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
340
+ },
341
+ {
342
+ "name": "libc",
343
+ "version": "0.2.186",
344
+ "license": "MIT OR Apache-2.0",
345
+ "licenseFile": null,
346
+ "repository": "https://github.com/rust-lang/libc",
347
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
348
+ },
349
+ {
350
+ "name": "libloading",
351
+ "version": "0.8.9",
352
+ "license": "ISC",
353
+ "licenseFile": null,
354
+ "repository": "https://github.com/nagisa/rust_libloading/",
355
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
356
+ },
357
+ {
358
+ "name": "libm",
359
+ "version": "0.2.16",
360
+ "license": "MIT",
361
+ "licenseFile": null,
362
+ "repository": "https://github.com/rust-lang/compiler-builtins",
363
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
364
+ },
365
+ {
366
+ "name": "linux-raw-sys",
367
+ "version": "0.4.15",
368
+ "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
369
+ "licenseFile": null,
370
+ "repository": "https://github.com/sunfishcode/linux-raw-sys",
371
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
372
+ },
373
+ {
374
+ "name": "litemap",
375
+ "version": "0.8.1",
376
+ "license": "Unicode-3.0",
377
+ "licenseFile": null,
378
+ "repository": "https://github.com/unicode-org/icu4x",
379
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
380
+ },
381
+ {
382
+ "name": "log",
383
+ "version": "0.4.29",
384
+ "license": "MIT OR Apache-2.0",
385
+ "licenseFile": null,
386
+ "repository": "https://github.com/rust-lang/log",
387
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
388
+ },
389
+ {
390
+ "name": "memchr",
391
+ "version": "2.8.1",
392
+ "license": "Unlicense OR MIT",
393
+ "licenseFile": null,
394
+ "repository": "https://github.com/BurntSushi/memchr",
395
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
396
+ },
397
+ {
398
+ "name": "minimal-lexical",
399
+ "version": "0.2.1",
400
+ "license": "MIT/Apache-2.0",
401
+ "licenseFile": null,
402
+ "repository": "https://github.com/Alexhuszagh/minimal-lexical",
403
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
404
+ },
405
+ {
406
+ "name": "miniz_oxide",
407
+ "version": "0.8.9",
408
+ "license": "MIT OR Zlib OR Apache-2.0",
409
+ "licenseFile": null,
410
+ "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
411
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
412
+ },
413
+ {
414
+ "name": "mio",
415
+ "version": "1.2.0",
416
+ "license": "MIT",
417
+ "licenseFile": null,
418
+ "repository": "https://github.com/tokio-rs/mio",
419
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
420
+ },
421
+ {
422
+ "name": "nom",
423
+ "version": "7.1.3",
424
+ "license": "MIT",
425
+ "licenseFile": null,
426
+ "repository": "https://github.com/Geal/nom",
427
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
428
+ },
429
+ {
430
+ "name": "num-traits",
431
+ "version": "0.2.19",
432
+ "license": "MIT OR Apache-2.0",
433
+ "licenseFile": null,
434
+ "repository": "https://github.com/rust-num/num-traits",
435
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
436
+ },
437
+ {
438
+ "name": "once_cell",
439
+ "version": "1.21.4",
440
+ "license": "MIT OR Apache-2.0",
441
+ "licenseFile": null,
442
+ "repository": "https://github.com/matklad/once_cell",
443
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
444
+ },
445
+ {
446
+ "name": "paste",
447
+ "version": "1.0.15",
448
+ "license": "MIT OR Apache-2.0",
449
+ "licenseFile": null,
450
+ "repository": "https://github.com/dtolnay/paste",
451
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
452
+ },
453
+ {
454
+ "name": "pin-project-lite",
455
+ "version": "0.2.16",
456
+ "license": "Apache-2.0 OR MIT",
457
+ "licenseFile": null,
458
+ "repository": "https://github.com/taiki-e/pin-project-lite",
459
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
460
+ },
461
+ {
462
+ "name": "potential_utf",
463
+ "version": "0.1.4",
464
+ "license": "Unicode-3.0",
465
+ "licenseFile": null,
466
+ "repository": "https://github.com/unicode-org/icu4x",
467
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
468
+ },
469
+ {
470
+ "name": "prettyplease",
471
+ "version": "0.2.37",
472
+ "license": "MIT OR Apache-2.0",
473
+ "licenseFile": null,
474
+ "repository": "https://github.com/dtolnay/prettyplease",
475
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
476
+ },
477
+ {
478
+ "name": "proc-macro2",
479
+ "version": "1.0.106",
480
+ "license": "MIT OR Apache-2.0",
481
+ "licenseFile": null,
482
+ "repository": "https://github.com/dtolnay/proc-macro2",
483
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
484
+ },
485
+ {
486
+ "name": "quote",
487
+ "version": "1.0.45",
488
+ "license": "MIT OR Apache-2.0",
489
+ "licenseFile": null,
490
+ "repository": "https://github.com/dtolnay/quote",
491
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
492
+ },
493
+ {
494
+ "name": "regex",
495
+ "version": "1.12.3",
496
+ "license": "MIT OR Apache-2.0",
497
+ "licenseFile": null,
498
+ "repository": "https://github.com/rust-lang/regex",
499
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
500
+ },
501
+ {
502
+ "name": "regex-automata",
503
+ "version": "0.4.13",
504
+ "license": "MIT OR Apache-2.0",
505
+ "licenseFile": null,
506
+ "repository": "https://github.com/rust-lang/regex",
507
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
508
+ },
509
+ {
510
+ "name": "regex-syntax",
511
+ "version": "0.8.8",
512
+ "license": "MIT OR Apache-2.0",
513
+ "licenseFile": null,
514
+ "repository": "https://github.com/rust-lang/regex",
515
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
516
+ },
517
+ {
518
+ "name": "resb",
519
+ "version": "0.1.2",
520
+ "license": "Unicode-3.0",
521
+ "licenseFile": null,
522
+ "repository": "https://github.com/unicode-org/icu4x",
523
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
524
+ },
525
+ {
526
+ "name": "rustc-hash",
527
+ "version": "2.1.1",
528
+ "license": "Apache-2.0 OR MIT",
529
+ "licenseFile": null,
530
+ "repository": "https://github.com/rust-lang/rustc-hash",
531
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
532
+ },
533
+ {
534
+ "name": "rustix",
535
+ "version": "0.38.44",
536
+ "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
537
+ "licenseFile": null,
538
+ "repository": "https://github.com/bytecodealliance/rustix",
539
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
540
+ },
541
+ {
542
+ "name": "serde",
543
+ "version": "1.0.228",
544
+ "license": "MIT OR Apache-2.0",
545
+ "licenseFile": null,
546
+ "repository": "https://github.com/serde-rs/serde",
547
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
548
+ },
549
+ {
550
+ "name": "serde_core",
551
+ "version": "1.0.228",
552
+ "license": "MIT OR Apache-2.0",
553
+ "licenseFile": null,
554
+ "repository": "https://github.com/serde-rs/serde",
555
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
556
+ },
557
+ {
558
+ "name": "serde_derive",
559
+ "version": "1.0.228",
560
+ "license": "MIT OR Apache-2.0",
561
+ "licenseFile": null,
562
+ "repository": "https://github.com/serde-rs/serde",
563
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
564
+ },
565
+ {
566
+ "name": "serde_json",
567
+ "version": "1.0.149",
568
+ "license": "MIT OR Apache-2.0",
569
+ "licenseFile": null,
570
+ "repository": "https://github.com/serde-rs/json",
571
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
572
+ },
573
+ {
574
+ "name": "shlex",
575
+ "version": "1.3.0",
576
+ "license": "MIT OR Apache-2.0",
577
+ "licenseFile": null,
578
+ "repository": "https://github.com/comex/rust-shlex",
579
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
580
+ },
581
+ {
582
+ "name": "signal-hook-registry",
583
+ "version": "1.4.8",
584
+ "license": "MIT OR Apache-2.0",
585
+ "licenseFile": null,
586
+ "repository": "https://github.com/vorner/signal-hook",
587
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
588
+ },
589
+ {
590
+ "name": "slab",
591
+ "version": "0.4.12",
592
+ "license": "MIT",
593
+ "licenseFile": null,
594
+ "repository": "https://github.com/tokio-rs/slab",
595
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
596
+ },
597
+ {
598
+ "name": "smallvec",
599
+ "version": "1.15.1",
600
+ "license": "MIT OR Apache-2.0",
601
+ "licenseFile": null,
602
+ "repository": "https://github.com/servo/rust-smallvec",
603
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
604
+ },
605
+ {
606
+ "name": "stable_deref_trait",
607
+ "version": "1.2.1",
608
+ "license": "MIT OR Apache-2.0",
609
+ "licenseFile": null,
610
+ "repository": "https://github.com/storyyeller/stable_deref_trait",
611
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
612
+ },
613
+ {
614
+ "name": "strck",
615
+ "version": "1.0.0",
616
+ "license": "MIT",
617
+ "licenseFile": null,
618
+ "repository": "https://github.com/QnnOkabayashi/strck",
619
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
620
+ },
621
+ {
622
+ "name": "syn",
623
+ "version": "2.0.117",
624
+ "license": "MIT OR Apache-2.0",
625
+ "licenseFile": null,
626
+ "repository": "https://github.com/dtolnay/syn",
627
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
628
+ },
629
+ {
630
+ "name": "synstructure",
631
+ "version": "0.13.2",
632
+ "license": "MIT",
633
+ "licenseFile": null,
634
+ "repository": "https://github.com/mystor/synstructure",
635
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
636
+ },
637
+ {
638
+ "name": "temporal_capi",
639
+ "version": "0.2.3",
640
+ "license": "MIT OR Apache-2.0",
641
+ "licenseFile": null,
642
+ "repository": "https://github.com/boa-dev/temporal",
643
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
644
+ },
645
+ {
646
+ "name": "temporal_rs",
647
+ "version": "0.2.3",
648
+ "license": "MIT OR Apache-2.0",
649
+ "licenseFile": null,
650
+ "repository": "https://github.com/boa-dev/temporal",
651
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
652
+ },
653
+ {
654
+ "name": "timezone_provider",
655
+ "version": "0.2.3",
656
+ "license": "MIT OR Apache-2.0",
657
+ "licenseFile": null,
658
+ "repository": "https://github.com/boa-dev/temporal",
659
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
660
+ },
661
+ {
662
+ "name": "tinystr",
663
+ "version": "0.8.3",
664
+ "license": "Unicode-3.0",
665
+ "licenseFile": null,
666
+ "repository": "https://github.com/unicode-org/icu4x",
667
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
668
+ },
669
+ {
670
+ "name": "tokio",
671
+ "version": "1.52.3",
672
+ "license": "MIT",
673
+ "licenseFile": null,
674
+ "repository": "https://github.com/tokio-rs/tokio",
675
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
676
+ },
677
+ {
678
+ "name": "tokio-macros",
679
+ "version": "2.7.0",
680
+ "license": "MIT",
681
+ "licenseFile": null,
682
+ "repository": "https://github.com/tokio-rs/tokio",
683
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
684
+ },
685
+ {
686
+ "name": "tokio-util",
687
+ "version": "0.7.18",
688
+ "license": "MIT",
689
+ "licenseFile": null,
690
+ "repository": "https://github.com/tokio-rs/tokio",
691
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
692
+ },
693
+ {
694
+ "name": "tracing",
695
+ "version": "0.1.44",
696
+ "license": "MIT",
697
+ "licenseFile": null,
698
+ "repository": "https://github.com/tokio-rs/tracing",
699
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
700
+ },
701
+ {
702
+ "name": "tracing-attributes",
703
+ "version": "0.1.31",
704
+ "license": "MIT",
705
+ "licenseFile": null,
706
+ "repository": "https://github.com/tokio-rs/tracing",
707
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
708
+ },
709
+ {
710
+ "name": "tracing-core",
711
+ "version": "0.1.36",
712
+ "license": "MIT",
713
+ "licenseFile": null,
714
+ "repository": "https://github.com/tokio-rs/tracing",
715
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
716
+ },
717
+ {
718
+ "name": "unicode-ident",
719
+ "version": "1.0.22",
720
+ "license": "(MIT OR Apache-2.0) AND Unicode-3.0",
721
+ "licenseFile": null,
722
+ "repository": "https://github.com/dtolnay/unicode-ident",
723
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
724
+ },
725
+ {
726
+ "name": "utf8_iter",
727
+ "version": "1.0.4",
728
+ "license": "Apache-2.0 OR MIT",
729
+ "licenseFile": null,
730
+ "repository": "https://github.com/hsivonen/utf8_iter",
731
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
732
+ },
733
+ {
734
+ "name": "v8",
735
+ "version": "149.2.0",
736
+ "license": "MIT",
737
+ "licenseFile": null,
738
+ "repository": "https://github.com/denoland/rusty_v8",
739
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
740
+ },
741
+ {
742
+ "name": "wasi",
743
+ "version": "0.11.1+wasi-snapshot-preview1",
744
+ "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
745
+ "licenseFile": null,
746
+ "repository": "https://github.com/bytecodealliance/wasi",
747
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
748
+ },
749
+ {
750
+ "name": "which",
751
+ "version": "6.0.3",
752
+ "license": "MIT",
753
+ "licenseFile": null,
754
+ "repository": "https://github.com/harryfei/which-rs.git",
755
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
756
+ },
757
+ {
758
+ "name": "winapi",
759
+ "version": "0.3.9",
760
+ "license": "MIT/Apache-2.0",
761
+ "licenseFile": null,
762
+ "repository": "https://github.com/retep998/winapi-rs",
763
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
764
+ },
765
+ {
766
+ "name": "winapi-i686-pc-windows-gnu",
767
+ "version": "0.4.0",
768
+ "license": "MIT/Apache-2.0",
769
+ "licenseFile": null,
770
+ "repository": "https://github.com/retep998/winapi-rs",
771
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
772
+ },
773
+ {
774
+ "name": "winapi-x86_64-pc-windows-gnu",
775
+ "version": "0.4.0",
776
+ "license": "MIT/Apache-2.0",
777
+ "licenseFile": null,
778
+ "repository": "https://github.com/retep998/winapi-rs",
779
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
780
+ },
781
+ {
782
+ "name": "windows_aarch64_gnullvm",
783
+ "version": "0.52.6",
784
+ "license": "MIT OR Apache-2.0",
785
+ "licenseFile": null,
786
+ "repository": "https://github.com/microsoft/windows-rs",
787
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
788
+ },
789
+ {
790
+ "name": "windows_aarch64_msvc",
791
+ "version": "0.52.6",
792
+ "license": "MIT OR Apache-2.0",
793
+ "licenseFile": null,
794
+ "repository": "https://github.com/microsoft/windows-rs",
795
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
796
+ },
797
+ {
798
+ "name": "windows_i686_gnu",
799
+ "version": "0.52.6",
800
+ "license": "MIT OR Apache-2.0",
801
+ "licenseFile": null,
802
+ "repository": "https://github.com/microsoft/windows-rs",
803
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
804
+ },
805
+ {
806
+ "name": "windows_i686_gnullvm",
807
+ "version": "0.52.6",
808
+ "license": "MIT OR Apache-2.0",
809
+ "licenseFile": null,
810
+ "repository": "https://github.com/microsoft/windows-rs",
811
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
812
+ },
813
+ {
814
+ "name": "windows_i686_msvc",
815
+ "version": "0.52.6",
816
+ "license": "MIT OR Apache-2.0",
817
+ "licenseFile": null,
818
+ "repository": "https://github.com/microsoft/windows-rs",
819
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
820
+ },
821
+ {
822
+ "name": "windows_x86_64_gnu",
823
+ "version": "0.52.6",
824
+ "license": "MIT OR Apache-2.0",
825
+ "licenseFile": null,
826
+ "repository": "https://github.com/microsoft/windows-rs",
827
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
828
+ },
829
+ {
830
+ "name": "windows_x86_64_gnullvm",
831
+ "version": "0.52.6",
832
+ "license": "MIT OR Apache-2.0",
833
+ "licenseFile": null,
834
+ "repository": "https://github.com/microsoft/windows-rs",
835
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
836
+ },
837
+ {
838
+ "name": "windows_x86_64_msvc",
839
+ "version": "0.52.6",
840
+ "license": "MIT OR Apache-2.0",
841
+ "licenseFile": null,
842
+ "repository": "https://github.com/microsoft/windows-rs",
843
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
844
+ },
845
+ {
846
+ "name": "windows-link",
847
+ "version": "0.2.1",
848
+ "license": "MIT OR Apache-2.0",
849
+ "licenseFile": null,
850
+ "repository": "https://github.com/microsoft/windows-rs",
851
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
852
+ },
853
+ {
854
+ "name": "windows-sys",
855
+ "version": "0.59.0",
856
+ "license": "MIT OR Apache-2.0",
857
+ "licenseFile": null,
858
+ "repository": "https://github.com/microsoft/windows-rs",
859
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
860
+ },
861
+ {
862
+ "name": "windows-sys",
863
+ "version": "0.61.2",
864
+ "license": "MIT OR Apache-2.0",
865
+ "licenseFile": null,
866
+ "repository": "https://github.com/microsoft/windows-rs",
867
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
868
+ },
869
+ {
870
+ "name": "windows-targets",
871
+ "version": "0.52.6",
872
+ "license": "MIT OR Apache-2.0",
873
+ "licenseFile": null,
874
+ "repository": "https://github.com/microsoft/windows-rs",
875
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
876
+ },
877
+ {
878
+ "name": "winsafe",
879
+ "version": "0.0.19",
880
+ "license": "MIT",
881
+ "licenseFile": null,
882
+ "repository": "https://github.com/rodrigocfd/winsafe",
883
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
884
+ },
885
+ {
886
+ "name": "writeable",
887
+ "version": "0.6.2",
888
+ "license": "Unicode-3.0",
889
+ "licenseFile": null,
890
+ "repository": "https://github.com/unicode-org/icu4x",
891
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
892
+ },
893
+ {
894
+ "name": "yoke",
895
+ "version": "0.8.2",
896
+ "license": "Unicode-3.0",
897
+ "licenseFile": null,
898
+ "repository": "https://github.com/unicode-org/icu4x",
899
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
900
+ },
901
+ {
902
+ "name": "yoke-derive",
903
+ "version": "0.8.2",
904
+ "license": "Unicode-3.0",
905
+ "licenseFile": null,
906
+ "repository": "https://github.com/unicode-org/icu4x",
907
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
908
+ },
909
+ {
910
+ "name": "zerofrom",
911
+ "version": "0.1.6",
912
+ "license": "Unicode-3.0",
913
+ "licenseFile": null,
914
+ "repository": "https://github.com/unicode-org/icu4x",
915
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
916
+ },
917
+ {
918
+ "name": "zerofrom-derive",
919
+ "version": "0.1.6",
920
+ "license": "Unicode-3.0",
921
+ "licenseFile": null,
922
+ "repository": "https://github.com/unicode-org/icu4x",
923
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
924
+ },
925
+ {
926
+ "name": "zerotrie",
927
+ "version": "0.2.4",
928
+ "license": "Unicode-3.0",
929
+ "licenseFile": null,
930
+ "repository": "https://github.com/unicode-org/icu4x",
931
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
932
+ },
933
+ {
934
+ "name": "zerovec",
935
+ "version": "0.11.6",
936
+ "license": "Unicode-3.0",
937
+ "licenseFile": null,
938
+ "repository": "https://github.com/unicode-org/icu4x",
939
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
940
+ },
941
+ {
942
+ "name": "zerovec-derive",
943
+ "version": "0.11.3",
944
+ "license": "Unicode-3.0",
945
+ "licenseFile": null,
946
+ "repository": "https://github.com/unicode-org/icu4x",
947
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
948
+ },
949
+ {
950
+ "name": "zmij",
951
+ "version": "1.0.19",
952
+ "license": "MIT",
953
+ "licenseFile": null,
954
+ "repository": "https://github.com/dtolnay/zmij",
955
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
956
+ },
957
+ {
958
+ "name": "zoneinfo64",
959
+ "version": "0.3.0",
960
+ "license": "Unicode-3.0",
961
+ "licenseFile": null,
962
+ "repository": "https://github.com/unicode-org/icu4x",
963
+ "source": "registry+https://github.com/rust-lang/crates.io-index"
964
+ }
965
+ ]
966
+ }