rdx-parser 0.1.0b1__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.
Files changed (37) hide show
  1. rdx_parser-0.1.0b1/Cargo.lock +966 -0
  2. rdx_parser-0.1.0b1/Cargo.toml +16 -0
  3. rdx_parser-0.1.0b1/PKG-INFO +140 -0
  4. rdx_parser-0.1.0b1/README.md +124 -0
  5. rdx_parser-0.1.0b1/pyproject.toml +28 -0
  6. rdx_parser-0.1.0b1/python/rdx/__init__.py +31 -0
  7. rdx_parser-0.1.0b1/python/rdx/py.typed +0 -0
  8. rdx_parser-0.1.0b1/rdx-ast/Cargo.toml +12 -0
  9. rdx_parser-0.1.0b1/rdx-ast/README.md +49 -0
  10. rdx_parser-0.1.0b1/rdx-ast/src/lib.rs +409 -0
  11. rdx_parser-0.1.0b1/rdx-parser/Cargo.toml +14 -0
  12. rdx_parser-0.1.0b1/rdx-parser/README.md +56 -0
  13. rdx_parser-0.1.0b1/rdx-parser/src/attributes.rs +607 -0
  14. rdx_parser-0.1.0b1/rdx-parser/src/frontmatter.rs +85 -0
  15. rdx_parser-0.1.0b1/rdx-parser/src/lib.rs +549 -0
  16. rdx_parser-0.1.0b1/rdx-parser/src/markdown.rs +609 -0
  17. rdx_parser-0.1.0b1/rdx-parser/src/scanner.rs +401 -0
  18. rdx_parser-0.1.0b1/rdx-parser/src/source_map.rs +37 -0
  19. rdx_parser-0.1.0b1/rdx-parser/src/tags.rs +82 -0
  20. rdx_parser-0.1.0b1/rdx-parser/src/text.rs +381 -0
  21. rdx_parser-0.1.0b1/rdx-parser/tests/example.rdx +158 -0
  22. rdx_parser-0.1.0b1/rdx-parser/tests/kitchen_sink.rs +654 -0
  23. rdx_parser-0.1.0b1/rdx-py/.gitignore +8 -0
  24. rdx_parser-0.1.0b1/rdx-py/Cargo.toml +22 -0
  25. rdx_parser-0.1.0b1/rdx-py/README.md +124 -0
  26. rdx_parser-0.1.0b1/rdx-py/src/lib.rs +187 -0
  27. rdx_parser-0.1.0b1/rdx-schema/Cargo.toml +16 -0
  28. rdx_parser-0.1.0b1/rdx-schema/README.md +92 -0
  29. rdx_parser-0.1.0b1/rdx-schema/src/lib.rs +227 -0
  30. rdx_parser-0.1.0b1/rdx-schema/src/validate.rs +228 -0
  31. rdx_parser-0.1.0b1/rdx-schema/tests/validation.rs +194 -0
  32. rdx_parser-0.1.0b1/rdx-transform/Cargo.toml +15 -0
  33. rdx_parser-0.1.0b1/rdx-transform/README.md +81 -0
  34. rdx_parser-0.1.0b1/rdx-transform/src/lib.rs +128 -0
  35. rdx_parser-0.1.0b1/rdx-transform/src/transforms/mod.rs +2 -0
  36. rdx_parser-0.1.0b1/rdx-transform/src/transforms/slug.rs +148 -0
  37. rdx_parser-0.1.0b1/rdx-transform/src/transforms/toc.rs +207 -0
