@tarojs/helper 4.0.0-beta.0 → 4.0.0-canary.1

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 (76) hide show
  1. package/dist/esbuild/index.js +2 -2
  2. package/dist/esbuild/index.js.map +1 -1
  3. package/dist/utils.js +3 -6
  4. package/dist/utils.js.map +1 -1
  5. package/package.json +4 -3
  6. package/swc/.gitkeep +0 -0
  7. package/swc/swc_plugin_compile_mode.wasm +0 -0
  8. package/swc/swc_plugin_define_config.wasm +0 -0
  9. package/swc/plugin-compile-mode/.cargo/config +0 -5
  10. package/swc/plugin-compile-mode/.editorconfig +0 -6
  11. package/swc/plugin-compile-mode/.vscode/settings.json +0 -3
  12. package/swc/plugin-compile-mode/Cargo.lock +0 -2021
  13. package/swc/plugin-compile-mode/Cargo.toml +0 -22
  14. package/swc/plugin-compile-mode/package.json +0 -15
  15. package/swc/plugin-compile-mode/src/lib.rs +0 -71
  16. package/swc/plugin-compile-mode/src/tests/attributes.rs +0 -54
  17. package/swc/plugin-compile-mode/src/tests/children.rs +0 -86
  18. package/swc/plugin-compile-mode/src/tests/condition.rs +0 -50
  19. package/swc/plugin-compile-mode/src/tests/entry.rs +0 -20
  20. package/swc/plugin-compile-mode/src/tests/harmony/attributes.rs +0 -45
  21. package/swc/plugin-compile-mode/src/tests/harmony/children.rs +0 -74
  22. package/swc/plugin-compile-mode/src/tests/harmony/condition.rs +0 -79
  23. package/swc/plugin-compile-mode/src/tests/harmony/entry.rs +0 -67
  24. package/swc/plugin-compile-mode/src/tests/harmony/looping.rs +0 -62
  25. package/swc/plugin-compile-mode/src/tests/harmony/mod.rs +0 -45
  26. package/swc/plugin-compile-mode/src/tests/looping.rs +0 -84
  27. package/swc/plugin-compile-mode/src/tests/mod.rs +0 -100
  28. package/swc/plugin-compile-mode/src/tests/shake.rs +0 -27
  29. package/swc/plugin-compile-mode/src/transform.rs +0 -474
  30. package/swc/plugin-compile-mode/src/transform_harmony.rs +0 -526
  31. package/swc/plugin-compile-mode/src/utils/constants.rs +0 -152
  32. package/swc/plugin-compile-mode/src/utils/harmony/components.rs +0 -61
  33. package/swc/plugin-compile-mode/src/utils/harmony/mod.rs +0 -1
  34. package/swc/plugin-compile-mode/src/utils/mod.rs +0 -347
  35. package/swc/plugin-compile-mode/target/wasm32-wasi/release/swc_plugin_compile_mode.wasm +0 -0
  36. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/attributes.rs/should_handle_events.js +0 -8
  37. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/attributes.rs/should_keep_static_attrs_only_in_templates.js +0 -8
  38. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/attributes.rs/should_turn_dynamic_attrs.js +0 -11
  39. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/children.rs/should_render_native_component.js +0 -7
  40. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/children.rs/should_render_react_component.js +0 -7
  41. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/children.rs/should_support_fragment.js +0 -44
  42. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/children.rs/should_support_render_fn.js +0 -8
  43. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/condition.rs/should_support_and_expr.js +0 -14
  44. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/condition.rs/should_support_conditional_expr.js +0 -15
  45. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/entry.rs/should_support_multi_compile_mode.js +0 -10
  46. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/attributes.rs/should_handle_events.js +0 -183
  47. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/attributes.rs/should_turn_dynamic_attrs.js +0 -186
  48. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/children.rs/should_render_react_component.js +0 -76
  49. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/children.rs/should_support_fragment.js +0 -341
  50. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/children.rs/should_support_render_fn.js +0 -186
  51. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/condition.rs/should_support_and_expr.js +0 -211
  52. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/condition.rs/should_support_complex_condition.js +0 -244
  53. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/condition.rs/should_support_conditional_and_unkonw_component.js +0 -139
  54. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/condition.rs/should_support_conditional_expr.js +0 -344
  55. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/entry.rs/should_support_compile_child_node.js +0 -141
  56. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/entry.rs/should_support_component_not_in_config.js +0 -91
  57. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/entry.rs/should_support_multi_compile_mode.js +0 -209
  58. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/entry.rs/should_support_single_compile_mode.js +0 -66
  59. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/looping.rs/should_loop_with_arrow_function_with_blockstmt.js +0 -76
  60. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/looping.rs/should_loop_with_arrow_function_with_blockstmt_and_set_parent_dynamic_id.js +0 -89
  61. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/harmony/looping.rs/should_loop_with_function_expr.js +0 -86
  62. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/looping.rs/should_loop_with_arrow_function_with_blockstmt.js +0 -8
  63. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/looping.rs/should_loop_with_arrow_function_with_expr.js +0 -6
  64. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/looping.rs/should_loop_with_function_expr.js +0 -20
  65. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/looping.rs/should_support_nested_loop.js +0 -15
  66. package/swc/plugin-compile-mode/tests/__swc_snapshots__/src/tests/shake.rs/should_static_jsx_being_shaked.js +0 -20
  67. package/swc/plugin-define-config/.cargo/config +0 -5
  68. package/swc/plugin-define-config/Cargo.lock +0 -2110
  69. package/swc/plugin-define-config/Cargo.toml +0 -18
  70. package/swc/plugin-define-config/src/lib.rs +0 -141
  71. package/swc/plugin-define-config/target/wasm32-wasi/release/swc_plugin_define_config.wasm +0 -0
  72. package/swc/plugin-define-config/tests/__swc_snapshots__/src/lib.rs/module_decl_default_app.js +0 -2
  73. package/swc/plugin-define-config/tests/__swc_snapshots__/src/lib.rs/module_decl_default_page.js +0 -2
  74. package/swc/plugin-define-config/tests/__swc_snapshots__/src/lib.rs/module_exports.js +0 -11
  75. package/swc/plugin-define-config/tests/__swc_snapshots__/src/lib.rs/var_decl_app.js +0 -3
  76. package/swc/plugin-define-config/tests/__swc_snapshots__/src/lib.rs/var_decl_page.js +0 -3
