@tarojs/helper 3.8.0-canary.0 → 4.0.0-alpha.2

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