@@ -0,0 +1,966 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "getrandom",
13
+ "once_cell",
14
+ "version_check",
15
+ "zerocopy",
16
+ ]
17
+
18
+ [[package]]
19
+ name = "aho-corasick"
20
+ version = "1.1.4"
21
+ source = "registry+https://github.com/rust-lang/crates.io-index"
22
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
23
+ dependencies = [
24
+ "memchr",
25
+ ]
26
+
27
+ [[package]]
28
+ name = "annotate-snippets"
29
+ version = "0.12.13"
30
+ source = "registry+https://github.com/rust-lang/crates.io-index"
31
+ checksum = "74fc7650eedcb2fee505aad48491529e408f0e854c2d9f63eb86c1361b9b3f93"
32
+ dependencies = [
33
+ "anstyle",
34
+ "memchr",
35
+ "unicode-width",
36
+ ]
37
+
38
+ [[package]]
39
+ name = "anstyle"
40
+ version = "1.0.13"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
43
+
44
+ [[package]]
45
+ name = "arraydeque"
46
+ version = "0.5.1"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
49
+
50
+ [[package]]
51
+ name = "async-trait"
52
+ version = "0.1.89"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
55
+ dependencies = [
56
+ "proc-macro2",
57
+ "quote",
58
+ "syn",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "autocfg"
63
+ version = "1.5.0"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
66
+
67
+ [[package]]
68
+ name = "base64"
69
+ version = "0.22.1"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
72
+
73
+ [[package]]
74
+ name = "bitflags"
75
+ version = "2.11.0"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
78
+
79
+ [[package]]
80
+ name = "bumpalo"
81
+ version = "3.20.2"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
84
+
85
+ [[package]]
86
+ name = "cast"
87
+ version = "0.3.0"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
90
+
91
+ [[package]]
92
+ name = "cc"
93
+ version = "1.2.56"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
96
+ dependencies = [
97
+ "find-msvc-tools",
98
+ "shlex",
99
+ ]
100
+
101
+ [[package]]
102
+ name = "cfg-if"
103
+ version = "1.0.4"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
106
+
107
+ [[package]]
108
+ name = "convert_case"
109
+ version = "0.6.0"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
112
+ dependencies = [
113
+ "unicode-segmentation",
114
+ ]
115
+
116
+ [[package]]
117
+ name = "ctor"
118
+ version = "0.2.9"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
121
+ dependencies = [
122
+ "quote",
123
+ "syn",
124
+ ]
125
+
126
+ [[package]]
127
+ name = "encoding_rs"
128
+ version = "0.8.35"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
131
+ dependencies = [
132
+ "cfg-if",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "encoding_rs_io"
137
+ version = "0.1.7"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
140
+ dependencies = [
141
+ "encoding_rs",
142
+ ]
143
+
144
+ [[package]]
145
+ name = "find-msvc-tools"
146
+ version = "0.1.9"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
149
+
150
+ [[package]]
151
+ name = "futures-core"
152
+ version = "0.3.32"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
155
+
156
+ [[package]]
157
+ name = "futures-task"
158
+ version = "0.3.32"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
161
+
162
+ [[package]]
163
+ name = "futures-util"
164
+ version = "0.3.32"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
167
+ dependencies = [
168
+ "futures-core",
169
+ "futures-task",
170
+ "pin-project-lite",
171
+ "slab",
172
+ ]
173
+
174
+ [[package]]
175
+ name = "getopts"
176
+ version = "0.2.24"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
179
+ dependencies = [
180
+ "unicode-width",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "getrandom"
185
+ version = "0.3.4"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
188
+ dependencies = [
189
+ "cfg-if",
190
+ "js-sys",
191
+ "libc",
192
+ "r-efi",
193
+ "wasip2",
194
+ "wasm-bindgen",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "heck"
199
+ version = "0.5.0"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
202
+
203
+ [[package]]
204
+ name = "itoa"
205
+ version = "1.0.17"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
208
+
209
+ [[package]]
210
+ name = "js-sys"
211
+ version = "0.3.91"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
214
+ dependencies = [
215
+ "once_cell",
216
+ "wasm-bindgen",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "libc"
221
+ version = "0.2.183"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
224
+
225
+ [[package]]
226
+ name = "libloading"
227
+ version = "0.8.9"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
230
+ dependencies = [
231
+ "cfg-if",
232
+ "windows-link",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "libm"
237
+ version = "0.2.16"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
240
+
241
+ [[package]]
242
+ name = "memchr"
243
+ version = "2.8.0"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
246
+
247
+ [[package]]
248
+ name = "minicov"
249
+ version = "0.3.8"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d"
252
+ dependencies = [
253
+ "cc",
254
+ "walkdir",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "napi"
259
+ version = "2.16.17"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
262
+ dependencies = [
263
+ "bitflags",
264
+ "ctor",
265
+ "napi-derive",
266
+ "napi-sys",
267
+ "once_cell",
268
+ "serde",
269
+ "serde_json",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "napi-build"
274
+ version = "2.3.1"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
277
+
278
+ [[package]]
279
+ name = "napi-derive"
280
+ version = "2.16.13"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
283
+ dependencies = [
284
+ "cfg-if",
285
+ "convert_case",
286
+ "napi-derive-backend",
287
+ "proc-macro2",
288
+ "quote",
289
+ "syn",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "napi-derive-backend"
294
+ version = "1.0.75"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
297
+ dependencies = [
298
+ "convert_case",
299
+ "once_cell",
300
+ "proc-macro2",
301
+ "quote",
302
+ "regex",
303
+ "semver",
304
+ "syn",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "napi-sys"
309
+ version = "2.4.0"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
312
+ dependencies = [
313
+ "libloading",
314
+ ]
315
+
316
+ [[package]]
317
+ name = "nohash-hasher"
318
+ version = "0.2.0"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
321
+
322
+ [[package]]
323
+ name = "nu-ansi-term"
324
+ version = "0.50.3"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
327
+ dependencies = [
328
+ "windows-sys",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "num-traits"
333
+ version = "0.2.19"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
336
+ dependencies = [
337
+ "autocfg",
338
+ "libm",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "once_cell"
343
+ version = "1.21.3"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
346
+
347
+ [[package]]
348
+ name = "oorandom"
349
+ version = "11.1.5"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
352
+
353
+ [[package]]
354
+ name = "pin-project-lite"
355
+ version = "0.2.17"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
358
+
359
+ [[package]]
360
+ name = "portable-atomic"
361
+ version = "1.13.1"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
364
+
365
+ [[package]]
366
+ name = "proc-macro2"
367
+ version = "1.0.106"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
370
+ dependencies = [
371
+ "unicode-ident",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "pulldown-cmark"
376
+ version = "0.12.2"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
379
+ dependencies = [
380
+ "bitflags",
381
+ "getopts",
382
+ "memchr",
383
+ "pulldown-cmark-escape",
384
+ "unicase",
385
+ ]
386
+
387
+ [[package]]
388
+ name = "pulldown-cmark-escape"
389
+ version = "0.11.0"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
392
+
393
+ [[package]]
394
+ name = "pyo3"
395
+ version = "0.28.2"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
398
+ dependencies = [
399
+ "libc",
400
+ "once_cell",
401
+ "portable-atomic",
402
+ "pyo3-build-config",
403
+ "pyo3-ffi",
404
+ "pyo3-macros",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "pyo3-build-config"
409
+ version = "0.28.2"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
412
+ dependencies = [
413
+ "target-lexicon",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "pyo3-ffi"
418
+ version = "0.28.2"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
421
+ dependencies = [
422
+ "libc",
423
+ "pyo3-build-config",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "pyo3-macros"
428
+ version = "0.28.2"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
431
+ dependencies = [
432
+ "proc-macro2",
433
+ "pyo3-macros-backend",
434
+ "quote",
435
+ "syn",
436
+ ]
437
+
438
+ [[package]]
439
+ name = "pyo3-macros-backend"
440
+ version = "0.28.2"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
443
+ dependencies = [
444
+ "heck",
445
+ "proc-macro2",
446
+ "pyo3-build-config",
447
+ "quote",
448
+ "syn",
449
+ ]
450
+
451
+ [[package]]
452
+ name = "pythonize"
453
+ version = "0.28.0"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "0b79f670c9626c8b651c0581011b57b6ba6970bb69faf01a7c4c0cfc81c43f95"
456
+ dependencies = [
457
+ "pyo3",
458
+ "serde",
459
+ ]
460
+
461
+ [[package]]
462
+ name = "quote"
463
+ version = "1.0.45"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
466
+ dependencies = [
467
+ "proc-macro2",
468
+ ]
469
+
470
+ [[package]]
471
+ name = "r-efi"
472
+ version = "5.3.0"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
475
+
476
+ [[package]]
477
+ name = "rdx-ast"
478
+ version = "0.1.0-beta.1"
479
+ dependencies = [
480
+ "serde",
481
+ "serde_json",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "rdx-github"
486
+ version = "0.1.0-beta.1"
487
+ dependencies = [
488
+ "rdx-ast",
489
+ "rdx-transform",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "rdx-node"
494
+ version = "0.1.0-beta.1"
495
+ dependencies = [
496
+ "napi",
497
+ "napi-build",
498
+ "napi-derive",
499
+ "rdx-ast",
500
+ "rdx-parser",
501
+ "rdx-schema",
502
+ "rdx-transform",
503
+ "serde",
504
+ "serde_json",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "rdx-parser"
509
+ version = "0.1.0-beta.1"
510
+ dependencies = [
511
+ "pulldown-cmark",
512
+ "rdx-ast",
513
+ "serde-saphyr",
514
+ "serde_json",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "rdx-py"
519
+ version = "0.1.0-beta.1"
520
+ dependencies = [
521
+ "pyo3",
522
+ "pythonize",
523
+ "rdx-ast",
524
+ "rdx-parser",
525
+ "rdx-schema",
526
+ "rdx-transform",
527
+ "serde",
528
+ "serde_json",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "rdx-schema"
533
+ version = "0.1.0-beta.1"
534
+ dependencies = [
535
+ "rdx-ast",
536
+ "rdx-parser",
537
+ "serde",
538
+ "serde_json",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "rdx-transform"
543
+ version = "0.1.0-beta.1"
544
+ dependencies = [
545
+ "rdx-ast",
546
+ "rdx-parser",
547
+ "serde_json",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "rdx-wasm"
552
+ version = "0.1.0-beta.1"
553
+ dependencies = [
554
+ "rdx-ast",
555
+ "rdx-parser",
556
+ "rdx-schema",
557
+ "rdx-transform",
558
+ "serde",
559
+ "serde-wasm-bindgen",
560
+ "serde_json",
561
+ "wasm-bindgen",
562
+ "wasm-bindgen-test",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "regex"
567
+ version = "1.12.3"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
570
+ dependencies = [
571
+ "aho-corasick",
572
+ "memchr",
573
+ "regex-automata",
574
+ "regex-syntax",
575
+ ]
576
+
577
+ [[package]]
578
+ name = "regex-automata"
579
+ version = "0.4.14"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
582
+ dependencies = [
583
+ "aho-corasick",
584
+ "memchr",
585
+ "regex-syntax",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "regex-syntax"
590
+ version = "0.8.10"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
593
+
594
+ [[package]]
595
+ name = "rustversion"
596
+ version = "1.0.22"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
599
+
600
+ [[package]]
601
+ name = "same-file"
602
+ version = "1.0.6"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
605
+ dependencies = [
606
+ "winapi-util",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "saphyr-parser-bw"
611
+ version = "0.0.608"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "d55ae5ea09894b6d5382621db78f586df37ef18ab581bf32c754e75076b124b1"
614
+ dependencies = [
615
+ "arraydeque",
616
+ "smallvec",
617
+ "thiserror",
618
+ ]
619
+
620
+ [[package]]
621
+ name = "semver"
622
+ version = "1.0.27"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
625
+
626
+ [[package]]
627
+ name = "serde"
628
+ version = "1.0.228"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
631
+ dependencies = [
632
+ "serde_core",
633
+ "serde_derive",
634
+ ]
635
+
636
+ [[package]]
637
+ name = "serde-saphyr"
638
+ version = "0.0.21"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "4a6fc4aa0da972ba0f51cf5c1bb16e9dba35334adc6831b09b3ffb0ec20bb264"
641
+ dependencies = [
642
+ "ahash",
643
+ "annotate-snippets",
644
+ "base64",
645
+ "encoding_rs_io",
646
+ "getrandom",
647
+ "nohash-hasher",
648
+ "num-traits",
649
+ "regex",
650
+ "saphyr-parser-bw",
651
+ "serde",
652
+ "smallvec",
653
+ "zmij",
654
+ ]
655
+
656
+ [[package]]
657
+ name = "serde-wasm-bindgen"
658
+ version = "0.6.5"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
661
+ dependencies = [
662
+ "js-sys",
663
+ "serde",
664
+ "wasm-bindgen",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "serde_core"
669
+ version = "1.0.228"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
672
+ dependencies = [
673
+ "serde_derive",
674
+ ]
675
+
676
+ [[package]]
677
+ name = "serde_derive"
678
+ version = "1.0.228"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
681
+ dependencies = [
682
+ "proc-macro2",
683
+ "quote",
684
+ "syn",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "serde_json"
689
+ version = "1.0.149"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
692
+ dependencies = [
693
+ "itoa",
694
+ "memchr",
695
+ "serde",
696
+ "serde_core",
697
+ "zmij",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "shlex"
702
+ version = "1.3.0"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
705
+
706
+ [[package]]
707
+ name = "slab"
708
+ version = "0.4.12"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
711
+
712
+ [[package]]
713
+ name = "smallvec"
714
+ version = "1.15.1"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
717
+
718
+ [[package]]
719
+ name = "syn"
720
+ version = "2.0.117"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
723
+ dependencies = [
724
+ "proc-macro2",
725
+ "quote",
726
+ "unicode-ident",
727
+ ]
728
+
729
+ [[package]]
730
+ name = "target-lexicon"
731
+ version = "0.13.5"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
734
+
735
+ [[package]]
736
+ name = "thiserror"
737
+ version = "2.0.18"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
740
+ dependencies = [
741
+ "thiserror-impl",
742
+ ]
743
+
744
+ [[package]]
745
+ name = "thiserror-impl"
746
+ version = "2.0.18"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
749
+ dependencies = [
750
+ "proc-macro2",
751
+ "quote",
752
+ "syn",
753
+ ]
754
+
755
+ [[package]]
756
+ name = "unicase"
757
+ version = "2.9.0"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
760
+
761
+ [[package]]
762
+ name = "unicode-ident"
763
+ version = "1.0.24"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
766
+
767
+ [[package]]
768
+ name = "unicode-segmentation"
769
+ version = "1.12.0"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
772
+
773
+ [[package]]
774
+ name = "unicode-width"
775
+ version = "0.2.2"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
778
+
779
+ [[package]]
780
+ name = "version_check"
781
+ version = "0.9.5"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
784
+
785
+ [[package]]
786
+ name = "walkdir"
787
+ version = "2.5.0"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
790
+ dependencies = [
791
+ "same-file",
792
+ "winapi-util",
793
+ ]
794
+
795
+ [[package]]
796
+ name = "wasip2"
797
+ version = "1.0.2+wasi-0.2.9"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
800
+ dependencies = [
801
+ "wit-bindgen",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "wasm-bindgen"
806
+ version = "0.2.114"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
809
+ dependencies = [
810
+ "cfg-if",
811
+ "once_cell",
812
+ "rustversion",
813
+ "wasm-bindgen-macro",
814
+ "wasm-bindgen-shared",
815
+ ]
816
+
817
+ [[package]]
818
+ name = "wasm-bindgen-futures"
819
+ version = "0.4.64"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
822
+ dependencies = [
823
+ "cfg-if",
824
+ "futures-util",
825
+ "js-sys",
826
+ "once_cell",
827
+ "wasm-bindgen",
828
+ "web-sys",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "wasm-bindgen-macro"
833
+ version = "0.2.114"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
836
+ dependencies = [
837
+ "quote",
838
+ "wasm-bindgen-macro-support",
839
+ ]
840
+
841
+ [[package]]
842
+ name = "wasm-bindgen-macro-support"
843
+ version = "0.2.114"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
846
+ dependencies = [
847
+ "bumpalo",
848
+ "proc-macro2",
849
+ "quote",
850
+ "syn",
851
+ "wasm-bindgen-shared",
852
+ ]
853
+
854
+ [[package]]
855
+ name = "wasm-bindgen-shared"
856
+ version = "0.2.114"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
859
+ dependencies = [
860
+ "unicode-ident",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "wasm-bindgen-test"
865
+ version = "0.3.64"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "6311c867385cc7d5602463b31825d454d0837a3aba7cdb5e56d5201792a3f7fe"
868
+ dependencies = [
869
+ "async-trait",
870
+ "cast",
871
+ "js-sys",
872
+ "libm",
873
+ "minicov",
874
+ "nu-ansi-term",
875
+ "num-traits",
876
+ "oorandom",
877
+ "serde",
878
+ "serde_json",
879
+ "wasm-bindgen",
880
+ "wasm-bindgen-futures",
881
+ "wasm-bindgen-test-macro",
882
+ "wasm-bindgen-test-shared",
883
+ ]
884
+
885
+ [[package]]
886
+ name = "wasm-bindgen-test-macro"
887
+ version = "0.3.64"
888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
889
+ checksum = "67008cdde4769831958536b0f11b3bdd0380bde882be17fff9c2f34bb4549abd"
890
+ dependencies = [
891
+ "proc-macro2",
892
+ "quote",
893
+ "syn",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "wasm-bindgen-test-shared"
898
+ version = "0.2.114"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "cfe29135b180b72b04c74aa97b2b4a2ef275161eff9a6c7955ea9eaedc7e1d4e"
901
+
902
+ [[package]]
903
+ name = "web-sys"
904
+ version = "0.3.91"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
907
+ dependencies = [
908
+ "js-sys",
909
+ "wasm-bindgen",
910
+ ]
911
+
912
+ [[package]]
913
+ name = "winapi-util"
914
+ version = "0.1.11"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
917
+ dependencies = [
918
+ "windows-sys",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "windows-link"
923
+ version = "0.2.1"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
926
+
927
+ [[package]]
928
+ name = "windows-sys"
929
+ version = "0.61.2"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
932
+ dependencies = [
933
+ "windows-link",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "wit-bindgen"
938
+ version = "0.51.0"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
941
+
942
+ [[package]]
943
+ name = "zerocopy"
944
+ version = "0.8.42"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
947
+ dependencies = [
948
+ "zerocopy-derive",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "zerocopy-derive"
953
+ version = "0.8.42"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
956
+ dependencies = [
957
+ "proc-macro2",
958
+ "quote",
959
+ "syn",
960
+ ]
961
+
962
+ [[package]]
963
+ name = "zmij"
964
+ version = "1.0.21"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"