@@ -1,2110 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 3
4
-
5
- [[package]]
6
- name = "Inflector"
7
- version = "0.11.4"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
- dependencies = [
11
- "lazy_static",
12
- "regex",
13
- ]
14
-
15
- [[package]]
16
- name = "addr2line"
17
- version = "0.21.0"
18
- source = "registry+https://github.com/rust-lang/crates.io-index"
19
- checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
20
- dependencies = [
21
- "gimli",
22
- ]
23
-
24
- [[package]]
25
- name = "adler"
26
- version = "1.0.2"
27
- source = "registry+https://github.com/rust-lang/crates.io-index"
28
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
29
-
30
- [[package]]
31
- name = "ahash"
32
- version = "0.7.7"
33
- source = "registry+https://github.com/rust-lang/crates.io-index"
34
- checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
35
- dependencies = [
36
- "getrandom",
37
- "once_cell",
38
- "version_check",
39
- ]
40
-
41
- [[package]]
42
- name = "aho-corasick"
43
- version = "1.1.2"
44
- source = "registry+https://github.com/rust-lang/crates.io-index"
45
- checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
46
- dependencies = [
47
- "memchr",
48
- ]
49
-
50
- [[package]]
51
- name = "ansi_term"
52
- version = "0.12.1"
53
- source = "registry+https://github.com/rust-lang/crates.io-index"
54
- checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
55
- dependencies = [
56
- "winapi",
57
- ]
58
-
59
- [[package]]
60
- name = "anyhow"
61
- version = "1.0.75"
62
- source = "registry+https://github.com/rust-lang/crates.io-index"
63
- checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
64
-
65
- [[package]]
66
- name = "ast_node"
67
- version = "0.9.5"
68
- source = "registry+https://github.com/rust-lang/crates.io-index"
69
- checksum = "c09c69dffe06d222d072c878c3afe86eee2179806f20503faec97250268b4c24"
70
- dependencies = [
71
- "pmutil",
72
- "proc-macro2",
73
- "quote",
74
- "swc_macros_common",
75
- "syn 2.0.39",
76
- ]
77
-
78
- [[package]]
79
- name = "atty"
80
- version = "0.2.14"
81
- source = "registry+https://github.com/rust-lang/crates.io-index"
82
- checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
83
- dependencies = [
84
- "hermit-abi 0.1.19",
85
- "libc",
86
- "winapi",
87
- ]
88
-
89
- [[package]]
90
- name = "autocfg"
91
- version = "1.1.0"
92
- source = "registry+https://github.com/rust-lang/crates.io-index"
93
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
94
-
95
- [[package]]
96
- name = "backtrace"
97
- version = "0.3.69"
98
- source = "registry+https://github.com/rust-lang/crates.io-index"
99
- checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
100
- dependencies = [
101
- "addr2line",
102
- "cc",
103
- "cfg-if",
104
- "libc",
105
- "miniz_oxide",
106
- "object",
107
- "rustc-demangle",
108
- ]
109
-
110
- [[package]]
111
- name = "base64"
112
- version = "0.13.1"
113
- source = "registry+https://github.com/rust-lang/crates.io-index"
114
- checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
115
-
116
- [[package]]
117
- name = "better_scoped_tls"
118
- version = "0.1.1"
119
- source = "registry+https://github.com/rust-lang/crates.io-index"
120
- checksum = "794edcc9b3fb07bb4aecaa11f093fd45663b4feadb782d68303a2268bc2701de"
121
- dependencies = [
122
- "scoped-tls",
123
- ]
124
-
125
- [[package]]
126
- name = "bitflags"
127
- version = "1.3.2"
128
- source = "registry+https://github.com/rust-lang/crates.io-index"
129
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
130
-
131
- [[package]]
132
- name = "bitflags"
133
- version = "2.4.1"
134
- source = "registry+https://github.com/rust-lang/crates.io-index"
135
- checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
136
-
137
- [[package]]
138
- name = "bitvec"
139
- version = "1.0.1"
140
- source = "registry+https://github.com/rust-lang/crates.io-index"
141
- checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
142
- dependencies = [
143
- "funty",
144
- "radium",
145
- "tap",
146
- "wyz",
147
- ]
148
-
149
- [[package]]
150
- name = "block-buffer"
151
- version = "0.10.4"
152
- source = "registry+https://github.com/rust-lang/crates.io-index"
153
- checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
154
- dependencies = [
155
- "generic-array",
156
- ]
157
-
158
- [[package]]
159
- name = "bytecheck"
160
- version = "0.6.11"
161
- source = "registry+https://github.com/rust-lang/crates.io-index"
162
- checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
163
- dependencies = [
164
- "bytecheck_derive",
165
- "ptr_meta",
166
- "simdutf8",
167
- ]
168
-
169
- [[package]]
170
- name = "bytecheck_derive"
171
- version = "0.6.11"
172
- source = "registry+https://github.com/rust-lang/crates.io-index"
173
- checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
174
- dependencies = [
175
- "proc-macro2",
176
- "quote",
177
- "syn 1.0.109",
178
- ]
179
-
180
- [[package]]
181
- name = "camino"
182
- version = "1.1.6"
183
- source = "registry+https://github.com/rust-lang/crates.io-index"
184
- checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
185
- dependencies = [
186
- "serde",
187
- ]
188
-
189
- [[package]]
190
- name = "cargo-platform"
191
- version = "0.1.4"
192
- source = "registry+https://github.com/rust-lang/crates.io-index"
193
- checksum = "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36"
194
- dependencies = [
195
- "serde",
196
- ]
197
-
198
- [[package]]
199
- name = "cargo_metadata"
200
- version = "0.15.4"
201
- source = "registry+https://github.com/rust-lang/crates.io-index"
202
- checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
203
- dependencies = [
204
- "camino",
205
- "cargo-platform",
206
- "semver 1.0.20",
207
- "serde",
208
- "serde_json",
209
- "thiserror",
210
- ]
211
-
212
- [[package]]
213
- name = "cc"
214
- version = "1.0.83"
215
- source = "registry+https://github.com/rust-lang/crates.io-index"
216
- checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
217
- dependencies = [
218
- "libc",
219
- ]
220
-
221
- [[package]]
222
- name = "cfg-if"
223
- version = "1.0.0"
224
- source = "registry+https://github.com/rust-lang/crates.io-index"
225
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
226
-
227
- [[package]]
228
- name = "cpufeatures"
229
- version = "0.2.11"
230
- source = "registry+https://github.com/rust-lang/crates.io-index"
231
- checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
232
- dependencies = [
233
- "libc",
234
- ]
235
-
236
- [[package]]
237
- name = "crypto-common"
238
- version = "0.1.6"
239
- source = "registry+https://github.com/rust-lang/crates.io-index"
240
- checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
241
- dependencies = [
242
- "generic-array",
243
- "typenum",
244
- ]
245
-
246
- [[package]]
247
- name = "data-encoding"
248
- version = "2.4.0"
249
- source = "registry+https://github.com/rust-lang/crates.io-index"
250
- checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
251
-
252
- [[package]]
253
- name = "debugid"
254
- version = "0.8.0"
255
- source = "registry+https://github.com/rust-lang/crates.io-index"
256
- checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
257
- dependencies = [
258
- "serde",
259
- "uuid",
260
- ]
261
-
262
- [[package]]
263
- name = "deranged"
264
- version = "0.3.9"
265
- source = "registry+https://github.com/rust-lang/crates.io-index"
266
- checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
267
- dependencies = [
268
- "powerfmt",
269
- ]
270
-
271
- [[package]]
272
- name = "diff"
273
- version = "0.1.13"
274
- source = "registry+https://github.com/rust-lang/crates.io-index"
275
- checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
276
-
277
- [[package]]
278
- name = "difference"
279
- version = "2.0.0"
280
- source = "registry+https://github.com/rust-lang/crates.io-index"
281
- checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
282
-
283
- [[package]]
284
- name = "digest"
285
- version = "0.10.7"
286
- source = "registry+https://github.com/rust-lang/crates.io-index"
287
- checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
288
- dependencies = [
289
- "block-buffer",
290
- "crypto-common",
291
- ]
292
-
293
- [[package]]
294
- name = "either"
295
- version = "1.9.0"
296
- source = "registry+https://github.com/rust-lang/crates.io-index"
297
- checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
298
-
299
- [[package]]
300
- name = "enum-iterator"
301
- version = "1.4.1"
302
- source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689"
304
- dependencies = [
305
- "enum-iterator-derive",
306
- ]
307
-
308
- [[package]]
309
- name = "enum-iterator-derive"
310
- version = "1.2.1"
311
- source = "registry+https://github.com/rust-lang/crates.io-index"
312
- checksum = "eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb"
313
- dependencies = [
314
- "proc-macro2",
315
- "quote",
316
- "syn 2.0.39",
317
- ]
318
-
319
- [[package]]
320
- name = "errno"
321
- version = "0.3.6"
322
- source = "registry+https://github.com/rust-lang/crates.io-index"
323
- checksum = "7c18ee0ed65a5f1f81cac6b1d213b69c35fa47d4252ad41f1486dbd8226fe36e"
324
- dependencies = [
325
- "libc",
326
- "windows-sys",
327
- ]
328
-
329
- [[package]]
330
- name = "fastrand"
331
- version = "2.0.1"
332
- source = "registry+https://github.com/rust-lang/crates.io-index"
333
- checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
334
-
335
- [[package]]
336
- name = "form_urlencoded"
337
- version = "1.2.0"
338
- source = "registry+https://github.com/rust-lang/crates.io-index"
339
- checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
340
- dependencies = [
341
- "percent-encoding",
342
- ]
343
-
344
- [[package]]
345
- name = "from_variant"
346
- version = "0.1.6"
347
- source = "registry+https://github.com/rust-lang/crates.io-index"
348
- checksum = "03ec5dc38ee19078d84a692b1c41181ff9f94331c76cee66ff0208c770b5e54f"
349
- dependencies = [
350
- "pmutil",
351
- "proc-macro2",
352
- "swc_macros_common",
353
- "syn 2.0.39",
354
- ]
355
-
356
- [[package]]
357
- name = "funty"
358
- version = "2.0.0"
359
- source = "registry+https://github.com/rust-lang/crates.io-index"
360
- checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
361
-
362
- [[package]]
363
- name = "generic-array"
364
- version = "0.14.7"
365
- source = "registry+https://github.com/rust-lang/crates.io-index"
366
- checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
367
- dependencies = [
368
- "typenum",
369
- "version_check",
370
- ]
371
-
372
- [[package]]
373
- name = "getrandom"
374
- version = "0.2.11"
375
- source = "registry+https://github.com/rust-lang/crates.io-index"
376
- checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
377
- dependencies = [
378
- "cfg-if",
379
- "libc",
380
- "wasi",
381
- ]
382
-
383
- [[package]]
384
- name = "getset"
385
- version = "0.1.2"
386
- source = "registry+https://github.com/rust-lang/crates.io-index"
387
- checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
388
- dependencies = [
389
- "proc-macro-error",
390
- "proc-macro2",
391
- "quote",
392
- "syn 1.0.109",
393
- ]
394
-
395
- [[package]]
396
- name = "gimli"
397
- version = "0.28.0"
398
- source = "registry+https://github.com/rust-lang/crates.io-index"
399
- checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
400
-
401
- [[package]]
402
- name = "glob"
403
- version = "0.3.1"
404
- source = "registry+https://github.com/rust-lang/crates.io-index"
405
- checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
406
-
407
- [[package]]
408
- name = "hashbrown"
409
- version = "0.12.3"
410
- source = "registry+https://github.com/rust-lang/crates.io-index"
411
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
412
- dependencies = [
413
- "ahash",
414
- ]
415
-
416
- [[package]]
417
- name = "hermit-abi"
418
- version = "0.1.19"
419
- source = "registry+https://github.com/rust-lang/crates.io-index"
420
- checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
421
- dependencies = [
422
- "libc",
423
- ]
424
-
425
- [[package]]
426
- name = "hermit-abi"
427
- version = "0.3.3"
428
- source = "registry+https://github.com/rust-lang/crates.io-index"
429
- checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
430
-
431
- [[package]]
432
- name = "hex"
433
- version = "0.4.3"
434
- source = "registry+https://github.com/rust-lang/crates.io-index"
435
- checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
436
-
437
- [[package]]
438
- name = "hstr"
439
- version = "0.2.6"
440
- source = "registry+https://github.com/rust-lang/crates.io-index"
441
- checksum = "de90d3db62411eb62eddabe402d706ac4970f7ac8d088c05f11069cad9be9857"
442
- dependencies = [
443
- "new_debug_unreachable",
444
- "once_cell",
445
- "phf 0.11.2",
446
- "rustc-hash",
447
- "smallvec",
448
- ]
449
-
450
- [[package]]
451
- name = "idna"
452
- version = "0.4.0"
453
- source = "registry+https://github.com/rust-lang/crates.io-index"
454
- checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
455
- dependencies = [
456
- "unicode-bidi",
457
- "unicode-normalization",
458
- ]
459
-
460
- [[package]]
461
- name = "if_chain"
462
- version = "1.0.2"
463
- source = "registry+https://github.com/rust-lang/crates.io-index"
464
- checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
465
-
466
- [[package]]
467
- name = "indexmap"
468
- version = "1.9.3"
469
- source = "registry+https://github.com/rust-lang/crates.io-index"
470
- checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
471
- dependencies = [
472
- "autocfg",
473
- "hashbrown",
474
- ]
475
-
476
- [[package]]
477
- name = "is-macro"
478
- version = "0.3.0"
479
- source = "registry+https://github.com/rust-lang/crates.io-index"
480
- checksum = "f4467ed1321b310c2625c5aa6c1b1ffc5de4d9e42668cf697a08fb033ee8265e"
481
- dependencies = [
482
- "Inflector",
483
- "pmutil",
484
- "proc-macro2",
485
- "quote",
486
- "syn 2.0.39",
487
- ]
488
-
489
- [[package]]
490
- name = "is_ci"
491
- version = "1.1.1"
492
- source = "registry+https://github.com/rust-lang/crates.io-index"
493
- checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
494
-
495
- [[package]]
496
- name = "itoa"
497
- version = "1.0.9"
498
- source = "registry+https://github.com/rust-lang/crates.io-index"
499
- checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
500
-
501
- [[package]]
502
- name = "lazy_static"
503
- version = "1.4.0"
504
- source = "registry+https://github.com/rust-lang/crates.io-index"
505
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
506
-
507
- [[package]]
508
- name = "libc"
509
- version = "0.2.150"
510
- source = "registry+https://github.com/rust-lang/crates.io-index"
511
- checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
512
-
513
- [[package]]
514
- name = "linux-raw-sys"
515
- version = "0.4.11"
516
- source = "registry+https://github.com/rust-lang/crates.io-index"
517
- checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
518
-
519
- [[package]]
520
- name = "lock_api"
521
- version = "0.4.11"
522
- source = "registry+https://github.com/rust-lang/crates.io-index"
523
- checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
524
- dependencies = [
525
- "autocfg",
526
- "scopeguard",
527
- ]
528
-
529
- [[package]]
530
- name = "log"
531
- version = "0.4.20"
532
- source = "registry+https://github.com/rust-lang/crates.io-index"
533
- checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
534
-
535
- [[package]]
536
- name = "matchers"
537
- version = "0.1.0"
538
- source = "registry+https://github.com/rust-lang/crates.io-index"
539
- checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
540
- dependencies = [
541
- "regex-automata 0.1.10",
542
- ]
543
-
544
- [[package]]
545
- name = "memchr"
546
- version = "2.6.4"
547
- source = "registry+https://github.com/rust-lang/crates.io-index"
548
- checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
549
-
550
- [[package]]
551
- name = "miette"
552
- version = "4.7.1"
553
- source = "registry+https://github.com/rust-lang/crates.io-index"
554
- checksum = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c"
555
- dependencies = [
556
- "atty",
557
- "backtrace",
558
- "miette-derive",
559
- "once_cell",
560
- "owo-colors",
561
- "supports-color",
562
- "supports-hyperlinks",
563
- "supports-unicode",
564
- "terminal_size",
565
- "textwrap",
566
- "thiserror",
567
- "unicode-width",
568
- ]
569
-
570
- [[package]]
571
- name = "miette-derive"
572
- version = "4.7.1"
573
- source = "registry+https://github.com/rust-lang/crates.io-index"
574
- checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c"
575
- dependencies = [
576
- "proc-macro2",
577
- "quote",
578
- "syn 1.0.109",
579
- ]
580
-
581
- [[package]]
582
- name = "miniz_oxide"
583
- version = "0.7.1"
584
- source = "registry+https://github.com/rust-lang/crates.io-index"
585
- checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
586
- dependencies = [
587
- "adler",
588
- ]
589
-
590
- [[package]]
591
- name = "new_debug_unreachable"
592
- version = "1.0.4"
593
- source = "registry+https://github.com/rust-lang/crates.io-index"
594
- checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
595
-
596
- [[package]]
597
- name = "nu-ansi-term"
598
- version = "0.46.0"
599
- source = "registry+https://github.com/rust-lang/crates.io-index"
600
- checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
601
- dependencies = [
602
- "overload",
603
- "winapi",
604
- ]
605
-
606
- [[package]]
607
- name = "num-bigint"
608
- version = "0.4.4"
609
- source = "registry+https://github.com/rust-lang/crates.io-index"
610
- checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
611
- dependencies = [
612
- "autocfg",
613
- "num-integer",
614
- "num-traits",
615
- "serde",
616
- ]
617
-
618
- [[package]]
619
- name = "num-integer"
620
- version = "0.1.45"
621
- source = "registry+https://github.com/rust-lang/crates.io-index"
622
- checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
623
- dependencies = [
624
- "autocfg",
625
- "num-traits",
626
- ]
627
-
628
- [[package]]
629
- name = "num-traits"
630
- version = "0.2.17"
631
- source = "registry+https://github.com/rust-lang/crates.io-index"
632
- checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
633
- dependencies = [
634
- "autocfg",
635
- ]
636
-
637
- [[package]]
638
- name = "num_cpus"
639
- version = "1.16.0"
640
- source = "registry+https://github.com/rust-lang/crates.io-index"
641
- checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
642
- dependencies = [
643
- "hermit-abi 0.3.3",
644
- "libc",
645
- ]
646
-
647
- [[package]]
648
- name = "object"
649
- version = "0.32.1"
650
- source = "registry+https://github.com/rust-lang/crates.io-index"
651
- checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
652
- dependencies = [
653
- "memchr",
654
- ]
655
-
656
- [[package]]
657
- name = "once_cell"
658
- version = "1.18.0"
659
- source = "registry+https://github.com/rust-lang/crates.io-index"
660
- checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
661
-
662
- [[package]]
663
- name = "overload"
664
- version = "0.1.1"
665
- source = "registry+https://github.com/rust-lang/crates.io-index"
666
- checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
667
-
668
- [[package]]
669
- name = "owo-colors"
670
- version = "3.5.0"
671
- source = "registry+https://github.com/rust-lang/crates.io-index"
672
- checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
673
-
674
- [[package]]
675
- name = "parking_lot"
676
- version = "0.12.1"
677
- source = "registry+https://github.com/rust-lang/crates.io-index"
678
- checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
679
- dependencies = [
680
- "lock_api",
681
- "parking_lot_core",
682
- ]
683
-
684
- [[package]]
685
- name = "parking_lot_core"
686
- version = "0.9.9"
687
- source = "registry+https://github.com/rust-lang/crates.io-index"
688
- checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
689
- dependencies = [
690
- "cfg-if",
691
- "libc",
692
- "redox_syscall",
693
- "smallvec",
694
- "windows-targets",
695
- ]
696
-
697
- [[package]]
698
- name = "percent-encoding"
699
- version = "2.3.0"
700
- source = "registry+https://github.com/rust-lang/crates.io-index"
701
- checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
702
-
703
- [[package]]
704
- name = "phf"
705
- version = "0.10.1"
706
- source = "registry+https://github.com/rust-lang/crates.io-index"
707
- checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
708
- dependencies = [
709
- "phf_macros 0.10.0",
710
- "phf_shared 0.10.0",
711
- "proc-macro-hack",
712
- ]
713
-
714
- [[package]]
715
- name = "phf"
716
- version = "0.11.2"
717
- source = "registry+https://github.com/rust-lang/crates.io-index"
718
- checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
719
- dependencies = [
720
- "phf_macros 0.11.2",
721
- "phf_shared 0.11.2",
722
- ]
723
-
724
- [[package]]
725
- name = "phf_generator"
726
- version = "0.10.0"
727
- source = "registry+https://github.com/rust-lang/crates.io-index"
728
- checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
729
- dependencies = [
730
- "phf_shared 0.10.0",
731
- "rand",
732
- ]
733
-
734
- [[package]]
735
- name = "phf_generator"
736
- version = "0.11.2"
737
- source = "registry+https://github.com/rust-lang/crates.io-index"
738
- checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
739
- dependencies = [
740
- "phf_shared 0.11.2",
741
- "rand",
742
- ]
743
-
744
- [[package]]
745
- name = "phf_macros"
746
- version = "0.10.0"
747
- source = "registry+https://github.com/rust-lang/crates.io-index"
748
- checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
749
- dependencies = [
750
- "phf_generator 0.10.0",
751
- "phf_shared 0.10.0",
752
- "proc-macro-hack",
753
- "proc-macro2",
754
- "quote",
755
- "syn 1.0.109",
756
- ]
757
-
758
- [[package]]
759
- name = "phf_macros"
760
- version = "0.11.2"
761
- source = "registry+https://github.com/rust-lang/crates.io-index"
762
- checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
763
- dependencies = [
764
- "phf_generator 0.11.2",
765
- "phf_shared 0.11.2",
766
- "proc-macro2",
767
- "quote",
768
- "syn 2.0.39",
769
- ]
770
-
771
- [[package]]
772
- name = "phf_shared"
773
- version = "0.10.0"
774
- source = "registry+https://github.com/rust-lang/crates.io-index"
775
- checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
776
- dependencies = [
777
- "siphasher",
778
- ]
779
-
780
- [[package]]
781
- name = "phf_shared"
782
- version = "0.11.2"
783
- source = "registry+https://github.com/rust-lang/crates.io-index"
784
- checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
785
- dependencies = [
786
- "siphasher",
787
- ]
788
-
789
- [[package]]
790
- name = "pin-project-lite"
791
- version = "0.2.13"
792
- source = "registry+https://github.com/rust-lang/crates.io-index"
793
- checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
794
-
795
- [[package]]
796
- name = "pmutil"
797
- version = "0.6.1"
798
- source = "registry+https://github.com/rust-lang/crates.io-index"
799
- checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6"
800
- dependencies = [
801
- "proc-macro2",
802
- "quote",
803
- "syn 2.0.39",
804
- ]
805
-
806
- [[package]]
807
- name = "powerfmt"
808
- version = "0.2.0"
809
- source = "registry+https://github.com/rust-lang/crates.io-index"
810
- checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
811
-
812
- [[package]]
813
- name = "ppv-lite86"
814
- version = "0.2.17"
815
- source = "registry+https://github.com/rust-lang/crates.io-index"
816
- checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
817
-
818
- [[package]]
819
- name = "precomputed-hash"
820
- version = "0.1.1"
821
- source = "registry+https://github.com/rust-lang/crates.io-index"
822
- checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
823
-
824
- [[package]]
825
- name = "pretty_assertions"
826
- version = "1.4.0"
827
- source = "registry+https://github.com/rust-lang/crates.io-index"
828
- checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
829
- dependencies = [
830
- "diff",
831
- "yansi",
832
- ]
833
-
834
- [[package]]
835
- name = "proc-macro-error"
836
- version = "1.0.4"
837
- source = "registry+https://github.com/rust-lang/crates.io-index"
838
- checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
839
- dependencies = [
840
- "proc-macro-error-attr",
841
- "proc-macro2",
842
- "quote",
843
- "syn 1.0.109",
844
- "version_check",
845
- ]
846
-
847
- [[package]]
848
- name = "proc-macro-error-attr"
849
- version = "1.0.4"
850
- source = "registry+https://github.com/rust-lang/crates.io-index"
851
- checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
852
- dependencies = [
853
- "proc-macro2",
854
- "quote",
855
- "version_check",
856
- ]
857
-
858
- [[package]]
859
- name = "proc-macro-hack"
860
- version = "0.5.20+deprecated"
861
- source = "registry+https://github.com/rust-lang/crates.io-index"
862
- checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
863
-
864
- [[package]]
865
- name = "proc-macro2"
866
- version = "1.0.69"
867
- source = "registry+https://github.com/rust-lang/crates.io-index"
868
- checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
869
- dependencies = [
870
- "unicode-ident",
871
- ]
872
-
873
- [[package]]
874
- name = "psm"
875
- version = "0.1.21"
876
- source = "registry+https://github.com/rust-lang/crates.io-index"
877
- checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
878
- dependencies = [
879
- "cc",
880
- ]
881
-
882
- [[package]]
883
- name = "ptr_meta"
884
- version = "0.1.4"
885
- source = "registry+https://github.com/rust-lang/crates.io-index"
886
- checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
887
- dependencies = [
888
- "ptr_meta_derive",
889
- ]
890
-
891
- [[package]]
892
- name = "ptr_meta_derive"
893
- version = "0.1.4"
894
- source = "registry+https://github.com/rust-lang/crates.io-index"
895
- checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
896
- dependencies = [
897
- "proc-macro2",
898
- "quote",
899
- "syn 1.0.109",
900
- ]
901
-
902
- [[package]]
903
- name = "quote"
904
- version = "1.0.33"
905
- source = "registry+https://github.com/rust-lang/crates.io-index"
906
- checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
907
- dependencies = [
908
- "proc-macro2",
909
- ]
910
-
911
- [[package]]
912
- name = "radium"
913
- version = "0.7.0"
914
- source = "registry+https://github.com/rust-lang/crates.io-index"
915
- checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
916
-
917
- [[package]]
918
- name = "rand"
919
- version = "0.8.5"
920
- source = "registry+https://github.com/rust-lang/crates.io-index"
921
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
922
- dependencies = [
923
- "libc",
924
- "rand_chacha",
925
- "rand_core",
926
- ]
927
-
928
- [[package]]
929
- name = "rand_chacha"
930
- version = "0.3.1"
931
- source = "registry+https://github.com/rust-lang/crates.io-index"
932
- checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
933
- dependencies = [
934
- "ppv-lite86",
935
- "rand_core",
936
- ]
937
-
938
- [[package]]
939
- name = "rand_core"
940
- version = "0.6.4"
941
- source = "registry+https://github.com/rust-lang/crates.io-index"
942
- checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
943
- dependencies = [
944
- "getrandom",
945
- ]
946
-
947
- [[package]]
948
- name = "redox_syscall"
949
- version = "0.4.1"
950
- source = "registry+https://github.com/rust-lang/crates.io-index"
951
- checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
952
- dependencies = [
953
- "bitflags 1.3.2",
954
- ]
955
-
956
- [[package]]
957
- name = "regex"
958
- version = "1.10.2"
959
- source = "registry+https://github.com/rust-lang/crates.io-index"
960
- checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
961
- dependencies = [
962
- "aho-corasick",
963
- "memchr",
964
- "regex-automata 0.4.3",
965
- "regex-syntax 0.8.2",
966
- ]
967
-
968
- [[package]]
969
- name = "regex-automata"
970
- version = "0.1.10"
971
- source = "registry+https://github.com/rust-lang/crates.io-index"
972
- checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
973
- dependencies = [
974
- "regex-syntax 0.6.29",
975
- ]
976
-
977
- [[package]]
978
- name = "regex-automata"
979
- version = "0.4.3"
980
- source = "registry+https://github.com/rust-lang/crates.io-index"
981
- checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
982
- dependencies = [
983
- "aho-corasick",
984
- "memchr",
985
- "regex-syntax 0.8.2",
986
- ]
987
-
988
- [[package]]
989
- name = "regex-syntax"
990
- version = "0.6.29"
991
- source = "registry+https://github.com/rust-lang/crates.io-index"
992
- checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
993
-
994
- [[package]]
995
- name = "regex-syntax"
996
- version = "0.8.2"
997
- source = "registry+https://github.com/rust-lang/crates.io-index"
998
- checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
999
-
1000
- [[package]]
1001
- name = "relative-path"
1002
- version = "1.9.0"
1003
- source = "registry+https://github.com/rust-lang/crates.io-index"
1004
- checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca"
1005
-
1006
- [[package]]
1007
- name = "rend"
1008
- version = "0.4.1"
1009
- source = "registry+https://github.com/rust-lang/crates.io-index"
1010
- checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd"
1011
- dependencies = [
1012
- "bytecheck",
1013
- ]
1014
-
1015
- [[package]]
1016
- name = "rkyv"
1017
- version = "0.7.42"
1018
- source = "registry+https://github.com/rust-lang/crates.io-index"
1019
- checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
1020
- dependencies = [
1021
- "bitvec",
1022
- "bytecheck",
1023
- "hashbrown",
1024
- "ptr_meta",
1025
- "rend",
1026
- "rkyv_derive",
1027
- "seahash",
1028
- "tinyvec",
1029
- "uuid",
1030
- ]
1031
-
1032
- [[package]]
1033
- name = "rkyv_derive"
1034
- version = "0.7.42"
1035
- source = "registry+https://github.com/rust-lang/crates.io-index"
1036
- checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
1037
- dependencies = [
1038
- "proc-macro2",
1039
- "quote",
1040
- "syn 1.0.109",
1041
- ]
1042
-
1043
- [[package]]
1044
- name = "rustc-demangle"
1045
- version = "0.1.23"
1046
- source = "registry+https://github.com/rust-lang/crates.io-index"
1047
- checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1048
-
1049
- [[package]]
1050
- name = "rustc-hash"
1051
- version = "1.1.0"
1052
- source = "registry+https://github.com/rust-lang/crates.io-index"
1053
- checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1054
-
1055
- [[package]]
1056
- name = "rustc_version"
1057
- version = "0.2.3"
1058
- source = "registry+https://github.com/rust-lang/crates.io-index"
1059
- checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1060
- dependencies = [
1061
- "semver 0.9.0",
1062
- ]
1063
-
1064
- [[package]]
1065
- name = "rustix"
1066
- version = "0.38.21"
1067
- source = "registry+https://github.com/rust-lang/crates.io-index"
1068
- checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
1069
- dependencies = [
1070
- "bitflags 2.4.1",
1071
- "errno",
1072
- "libc",
1073
- "linux-raw-sys",
1074
- "windows-sys",
1075
- ]
1076
-
1077
- [[package]]
1078
- name = "rustversion"
1079
- version = "1.0.14"
1080
- source = "registry+https://github.com/rust-lang/crates.io-index"
1081
- checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
1082
-
1083
- [[package]]
1084
- name = "ryu"
1085
- version = "1.0.15"
1086
- source = "registry+https://github.com/rust-lang/crates.io-index"
1087
- checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
1088
-
1089
- [[package]]
1090
- name = "scoped-tls"
1091
- version = "1.0.1"
1092
- source = "registry+https://github.com/rust-lang/crates.io-index"
1093
- checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1094
-
1095
- [[package]]
1096
- name = "scopeguard"
1097
- version = "1.2.0"
1098
- source = "registry+https://github.com/rust-lang/crates.io-index"
1099
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1100
-
1101
- [[package]]
1102
- name = "seahash"
1103
- version = "4.1.0"
1104
- source = "registry+https://github.com/rust-lang/crates.io-index"
1105
- checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
1106
-
1107
- [[package]]
1108
- name = "semver"
1109
- version = "0.9.0"
1110
- source = "registry+https://github.com/rust-lang/crates.io-index"
1111
- checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1112
- dependencies = [
1113
- "semver-parser",
1114
- ]
1115
-
1116
- [[package]]
1117
- name = "semver"
1118
- version = "1.0.20"
1119
- source = "registry+https://github.com/rust-lang/crates.io-index"
1120
- checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
1121
- dependencies = [
1122
- "serde",
1123
- ]
1124
-
1125
- [[package]]
1126
- name = "semver-parser"
1127
- version = "0.7.0"
1128
- source = "registry+https://github.com/rust-lang/crates.io-index"
1129
- checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1130
-
1131
- [[package]]
1132
- name = "serde"
1133
- version = "1.0.192"
1134
- source = "registry+https://github.com/rust-lang/crates.io-index"
1135
- checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
1136
- dependencies = [
1137
- "serde_derive",
1138
- ]
1139
-
1140
- [[package]]
1141
- name = "serde_derive"
1142
- version = "1.0.192"
1143
- source = "registry+https://github.com/rust-lang/crates.io-index"
1144
- checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
1145
- dependencies = [
1146
- "proc-macro2",
1147
- "quote",
1148
- "syn 2.0.39",
1149
- ]
1150
-
1151
- [[package]]
1152
- name = "serde_json"
1153
- version = "1.0.108"
1154
- source = "registry+https://github.com/rust-lang/crates.io-index"
1155
- checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
1156
- dependencies = [
1157
- "itoa",
1158
- "ryu",
1159
- "serde",
1160
- ]
1161
-
1162
- [[package]]
1163
- name = "sha-1"
1164
- version = "0.10.1"
1165
- source = "registry+https://github.com/rust-lang/crates.io-index"
1166
- checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
1167
- dependencies = [
1168
- "cfg-if",
1169
- "cpufeatures",
1170
- "digest",
1171
- ]
1172
-
1173
- [[package]]
1174
- name = "sharded-slab"
1175
- version = "0.1.7"
1176
- source = "registry+https://github.com/rust-lang/crates.io-index"
1177
- checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1178
- dependencies = [
1179
- "lazy_static",
1180
- ]
1181
-
1182
- [[package]]
1183
- name = "simdutf8"
1184
- version = "0.1.4"
1185
- source = "registry+https://github.com/rust-lang/crates.io-index"
1186
- checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
1187
-
1188
- [[package]]
1189
- name = "siphasher"
1190
- version = "0.3.11"
1191
- source = "registry+https://github.com/rust-lang/crates.io-index"
1192
- checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1193
-
1194
- [[package]]
1195
- name = "smallvec"
1196
- version = "1.11.1"
1197
- source = "registry+https://github.com/rust-lang/crates.io-index"
1198
- checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
1199
-
1200
- [[package]]
1201
- name = "smartstring"
1202
- version = "1.0.1"
1203
- source = "registry+https://github.com/rust-lang/crates.io-index"
1204
- checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
1205
- dependencies = [
1206
- "autocfg",
1207
- "static_assertions",
1208
- "version_check",
1209
- ]
1210
-
1211
- [[package]]
1212
- name = "smawk"
1213
- version = "0.3.2"
1214
- source = "registry+https://github.com/rust-lang/crates.io-index"
1215
- checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
1216
-
1217
- [[package]]
1218
- name = "sourcemap"
1219
- version = "6.4.1"
1220
- source = "registry+https://github.com/rust-lang/crates.io-index"
1221
- checksum = "e4cbf65ca7dc576cf50e21f8d0712d96d4fcfd797389744b7b222a85cdf5bd90"
1222
- dependencies = [
1223
- "data-encoding",
1224
- "debugid",
1225
- "if_chain",
1226
- "rustc_version",
1227
- "serde",
1228
- "serde_json",
1229
- "unicode-id",
1230
- "url",
1231
- ]
1232
-
1233
- [[package]]
1234
- name = "stacker"
1235
- version = "0.1.15"
1236
- source = "registry+https://github.com/rust-lang/crates.io-index"
1237
- checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
1238
- dependencies = [
1239
- "cc",
1240
- "cfg-if",
1241
- "libc",
1242
- "psm",
1243
- "winapi",
1244
- ]
1245
-
1246
- [[package]]
1247
- name = "static_assertions"
1248
- version = "1.1.0"
1249
- source = "registry+https://github.com/rust-lang/crates.io-index"
1250
- checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1251
-
1252
- [[package]]
1253
- name = "string_cache"
1254
- version = "0.8.7"
1255
- source = "registry+https://github.com/rust-lang/crates.io-index"
1256
- checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
1257
- dependencies = [
1258
- "new_debug_unreachable",
1259
- "once_cell",
1260
- "parking_lot",
1261
- "phf_shared 0.10.0",
1262
- "precomputed-hash",
1263
- "serde",
1264
- ]
1265
-
1266
- [[package]]
1267
- name = "string_enum"
1268
- version = "0.4.1"
1269
- source = "registry+https://github.com/rust-lang/crates.io-index"
1270
- checksum = "8fa4d4f81d7c05b9161f8de839975d3326328b8ba2831164b465524cc2f55252"
1271
- dependencies = [
1272
- "pmutil",
1273
- "proc-macro2",
1274
- "quote",
1275
- "swc_macros_common",
1276
- "syn 2.0.39",
1277
- ]
1278
-
1279
- [[package]]
1280
- name = "supports-color"
1281
- version = "1.3.1"
1282
- source = "registry+https://github.com/rust-lang/crates.io-index"
1283
- checksum = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f"
1284
- dependencies = [
1285
- "atty",
1286
- "is_ci",
1287
- ]
1288
-
1289
- [[package]]
1290
- name = "supports-hyperlinks"
1291
- version = "1.2.0"
1292
- source = "registry+https://github.com/rust-lang/crates.io-index"
1293
- checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406"
1294
- dependencies = [
1295
- "atty",
1296
- ]
1297
-
1298
- [[package]]
1299
- name = "supports-unicode"
1300
- version = "1.0.2"
1301
- source = "registry+https://github.com/rust-lang/crates.io-index"
1302
- checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2"
1303
- dependencies = [
1304
- "atty",
1305
- ]
1306
-
1307
- [[package]]
1308
- name = "swc-plugin-define-config"
1309
- version = "0.2.0"
1310
- dependencies = [
1311
- "serde",
1312
- "swc_core",
1313
- ]
1314
-
1315
- [[package]]
1316
- name = "swc_atoms"
1317
- version = "0.6.4"
1318
- source = "registry+https://github.com/rust-lang/crates.io-index"
1319
- checksum = "b8a9e1b6d97f27b6abe5571f8fe3bdbd2fa987299fc2126450c7cde6214896ef"
1320
- dependencies = [
1321
- "bytecheck",
1322
- "hstr",
1323
- "once_cell",
1324
- "rkyv",
1325
- "rustc-hash",
1326
- "serde",
1327
- ]
1328
-
1329
- [[package]]
1330
- name = "swc_common"
1331
- version = "0.33.8"
1332
- source = "registry+https://github.com/rust-lang/crates.io-index"
1333
- checksum = "49fba1ce1d44f142b9e8212a6360fc7818e2c99c7f5ebe8b4fa4061c5764e48e"
1334
- dependencies = [
1335
- "anyhow",
1336
- "ast_node",
1337
- "atty",
1338
- "better_scoped_tls",
1339
- "bytecheck",
1340
- "cfg-if",
1341
- "either",
1342
- "from_variant",
1343
- "new_debug_unreachable",
1344
- "num-bigint",
1345
- "once_cell",
1346
- "parking_lot",
1347
- "rkyv",
1348
- "rustc-hash",
1349
- "serde",
1350
- "siphasher",
1351
- "sourcemap",
1352
- "string_cache",
1353
- "swc_atoms",
1354
- "swc_eq_ignore_macros",
1355
- "swc_visit",
1356
- "termcolor",
1357
- "tracing",
1358
- "unicode-width",
1359
- "url",
1360
- ]
1361
-
1362
- [[package]]
1363
- name = "swc_core"
1364
- version = "0.86.46"
1365
- source = "registry+https://github.com/rust-lang/crates.io-index"
1366
- checksum = "689c41189ddb907b4513ea979035bdf1768a2d222b060e3dfc3925cbeba7da13"
1367
- dependencies = [
1368
- "once_cell",
1369
- "swc_atoms",
1370
- "swc_common",
1371
- "swc_ecma_ast",
1372
- "swc_ecma_transforms_base",
1373
- "swc_ecma_transforms_testing",
1374
- "swc_ecma_utils",
1375
- "swc_ecma_visit",
1376
- "swc_plugin",
1377
- "swc_plugin_macro",
1378
- "swc_plugin_proxy",
1379
- "vergen",
1380
- ]
1381
-
1382
- [[package]]
1383
- name = "swc_ecma_ast"
1384
- version = "0.110.9"
1385
- source = "registry+https://github.com/rust-lang/crates.io-index"
1386
- checksum = "4cefcc1c71bf00e48da7b65801d1fccf7eed2b7fa1fc5c4848ed09801bfe2403"
1387
- dependencies = [
1388
- "bitflags 2.4.1",
1389
- "bytecheck",
1390
- "is-macro",
1391
- "num-bigint",
1392
- "phf 0.11.2",
1393
- "rkyv",
1394
- "scoped-tls",
1395
- "string_enum",
1396
- "swc_atoms",
1397
- "swc_common",
1398
- "unicode-id",
1399
- ]
1400
-
1401
- [[package]]
1402
- name = "swc_ecma_codegen"
1403
- version = "0.146.20"
1404
- source = "registry+https://github.com/rust-lang/crates.io-index"
1405
- checksum = "299bcdefed3c532dbc880dc0539d9df5402e5021fc4ae05cb574eae37e9c6beb"
1406
- dependencies = [
1407
- "memchr",
1408
- "num-bigint",
1409
- "once_cell",
1410
- "rustc-hash",
1411
- "serde",
1412
- "sourcemap",
1413
- "swc_atoms",
1414
- "swc_common",
1415
- "swc_ecma_ast",
1416
- "swc_ecma_codegen_macros",
1417
- "tracing",
1418
- ]
1419
-
1420
- [[package]]
1421
- name = "swc_ecma_codegen_macros"
1422
- version = "0.7.3"
1423
- source = "registry+https://github.com/rust-lang/crates.io-index"
1424
- checksum = "dcdff076dccca6cc6a0e0b2a2c8acfb066014382bc6df98ec99e755484814384"
1425
- dependencies = [
1426
- "pmutil",
1427
- "proc-macro2",
1428
- "quote",
1429
- "swc_macros_common",
1430
- "syn 2.0.39",
1431
- ]
1432
-
1433
- [[package]]
1434
- name = "swc_ecma_parser"
1435
- version = "0.141.18"
1436
- source = "registry+https://github.com/rust-lang/crates.io-index"
1437
- checksum = "4aee08d307d2d4719715e9917a05cde1eee980667939854939443c583bc41823"
1438
- dependencies = [
1439
- "either",
1440
- "new_debug_unreachable",
1441
- "num-bigint",
1442
- "num-traits",
1443
- "phf 0.11.2",
1444
- "serde",
1445
- "smallvec",
1446
- "smartstring",
1447
- "stacker",
1448
- "swc_atoms",
1449
- "swc_common",
1450
- "swc_ecma_ast",
1451
- "tracing",
1452
- "typed-arena",
1453
- ]
1454
-
1455
- [[package]]
1456
- name = "swc_ecma_testing"
1457
- version = "0.22.10"
1458
- source = "registry+https://github.com/rust-lang/crates.io-index"
1459
- checksum = "62dc3d273ef4f7fe39b670b7f1fdd2dd33518f5de987e7f7fe9d1b44e650e891"
1460
- dependencies = [
1461
- "anyhow",
1462
- "hex",
1463
- "sha-1",
1464
- "testing",
1465
- "tracing",
1466
- ]
1467
-
1468
- [[package]]
1469
- name = "swc_ecma_transforms_base"
1470
- version = "0.134.26"
1471
- source = "registry+https://github.com/rust-lang/crates.io-index"
1472
- checksum = "65783a0d7526e85b5ed6f2d1b0e2a596063932bd51d5fd1b450c095f09ff4399"
1473
- dependencies = [
1474
- "better_scoped_tls",
1475
- "bitflags 2.4.1",
1476
- "indexmap",
1477
- "once_cell",
1478
- "phf 0.10.1",
1479
- "rustc-hash",
1480
- "serde",
1481
- "smallvec",
1482
- "swc_atoms",
1483
- "swc_common",
1484
- "swc_ecma_ast",
1485
- "swc_ecma_parser",
1486
- "swc_ecma_utils",
1487
- "swc_ecma_visit",
1488
- "tracing",
1489
- ]
1490
-
1491
- [[package]]
1492
- name = "swc_ecma_transforms_testing"
1493
- version = "0.137.28"
1494
- source = "registry+https://github.com/rust-lang/crates.io-index"
1495
- checksum = "7d9c1ae9114283f417ee2c9149158a6c3277ea30e0a239ae04f489612f77b3e8"
1496
- dependencies = [
1497
- "ansi_term",
1498
- "anyhow",
1499
- "base64",
1500
- "hex",
1501
- "serde",
1502
- "serde_json",
1503
- "sha-1",
1504
- "sourcemap",
1505
- "swc_common",
1506
- "swc_ecma_ast",
1507
- "swc_ecma_codegen",
1508
- "swc_ecma_parser",
1509
- "swc_ecma_testing",
1510
- "swc_ecma_transforms_base",
1511
- "swc_ecma_utils",
1512
- "swc_ecma_visit",
1513
- "tempfile",
1514
- "testing",
1515
- ]
1516
-
1517
- [[package]]
1518
- name = "swc_ecma_utils"
1519
- version = "0.124.23"
1520
- source = "registry+https://github.com/rust-lang/crates.io-index"
1521
- checksum = "45f418621edc2eee974901df082ff575680c784340172d6ba4a2ffc93c11ce32"
1522
- dependencies = [
1523
- "indexmap",
1524
- "num_cpus",
1525
- "once_cell",
1526
- "rustc-hash",
1527
- "swc_atoms",
1528
- "swc_common",
1529
- "swc_ecma_ast",
1530
- "swc_ecma_visit",
1531
- "tracing",
1532
- "unicode-id",
1533
- ]
1534
-
1535
- [[package]]
1536
- name = "swc_ecma_visit"
1537
- version = "0.96.9"
1538
- source = "registry+https://github.com/rust-lang/crates.io-index"
1539
- checksum = "21305b130986e771206c9f447c8040f9b3be47c9fbbb1f659904e223b8e1c007"
1540
- dependencies = [
1541
- "num-bigint",
1542
- "swc_atoms",
1543
- "swc_common",
1544
- "swc_ecma_ast",
1545
- "swc_visit",
1546
- "tracing",
1547
- ]
1548
-
1549
- [[package]]
1550
- name = "swc_eq_ignore_macros"
1551
- version = "0.1.2"
1552
- source = "registry+https://github.com/rust-lang/crates.io-index"
1553
- checksum = "05a95d367e228d52484c53336991fdcf47b6b553ef835d9159db4ba40efb0ee8"
1554
- dependencies = [
1555
- "pmutil",
1556
- "proc-macro2",
1557
- "quote",
1558
- "syn 2.0.39",
1559
- ]
1560
-
1561
- [[package]]
1562
- name = "swc_error_reporters"
1563
- version = "0.17.8"
1564
- source = "registry+https://github.com/rust-lang/crates.io-index"
1565
- checksum = "4a80f674bef7baf65c979f684bbe9fa8f4e275e3b61589b62d6dc260331a102b"
1566
- dependencies = [
1567
- "anyhow",
1568
- "miette",
1569
- "once_cell",
1570
- "parking_lot",
1571
- "swc_common",
1572
- ]
1573
-
1574
- [[package]]
1575
- name = "swc_macros_common"
1576
- version = "0.3.8"
1577
- source = "registry+https://github.com/rust-lang/crates.io-index"
1578
- checksum = "7a273205ccb09b51fabe88c49f3b34c5a4631c4c00a16ae20e03111d6a42e832"
1579
- dependencies = [
1580
- "pmutil",
1581
- "proc-macro2",
1582
- "quote",
1583
- "syn 2.0.39",
1584
- ]
1585
-
1586
- [[package]]
1587
- name = "swc_plugin"
1588
- version = "0.90.0"
1589
- source = "registry+https://github.com/rust-lang/crates.io-index"
1590
- checksum = "ca5df720531bfbd7ceb1139319c39c20c446abfb8f7e0eb47b104205a71152b4"
1591
- dependencies = [
1592
- "once_cell",
1593
- ]
1594
-
1595
- [[package]]
1596
- name = "swc_plugin_macro"
1597
- version = "0.9.15"
1598
- source = "registry+https://github.com/rust-lang/crates.io-index"
1599
- checksum = "785309d342a69df4c929ee59e14e36889ca832f1d2a3c1d03c47c93126c72dbc"
1600
- dependencies = [
1601
- "proc-macro2",
1602
- "quote",
1603
- "syn 2.0.39",
1604
- ]
1605
-
1606
- [[package]]
1607
- name = "swc_plugin_proxy"
1608
- version = "0.39.9"
1609
- source = "registry+https://github.com/rust-lang/crates.io-index"
1610
- checksum = "e73aa3453e0026b009f35462b77f7dbc2e1b9a91cd92fae6f517802f3b6f4561"
1611
- dependencies = [
1612
- "better_scoped_tls",
1613
- "rkyv",
1614
- "swc_common",
1615
- "swc_ecma_ast",
1616
- "swc_trace_macro",
1617
- "tracing",
1618
- ]
1619
-
1620
- [[package]]
1621
- name = "swc_trace_macro"
1622
- version = "0.1.3"
1623
- source = "registry+https://github.com/rust-lang/crates.io-index"
1624
- checksum = "ff9719b6085dd2824fd61938a881937be14b08f95e2d27c64c825a9f65e052ba"
1625
- dependencies = [
1626
- "proc-macro2",
1627
- "quote",
1628
- "syn 2.0.39",
1629
- ]
1630
-
1631
- [[package]]
1632
- name = "swc_visit"
1633
- version = "0.5.7"
1634
- source = "registry+https://github.com/rust-lang/crates.io-index"
1635
- checksum = "e87c337fbb2d191bf371173dea6a957f01899adb8f189c6c31b122a6cfc98fc3"
1636
- dependencies = [
1637
- "either",
1638
- "swc_visit_macros",
1639
- ]
1640
-
1641
- [[package]]
1642
- name = "swc_visit_macros"
1643
- version = "0.5.8"
1644
- source = "registry+https://github.com/rust-lang/crates.io-index"
1645
- checksum = "0f322730fb82f3930a450ac24de8c98523af7d34ab8cb2f46bcb405839891a99"
1646
- dependencies = [
1647
- "Inflector",
1648
- "pmutil",
1649
- "proc-macro2",
1650
- "quote",
1651
- "swc_macros_common",
1652
- "syn 2.0.39",
1653
- ]
1654
-
1655
- [[package]]
1656
- name = "syn"
1657
- version = "1.0.109"
1658
- source = "registry+https://github.com/rust-lang/crates.io-index"
1659
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1660
- dependencies = [
1661
- "proc-macro2",
1662
- "quote",
1663
- "unicode-ident",
1664
- ]
1665
-
1666
- [[package]]
1667
- name = "syn"
1668
- version = "2.0.39"
1669
- source = "registry+https://github.com/rust-lang/crates.io-index"
1670
- checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
1671
- dependencies = [
1672
- "proc-macro2",
1673
- "quote",
1674
- "unicode-ident",
1675
- ]
1676
-
1677
- [[package]]
1678
- name = "tap"
1679
- version = "1.0.1"
1680
- source = "registry+https://github.com/rust-lang/crates.io-index"
1681
- checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1682
-
1683
- [[package]]
1684
- name = "tempfile"
1685
- version = "3.8.1"
1686
- source = "registry+https://github.com/rust-lang/crates.io-index"
1687
- checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
1688
- dependencies = [
1689
- "cfg-if",
1690
- "fastrand",
1691
- "redox_syscall",
1692
- "rustix",
1693
- "windows-sys",
1694
- ]
1695
-
1696
- [[package]]
1697
- name = "termcolor"
1698
- version = "1.3.0"
1699
- source = "registry+https://github.com/rust-lang/crates.io-index"
1700
- checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
1701
- dependencies = [
1702
- "winapi-util",
1703
- ]
1704
-
1705
- [[package]]
1706
- name = "terminal_size"
1707
- version = "0.1.17"
1708
- source = "registry+https://github.com/rust-lang/crates.io-index"
1709
- checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
1710
- dependencies = [
1711
- "libc",
1712
- "winapi",
1713
- ]
1714
-
1715
- [[package]]
1716
- name = "testing"
1717
- version = "0.35.10"
1718
- source = "registry+https://github.com/rust-lang/crates.io-index"
1719
- checksum = "94fa85c2c4605cd16c3b358b125a23b36e01fe04a0ef687d22df97baa4b25fa8"
1720
- dependencies = [
1721
- "ansi_term",
1722
- "cargo_metadata",
1723
- "difference",
1724
- "once_cell",
1725
- "pretty_assertions",
1726
- "regex",
1727
- "serde",
1728
- "serde_json",
1729
- "swc_common",
1730
- "swc_error_reporters",
1731
- "testing_macros",
1732
- "tracing",
1733
- "tracing-subscriber",
1734
- ]
1735
-
1736
- [[package]]
1737
- name = "testing_macros"
1738
- version = "0.2.11"
1739
- source = "registry+https://github.com/rust-lang/crates.io-index"
1740
- checksum = "d1c15b796025051a07f1ac695ee0cac0883f05a0d510c9d171ef8d31a992e6a5"
1741
- dependencies = [
1742
- "anyhow",
1743
- "glob",
1744
- "once_cell",
1745
- "pmutil",
1746
- "proc-macro2",
1747
- "quote",
1748
- "regex",
1749
- "relative-path",
1750
- "syn 2.0.39",
1751
- ]
1752
-
1753
- [[package]]
1754
- name = "textwrap"
1755
- version = "0.15.2"
1756
- source = "registry+https://github.com/rust-lang/crates.io-index"
1757
- checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
1758
- dependencies = [
1759
- "smawk",
1760
- "unicode-linebreak",
1761
- "unicode-width",
1762
- ]
1763
-
1764
- [[package]]
1765
- name = "thiserror"
1766
- version = "1.0.50"
1767
- source = "registry+https://github.com/rust-lang/crates.io-index"
1768
- checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
1769
- dependencies = [
1770
- "thiserror-impl",
1771
- ]
1772
-
1773
- [[package]]
1774
- name = "thiserror-impl"
1775
- version = "1.0.50"
1776
- source = "registry+https://github.com/rust-lang/crates.io-index"
1777
- checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
1778
- dependencies = [
1779
- "proc-macro2",
1780
- "quote",
1781
- "syn 2.0.39",
1782
- ]
1783
-
1784
- [[package]]
1785
- name = "thread_local"
1786
- version = "1.1.7"
1787
- source = "registry+https://github.com/rust-lang/crates.io-index"
1788
- checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
1789
- dependencies = [
1790
- "cfg-if",
1791
- "once_cell",
1792
- ]
1793
-
1794
- [[package]]
1795
- name = "time"
1796
- version = "0.3.30"
1797
- source = "registry+https://github.com/rust-lang/crates.io-index"
1798
- checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
1799
- dependencies = [
1800
- "deranged",
1801
- "itoa",
1802
- "powerfmt",
1803
- "serde",
1804
- "time-core",
1805
- "time-macros",
1806
- ]
1807
-
1808
- [[package]]
1809
- name = "time-core"
1810
- version = "0.1.2"
1811
- source = "registry+https://github.com/rust-lang/crates.io-index"
1812
- checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
1813
-
1814
- [[package]]
1815
- name = "time-macros"
1816
- version = "0.2.15"
1817
- source = "registry+https://github.com/rust-lang/crates.io-index"
1818
- checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
1819
- dependencies = [
1820
- "time-core",
1821
- ]
1822
-
1823
- [[package]]
1824
- name = "tinyvec"
1825
- version = "1.6.0"
1826
- source = "registry+https://github.com/rust-lang/crates.io-index"
1827
- checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1828
- dependencies = [
1829
- "tinyvec_macros",
1830
- ]
1831
-
1832
- [[package]]
1833
- name = "tinyvec_macros"
1834
- version = "0.1.1"
1835
- source = "registry+https://github.com/rust-lang/crates.io-index"
1836
- checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1837
-
1838
- [[package]]
1839
- name = "tracing"
1840
- version = "0.1.40"
1841
- source = "registry+https://github.com/rust-lang/crates.io-index"
1842
- checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1843
- dependencies = [
1844
- "pin-project-lite",
1845
- "tracing-attributes",
1846
- "tracing-core",
1847
- ]
1848
-
1849
- [[package]]
1850
- name = "tracing-attributes"
1851
- version = "0.1.27"
1852
- source = "registry+https://github.com/rust-lang/crates.io-index"
1853
- checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
1854
- dependencies = [
1855
- "proc-macro2",
1856
- "quote",
1857
- "syn 2.0.39",
1858
- ]
1859
-
1860
- [[package]]
1861
- name = "tracing-core"
1862
- version = "0.1.32"
1863
- source = "registry+https://github.com/rust-lang/crates.io-index"
1864
- checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1865
- dependencies = [
1866
- "once_cell",
1867
- "valuable",
1868
- ]
1869
-
1870
- [[package]]
1871
- name = "tracing-log"
1872
- version = "0.1.4"
1873
- source = "registry+https://github.com/rust-lang/crates.io-index"
1874
- checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
1875
- dependencies = [
1876
- "log",
1877
- "once_cell",
1878
- "tracing-core",
1879
- ]
1880
-
1881
- [[package]]
1882
- name = "tracing-subscriber"
1883
- version = "0.3.17"
1884
- source = "registry+https://github.com/rust-lang/crates.io-index"
1885
- checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
1886
- dependencies = [
1887
- "matchers",
1888
- "nu-ansi-term",
1889
- "once_cell",
1890
- "regex",
1891
- "sharded-slab",
1892
- "smallvec",
1893
- "thread_local",
1894
- "tracing",
1895
- "tracing-core",
1896
- "tracing-log",
1897
- ]
1898
-
1899
- [[package]]
1900
- name = "typed-arena"
1901
- version = "2.0.2"
1902
- source = "registry+https://github.com/rust-lang/crates.io-index"
1903
- checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
1904
-
1905
- [[package]]
1906
- name = "typenum"
1907
- version = "1.17.0"
1908
- source = "registry+https://github.com/rust-lang/crates.io-index"
1909
- checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1910
-
1911
- [[package]]
1912
- name = "unicode-bidi"
1913
- version = "0.3.13"
1914
- source = "registry+https://github.com/rust-lang/crates.io-index"
1915
- checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1916
-
1917
- [[package]]
1918
- name = "unicode-id"
1919
- version = "0.3.4"
1920
- source = "registry+https://github.com/rust-lang/crates.io-index"
1921
- checksum = "b1b6def86329695390197b82c1e244a54a131ceb66c996f2088a3876e2ae083f"
1922
-
1923
- [[package]]
1924
- name = "unicode-ident"
1925
- version = "1.0.12"
1926
- source = "registry+https://github.com/rust-lang/crates.io-index"
1927
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1928
-
1929
- [[package]]
1930
- name = "unicode-linebreak"
1931
- version = "0.1.5"
1932
- source = "registry+https://github.com/rust-lang/crates.io-index"
1933
- checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
1934
-
1935
- [[package]]
1936
- name = "unicode-normalization"
1937
- version = "0.1.22"
1938
- source = "registry+https://github.com/rust-lang/crates.io-index"
1939
- checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1940
- dependencies = [
1941
- "tinyvec",
1942
- ]
1943
-
1944
- [[package]]
1945
- name = "unicode-width"
1946
- version = "0.1.11"
1947
- source = "registry+https://github.com/rust-lang/crates.io-index"
1948
- checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
1949
-
1950
- [[package]]
1951
- name = "url"
1952
- version = "2.4.1"
1953
- source = "registry+https://github.com/rust-lang/crates.io-index"
1954
- checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
1955
- dependencies = [
1956
- "form_urlencoded",
1957
- "idna",
1958
- "percent-encoding",
1959
- ]
1960
-
1961
- [[package]]
1962
- name = "uuid"
1963
- version = "1.5.0"
1964
- source = "registry+https://github.com/rust-lang/crates.io-index"
1965
- checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
1966
-
1967
- [[package]]
1968
- name = "valuable"
1969
- version = "0.1.0"
1970
- source = "registry+https://github.com/rust-lang/crates.io-index"
1971
- checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
1972
-
1973
- [[package]]
1974
- name = "vergen"
1975
- version = "7.5.1"
1976
- source = "registry+https://github.com/rust-lang/crates.io-index"
1977
- checksum = "f21b881cd6636ece9735721cf03c1fe1e774fe258683d084bb2812ab67435749"
1978
- dependencies = [
1979
- "anyhow",
1980
- "cfg-if",
1981
- "enum-iterator",
1982
- "getset",
1983
- "rustversion",
1984
- "thiserror",
1985
- "time",
1986
- ]
1987
-
1988
- [[package]]
1989
- name = "version_check"
1990
- version = "0.9.4"
1991
- source = "registry+https://github.com/rust-lang/crates.io-index"
1992
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1993
-
1994
- [[package]]
1995
- name = "wasi"
1996
- version = "0.11.0+wasi-snapshot-preview1"
1997
- source = "registry+https://github.com/rust-lang/crates.io-index"
1998
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1999
-
2000
- [[package]]
2001
- name = "winapi"
2002
- version = "0.3.9"
2003
- source = "registry+https://github.com/rust-lang/crates.io-index"
2004
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2005
- dependencies = [
2006
- "winapi-i686-pc-windows-gnu",
2007
- "winapi-x86_64-pc-windows-gnu",
2008
- ]
2009
-
2010
- [[package]]
2011
- name = "winapi-i686-pc-windows-gnu"
2012
- version = "0.4.0"
2013
- source = "registry+https://github.com/rust-lang/crates.io-index"
2014
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2015
-
2016
- [[package]]
2017
- name = "winapi-util"
2018
- version = "0.1.6"
2019
- source = "registry+https://github.com/rust-lang/crates.io-index"
2020
- checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2021
- dependencies = [
2022
- "winapi",
2023
- ]
2024
-
2025
- [[package]]
2026
- name = "winapi-x86_64-pc-windows-gnu"
2027
- version = "0.4.0"
2028
- source = "registry+https://github.com/rust-lang/crates.io-index"
2029
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2030
-
2031
- [[package]]
2032
- name = "windows-sys"
2033
- version = "0.48.0"
2034
- source = "registry+https://github.com/rust-lang/crates.io-index"
2035
- checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2036
- dependencies = [
2037
- "windows-targets",
2038
- ]
2039
-
2040
- [[package]]
2041
- name = "windows-targets"
2042
- version = "0.48.5"
2043
- source = "registry+https://github.com/rust-lang/crates.io-index"
2044
- checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2045
- dependencies = [
2046
- "windows_aarch64_gnullvm",
2047
- "windows_aarch64_msvc",
2048
- "windows_i686_gnu",
2049
- "windows_i686_msvc",
2050
- "windows_x86_64_gnu",
2051
- "windows_x86_64_gnullvm",
2052
- "windows_x86_64_msvc",
2053
- ]
2054
-
2055
- [[package]]
2056
- name = "windows_aarch64_gnullvm"
2057
- version = "0.48.5"
2058
- source = "registry+https://github.com/rust-lang/crates.io-index"
2059
- checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2060
-
2061
- [[package]]
2062
- name = "windows_aarch64_msvc"
2063
- version = "0.48.5"
2064
- source = "registry+https://github.com/rust-lang/crates.io-index"
2065
- checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2066
-
2067
- [[package]]
2068
- name = "windows_i686_gnu"
2069
- version = "0.48.5"
2070
- source = "registry+https://github.com/rust-lang/crates.io-index"
2071
- checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2072
-
2073
- [[package]]
2074
- name = "windows_i686_msvc"
2075
- version = "0.48.5"
2076
- source = "registry+https://github.com/rust-lang/crates.io-index"
2077
- checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2078
-
2079
- [[package]]
2080
- name = "windows_x86_64_gnu"
2081
- version = "0.48.5"
2082
- source = "registry+https://github.com/rust-lang/crates.io-index"
2083
- checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2084
-
2085
- [[package]]
2086
- name = "windows_x86_64_gnullvm"
2087
- version = "0.48.5"
2088
- source = "registry+https://github.com/rust-lang/crates.io-index"
2089
- checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2090
-
2091
- [[package]]
2092
- name = "windows_x86_64_msvc"
2093
- version = "0.48.5"
2094
- source = "registry+https://github.com/rust-lang/crates.io-index"
2095
- checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2096
-
2097
- [[package]]
2098
- name = "wyz"
2099
- version = "0.5.1"
2100
- source = "registry+https://github.com/rust-lang/crates.io-index"
2101
- checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
2102
- dependencies = [
2103
- "tap",
2104
- ]
2105
-
2106
- [[package]]
2107
- name = "yansi"
2108
- version = "0.5.1"
2109
- source = "registry+https://github.com/rust-lang/crates.io-index"
2110
- checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"