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