@engramresearch/srun 0.1.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/Cargo.lock ADDED
@@ -0,0 +1,632 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "anstream"
7
+ version = "1.0.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
10
+ dependencies = [
11
+ "anstyle",
12
+ "anstyle-parse",
13
+ "anstyle-query",
14
+ "anstyle-wincon",
15
+ "colorchoice",
16
+ "is_terminal_polyfill",
17
+ "utf8parse",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstyle"
22
+ version = "1.0.14"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
25
+
26
+ [[package]]
27
+ name = "anstyle-parse"
28
+ version = "1.0.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
31
+ dependencies = [
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle-query"
37
+ version = "1.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
40
+ dependencies = [
41
+ "windows-sys",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle-wincon"
46
+ version = "3.0.11"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
49
+ dependencies = [
50
+ "anstyle",
51
+ "once_cell_polyfill",
52
+ "windows-sys",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "anyhow"
57
+ version = "1.0.102"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
60
+
61
+ [[package]]
62
+ name = "bitflags"
63
+ version = "2.11.1"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
66
+
67
+ [[package]]
68
+ name = "cfg-if"
69
+ version = "1.0.4"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
72
+
73
+ [[package]]
74
+ name = "clap"
75
+ version = "4.6.1"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
78
+ dependencies = [
79
+ "clap_builder",
80
+ "clap_derive",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "clap_builder"
85
+ version = "4.6.0"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
88
+ dependencies = [
89
+ "anstream",
90
+ "anstyle",
91
+ "clap_lex",
92
+ "strsim",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "clap_derive"
97
+ version = "4.6.1"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
100
+ dependencies = [
101
+ "heck",
102
+ "proc-macro2",
103
+ "quote",
104
+ "syn",
105
+ ]
106
+
107
+ [[package]]
108
+ name = "clap_lex"
109
+ version = "1.1.0"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
112
+
113
+ [[package]]
114
+ name = "colorchoice"
115
+ version = "1.0.5"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
118
+
119
+ [[package]]
120
+ name = "equivalent"
121
+ version = "1.0.2"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
124
+
125
+ [[package]]
126
+ name = "errno"
127
+ version = "0.3.14"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
130
+ dependencies = [
131
+ "libc",
132
+ "windows-sys",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "fastrand"
137
+ version = "2.4.1"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
140
+
141
+ [[package]]
142
+ name = "foldhash"
143
+ version = "0.1.5"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
146
+
147
+ [[package]]
148
+ name = "getrandom"
149
+ version = "0.4.2"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
152
+ dependencies = [
153
+ "cfg-if",
154
+ "libc",
155
+ "r-efi",
156
+ "wasip2",
157
+ "wasip3",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "hashbrown"
162
+ version = "0.15.5"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
165
+ dependencies = [
166
+ "foldhash",
167
+ ]
168
+
169
+ [[package]]
170
+ name = "hashbrown"
171
+ version = "0.17.1"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
174
+
175
+ [[package]]
176
+ name = "heck"
177
+ version = "0.5.0"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
180
+
181
+ [[package]]
182
+ name = "id-arena"
183
+ version = "2.3.0"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
186
+
187
+ [[package]]
188
+ name = "indexmap"
189
+ version = "2.14.0"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
192
+ dependencies = [
193
+ "equivalent",
194
+ "hashbrown 0.17.1",
195
+ "serde",
196
+ "serde_core",
197
+ ]
198
+
199
+ [[package]]
200
+ name = "is_terminal_polyfill"
201
+ version = "1.70.2"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
204
+
205
+ [[package]]
206
+ name = "itoa"
207
+ version = "1.0.18"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
210
+
211
+ [[package]]
212
+ name = "leb128fmt"
213
+ version = "0.1.0"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
216
+
217
+ [[package]]
218
+ name = "libc"
219
+ version = "0.2.186"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
222
+
223
+ [[package]]
224
+ name = "linux-raw-sys"
225
+ version = "0.12.1"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
228
+
229
+ [[package]]
230
+ name = "log"
231
+ version = "0.4.29"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
234
+
235
+ [[package]]
236
+ name = "memchr"
237
+ version = "2.8.0"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
240
+
241
+ [[package]]
242
+ name = "once_cell"
243
+ version = "1.21.4"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
246
+
247
+ [[package]]
248
+ name = "once_cell_polyfill"
249
+ version = "1.70.2"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
252
+
253
+ [[package]]
254
+ name = "prettyplease"
255
+ version = "0.2.37"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
258
+ dependencies = [
259
+ "proc-macro2",
260
+ "syn",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "proc-macro2"
265
+ version = "1.0.106"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
268
+ dependencies = [
269
+ "unicode-ident",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "quote"
274
+ version = "1.0.45"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
277
+ dependencies = [
278
+ "proc-macro2",
279
+ ]
280
+
281
+ [[package]]
282
+ name = "r-efi"
283
+ version = "6.0.0"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
286
+
287
+ [[package]]
288
+ name = "rustix"
289
+ version = "1.1.4"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
292
+ dependencies = [
293
+ "bitflags",
294
+ "errno",
295
+ "libc",
296
+ "linux-raw-sys",
297
+ "windows-sys",
298
+ ]
299
+
300
+ [[package]]
301
+ name = "semver"
302
+ version = "1.0.28"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
305
+
306
+ [[package]]
307
+ name = "serde"
308
+ version = "1.0.228"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
311
+ dependencies = [
312
+ "serde_core",
313
+ "serde_derive",
314
+ ]
315
+
316
+ [[package]]
317
+ name = "serde_core"
318
+ version = "1.0.228"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
321
+ dependencies = [
322
+ "serde_derive",
323
+ ]
324
+
325
+ [[package]]
326
+ name = "serde_derive"
327
+ version = "1.0.228"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
330
+ dependencies = [
331
+ "proc-macro2",
332
+ "quote",
333
+ "syn",
334
+ ]
335
+
336
+ [[package]]
337
+ name = "serde_json"
338
+ version = "1.0.149"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
341
+ dependencies = [
342
+ "itoa",
343
+ "memchr",
344
+ "serde",
345
+ "serde_core",
346
+ "zmij",
347
+ ]
348
+
349
+ [[package]]
350
+ name = "serde_spanned"
351
+ version = "0.6.9"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
354
+ dependencies = [
355
+ "serde",
356
+ ]
357
+
358
+ [[package]]
359
+ name = "srun"
360
+ version = "0.1.0"
361
+ dependencies = [
362
+ "clap",
363
+ "serde",
364
+ "serde_json",
365
+ "tempfile",
366
+ "toml",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "strsim"
371
+ version = "0.11.1"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
374
+
375
+ [[package]]
376
+ name = "syn"
377
+ version = "2.0.117"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
380
+ dependencies = [
381
+ "proc-macro2",
382
+ "quote",
383
+ "unicode-ident",
384
+ ]
385
+
386
+ [[package]]
387
+ name = "tempfile"
388
+ version = "3.27.0"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
391
+ dependencies = [
392
+ "fastrand",
393
+ "getrandom",
394
+ "once_cell",
395
+ "rustix",
396
+ "windows-sys",
397
+ ]
398
+
399
+ [[package]]
400
+ name = "toml"
401
+ version = "0.8.23"
402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
403
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
404
+ dependencies = [
405
+ "serde",
406
+ "serde_spanned",
407
+ "toml_datetime",
408
+ "toml_edit",
409
+ ]
410
+
411
+ [[package]]
412
+ name = "toml_datetime"
413
+ version = "0.6.11"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
416
+ dependencies = [
417
+ "serde",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "toml_edit"
422
+ version = "0.22.27"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
425
+ dependencies = [
426
+ "indexmap",
427
+ "serde",
428
+ "serde_spanned",
429
+ "toml_datetime",
430
+ "toml_write",
431
+ "winnow",
432
+ ]
433
+
434
+ [[package]]
435
+ name = "toml_write"
436
+ version = "0.1.2"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
439
+
440
+ [[package]]
441
+ name = "unicode-ident"
442
+ version = "1.0.24"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
445
+
446
+ [[package]]
447
+ name = "unicode-xid"
448
+ version = "0.2.6"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
451
+
452
+ [[package]]
453
+ name = "utf8parse"
454
+ version = "0.2.2"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
457
+
458
+ [[package]]
459
+ name = "wasip2"
460
+ version = "1.0.3+wasi-0.2.9"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
463
+ dependencies = [
464
+ "wit-bindgen 0.57.1",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "wasip3"
469
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
472
+ dependencies = [
473
+ "wit-bindgen 0.51.0",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "wasm-encoder"
478
+ version = "0.244.0"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
481
+ dependencies = [
482
+ "leb128fmt",
483
+ "wasmparser",
484
+ ]
485
+
486
+ [[package]]
487
+ name = "wasm-metadata"
488
+ version = "0.244.0"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
491
+ dependencies = [
492
+ "anyhow",
493
+ "indexmap",
494
+ "wasm-encoder",
495
+ "wasmparser",
496
+ ]
497
+
498
+ [[package]]
499
+ name = "wasmparser"
500
+ version = "0.244.0"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
503
+ dependencies = [
504
+ "bitflags",
505
+ "hashbrown 0.15.5",
506
+ "indexmap",
507
+ "semver",
508
+ ]
509
+
510
+ [[package]]
511
+ name = "windows-link"
512
+ version = "0.2.1"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
515
+
516
+ [[package]]
517
+ name = "windows-sys"
518
+ version = "0.61.2"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
521
+ dependencies = [
522
+ "windows-link",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "winnow"
527
+ version = "0.7.15"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
530
+ dependencies = [
531
+ "memchr",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "wit-bindgen"
536
+ version = "0.51.0"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
539
+ dependencies = [
540
+ "wit-bindgen-rust-macro",
541
+ ]
542
+
543
+ [[package]]
544
+ name = "wit-bindgen"
545
+ version = "0.57.1"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
548
+
549
+ [[package]]
550
+ name = "wit-bindgen-core"
551
+ version = "0.51.0"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
554
+ dependencies = [
555
+ "anyhow",
556
+ "heck",
557
+ "wit-parser",
558
+ ]
559
+
560
+ [[package]]
561
+ name = "wit-bindgen-rust"
562
+ version = "0.51.0"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
565
+ dependencies = [
566
+ "anyhow",
567
+ "heck",
568
+ "indexmap",
569
+ "prettyplease",
570
+ "syn",
571
+ "wasm-metadata",
572
+ "wit-bindgen-core",
573
+ "wit-component",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "wit-bindgen-rust-macro"
578
+ version = "0.51.0"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
581
+ dependencies = [
582
+ "anyhow",
583
+ "prettyplease",
584
+ "proc-macro2",
585
+ "quote",
586
+ "syn",
587
+ "wit-bindgen-core",
588
+ "wit-bindgen-rust",
589
+ ]
590
+
591
+ [[package]]
592
+ name = "wit-component"
593
+ version = "0.244.0"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
596
+ dependencies = [
597
+ "anyhow",
598
+ "bitflags",
599
+ "indexmap",
600
+ "log",
601
+ "serde",
602
+ "serde_derive",
603
+ "serde_json",
604
+ "wasm-encoder",
605
+ "wasm-metadata",
606
+ "wasmparser",
607
+ "wit-parser",
608
+ ]
609
+
610
+ [[package]]
611
+ name = "wit-parser"
612
+ version = "0.244.0"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
615
+ dependencies = [
616
+ "anyhow",
617
+ "id-arena",
618
+ "indexmap",
619
+ "log",
620
+ "semver",
621
+ "serde",
622
+ "serde_derive",
623
+ "serde_json",
624
+ "unicode-xid",
625
+ "wasmparser",
626
+ ]
627
+
628
+ [[package]]
629
+ name = "zmij"
630
+ version = "1.0.21"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
package/Cargo.toml ADDED
@@ -0,0 +1,19 @@
1
+ [package]
2
+ name = "srun"
3
+ version = "0.1.0"
4
+ edition = "2021"
5
+ description = "Universal Smart Project Runner"
6
+ license = "MIT"
7
+
8
+ [[bin]]
9
+ name = "srun"
10
+ path = "src/main.rs"
11
+
12
+ [dependencies]
13
+ clap = { version = "4.5", features = ["derive"] }
14
+ serde = { version = "1", features = ["derive"] }
15
+ serde_json = "1"
16
+ toml = "0.8"
17
+
18
+ [dev-dependencies]
19
+ tempfile = "3"
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 srun contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.