syntax-workout-sdk 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,668 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "autocfg"
16
+ version = "1.5.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
19
+
20
+ [[package]]
21
+ name = "bitflags"
22
+ version = "2.11.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
25
+
26
+ [[package]]
27
+ name = "bumpalo"
28
+ version = "3.20.2"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
31
+
32
+ [[package]]
33
+ name = "cfg-if"
34
+ version = "1.0.4"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
37
+
38
+ [[package]]
39
+ name = "convert_case"
40
+ version = "0.6.0"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
43
+ dependencies = [
44
+ "unicode-segmentation",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "ctor"
49
+ version = "0.2.9"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
52
+ dependencies = [
53
+ "quote",
54
+ "syn",
55
+ ]
56
+
57
+ [[package]]
58
+ name = "getrandom"
59
+ version = "0.3.4"
60
+ source = "registry+https://github.com/rust-lang/crates.io-index"
61
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
62
+ dependencies = [
63
+ "cfg-if",
64
+ "libc",
65
+ "r-efi",
66
+ "wasip2",
67
+ ]
68
+
69
+ [[package]]
70
+ name = "heck"
71
+ version = "0.5.0"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
74
+
75
+ [[package]]
76
+ name = "indoc"
77
+ version = "2.0.7"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
80
+ dependencies = [
81
+ "rustversion",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "itoa"
86
+ version = "1.0.18"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
89
+
90
+ [[package]]
91
+ name = "js-sys"
92
+ version = "0.3.92"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "cc4c90f45aa2e6eacbe8645f77fdea542ac97a494bcd117a67df9ff4d611f995"
95
+ dependencies = [
96
+ "once_cell",
97
+ "wasm-bindgen",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "libc"
102
+ version = "0.2.183"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
105
+
106
+ [[package]]
107
+ name = "libloading"
108
+ version = "0.8.9"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
111
+ dependencies = [
112
+ "cfg-if",
113
+ "windows-link",
114
+ ]
115
+
116
+ [[package]]
117
+ name = "memchr"
118
+ version = "2.8.0"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
121
+
122
+ [[package]]
123
+ name = "memoffset"
124
+ version = "0.9.1"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
127
+ dependencies = [
128
+ "autocfg",
129
+ ]
130
+
131
+ [[package]]
132
+ name = "napi"
133
+ version = "2.16.17"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
136
+ dependencies = [
137
+ "bitflags",
138
+ "ctor",
139
+ "napi-derive",
140
+ "napi-sys",
141
+ "once_cell",
142
+ "serde",
143
+ "serde_json",
144
+ ]
145
+
146
+ [[package]]
147
+ name = "napi-build"
148
+ version = "2.3.1"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
151
+
152
+ [[package]]
153
+ name = "napi-derive"
154
+ version = "2.16.13"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
157
+ dependencies = [
158
+ "cfg-if",
159
+ "convert_case",
160
+ "napi-derive-backend",
161
+ "proc-macro2",
162
+ "quote",
163
+ "syn",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "napi-derive-backend"
168
+ version = "1.0.75"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
171
+ dependencies = [
172
+ "convert_case",
173
+ "once_cell",
174
+ "proc-macro2",
175
+ "quote",
176
+ "regex",
177
+ "semver",
178
+ "syn",
179
+ ]
180
+
181
+ [[package]]
182
+ name = "napi-sys"
183
+ version = "2.4.0"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
186
+ dependencies = [
187
+ "libloading",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "once_cell"
192
+ version = "1.21.4"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
195
+
196
+ [[package]]
197
+ name = "portable-atomic"
198
+ version = "1.13.1"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
201
+
202
+ [[package]]
203
+ name = "ppv-lite86"
204
+ version = "0.2.21"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
207
+ dependencies = [
208
+ "zerocopy",
209
+ ]
210
+
211
+ [[package]]
212
+ name = "proc-macro2"
213
+ version = "1.0.106"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
216
+ dependencies = [
217
+ "unicode-ident",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "pyo3"
222
+ version = "0.23.5"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
225
+ dependencies = [
226
+ "cfg-if",
227
+ "indoc",
228
+ "libc",
229
+ "memoffset",
230
+ "once_cell",
231
+ "portable-atomic",
232
+ "pyo3-build-config",
233
+ "pyo3-ffi",
234
+ "pyo3-macros",
235
+ "unindent",
236
+ ]
237
+
238
+ [[package]]
239
+ name = "pyo3-build-config"
240
+ version = "0.23.5"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
243
+ dependencies = [
244
+ "once_cell",
245
+ "target-lexicon",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "pyo3-ffi"
250
+ version = "0.23.5"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
253
+ dependencies = [
254
+ "libc",
255
+ "pyo3-build-config",
256
+ ]
257
+
258
+ [[package]]
259
+ name = "pyo3-macros"
260
+ version = "0.23.5"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
263
+ dependencies = [
264
+ "proc-macro2",
265
+ "pyo3-macros-backend",
266
+ "quote",
267
+ "syn",
268
+ ]
269
+
270
+ [[package]]
271
+ name = "pyo3-macros-backend"
272
+ version = "0.23.5"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
275
+ dependencies = [
276
+ "heck",
277
+ "proc-macro2",
278
+ "pyo3-build-config",
279
+ "quote",
280
+ "syn",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "pythonize"
285
+ version = "0.23.0"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "91a6ee7a084f913f98d70cdc3ebec07e852b735ae3059a1500db2661265da9ff"
288
+ dependencies = [
289
+ "pyo3",
290
+ "serde",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "quote"
295
+ version = "1.0.45"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
298
+ dependencies = [
299
+ "proc-macro2",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "r-efi"
304
+ version = "5.3.0"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
307
+
308
+ [[package]]
309
+ name = "rand"
310
+ version = "0.9.2"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
313
+ dependencies = [
314
+ "rand_chacha",
315
+ "rand_core",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "rand_chacha"
320
+ version = "0.9.0"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
323
+ dependencies = [
324
+ "ppv-lite86",
325
+ "rand_core",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "rand_core"
330
+ version = "0.9.5"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
333
+ dependencies = [
334
+ "getrandom",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "regex"
339
+ version = "1.12.3"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
342
+ dependencies = [
343
+ "aho-corasick",
344
+ "memchr",
345
+ "regex-automata",
346
+ "regex-syntax",
347
+ ]
348
+
349
+ [[package]]
350
+ name = "regex-automata"
351
+ version = "0.4.14"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
354
+ dependencies = [
355
+ "aho-corasick",
356
+ "memchr",
357
+ "regex-syntax",
358
+ ]
359
+
360
+ [[package]]
361
+ name = "regex-syntax"
362
+ version = "0.8.10"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
365
+
366
+ [[package]]
367
+ name = "rustversion"
368
+ version = "1.0.22"
369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
370
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
371
+
372
+ [[package]]
373
+ name = "semver"
374
+ version = "1.0.27"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
377
+
378
+ [[package]]
379
+ name = "serde"
380
+ version = "1.0.228"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
383
+ dependencies = [
384
+ "serde_core",
385
+ "serde_derive",
386
+ ]
387
+
388
+ [[package]]
389
+ name = "serde_core"
390
+ version = "1.0.228"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
393
+ dependencies = [
394
+ "serde_derive",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "serde_derive"
399
+ version = "1.0.228"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
402
+ dependencies = [
403
+ "proc-macro2",
404
+ "quote",
405
+ "syn",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "serde_json"
410
+ version = "1.0.149"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
413
+ dependencies = [
414
+ "itoa",
415
+ "memchr",
416
+ "serde",
417
+ "serde_core",
418
+ "zmij",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "syn"
423
+ version = "2.0.117"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
426
+ dependencies = [
427
+ "proc-macro2",
428
+ "quote",
429
+ "unicode-ident",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "syntax-workout-core"
434
+ version = "0.2.0"
435
+ dependencies = [
436
+ "serde",
437
+ "serde_json",
438
+ "ts-rs",
439
+ "ulid",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "syntax-workout-napi"
444
+ version = "0.1.0"
445
+ dependencies = [
446
+ "napi",
447
+ "napi-build",
448
+ "napi-derive",
449
+ "serde_json",
450
+ "syntax-workout-core",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "syntax-workout-python"
455
+ version = "0.1.0"
456
+ dependencies = [
457
+ "pyo3",
458
+ "pythonize",
459
+ "serde_json",
460
+ "syntax-workout-core",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "target-lexicon"
465
+ version = "0.12.16"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
468
+
469
+ [[package]]
470
+ name = "termcolor"
471
+ version = "1.4.1"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
474
+ dependencies = [
475
+ "winapi-util",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "thiserror"
480
+ version = "2.0.18"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
483
+ dependencies = [
484
+ "thiserror-impl",
485
+ ]
486
+
487
+ [[package]]
488
+ name = "thiserror-impl"
489
+ version = "2.0.18"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
492
+ dependencies = [
493
+ "proc-macro2",
494
+ "quote",
495
+ "syn",
496
+ ]
497
+
498
+ [[package]]
499
+ name = "ts-rs"
500
+ version = "12.0.1"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "756050066659291d47a554a9f558125db17428b073c5ffce1daf5dcb0f7231d8"
503
+ dependencies = [
504
+ "serde_json",
505
+ "thiserror",
506
+ "ts-rs-macros",
507
+ ]
508
+
509
+ [[package]]
510
+ name = "ts-rs-macros"
511
+ version = "12.0.1"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "38d90eea51bc7988ef9e674bf80a85ba6804739e535e9cab48e4bb34a8b652aa"
514
+ dependencies = [
515
+ "proc-macro2",
516
+ "quote",
517
+ "syn",
518
+ "termcolor",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "ulid"
523
+ version = "1.2.1"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
526
+ dependencies = [
527
+ "rand",
528
+ "serde",
529
+ "web-time",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "unicode-ident"
534
+ version = "1.0.24"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
537
+
538
+ [[package]]
539
+ name = "unicode-segmentation"
540
+ version = "1.13.2"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
543
+
544
+ [[package]]
545
+ name = "unindent"
546
+ version = "0.2.4"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
549
+
550
+ [[package]]
551
+ name = "wasip2"
552
+ version = "1.0.2+wasi-0.2.9"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
555
+ dependencies = [
556
+ "wit-bindgen",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "wasm-bindgen"
561
+ version = "0.2.115"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "6523d69017b7633e396a89c5efab138161ed5aafcbc8d3e5c5a42ae38f50495a"
564
+ dependencies = [
565
+ "cfg-if",
566
+ "once_cell",
567
+ "rustversion",
568
+ "wasm-bindgen-macro",
569
+ "wasm-bindgen-shared",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "wasm-bindgen-macro"
574
+ version = "0.2.115"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "4e3a6c758eb2f701ed3d052ff5737f5bfe6614326ea7f3bbac7156192dc32e67"
577
+ dependencies = [
578
+ "quote",
579
+ "wasm-bindgen-macro-support",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "wasm-bindgen-macro-support"
584
+ version = "0.2.115"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "921de2737904886b52bcbb237301552d05969a6f9c40d261eb0533c8b055fedf"
587
+ dependencies = [
588
+ "bumpalo",
589
+ "proc-macro2",
590
+ "quote",
591
+ "syn",
592
+ "wasm-bindgen-shared",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "wasm-bindgen-shared"
597
+ version = "0.2.115"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "a93e946af942b58934c604527337bad9ae33ba1d5c6900bbb41c2c07c2364a93"
600
+ dependencies = [
601
+ "unicode-ident",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "web-time"
606
+ version = "1.1.0"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
609
+ dependencies = [
610
+ "js-sys",
611
+ "wasm-bindgen",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "winapi-util"
616
+ version = "0.1.11"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
619
+ dependencies = [
620
+ "windows-sys",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "windows-link"
625
+ version = "0.2.1"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
628
+
629
+ [[package]]
630
+ name = "windows-sys"
631
+ version = "0.61.2"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
634
+ dependencies = [
635
+ "windows-link",
636
+ ]
637
+
638
+ [[package]]
639
+ name = "wit-bindgen"
640
+ version = "0.51.0"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
643
+
644
+ [[package]]
645
+ name = "zerocopy"
646
+ version = "0.8.48"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
649
+ dependencies = [
650
+ "zerocopy-derive",
651
+ ]
652
+
653
+ [[package]]
654
+ name = "zerocopy-derive"
655
+ version = "0.8.48"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
658
+ dependencies = [
659
+ "proc-macro2",
660
+ "quote",
661
+ "syn",
662
+ ]
663
+
664
+ [[package]]
665
+ name = "zmij"
666
+ version = "1.0.21"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
@@ -0,0 +1,14 @@
1
+ [workspace]
2
+ resolver = "2"
3
+ members = ["crates/core", "bindings/python"]
4
+
5
+ [workspace.package]
6
+ version = "0.2.0"
7
+ edition = "2024"
8
+ license = "MIT OR Apache-2.0"
9
+ repository = "https://github.com/nicetomeetyu/syntax-workout-sdk"
10
+
11
+ [workspace.dependencies]
12
+ serde = { version = "1", features = ["derive"] }
13
+ serde_json = "1"
14
+ ulid = { version = "1", features = ["serde"] }
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: syntax-workout-sdk
3
+ Version: 0.2.0
4
+ Classifier: Development Status :: 3 - Alpha
5
+ Classifier: Intended Audience :: Developers
6
+ Classifier: License :: OSI Approved :: MIT License
7
+ Classifier: License :: OSI Approved :: Apache Software License
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Rust
10
+ Classifier: Topic :: Software Development :: Libraries
11
+ Summary: Workout tree algebra — represent any physical workout as a recursive tree
12
+ Keywords: workout,fitness,tree,exercise,training
13
+ License: MIT OR Apache-2.0
14
+ Requires-Python: >=3.9
15
+ Project-URL: Homepage, https://github.com/nicetomeetyu/syntax-workout-sdk
16
+ Project-URL: Issues, https://github.com/nicetomeetyu/syntax-workout-sdk/issues
17
+ Project-URL: Repository, https://github.com/nicetomeetyu/syntax-workout-sdk
@@ -0,0 +1,14 @@
1
+ [package]
2
+ name = "syntax-workout-python"
3
+ version = "0.1.0"
4
+ edition = "2024"
5
+
6
+ [lib]
7
+ name = "syntax_workout_sdk"
8
+ crate-type = ["cdylib"]
9
+
10
+ [dependencies]
11
+ pyo3 = { version = "0.23", features = ["extension-module"] }
12
+ serde_json = "1"
13
+ syntax-workout-core = { path = "../../crates/core" }
14
+ pythonize = "0.23"