@rspack/binding 0.0.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.
package/Cargo.lock ADDED
@@ -0,0 +1,4322 @@
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.17.0"
18
+ source = "registry+https://github.com/rust-lang/crates.io-index"
19
+ checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
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
+ "serde",
39
+ "version_check",
40
+ ]
41
+
42
+ [[package]]
43
+ name = "aho-corasick"
44
+ version = "0.7.18"
45
+ source = "registry+https://github.com/rust-lang/crates.io-index"
46
+ checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
47
+ dependencies = [
48
+ "memchr",
49
+ ]
50
+
51
+ [[package]]
52
+ name = "android_system_properties"
53
+ version = "0.1.4"
54
+ source = "registry+https://github.com/rust-lang/crates.io-index"
55
+ checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
56
+ dependencies = [
57
+ "libc",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "ansi_term"
62
+ version = "0.12.1"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
65
+ dependencies = [
66
+ "winapi",
67
+ ]
68
+
69
+ [[package]]
70
+ name = "anyhow"
71
+ version = "1.0.62"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305"
74
+ dependencies = [
75
+ "backtrace",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "arrayvec"
80
+ version = "0.7.2"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
83
+
84
+ [[package]]
85
+ name = "ast_node"
86
+ version = "0.8.2"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "1a36288803cd1605bc4f0e3189970a0db8e602bb01a39f8133889f35ece7ddde"
89
+ dependencies = [
90
+ "darling",
91
+ "pmutil",
92
+ "proc-macro2",
93
+ "quote",
94
+ "swc_macros_common",
95
+ "syn",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "async-trait"
100
+ version = "0.1.57"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
103
+ dependencies = [
104
+ "proc-macro2",
105
+ "quote",
106
+ "syn",
107
+ ]
108
+
109
+ [[package]]
110
+ name = "atty"
111
+ version = "0.2.14"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
114
+ dependencies = [
115
+ "hermit-abi",
116
+ "libc",
117
+ "winapi",
118
+ ]
119
+
120
+ [[package]]
121
+ name = "auto_impl"
122
+ version = "0.5.0"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"
125
+ dependencies = [
126
+ "proc-macro-error",
127
+ "proc-macro2",
128
+ "quote",
129
+ "syn",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "autocfg"
134
+ version = "1.1.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
137
+
138
+ [[package]]
139
+ name = "backtrace"
140
+ version = "0.3.66"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
143
+ dependencies = [
144
+ "addr2line",
145
+ "cc",
146
+ "cfg-if",
147
+ "libc",
148
+ "miniz_oxide",
149
+ "object",
150
+ "rustc-demangle",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "base64"
155
+ version = "0.13.0"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
158
+
159
+ [[package]]
160
+ name = "better_scoped_tls"
161
+ version = "0.1.0"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123"
164
+ dependencies = [
165
+ "scoped-tls",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "bitflags"
170
+ version = "1.3.2"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
173
+
174
+ [[package]]
175
+ name = "block-buffer"
176
+ version = "0.9.0"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
179
+ dependencies = [
180
+ "generic-array",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "block-buffer"
185
+ version = "0.10.2"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
188
+ dependencies = [
189
+ "generic-array",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "browserslist-rs"
194
+ version = "0.11.0"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "7c689fb4e42bd511c1927856b078d8a582690f5be196199d1c9005b9d4feae8c"
197
+ dependencies = [
198
+ "ahash",
199
+ "anyhow",
200
+ "chrono",
201
+ "either",
202
+ "itertools",
203
+ "js-sys",
204
+ "nom",
205
+ "once_cell",
206
+ "quote",
207
+ "serde",
208
+ "serde-wasm-bindgen",
209
+ "serde_json",
210
+ "string_cache",
211
+ "string_cache_codegen",
212
+ "thiserror",
213
+ "wasm-bindgen",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "buf_redux"
218
+ version = "0.8.4"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
221
+ dependencies = [
222
+ "memchr",
223
+ "safemem",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "bumpalo"
228
+ version = "3.10.0"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
231
+
232
+ [[package]]
233
+ name = "byteorder"
234
+ version = "1.4.3"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
237
+
238
+ [[package]]
239
+ name = "bytes"
240
+ version = "1.2.1"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
243
+
244
+ [[package]]
245
+ name = "cc"
246
+ version = "1.0.73"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
249
+
250
+ [[package]]
251
+ name = "cfg-if"
252
+ version = "1.0.0"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
255
+
256
+ [[package]]
257
+ name = "chrono"
258
+ version = "0.4.22"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
261
+ dependencies = [
262
+ "iana-time-zone",
263
+ "js-sys",
264
+ "num-integer",
265
+ "num-traits",
266
+ "time",
267
+ "wasm-bindgen",
268
+ "winapi",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "codespan-reporting"
273
+ version = "0.11.1"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
276
+ dependencies = [
277
+ "termcolor",
278
+ "unicode-width",
279
+ ]
280
+
281
+ [[package]]
282
+ name = "convert_case"
283
+ version = "0.5.0"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
286
+
287
+ [[package]]
288
+ name = "core-foundation-sys"
289
+ version = "0.8.3"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
292
+
293
+ [[package]]
294
+ name = "cpufeatures"
295
+ version = "0.2.2"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
298
+ dependencies = [
299
+ "libc",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "crossbeam"
304
+ version = "0.8.2"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
307
+ dependencies = [
308
+ "cfg-if",
309
+ "crossbeam-channel",
310
+ "crossbeam-deque",
311
+ "crossbeam-epoch",
312
+ "crossbeam-queue",
313
+ "crossbeam-utils",
314
+ ]
315
+
316
+ [[package]]
317
+ name = "crossbeam-channel"
318
+ version = "0.5.6"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
321
+ dependencies = [
322
+ "cfg-if",
323
+ "crossbeam-utils",
324
+ ]
325
+
326
+ [[package]]
327
+ name = "crossbeam-deque"
328
+ version = "0.8.2"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
331
+ dependencies = [
332
+ "cfg-if",
333
+ "crossbeam-epoch",
334
+ "crossbeam-utils",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "crossbeam-epoch"
339
+ version = "0.9.10"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
342
+ dependencies = [
343
+ "autocfg",
344
+ "cfg-if",
345
+ "crossbeam-utils",
346
+ "memoffset",
347
+ "once_cell",
348
+ "scopeguard",
349
+ ]
350
+
351
+ [[package]]
352
+ name = "crossbeam-queue"
353
+ version = "0.3.6"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
356
+ dependencies = [
357
+ "cfg-if",
358
+ "crossbeam-utils",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "crossbeam-utils"
363
+ version = "0.8.11"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
366
+ dependencies = [
367
+ "cfg-if",
368
+ "once_cell",
369
+ ]
370
+
371
+ [[package]]
372
+ name = "crypto-common"
373
+ version = "0.1.6"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
376
+ dependencies = [
377
+ "generic-array",
378
+ "typenum",
379
+ ]
380
+
381
+ [[package]]
382
+ name = "ctor"
383
+ version = "0.1.23"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
386
+ dependencies = [
387
+ "quote",
388
+ "syn",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "cty"
393
+ version = "0.2.2"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
396
+
397
+ [[package]]
398
+ name = "daachorse"
399
+ version = "0.4.3"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "048e6559119e79b1d2964ddc0afdaaf583af18b6e3e1ab09ee5fb5e0b83fe7a5"
402
+
403
+ [[package]]
404
+ name = "darling"
405
+ version = "0.13.4"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
408
+ dependencies = [
409
+ "darling_core",
410
+ "darling_macro",
411
+ ]
412
+
413
+ [[package]]
414
+ name = "darling_core"
415
+ version = "0.13.4"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
418
+ dependencies = [
419
+ "fnv",
420
+ "ident_case",
421
+ "proc-macro2",
422
+ "quote",
423
+ "strsim",
424
+ "syn",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "darling_macro"
429
+ version = "0.13.4"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
432
+ dependencies = [
433
+ "darling_core",
434
+ "quote",
435
+ "syn",
436
+ ]
437
+
438
+ [[package]]
439
+ name = "dashmap"
440
+ version = "5.3.4"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "3495912c9c1ccf2e18976439f4443f3fee0fd61f424ff99fde6a66b15ecb448f"
443
+ dependencies = [
444
+ "cfg-if",
445
+ "hashbrown",
446
+ "lock_api",
447
+ "parking_lot_core",
448
+ ]
449
+
450
+ [[package]]
451
+ name = "debug_unreachable"
452
+ version = "0.1.1"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
455
+ dependencies = [
456
+ "unreachable",
457
+ ]
458
+
459
+ [[package]]
460
+ name = "digest"
461
+ version = "0.9.0"
462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
463
+ checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
464
+ dependencies = [
465
+ "generic-array",
466
+ ]
467
+
468
+ [[package]]
469
+ name = "digest"
470
+ version = "0.10.3"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
473
+ dependencies = [
474
+ "block-buffer 0.10.2",
475
+ "crypto-common",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "either"
480
+ version = "1.7.0"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
483
+
484
+ [[package]]
485
+ name = "enum_kind"
486
+ version = "0.2.1"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "78b940da354ae81ef0926c5eaa428207b8f4f091d3956c891dfbd124162bed99"
489
+ dependencies = [
490
+ "pmutil",
491
+ "proc-macro2",
492
+ "swc_macros_common",
493
+ "syn",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "fastrand"
498
+ version = "1.8.0"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
501
+ dependencies = [
502
+ "instant",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "fixedbitset"
507
+ version = "0.4.2"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
510
+
511
+ [[package]]
512
+ name = "fnv"
513
+ version = "1.0.7"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
516
+
517
+ [[package]]
518
+ name = "form_urlencoded"
519
+ version = "1.0.1"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
522
+ dependencies = [
523
+ "matches",
524
+ "percent-encoding",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "from_variant"
529
+ version = "0.1.3"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "0951635027ca477be98f8774abd6f0345233439d63f307e47101acb40c7cc63d"
532
+ dependencies = [
533
+ "pmutil",
534
+ "proc-macro2",
535
+ "swc_macros_common",
536
+ "syn",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "futures"
541
+ version = "0.3.23"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "ab30e97ab6aacfe635fad58f22c2bb06c8b685f7421eb1e064a729e2a5f481fa"
544
+ dependencies = [
545
+ "futures-channel",
546
+ "futures-core",
547
+ "futures-executor",
548
+ "futures-io",
549
+ "futures-sink",
550
+ "futures-task",
551
+ "futures-util",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "futures-channel"
556
+ version = "0.3.23"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "2bfc52cbddcfd745bf1740338492bb0bd83d76c67b445f91c5fb29fae29ecaa1"
559
+ dependencies = [
560
+ "futures-core",
561
+ "futures-sink",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "futures-core"
566
+ version = "0.3.23"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115"
569
+
570
+ [[package]]
571
+ name = "futures-executor"
572
+ version = "0.3.23"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528"
575
+ dependencies = [
576
+ "futures-core",
577
+ "futures-task",
578
+ "futures-util",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "futures-io"
583
+ version = "0.3.23"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "93a66fc6d035a26a3ae255a6d2bca35eda63ae4c5512bef54449113f7a1228e5"
586
+
587
+ [[package]]
588
+ name = "futures-macro"
589
+ version = "0.3.23"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "0db9cce532b0eae2ccf2766ab246f114b56b9cf6d445e00c2549fbc100ca045d"
592
+ dependencies = [
593
+ "proc-macro2",
594
+ "quote",
595
+ "syn",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "futures-sink"
600
+ version = "0.3.23"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765"
603
+
604
+ [[package]]
605
+ name = "futures-task"
606
+ version = "0.3.23"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306"
609
+
610
+ [[package]]
611
+ name = "futures-util"
612
+ version = "0.3.23"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577"
615
+ dependencies = [
616
+ "futures-channel",
617
+ "futures-core",
618
+ "futures-io",
619
+ "futures-macro",
620
+ "futures-sink",
621
+ "futures-task",
622
+ "memchr",
623
+ "pin-project-lite",
624
+ "pin-utils",
625
+ "slab",
626
+ ]
627
+
628
+ [[package]]
629
+ name = "generic-array"
630
+ version = "0.14.6"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
633
+ dependencies = [
634
+ "typenum",
635
+ "version_check",
636
+ ]
637
+
638
+ [[package]]
639
+ name = "getrandom"
640
+ version = "0.2.7"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
643
+ dependencies = [
644
+ "cfg-if",
645
+ "libc",
646
+ "wasi 0.11.0+wasi-snapshot-preview1",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "gimli"
651
+ version = "0.26.2"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
654
+
655
+ [[package]]
656
+ name = "glob"
657
+ version = "0.3.0"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
660
+
661
+ [[package]]
662
+ name = "h2"
663
+ version = "0.3.14"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
666
+ dependencies = [
667
+ "bytes",
668
+ "fnv",
669
+ "futures-core",
670
+ "futures-sink",
671
+ "futures-util",
672
+ "http",
673
+ "indexmap",
674
+ "slab",
675
+ "tokio",
676
+ "tokio-util 0.7.3",
677
+ "tracing",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "hashbrown"
682
+ version = "0.12.3"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
685
+ dependencies = [
686
+ "ahash",
687
+ "rayon",
688
+ ]
689
+
690
+ [[package]]
691
+ name = "headers"
692
+ version = "0.3.7"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
695
+ dependencies = [
696
+ "base64",
697
+ "bitflags",
698
+ "bytes",
699
+ "headers-core",
700
+ "http",
701
+ "httpdate",
702
+ "mime",
703
+ "sha-1 0.10.0",
704
+ ]
705
+
706
+ [[package]]
707
+ name = "headers-core"
708
+ version = "0.2.0"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
711
+ dependencies = [
712
+ "http",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "heck"
717
+ version = "0.4.0"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
720
+
721
+ [[package]]
722
+ name = "hermit-abi"
723
+ version = "0.1.19"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
726
+ dependencies = [
727
+ "libc",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "http"
732
+ version = "0.2.8"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
735
+ dependencies = [
736
+ "bytes",
737
+ "fnv",
738
+ "itoa",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "http-body"
743
+ version = "0.4.5"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
746
+ dependencies = [
747
+ "bytes",
748
+ "http",
749
+ "pin-project-lite",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "httparse"
754
+ version = "1.7.1"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
757
+
758
+ [[package]]
759
+ name = "httpdate"
760
+ version = "1.0.2"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
763
+
764
+ [[package]]
765
+ name = "hyper"
766
+ version = "0.14.20"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
769
+ dependencies = [
770
+ "bytes",
771
+ "futures-channel",
772
+ "futures-core",
773
+ "futures-util",
774
+ "h2",
775
+ "http",
776
+ "http-body",
777
+ "httparse",
778
+ "httpdate",
779
+ "itoa",
780
+ "pin-project-lite",
781
+ "socket2",
782
+ "tokio",
783
+ "tower-service",
784
+ "tracing",
785
+ "want",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "iana-time-zone"
790
+ version = "0.1.45"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "ef5528d9c2817db4e10cc78f8d4c8228906e5854f389ff6b076cee3572a09d35"
793
+ dependencies = [
794
+ "android_system_properties",
795
+ "core-foundation-sys",
796
+ "js-sys",
797
+ "wasm-bindgen",
798
+ "winapi",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "ident_case"
803
+ version = "1.0.1"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
806
+
807
+ [[package]]
808
+ name = "idna"
809
+ version = "0.2.3"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
812
+ dependencies = [
813
+ "matches",
814
+ "unicode-bidi",
815
+ "unicode-normalization",
816
+ ]
817
+
818
+ [[package]]
819
+ name = "if_chain"
820
+ version = "1.0.2"
821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
822
+ checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
823
+
824
+ [[package]]
825
+ name = "indexmap"
826
+ version = "1.9.1"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
829
+ dependencies = [
830
+ "autocfg",
831
+ "hashbrown",
832
+ "serde",
833
+ ]
834
+
835
+ [[package]]
836
+ name = "instant"
837
+ version = "0.1.12"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
840
+ dependencies = [
841
+ "cfg-if",
842
+ ]
843
+
844
+ [[package]]
845
+ name = "is-macro"
846
+ version = "0.2.1"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "1c068d4c6b922cd6284c609cfa6dec0e41615c9c5a1a4ba729a970d8daba05fb"
849
+ dependencies = [
850
+ "Inflector",
851
+ "pmutil",
852
+ "proc-macro2",
853
+ "quote",
854
+ "syn",
855
+ ]
856
+
857
+ [[package]]
858
+ name = "is_ci"
859
+ version = "1.1.1"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
862
+
863
+ [[package]]
864
+ name = "itertools"
865
+ version = "0.10.3"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
868
+ dependencies = [
869
+ "either",
870
+ ]
871
+
872
+ [[package]]
873
+ name = "itoa"
874
+ version = "1.0.3"
875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
876
+ checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
877
+
878
+ [[package]]
879
+ name = "js-sys"
880
+ version = "0.3.59"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
883
+ dependencies = [
884
+ "wasm-bindgen",
885
+ ]
886
+
887
+ [[package]]
888
+ name = "json"
889
+ version = "0.12.4"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
892
+
893
+ [[package]]
894
+ name = "json_comments"
895
+ version = "0.2.1"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5"
898
+
899
+ [[package]]
900
+ name = "jsonc-parser"
901
+ version = "0.20.0"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "ccff81ff106af12c93c06935c50ee0723325095e8cbb8c0b41ed276b9469c4cb"
904
+ dependencies = [
905
+ "serde_json",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "lazy_static"
910
+ version = "1.4.0"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
913
+
914
+ [[package]]
915
+ name = "lexical"
916
+ version = "6.1.1"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6"
919
+ dependencies = [
920
+ "lexical-core",
921
+ ]
922
+
923
+ [[package]]
924
+ name = "lexical-core"
925
+ version = "0.8.5"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
928
+ dependencies = [
929
+ "lexical-parse-float",
930
+ "lexical-parse-integer",
931
+ "lexical-util",
932
+ "lexical-write-float",
933
+ "lexical-write-integer",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "lexical-parse-float"
938
+ version = "0.8.5"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
941
+ dependencies = [
942
+ "lexical-parse-integer",
943
+ "lexical-util",
944
+ "static_assertions",
945
+ ]
946
+
947
+ [[package]]
948
+ name = "lexical-parse-integer"
949
+ version = "0.8.6"
950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
951
+ checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
952
+ dependencies = [
953
+ "lexical-util",
954
+ "static_assertions",
955
+ ]
956
+
957
+ [[package]]
958
+ name = "lexical-util"
959
+ version = "0.8.5"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
962
+ dependencies = [
963
+ "static_assertions",
964
+ ]
965
+
966
+ [[package]]
967
+ name = "lexical-write-float"
968
+ version = "0.8.5"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
971
+ dependencies = [
972
+ "lexical-util",
973
+ "lexical-write-integer",
974
+ "static_assertions",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "lexical-write-integer"
979
+ version = "0.8.5"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
982
+ dependencies = [
983
+ "lexical-util",
984
+ "static_assertions",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "libc"
989
+ version = "0.2.132"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
992
+
993
+ [[package]]
994
+ name = "libloading"
995
+ version = "0.7.3"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
998
+ dependencies = [
999
+ "cfg-if",
1000
+ "winapi",
1001
+ ]
1002
+
1003
+ [[package]]
1004
+ name = "linked-hash-map"
1005
+ version = "0.5.6"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1008
+
1009
+ [[package]]
1010
+ name = "linked_hash_set"
1011
+ version = "0.1.4"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
1014
+ dependencies = [
1015
+ "linked-hash-map",
1016
+ ]
1017
+
1018
+ [[package]]
1019
+ name = "lock_api"
1020
+ version = "0.4.7"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
1023
+ dependencies = [
1024
+ "autocfg",
1025
+ "scopeguard",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "log"
1030
+ version = "0.4.17"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1033
+ dependencies = [
1034
+ "cfg-if",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "lru"
1039
+ version = "0.7.8"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
1042
+ dependencies = [
1043
+ "hashbrown",
1044
+ ]
1045
+
1046
+ [[package]]
1047
+ name = "matchers"
1048
+ version = "0.1.0"
1049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+ checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1051
+ dependencies = [
1052
+ "regex-automata",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "matches"
1057
+ version = "0.1.9"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
1060
+
1061
+ [[package]]
1062
+ name = "memchr"
1063
+ version = "2.5.0"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1066
+
1067
+ [[package]]
1068
+ name = "memoffset"
1069
+ version = "0.6.5"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1072
+ dependencies = [
1073
+ "autocfg",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "miette"
1078
+ version = "4.7.1"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c"
1081
+ dependencies = [
1082
+ "atty",
1083
+ "backtrace",
1084
+ "miette-derive",
1085
+ "once_cell",
1086
+ "owo-colors",
1087
+ "supports-color",
1088
+ "supports-hyperlinks",
1089
+ "supports-unicode",
1090
+ "terminal_size",
1091
+ "textwrap",
1092
+ "thiserror",
1093
+ "unicode-width",
1094
+ ]
1095
+
1096
+ [[package]]
1097
+ name = "miette-derive"
1098
+ version = "4.7.1"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c"
1101
+ dependencies = [
1102
+ "proc-macro2",
1103
+ "quote",
1104
+ "syn",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "mimalloc-rust"
1109
+ version = "0.1.5"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "bcc30df9dfdb5bb6cb2470de65ca604c3eaa3e5dc2ad02a9a98f567df5844472"
1112
+ dependencies = [
1113
+ "cty",
1114
+ "mimalloc-rust-sys",
1115
+ ]
1116
+
1117
+ [[package]]
1118
+ name = "mimalloc-rust-sys"
1119
+ version = "1.7.3-source"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "3adc8731262b982f4e0860770dba118305cafe1b2e7ebe95b29b2c2f46a70666"
1122
+ dependencies = [
1123
+ "cc",
1124
+ "cty",
1125
+ ]
1126
+
1127
+ [[package]]
1128
+ name = "mime"
1129
+ version = "0.3.16"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1132
+
1133
+ [[package]]
1134
+ name = "mime_guess"
1135
+ version = "2.0.4"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1138
+ dependencies = [
1139
+ "mime",
1140
+ "unicase",
1141
+ ]
1142
+
1143
+ [[package]]
1144
+ name = "minimal-lexical"
1145
+ version = "0.2.1"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1148
+
1149
+ [[package]]
1150
+ name = "miniz_oxide"
1151
+ version = "0.5.3"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
1154
+ dependencies = [
1155
+ "adler",
1156
+ ]
1157
+
1158
+ [[package]]
1159
+ name = "mio"
1160
+ version = "0.8.4"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
1163
+ dependencies = [
1164
+ "libc",
1165
+ "log",
1166
+ "wasi 0.11.0+wasi-snapshot-preview1",
1167
+ "windows-sys",
1168
+ ]
1169
+
1170
+ [[package]]
1171
+ name = "multimap"
1172
+ version = "0.8.3"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
1175
+
1176
+ [[package]]
1177
+ name = "multipart"
1178
+ version = "0.18.0"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
1181
+ dependencies = [
1182
+ "buf_redux",
1183
+ "httparse",
1184
+ "log",
1185
+ "mime",
1186
+ "mime_guess",
1187
+ "quick-error",
1188
+ "rand",
1189
+ "safemem",
1190
+ "tempfile",
1191
+ "twoway",
1192
+ ]
1193
+
1194
+ [[package]]
1195
+ name = "napi"
1196
+ version = "2.4.3"
1197
+ source = "git+https://github.com/speedy-js/napi-rs?branch=speedy-release#628b2c500476cd9f70100158236fbdde6c256f7c"
1198
+ dependencies = [
1199
+ "ctor",
1200
+ "lazy_static",
1201
+ "napi-sys",
1202
+ "serde",
1203
+ "serde_json",
1204
+ "thread_local",
1205
+ "tokio",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "napi-build"
1210
+ version = "2.0.0"
1211
+ source = "git+https://github.com/speedy-js/napi-rs?branch=speedy-release#628b2c500476cd9f70100158236fbdde6c256f7c"
1212
+
1213
+ [[package]]
1214
+ name = "napi-derive"
1215
+ version = "2.4.1"
1216
+ source = "git+https://github.com/speedy-js/napi-rs?branch=speedy-release#628b2c500476cd9f70100158236fbdde6c256f7c"
1217
+ dependencies = [
1218
+ "convert_case",
1219
+ "napi-derive-backend",
1220
+ "proc-macro2",
1221
+ "quote",
1222
+ "syn",
1223
+ ]
1224
+
1225
+ [[package]]
1226
+ name = "napi-derive-backend"
1227
+ version = "1.0.32"
1228
+ source = "git+https://github.com/speedy-js/napi-rs?branch=speedy-release#628b2c500476cd9f70100158236fbdde6c256f7c"
1229
+ dependencies = [
1230
+ "convert_case",
1231
+ "once_cell",
1232
+ "proc-macro2",
1233
+ "quote",
1234
+ "regex",
1235
+ "syn",
1236
+ ]
1237
+
1238
+ [[package]]
1239
+ name = "napi-sys"
1240
+ version = "2.2.2"
1241
+ source = "git+https://github.com/speedy-js/napi-rs?branch=speedy-release#628b2c500476cd9f70100158236fbdde6c256f7c"
1242
+ dependencies = [
1243
+ "libloading",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "new_debug_unreachable"
1248
+ version = "1.0.4"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
1251
+
1252
+ [[package]]
1253
+ name = "nodejs-resolver"
1254
+ version = "0.0.14"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "62c75bdd9cfb53fb4bc1dd9e98f60ee9c50c772352a53253d44ec504f1dbbfe9"
1257
+ dependencies = [
1258
+ "daachorse",
1259
+ "dashmap",
1260
+ "indexmap",
1261
+ "once_cell",
1262
+ "phf 0.10.1",
1263
+ "serde_json",
1264
+ "smol_str",
1265
+ ]
1266
+
1267
+ [[package]]
1268
+ name = "nodejs-resolver"
1269
+ version = "0.0.35"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "25e092bc34b850d6ca2f60eeab430d8edd9e313a03594ed541d99708406e1380"
1272
+ dependencies = [
1273
+ "daachorse",
1274
+ "dashmap",
1275
+ "indexmap",
1276
+ "jsonc-parser",
1277
+ "once_cell",
1278
+ "phf 0.11.1",
1279
+ "serde_json",
1280
+ "smol_str",
1281
+ "tracing",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "nom"
1286
+ version = "7.1.1"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
1289
+ dependencies = [
1290
+ "memchr",
1291
+ "minimal-lexical",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "normpath"
1296
+ version = "0.2.0"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578"
1299
+ dependencies = [
1300
+ "winapi",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "num-bigint"
1305
+ version = "0.4.3"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
1308
+ dependencies = [
1309
+ "autocfg",
1310
+ "num-integer",
1311
+ "num-traits",
1312
+ "serde",
1313
+ ]
1314
+
1315
+ [[package]]
1316
+ name = "num-integer"
1317
+ version = "0.1.45"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1320
+ dependencies = [
1321
+ "autocfg",
1322
+ "num-traits",
1323
+ ]
1324
+
1325
+ [[package]]
1326
+ name = "num-traits"
1327
+ version = "0.2.15"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1330
+ dependencies = [
1331
+ "autocfg",
1332
+ ]
1333
+
1334
+ [[package]]
1335
+ name = "num_cpus"
1336
+ version = "1.13.1"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1339
+ dependencies = [
1340
+ "hermit-abi",
1341
+ "libc",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "object"
1346
+ version = "0.29.0"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
1349
+ dependencies = [
1350
+ "memchr",
1351
+ ]
1352
+
1353
+ [[package]]
1354
+ name = "once_cell"
1355
+ version = "1.13.1"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
1358
+
1359
+ [[package]]
1360
+ name = "opaque-debug"
1361
+ version = "0.3.0"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
1364
+
1365
+ [[package]]
1366
+ name = "ordered-float"
1367
+ version = "2.10.0"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
1370
+ dependencies = [
1371
+ "num-traits",
1372
+ ]
1373
+
1374
+ [[package]]
1375
+ name = "owo-colors"
1376
+ version = "3.4.0"
1377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1378
+ checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
1379
+
1380
+ [[package]]
1381
+ name = "parking_lot"
1382
+ version = "0.12.1"
1383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1384
+ checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1385
+ dependencies = [
1386
+ "lock_api",
1387
+ "parking_lot_core",
1388
+ ]
1389
+
1390
+ [[package]]
1391
+ name = "parking_lot_core"
1392
+ version = "0.9.3"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
1395
+ dependencies = [
1396
+ "cfg-if",
1397
+ "libc",
1398
+ "redox_syscall",
1399
+ "smallvec",
1400
+ "windows-sys",
1401
+ ]
1402
+
1403
+ [[package]]
1404
+ name = "path-clean"
1405
+ version = "0.1.0"
1406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1407
+ checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
1408
+
1409
+ [[package]]
1410
+ name = "pathdiff"
1411
+ version = "0.2.1"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1414
+
1415
+ [[package]]
1416
+ name = "percent-encoding"
1417
+ version = "2.1.0"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1420
+
1421
+ [[package]]
1422
+ name = "petgraph"
1423
+ version = "0.6.2"
1424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1425
+ checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
1426
+ dependencies = [
1427
+ "fixedbitset",
1428
+ "indexmap",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "phf"
1433
+ version = "0.10.1"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
1436
+ dependencies = [
1437
+ "phf_macros 0.10.0",
1438
+ "phf_shared 0.10.0",
1439
+ "proc-macro-hack",
1440
+ ]
1441
+
1442
+ [[package]]
1443
+ name = "phf"
1444
+ version = "0.11.1"
1445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+ checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
1447
+ dependencies = [
1448
+ "phf_macros 0.11.1",
1449
+ "phf_shared 0.11.1",
1450
+ ]
1451
+
1452
+ [[package]]
1453
+ name = "phf_generator"
1454
+ version = "0.10.0"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
1457
+ dependencies = [
1458
+ "phf_shared 0.10.0",
1459
+ "rand",
1460
+ ]
1461
+
1462
+ [[package]]
1463
+ name = "phf_generator"
1464
+ version = "0.11.1"
1465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1466
+ checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
1467
+ dependencies = [
1468
+ "phf_shared 0.11.1",
1469
+ "rand",
1470
+ ]
1471
+
1472
+ [[package]]
1473
+ name = "phf_macros"
1474
+ version = "0.10.0"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
1477
+ dependencies = [
1478
+ "phf_generator 0.10.0",
1479
+ "phf_shared 0.10.0",
1480
+ "proc-macro-hack",
1481
+ "proc-macro2",
1482
+ "quote",
1483
+ "syn",
1484
+ ]
1485
+
1486
+ [[package]]
1487
+ name = "phf_macros"
1488
+ version = "0.11.1"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
1491
+ dependencies = [
1492
+ "phf_generator 0.11.1",
1493
+ "phf_shared 0.11.1",
1494
+ "proc-macro2",
1495
+ "quote",
1496
+ "syn",
1497
+ ]
1498
+
1499
+ [[package]]
1500
+ name = "phf_shared"
1501
+ version = "0.10.0"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1504
+ dependencies = [
1505
+ "siphasher",
1506
+ ]
1507
+
1508
+ [[package]]
1509
+ name = "phf_shared"
1510
+ version = "0.11.1"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
1513
+ dependencies = [
1514
+ "siphasher",
1515
+ ]
1516
+
1517
+ [[package]]
1518
+ name = "pin-project"
1519
+ version = "1.0.12"
1520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1521
+ checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
1522
+ dependencies = [
1523
+ "pin-project-internal",
1524
+ ]
1525
+
1526
+ [[package]]
1527
+ name = "pin-project-internal"
1528
+ version = "1.0.12"
1529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1530
+ checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
1531
+ dependencies = [
1532
+ "proc-macro2",
1533
+ "quote",
1534
+ "syn",
1535
+ ]
1536
+
1537
+ [[package]]
1538
+ name = "pin-project-lite"
1539
+ version = "0.2.9"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1542
+
1543
+ [[package]]
1544
+ name = "pin-utils"
1545
+ version = "0.1.0"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1548
+
1549
+ [[package]]
1550
+ name = "pmutil"
1551
+ version = "0.5.3"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
1554
+ dependencies = [
1555
+ "proc-macro2",
1556
+ "quote",
1557
+ "syn",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "ppv-lite86"
1562
+ version = "0.2.16"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
1565
+
1566
+ [[package]]
1567
+ name = "precomputed-hash"
1568
+ version = "0.1.1"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1571
+
1572
+ [[package]]
1573
+ name = "preset_env_base"
1574
+ version = "0.2.4"
1575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1576
+ checksum = "5f68dc2366d2258e280ad44221403aa0af50868b3e6dc1cb9fb14a302cc01948"
1577
+ dependencies = [
1578
+ "ahash",
1579
+ "anyhow",
1580
+ "browserslist-rs",
1581
+ "dashmap",
1582
+ "from_variant",
1583
+ "once_cell",
1584
+ "semver 1.0.13",
1585
+ "serde",
1586
+ "st-map",
1587
+ "tracing",
1588
+ ]
1589
+
1590
+ [[package]]
1591
+ name = "proc-macro-error"
1592
+ version = "1.0.4"
1593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1594
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1595
+ dependencies = [
1596
+ "proc-macro-error-attr",
1597
+ "proc-macro2",
1598
+ "quote",
1599
+ "syn",
1600
+ "version_check",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "proc-macro-error-attr"
1605
+ version = "1.0.4"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1608
+ dependencies = [
1609
+ "proc-macro2",
1610
+ "quote",
1611
+ "version_check",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "proc-macro-hack"
1616
+ version = "0.5.19"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1619
+
1620
+ [[package]]
1621
+ name = "proc-macro2"
1622
+ version = "1.0.43"
1623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+ checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
1625
+ dependencies = [
1626
+ "unicode-ident",
1627
+ ]
1628
+
1629
+ [[package]]
1630
+ name = "prost"
1631
+ version = "0.11.0"
1632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1633
+ checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"
1634
+ dependencies = [
1635
+ "bytes",
1636
+ "prost-derive",
1637
+ ]
1638
+
1639
+ [[package]]
1640
+ name = "prost-build"
1641
+ version = "0.11.1"
1642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+ checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"
1644
+ dependencies = [
1645
+ "bytes",
1646
+ "heck",
1647
+ "itertools",
1648
+ "lazy_static",
1649
+ "log",
1650
+ "multimap",
1651
+ "petgraph",
1652
+ "prost",
1653
+ "prost-types",
1654
+ "regex",
1655
+ "tempfile",
1656
+ "which",
1657
+ ]
1658
+
1659
+ [[package]]
1660
+ name = "prost-derive"
1661
+ version = "0.11.0"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"
1664
+ dependencies = [
1665
+ "anyhow",
1666
+ "itertools",
1667
+ "proc-macro2",
1668
+ "quote",
1669
+ "syn",
1670
+ ]
1671
+
1672
+ [[package]]
1673
+ name = "prost-types"
1674
+ version = "0.11.1"
1675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+ checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"
1677
+ dependencies = [
1678
+ "bytes",
1679
+ "prost",
1680
+ ]
1681
+
1682
+ [[package]]
1683
+ name = "quick-error"
1684
+ version = "1.2.3"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1687
+
1688
+ [[package]]
1689
+ name = "quote"
1690
+ version = "1.0.21"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
1693
+ dependencies = [
1694
+ "proc-macro2",
1695
+ ]
1696
+
1697
+ [[package]]
1698
+ name = "rand"
1699
+ version = "0.8.5"
1700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1701
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1702
+ dependencies = [
1703
+ "libc",
1704
+ "rand_chacha",
1705
+ "rand_core",
1706
+ ]
1707
+
1708
+ [[package]]
1709
+ name = "rand_chacha"
1710
+ version = "0.3.1"
1711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1712
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1713
+ dependencies = [
1714
+ "ppv-lite86",
1715
+ "rand_core",
1716
+ ]
1717
+
1718
+ [[package]]
1719
+ name = "rand_core"
1720
+ version = "0.6.3"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1723
+ dependencies = [
1724
+ "getrandom",
1725
+ ]
1726
+
1727
+ [[package]]
1728
+ name = "rayon"
1729
+ version = "1.5.3"
1730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+ checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
1732
+ dependencies = [
1733
+ "autocfg",
1734
+ "crossbeam-deque",
1735
+ "either",
1736
+ "rayon-core",
1737
+ ]
1738
+
1739
+ [[package]]
1740
+ name = "rayon-core"
1741
+ version = "1.9.3"
1742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1743
+ checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
1744
+ dependencies = [
1745
+ "crossbeam-channel",
1746
+ "crossbeam-deque",
1747
+ "crossbeam-utils",
1748
+ "num_cpus",
1749
+ ]
1750
+
1751
+ [[package]]
1752
+ name = "redox_syscall"
1753
+ version = "0.2.16"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1756
+ dependencies = [
1757
+ "bitflags",
1758
+ ]
1759
+
1760
+ [[package]]
1761
+ name = "regex"
1762
+ version = "1.6.0"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
1765
+ dependencies = [
1766
+ "aho-corasick",
1767
+ "memchr",
1768
+ "regex-syntax",
1769
+ ]
1770
+
1771
+ [[package]]
1772
+ name = "regex-automata"
1773
+ version = "0.1.10"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1776
+ dependencies = [
1777
+ "regex-syntax",
1778
+ ]
1779
+
1780
+ [[package]]
1781
+ name = "regex-syntax"
1782
+ version = "0.6.27"
1783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1784
+ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
1785
+
1786
+ [[package]]
1787
+ name = "relative-path"
1788
+ version = "1.7.2"
1789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1790
+ checksum = "0df32d82cedd1499386877b062ebe8721f806de80b08d183c70184ef17dd1d42"
1791
+
1792
+ [[package]]
1793
+ name = "remove_dir_all"
1794
+ version = "0.5.3"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1797
+ dependencies = [
1798
+ "winapi",
1799
+ ]
1800
+
1801
+ [[package]]
1802
+ name = "retain_mut"
1803
+ version = "0.1.9"
1804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1805
+ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
1806
+
1807
+ [[package]]
1808
+ name = "rspack"
1809
+ version = "0.1.0"
1810
+ dependencies = [
1811
+ "anyhow",
1812
+ "async-trait",
1813
+ "crossbeam",
1814
+ "dashmap",
1815
+ "hashbrown",
1816
+ "nodejs-resolver 0.0.14",
1817
+ "once_cell",
1818
+ "rspack_core",
1819
+ "rspack_error",
1820
+ "rspack_loader_sass",
1821
+ "rspack_plugin_asset",
1822
+ "rspack_plugin_css",
1823
+ "rspack_plugin_html",
1824
+ "rspack_plugin_javascript",
1825
+ "rspack_plugin_json",
1826
+ "rspack_plugin_runtime",
1827
+ "sugar_path",
1828
+ "tokio",
1829
+ "tracing",
1830
+ "tracing-subscriber",
1831
+ "warp",
1832
+ ]
1833
+
1834
+ [[package]]
1835
+ name = "rspack_binding_options"
1836
+ version = "0.1.0"
1837
+ dependencies = [
1838
+ "anyhow",
1839
+ "async-trait",
1840
+ "cfg-if",
1841
+ "dashmap",
1842
+ "napi",
1843
+ "napi-derive",
1844
+ "once_cell",
1845
+ "regex",
1846
+ "rspack_core",
1847
+ "rspack_error",
1848
+ "rspack_loader_sass",
1849
+ "rspack_plugin_css",
1850
+ "rspack_plugin_html",
1851
+ "serde",
1852
+ "serde_json",
1853
+ "tokio",
1854
+ ]
1855
+
1856
+ [[package]]
1857
+ name = "rspack_core"
1858
+ version = "0.1.0"
1859
+ dependencies = [
1860
+ "anyhow",
1861
+ "async-trait",
1862
+ "crossbeam",
1863
+ "dashmap",
1864
+ "hashbrown",
1865
+ "nodejs-resolver 0.0.35",
1866
+ "once_cell",
1867
+ "petgraph",
1868
+ "rayon",
1869
+ "regex",
1870
+ "rspack_error",
1871
+ "rspack_loader_runner",
1872
+ "sugar_path",
1873
+ "swc_common 0.27.11",
1874
+ "swc_css",
1875
+ "swc_ecma_ast 0.90.10",
1876
+ "tokio",
1877
+ "tracing",
1878
+ "tracing-chrome",
1879
+ "tracing-subscriber",
1880
+ "url",
1881
+ ]
1882
+
1883
+ [[package]]
1884
+ name = "rspack_error"
1885
+ version = "0.1.0"
1886
+ dependencies = [
1887
+ "anyhow",
1888
+ "codespan-reporting",
1889
+ "dashmap",
1890
+ "json",
1891
+ "sugar_path",
1892
+ "termcolor",
1893
+ "thiserror",
1894
+ ]
1895
+
1896
+ [[package]]
1897
+ name = "rspack_loader_runner"
1898
+ version = "0.1.0"
1899
+ dependencies = [
1900
+ "anyhow",
1901
+ "async-trait",
1902
+ "rspack_error",
1903
+ "tokio",
1904
+ "tracing",
1905
+ "tracing-subscriber",
1906
+ ]
1907
+
1908
+ [[package]]
1909
+ name = "rspack_loader_sass"
1910
+ version = "0.1.0"
1911
+ dependencies = [
1912
+ "async-trait",
1913
+ "itertools",
1914
+ "once_cell",
1915
+ "regex",
1916
+ "rspack_core",
1917
+ "rspack_error",
1918
+ "rspack_loader_runner",
1919
+ "sass-embedded",
1920
+ "serde",
1921
+ "tokio",
1922
+ "tracing",
1923
+ "tracing-subscriber",
1924
+ ]
1925
+
1926
+ [[package]]
1927
+ name = "rspack_node"
1928
+ version = "0.1.0"
1929
+ dependencies = [
1930
+ "anyhow",
1931
+ "async-trait",
1932
+ "backtrace",
1933
+ "dashmap",
1934
+ "futures",
1935
+ "mimalloc-rust",
1936
+ "napi",
1937
+ "napi-build",
1938
+ "napi-derive",
1939
+ "napi-sys",
1940
+ "once_cell",
1941
+ "regex",
1942
+ "rspack",
1943
+ "rspack_binding_options",
1944
+ "rspack_core",
1945
+ "rspack_error",
1946
+ "rspack_plugin_html",
1947
+ "serde",
1948
+ "serde_json",
1949
+ "testing_macros",
1950
+ "tokio",
1951
+ "tracing",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "rspack_plugin_asset"
1956
+ version = "0.1.0"
1957
+ dependencies = [
1958
+ "anyhow",
1959
+ "async-trait",
1960
+ "base64",
1961
+ "hashbrown",
1962
+ "mime_guess",
1963
+ "once_cell",
1964
+ "rayon",
1965
+ "rspack_core",
1966
+ "rspack_error",
1967
+ "tokio",
1968
+ "tracing",
1969
+ ]
1970
+
1971
+ [[package]]
1972
+ name = "rspack_plugin_css"
1973
+ version = "0.1.0"
1974
+ dependencies = [
1975
+ "anyhow",
1976
+ "better_scoped_tls",
1977
+ "dashmap",
1978
+ "hashbrown",
1979
+ "linked_hash_set",
1980
+ "once_cell",
1981
+ "preset_env_base",
1982
+ "rayon",
1983
+ "rspack_core",
1984
+ "rspack_error",
1985
+ "sugar_path",
1986
+ "swc_atoms 0.4.8",
1987
+ "swc_common 0.27.11",
1988
+ "swc_css",
1989
+ "swc_css_prefixer",
1990
+ "tokio",
1991
+ "tracing",
1992
+ ]
1993
+
1994
+ [[package]]
1995
+ name = "rspack_plugin_html"
1996
+ version = "0.1.0"
1997
+ dependencies = [
1998
+ "anyhow",
1999
+ "base64",
2000
+ "hashbrown",
2001
+ "once_cell",
2002
+ "rayon",
2003
+ "rspack_core",
2004
+ "serde",
2005
+ "serde_json",
2006
+ "sha2",
2007
+ "swc_atoms 0.4.8",
2008
+ "swc_common 0.27.11",
2009
+ "swc_html",
2010
+ "swc_html_minifier",
2011
+ ]
2012
+
2013
+ [[package]]
2014
+ name = "rspack_plugin_javascript"
2015
+ version = "0.1.0"
2016
+ dependencies = [
2017
+ "anyhow",
2018
+ "better_scoped_tls",
2019
+ "hashbrown",
2020
+ "linked_hash_set",
2021
+ "once_cell",
2022
+ "rayon",
2023
+ "rspack_core",
2024
+ "rspack_error",
2025
+ "serde",
2026
+ "serde_json",
2027
+ "swc",
2028
+ "swc_atoms 0.4.8",
2029
+ "swc_common 0.27.11",
2030
+ "swc_ecma_ast 0.90.10",
2031
+ "swc_ecma_parser 0.117.6",
2032
+ "swc_ecma_transforms",
2033
+ "swc_ecma_utils 0.99.5",
2034
+ "swc_ecma_visit 0.76.6",
2035
+ "tracing",
2036
+ ]
2037
+
2038
+ [[package]]
2039
+ name = "rspack_plugin_json"
2040
+ version = "0.1.0"
2041
+ dependencies = [
2042
+ "anyhow",
2043
+ "hashbrown",
2044
+ "json",
2045
+ "rspack_core",
2046
+ "rspack_error",
2047
+ "tracing",
2048
+ ]
2049
+
2050
+ [[package]]
2051
+ name = "rspack_plugin_runtime"
2052
+ version = "0.1.0"
2053
+ dependencies = [
2054
+ "anyhow",
2055
+ "rspack_core",
2056
+ "rspack_error",
2057
+ ]
2058
+
2059
+ [[package]]
2060
+ name = "rustc-demangle"
2061
+ version = "0.1.21"
2062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2063
+ checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2064
+
2065
+ [[package]]
2066
+ name = "rustc-hash"
2067
+ version = "1.1.0"
2068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2069
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2070
+
2071
+ [[package]]
2072
+ name = "rustc_version"
2073
+ version = "0.2.3"
2074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2075
+ checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2076
+ dependencies = [
2077
+ "semver 0.9.0",
2078
+ ]
2079
+
2080
+ [[package]]
2081
+ name = "ryu"
2082
+ version = "1.0.11"
2083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2084
+ checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2085
+
2086
+ [[package]]
2087
+ name = "safemem"
2088
+ version = "0.3.3"
2089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2090
+ checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2091
+
2092
+ [[package]]
2093
+ name = "sass-embedded"
2094
+ version = "0.5.1"
2095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2096
+ checksum = "ad3b9fdb060f3d9a9b84e4f2c5c88343f741195dc2e070f5c1d37e3713a13fbf"
2097
+ dependencies = [
2098
+ "atty",
2099
+ "crossbeam-channel",
2100
+ "dashmap",
2101
+ "parking_lot",
2102
+ "prost",
2103
+ "prost-build",
2104
+ "regex",
2105
+ "rustc-hash",
2106
+ "serde",
2107
+ "serde_json",
2108
+ "url",
2109
+ "urlencoding",
2110
+ ]
2111
+
2112
+ [[package]]
2113
+ name = "scoped-tls"
2114
+ version = "1.0.0"
2115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2117
+
2118
+ [[package]]
2119
+ name = "scopeguard"
2120
+ version = "1.1.0"
2121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2122
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2123
+
2124
+ [[package]]
2125
+ name = "semver"
2126
+ version = "0.9.0"
2127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+ checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2129
+ dependencies = [
2130
+ "semver-parser",
2131
+ ]
2132
+
2133
+ [[package]]
2134
+ name = "semver"
2135
+ version = "1.0.13"
2136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2137
+ checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
2138
+ dependencies = [
2139
+ "serde",
2140
+ ]
2141
+
2142
+ [[package]]
2143
+ name = "semver-parser"
2144
+ version = "0.7.0"
2145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2146
+ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2147
+
2148
+ [[package]]
2149
+ name = "serde"
2150
+ version = "1.0.143"
2151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2152
+ checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
2153
+ dependencies = [
2154
+ "serde_derive",
2155
+ ]
2156
+
2157
+ [[package]]
2158
+ name = "serde-wasm-bindgen"
2159
+ version = "0.4.3"
2160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2161
+ checksum = "1cfc62771e7b829b517cb213419236475f434fb480eddd76112ae182d274434a"
2162
+ dependencies = [
2163
+ "js-sys",
2164
+ "serde",
2165
+ "wasm-bindgen",
2166
+ ]
2167
+
2168
+ [[package]]
2169
+ name = "serde_derive"
2170
+ version = "1.0.143"
2171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2172
+ checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
2173
+ dependencies = [
2174
+ "proc-macro2",
2175
+ "quote",
2176
+ "syn",
2177
+ ]
2178
+
2179
+ [[package]]
2180
+ name = "serde_json"
2181
+ version = "1.0.83"
2182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2183
+ checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
2184
+ dependencies = [
2185
+ "indexmap",
2186
+ "itoa",
2187
+ "ryu",
2188
+ "serde",
2189
+ ]
2190
+
2191
+ [[package]]
2192
+ name = "serde_urlencoded"
2193
+ version = "0.7.1"
2194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2195
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2196
+ dependencies = [
2197
+ "form_urlencoded",
2198
+ "itoa",
2199
+ "ryu",
2200
+ "serde",
2201
+ ]
2202
+
2203
+ [[package]]
2204
+ name = "sha-1"
2205
+ version = "0.9.8"
2206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2207
+ checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
2208
+ dependencies = [
2209
+ "block-buffer 0.9.0",
2210
+ "cfg-if",
2211
+ "cpufeatures",
2212
+ "digest 0.9.0",
2213
+ "opaque-debug",
2214
+ ]
2215
+
2216
+ [[package]]
2217
+ name = "sha-1"
2218
+ version = "0.10.0"
2219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2220
+ checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
2221
+ dependencies = [
2222
+ "cfg-if",
2223
+ "cpufeatures",
2224
+ "digest 0.10.3",
2225
+ ]
2226
+
2227
+ [[package]]
2228
+ name = "sha2"
2229
+ version = "0.10.2"
2230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+ checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2232
+ dependencies = [
2233
+ "cfg-if",
2234
+ "cpufeatures",
2235
+ "digest 0.10.3",
2236
+ ]
2237
+
2238
+ [[package]]
2239
+ name = "sharded-slab"
2240
+ version = "0.1.4"
2241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2242
+ checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2243
+ dependencies = [
2244
+ "lazy_static",
2245
+ ]
2246
+
2247
+ [[package]]
2248
+ name = "signal-hook-registry"
2249
+ version = "1.4.0"
2250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2251
+ checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2252
+ dependencies = [
2253
+ "libc",
2254
+ ]
2255
+
2256
+ [[package]]
2257
+ name = "siphasher"
2258
+ version = "0.3.10"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2261
+
2262
+ [[package]]
2263
+ name = "slab"
2264
+ version = "0.4.7"
2265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2266
+ checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
2267
+ dependencies = [
2268
+ "autocfg",
2269
+ ]
2270
+
2271
+ [[package]]
2272
+ name = "smallvec"
2273
+ version = "1.9.0"
2274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2275
+ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2276
+
2277
+ [[package]]
2278
+ name = "smawk"
2279
+ version = "0.3.1"
2280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2281
+ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
2282
+
2283
+ [[package]]
2284
+ name = "smol_str"
2285
+ version = "0.1.23"
2286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2287
+ checksum = "7475118a28b7e3a2e157ce0131ba8c5526ea96e90ee601d9f6bb2e286a35ab44"
2288
+ dependencies = [
2289
+ "serde",
2290
+ ]
2291
+
2292
+ [[package]]
2293
+ name = "socket2"
2294
+ version = "0.4.4"
2295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2296
+ checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2297
+ dependencies = [
2298
+ "libc",
2299
+ "winapi",
2300
+ ]
2301
+
2302
+ [[package]]
2303
+ name = "sourcemap"
2304
+ version = "6.1.0"
2305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2306
+ checksum = "58ad6f449ac2dc2eaa01e766408b76b55fc0a20c842b63aa11a8448caa72f50b"
2307
+ dependencies = [
2308
+ "base64",
2309
+ "if_chain",
2310
+ "lazy_static",
2311
+ "regex",
2312
+ "rustc_version",
2313
+ "serde",
2314
+ "serde_json",
2315
+ "url",
2316
+ ]
2317
+
2318
+ [[package]]
2319
+ name = "st-map"
2320
+ version = "0.1.6"
2321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2322
+ checksum = "bc9c9f3a1df5f73b7392bd9773108fef41ad9126f0282412fd5904389f0c0c4f"
2323
+ dependencies = [
2324
+ "arrayvec",
2325
+ "static-map-macro",
2326
+ ]
2327
+
2328
+ [[package]]
2329
+ name = "static-map-macro"
2330
+ version = "0.2.3"
2331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2332
+ checksum = "752564de9cd8937fdbc1c55d47ac391758c352ab3755607cc391b659fe87d56b"
2333
+ dependencies = [
2334
+ "pmutil",
2335
+ "proc-macro2",
2336
+ "quote",
2337
+ "syn",
2338
+ ]
2339
+
2340
+ [[package]]
2341
+ name = "static_assertions"
2342
+ version = "1.1.0"
2343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2344
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2345
+
2346
+ [[package]]
2347
+ name = "string_cache"
2348
+ version = "0.8.4"
2349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2350
+ checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
2351
+ dependencies = [
2352
+ "new_debug_unreachable",
2353
+ "once_cell",
2354
+ "parking_lot",
2355
+ "phf_shared 0.10.0",
2356
+ "precomputed-hash",
2357
+ "serde",
2358
+ ]
2359
+
2360
+ [[package]]
2361
+ name = "string_cache_codegen"
2362
+ version = "0.5.2"
2363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2364
+ checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2365
+ dependencies = [
2366
+ "phf_generator 0.10.0",
2367
+ "phf_shared 0.10.0",
2368
+ "proc-macro2",
2369
+ "quote",
2370
+ ]
2371
+
2372
+ [[package]]
2373
+ name = "string_enum"
2374
+ version = "0.3.1"
2375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2376
+ checksum = "f584cc881e9e5f1fd6bf827b0444aa94c30d8fe6378cf241071b5f5700b2871f"
2377
+ dependencies = [
2378
+ "pmutil",
2379
+ "proc-macro2",
2380
+ "quote",
2381
+ "swc_macros_common",
2382
+ "syn",
2383
+ ]
2384
+
2385
+ [[package]]
2386
+ name = "strsim"
2387
+ version = "0.10.0"
2388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2389
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2390
+
2391
+ [[package]]
2392
+ name = "sugar_path"
2393
+ version = "0.0.5"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "d005dc095332806e0fdea4ec2f6c77d7d3626173b30825e7cd3c416d8a566606"
2396
+ dependencies = [
2397
+ "once_cell",
2398
+ ]
2399
+
2400
+ [[package]]
2401
+ name = "supports-color"
2402
+ version = "1.3.0"
2403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2404
+ checksum = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9"
2405
+ dependencies = [
2406
+ "atty",
2407
+ "is_ci",
2408
+ ]
2409
+
2410
+ [[package]]
2411
+ name = "supports-hyperlinks"
2412
+ version = "1.2.0"
2413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2414
+ checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406"
2415
+ dependencies = [
2416
+ "atty",
2417
+ ]
2418
+
2419
+ [[package]]
2420
+ name = "supports-unicode"
2421
+ version = "1.0.2"
2422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2423
+ checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2"
2424
+ dependencies = [
2425
+ "atty",
2426
+ ]
2427
+
2428
+ [[package]]
2429
+ name = "swc"
2430
+ version = "0.213.3"
2431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2432
+ checksum = "a7ec59e3268cf5dc3f5b85e44372b0e7868a820197e87032c109cb0f19b94d77"
2433
+ dependencies = [
2434
+ "ahash",
2435
+ "anyhow",
2436
+ "base64",
2437
+ "dashmap",
2438
+ "either",
2439
+ "indexmap",
2440
+ "json_comments",
2441
+ "lru",
2442
+ "once_cell",
2443
+ "parking_lot",
2444
+ "pathdiff",
2445
+ "regex",
2446
+ "rustc-hash",
2447
+ "serde",
2448
+ "serde_json",
2449
+ "sourcemap",
2450
+ "swc_atoms 0.4.8",
2451
+ "swc_cached 0.3.5",
2452
+ "swc_common 0.27.11",
2453
+ "swc_config",
2454
+ "swc_ecma_ast 0.90.10",
2455
+ "swc_ecma_codegen 0.121.5",
2456
+ "swc_ecma_ext_transforms",
2457
+ "swc_ecma_lints",
2458
+ "swc_ecma_loader",
2459
+ "swc_ecma_minifier 0.143.2",
2460
+ "swc_ecma_parser 0.117.6",
2461
+ "swc_ecma_preset_env",
2462
+ "swc_ecma_transforms",
2463
+ "swc_ecma_transforms_base 0.103.9",
2464
+ "swc_ecma_transforms_compat",
2465
+ "swc_ecma_transforms_optimization 0.151.2",
2466
+ "swc_ecma_utils 0.99.5",
2467
+ "swc_ecma_visit 0.76.6",
2468
+ "swc_error_reporters",
2469
+ "swc_node_comments",
2470
+ "swc_timer 0.15.4",
2471
+ "swc_visit",
2472
+ "tracing",
2473
+ ]
2474
+
2475
+ [[package]]
2476
+ name = "swc_atoms"
2477
+ version = "0.2.13"
2478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+ checksum = "0d99c0ac33707dd1162a3665d6ca1a28b2f6594e9c37c4703e417fc5e1ce532e"
2480
+ dependencies = [
2481
+ "once_cell",
2482
+ "rustc-hash",
2483
+ "serde",
2484
+ "string_cache",
2485
+ "string_cache_codegen",
2486
+ ]
2487
+
2488
+ [[package]]
2489
+ name = "swc_atoms"
2490
+ version = "0.4.8"
2491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2492
+ checksum = "454bf2d73485f6c4af9c91e70ce4fd4f17e9294d37b9f2037a3c4c2fe54b598d"
2493
+ dependencies = [
2494
+ "once_cell",
2495
+ "rustc-hash",
2496
+ "serde",
2497
+ "string_cache",
2498
+ "string_cache_codegen",
2499
+ ]
2500
+
2501
+ [[package]]
2502
+ name = "swc_cached"
2503
+ version = "0.1.1"
2504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2505
+ checksum = "84fed4a980e12c737171a7b17c5e0a2f4272899266fa0632ea4e31264ebdfdb5"
2506
+ dependencies = [
2507
+ "ahash",
2508
+ "anyhow",
2509
+ "dashmap",
2510
+ "once_cell",
2511
+ "regex",
2512
+ "serde",
2513
+ "swc_atoms 0.2.13",
2514
+ ]
2515
+
2516
+ [[package]]
2517
+ name = "swc_cached"
2518
+ version = "0.3.5"
2519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2520
+ checksum = "395389d54bea607246bb4a400b9b3df2e55adfe8fcce7965a5b99fed7816cf4d"
2521
+ dependencies = [
2522
+ "ahash",
2523
+ "anyhow",
2524
+ "dashmap",
2525
+ "once_cell",
2526
+ "regex",
2527
+ "serde",
2528
+ "swc_atoms 0.4.8",
2529
+ ]
2530
+
2531
+ [[package]]
2532
+ name = "swc_common"
2533
+ version = "0.24.3"
2534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2535
+ checksum = "9ab11102e24889bbc6d034255dd15c4d13806d7fe89171b6d9d8b648effc1f05"
2536
+ dependencies = [
2537
+ "ahash",
2538
+ "ast_node",
2539
+ "better_scoped_tls",
2540
+ "cfg-if",
2541
+ "debug_unreachable",
2542
+ "either",
2543
+ "from_variant",
2544
+ "num-bigint",
2545
+ "once_cell",
2546
+ "rustc-hash",
2547
+ "serde",
2548
+ "siphasher",
2549
+ "string_cache",
2550
+ "swc_atoms 0.2.13",
2551
+ "swc_eq_ignore_macros",
2552
+ "swc_visit",
2553
+ "tracing",
2554
+ "unicode-width",
2555
+ "url",
2556
+ ]
2557
+
2558
+ [[package]]
2559
+ name = "swc_common"
2560
+ version = "0.27.11"
2561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2562
+ checksum = "056ad401259d209007ecc55d18b2a539091eed3315846e1d923140499af08aed"
2563
+ dependencies = [
2564
+ "ahash",
2565
+ "ast_node",
2566
+ "better_scoped_tls",
2567
+ "cfg-if",
2568
+ "debug_unreachable",
2569
+ "either",
2570
+ "from_variant",
2571
+ "num-bigint",
2572
+ "once_cell",
2573
+ "parking_lot",
2574
+ "rustc-hash",
2575
+ "serde",
2576
+ "siphasher",
2577
+ "sourcemap",
2578
+ "string_cache",
2579
+ "swc_atoms 0.4.8",
2580
+ "swc_eq_ignore_macros",
2581
+ "swc_visit",
2582
+ "tracing",
2583
+ "unicode-width",
2584
+ "url",
2585
+ ]
2586
+
2587
+ [[package]]
2588
+ name = "swc_config"
2589
+ version = "0.1.1"
2590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2591
+ checksum = "b8bb05ef56c14b95dd7e62e95960153af811b9a447287f1f6ca59f1337fb83d4"
2592
+ dependencies = [
2593
+ "anyhow",
2594
+ "indexmap",
2595
+ "serde",
2596
+ "serde_json",
2597
+ "swc_config_macro",
2598
+ ]
2599
+
2600
+ [[package]]
2601
+ name = "swc_config_macro"
2602
+ version = "0.1.0"
2603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2604
+ checksum = "fb64bc03d90fd5c90d6ab917bb2b1d7fbd31957df39e31ea24a3f554b4372251"
2605
+ dependencies = [
2606
+ "pmutil",
2607
+ "proc-macro2",
2608
+ "quote",
2609
+ "swc_macros_common",
2610
+ "syn",
2611
+ ]
2612
+
2613
+ [[package]]
2614
+ name = "swc_css"
2615
+ version = "0.118.2"
2616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2617
+ checksum = "eaa88f5bbffa8ce01c770d6889ae7338a3663eb792388979718dad25eb878c29"
2618
+ dependencies = [
2619
+ "swc_css_ast 0.105.3",
2620
+ "swc_css_codegen 0.115.2",
2621
+ "swc_css_parser 0.114.2",
2622
+ "swc_css_utils 0.102.2",
2623
+ "swc_css_visit 0.104.2",
2624
+ ]
2625
+
2626
+ [[package]]
2627
+ name = "swc_css_ast"
2628
+ version = "0.100.0"
2629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2630
+ checksum = "f935e240a149706022f55e9a9c5448d7ff70d15e5a9ad54aadf082d85f3d4a68"
2631
+ dependencies = [
2632
+ "is-macro",
2633
+ "serde",
2634
+ "string_enum",
2635
+ "swc_atoms 0.2.13",
2636
+ "swc_common 0.24.3",
2637
+ ]
2638
+
2639
+ [[package]]
2640
+ name = "swc_css_ast"
2641
+ version = "0.105.3"
2642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2643
+ checksum = "817ba5dd9d185580a12cacfb9884732ffccb0704d0085573549c62107d232b09"
2644
+ dependencies = [
2645
+ "is-macro",
2646
+ "serde",
2647
+ "string_enum",
2648
+ "swc_atoms 0.4.8",
2649
+ "swc_common 0.27.11",
2650
+ ]
2651
+
2652
+ [[package]]
2653
+ name = "swc_css_codegen"
2654
+ version = "0.110.0"
2655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2656
+ checksum = "2594e2a48da021360549fe39d536102356d88215c748f47cd4fa663907a95061"
2657
+ dependencies = [
2658
+ "auto_impl",
2659
+ "bitflags",
2660
+ "rustc-hash",
2661
+ "serde",
2662
+ "swc_atoms 0.2.13",
2663
+ "swc_common 0.24.3",
2664
+ "swc_css_ast 0.100.0",
2665
+ "swc_css_codegen_macros",
2666
+ ]
2667
+
2668
+ [[package]]
2669
+ name = "swc_css_codegen"
2670
+ version = "0.115.2"
2671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2672
+ checksum = "b6fec1bfd727ed7d81ddc02fb6fb4b499bf63d9d88444b52569dada1177506fa"
2673
+ dependencies = [
2674
+ "auto_impl",
2675
+ "bitflags",
2676
+ "rustc-hash",
2677
+ "serde",
2678
+ "swc_atoms 0.4.8",
2679
+ "swc_common 0.27.11",
2680
+ "swc_css_ast 0.105.3",
2681
+ "swc_css_codegen_macros",
2682
+ ]
2683
+
2684
+ [[package]]
2685
+ name = "swc_css_codegen_macros"
2686
+ version = "0.2.0"
2687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2688
+ checksum = "fe27425548d11afee43ddbe1d0cd882cb5e042f61b1503651dae2219c92333f5"
2689
+ dependencies = [
2690
+ "pmutil",
2691
+ "proc-macro2",
2692
+ "quote",
2693
+ "swc_macros_common",
2694
+ "syn",
2695
+ ]
2696
+
2697
+ [[package]]
2698
+ name = "swc_css_minifier"
2699
+ version = "0.75.0"
2700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2701
+ checksum = "9cef65424a1699eb0cb72b17143b91302f5cb72708d6c5c34e64180e363ca698"
2702
+ dependencies = [
2703
+ "serde",
2704
+ "swc_atoms 0.2.13",
2705
+ "swc_common 0.24.3",
2706
+ "swc_css_ast 0.100.0",
2707
+ "swc_css_utils 0.97.0",
2708
+ "swc_css_visit 0.99.0",
2709
+ ]
2710
+
2711
+ [[package]]
2712
+ name = "swc_css_parser"
2713
+ version = "0.109.0"
2714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2715
+ checksum = "c926ac6f7c0e3882a6f1cc46cdf2005eadd2ed534c71833eb1168be2bcd5c933"
2716
+ dependencies = [
2717
+ "bitflags",
2718
+ "lexical",
2719
+ "serde",
2720
+ "swc_atoms 0.2.13",
2721
+ "swc_common 0.24.3",
2722
+ "swc_css_ast 0.100.0",
2723
+ ]
2724
+
2725
+ [[package]]
2726
+ name = "swc_css_parser"
2727
+ version = "0.114.2"
2728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2729
+ checksum = "6e53a3a2f13ee59e00b832e5bd44325ab5ce71a5ab75cff4b6076a3a58bb736b"
2730
+ dependencies = [
2731
+ "bitflags",
2732
+ "lexical",
2733
+ "serde",
2734
+ "swc_atoms 0.4.8",
2735
+ "swc_common 0.27.11",
2736
+ "swc_css_ast 0.105.3",
2737
+ ]
2738
+
2739
+ [[package]]
2740
+ name = "swc_css_prefixer"
2741
+ version = "0.115.2"
2742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2743
+ checksum = "cd71b5ee6cd26df43d11c62c398d82974837ddfdb1204b1efef9ddd3cae13f11"
2744
+ dependencies = [
2745
+ "once_cell",
2746
+ "preset_env_base",
2747
+ "serde",
2748
+ "serde_json",
2749
+ "swc_atoms 0.4.8",
2750
+ "swc_common 0.27.11",
2751
+ "swc_css_ast 0.105.3",
2752
+ "swc_css_utils 0.102.2",
2753
+ "swc_css_visit 0.104.2",
2754
+ ]
2755
+
2756
+ [[package]]
2757
+ name = "swc_css_utils"
2758
+ version = "0.97.0"
2759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2760
+ checksum = "8c974b81d5efc80224a2793dc68e5bd7b5c18a0719d5ef945bc245f71337e7bd"
2761
+ dependencies = [
2762
+ "once_cell",
2763
+ "serde",
2764
+ "serde_json",
2765
+ "swc_atoms 0.2.13",
2766
+ "swc_common 0.24.3",
2767
+ "swc_css_ast 0.100.0",
2768
+ "swc_css_visit 0.99.0",
2769
+ ]
2770
+
2771
+ [[package]]
2772
+ name = "swc_css_utils"
2773
+ version = "0.102.2"
2774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2775
+ checksum = "ed5d7f980929474edb2205587a77b93047c40138d4d34f8e22c94e393a21b774"
2776
+ dependencies = [
2777
+ "once_cell",
2778
+ "serde",
2779
+ "serde_json",
2780
+ "swc_atoms 0.4.8",
2781
+ "swc_common 0.27.11",
2782
+ "swc_css_ast 0.105.3",
2783
+ "swc_css_visit 0.104.2",
2784
+ ]
2785
+
2786
+ [[package]]
2787
+ name = "swc_css_visit"
2788
+ version = "0.99.0"
2789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2790
+ checksum = "b3e8c215664626ab186429923ad20fb74b5475a396ab0cda09d79c3fd091ba13"
2791
+ dependencies = [
2792
+ "serde",
2793
+ "swc_atoms 0.2.13",
2794
+ "swc_common 0.24.3",
2795
+ "swc_css_ast 0.100.0",
2796
+ "swc_visit",
2797
+ ]
2798
+
2799
+ [[package]]
2800
+ name = "swc_css_visit"
2801
+ version = "0.104.2"
2802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2803
+ checksum = "a43d7093a4323b5d4bda6e16a38848771b2aafbb9c713e80dbb8b8dd5957a433"
2804
+ dependencies = [
2805
+ "serde",
2806
+ "swc_atoms 0.4.8",
2807
+ "swc_common 0.27.11",
2808
+ "swc_css_ast 0.105.3",
2809
+ "swc_visit",
2810
+ ]
2811
+
2812
+ [[package]]
2813
+ name = "swc_ecma_ast"
2814
+ version = "0.86.0"
2815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2816
+ checksum = "ec6e61a59dcf6495822d3241f173a9304125a29aa8f0071ca6b79cccf509ccb6"
2817
+ dependencies = [
2818
+ "bitflags",
2819
+ "is-macro",
2820
+ "num-bigint",
2821
+ "scoped-tls",
2822
+ "serde",
2823
+ "string_enum",
2824
+ "swc_atoms 0.2.13",
2825
+ "swc_common 0.24.3",
2826
+ "unicode-id",
2827
+ ]
2828
+
2829
+ [[package]]
2830
+ name = "swc_ecma_ast"
2831
+ version = "0.90.10"
2832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2833
+ checksum = "e4d9cb0825962e9f9baabec6270aeb6e7c21ade1a16d707916186ad5f13126d1"
2834
+ dependencies = [
2835
+ "bitflags",
2836
+ "is-macro",
2837
+ "num-bigint",
2838
+ "scoped-tls",
2839
+ "serde",
2840
+ "string_enum",
2841
+ "swc_atoms 0.4.8",
2842
+ "swc_common 0.27.11",
2843
+ "unicode-id",
2844
+ ]
2845
+
2846
+ [[package]]
2847
+ name = "swc_ecma_codegen"
2848
+ version = "0.117.0"
2849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2850
+ checksum = "3fa0cded3d7644c40e5453be6cc3577baad52993d3f39117dd640e6ebaa9c0fa"
2851
+ dependencies = [
2852
+ "memchr",
2853
+ "num-bigint",
2854
+ "once_cell",
2855
+ "rustc-hash",
2856
+ "serde",
2857
+ "sourcemap",
2858
+ "swc_atoms 0.2.13",
2859
+ "swc_common 0.24.3",
2860
+ "swc_ecma_ast 0.86.0",
2861
+ "swc_ecma_codegen_macros",
2862
+ "tracing",
2863
+ ]
2864
+
2865
+ [[package]]
2866
+ name = "swc_ecma_codegen"
2867
+ version = "0.121.5"
2868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2869
+ checksum = "2b0bf7259fec5655df5163eafe0fabe4619f1d507b4c19a8b2be8a9ea2c806ff"
2870
+ dependencies = [
2871
+ "memchr",
2872
+ "num-bigint",
2873
+ "once_cell",
2874
+ "rustc-hash",
2875
+ "serde",
2876
+ "sourcemap",
2877
+ "swc_atoms 0.4.8",
2878
+ "swc_common 0.27.11",
2879
+ "swc_ecma_ast 0.90.10",
2880
+ "swc_ecma_codegen_macros",
2881
+ "tracing",
2882
+ ]
2883
+
2884
+ [[package]]
2885
+ name = "swc_ecma_codegen_macros"
2886
+ version = "0.7.1"
2887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2888
+ checksum = "0159c99f81f52e48fe692ef7af1b0990b45d3006b14c6629be0b1ffee1b23aea"
2889
+ dependencies = [
2890
+ "pmutil",
2891
+ "proc-macro2",
2892
+ "quote",
2893
+ "swc_macros_common",
2894
+ "syn",
2895
+ ]
2896
+
2897
+ [[package]]
2898
+ name = "swc_ecma_ext_transforms"
2899
+ version = "0.85.5"
2900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2901
+ checksum = "4f19eb16fed54a740f92e9cb2d6ee79fc69b4a3b63d4a467c709693a413f6737"
2902
+ dependencies = [
2903
+ "phf 0.10.1",
2904
+ "swc_atoms 0.4.8",
2905
+ "swc_common 0.27.11",
2906
+ "swc_ecma_ast 0.90.10",
2907
+ "swc_ecma_utils 0.99.5",
2908
+ "swc_ecma_visit 0.76.6",
2909
+ ]
2910
+
2911
+ [[package]]
2912
+ name = "swc_ecma_lints"
2913
+ version = "0.58.5"
2914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2915
+ checksum = "931f3b19bad8a2d0e65eb2bf19771f92d6a0bf73a3b3f47f4a12c5c7259d9b85"
2916
+ dependencies = [
2917
+ "ahash",
2918
+ "auto_impl",
2919
+ "dashmap",
2920
+ "parking_lot",
2921
+ "rayon",
2922
+ "regex",
2923
+ "serde",
2924
+ "swc_atoms 0.4.8",
2925
+ "swc_common 0.27.11",
2926
+ "swc_config",
2927
+ "swc_ecma_ast 0.90.10",
2928
+ "swc_ecma_utils 0.99.5",
2929
+ "swc_ecma_visit 0.76.6",
2930
+ ]
2931
+
2932
+ [[package]]
2933
+ name = "swc_ecma_loader"
2934
+ version = "0.39.4"
2935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2936
+ checksum = "ece6023a43222e3bd36e3d191fa5289c848245b97fbf0127d9c0923165648d18"
2937
+ dependencies = [
2938
+ "ahash",
2939
+ "anyhow",
2940
+ "dashmap",
2941
+ "lru",
2942
+ "normpath",
2943
+ "once_cell",
2944
+ "parking_lot",
2945
+ "path-clean",
2946
+ "pathdiff",
2947
+ "serde",
2948
+ "serde_json",
2949
+ "swc_cached 0.3.5",
2950
+ "swc_common 0.27.11",
2951
+ "tracing",
2952
+ ]
2953
+
2954
+ [[package]]
2955
+ name = "swc_ecma_minifier"
2956
+ version = "0.139.0"
2957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2958
+ checksum = "4499e75b7b3d66207c7941fbe662d525d440fe6dbbb484ba6d1a6ee39d0f79d1"
2959
+ dependencies = [
2960
+ "ahash",
2961
+ "arrayvec",
2962
+ "indexmap",
2963
+ "num_cpus",
2964
+ "once_cell",
2965
+ "parking_lot",
2966
+ "rayon",
2967
+ "regex",
2968
+ "retain_mut",
2969
+ "rustc-hash",
2970
+ "serde",
2971
+ "serde_json",
2972
+ "swc_atoms 0.2.13",
2973
+ "swc_cached 0.1.1",
2974
+ "swc_common 0.24.3",
2975
+ "swc_config",
2976
+ "swc_ecma_ast 0.86.0",
2977
+ "swc_ecma_codegen 0.117.0",
2978
+ "swc_ecma_parser 0.113.0",
2979
+ "swc_ecma_transforms_base 0.99.0",
2980
+ "swc_ecma_transforms_optimization 0.147.0",
2981
+ "swc_ecma_utils 0.95.0",
2982
+ "swc_ecma_visit 0.72.0",
2983
+ "swc_timer 0.12.0",
2984
+ "tracing",
2985
+ "unicode-id",
2986
+ ]
2987
+
2988
+ [[package]]
2989
+ name = "swc_ecma_minifier"
2990
+ version = "0.143.2"
2991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2992
+ checksum = "23fcd41972b641c747d78843f3966d214deaed05a2c4ca51473abf1f53d9674c"
2993
+ dependencies = [
2994
+ "ahash",
2995
+ "arrayvec",
2996
+ "indexmap",
2997
+ "num-bigint",
2998
+ "num_cpus",
2999
+ "once_cell",
3000
+ "parking_lot",
3001
+ "regex",
3002
+ "retain_mut",
3003
+ "rustc-hash",
3004
+ "serde",
3005
+ "serde_json",
3006
+ "swc_atoms 0.4.8",
3007
+ "swc_cached 0.3.5",
3008
+ "swc_common 0.27.11",
3009
+ "swc_config",
3010
+ "swc_ecma_ast 0.90.10",
3011
+ "swc_ecma_codegen 0.121.5",
3012
+ "swc_ecma_parser 0.117.6",
3013
+ "swc_ecma_transforms_base 0.103.9",
3014
+ "swc_ecma_transforms_optimization 0.151.2",
3015
+ "swc_ecma_utils 0.99.5",
3016
+ "swc_ecma_visit 0.76.6",
3017
+ "swc_timer 0.15.4",
3018
+ "tracing",
3019
+ "unicode-id",
3020
+ ]
3021
+
3022
+ [[package]]
3023
+ name = "swc_ecma_parser"
3024
+ version = "0.113.0"
3025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3026
+ checksum = "b743803ca5de3213b0df02777ba0f8b36db6b13910170601e11e179de3e7df0c"
3027
+ dependencies = [
3028
+ "either",
3029
+ "enum_kind",
3030
+ "lexical",
3031
+ "num-bigint",
3032
+ "serde",
3033
+ "smallvec",
3034
+ "swc_atoms 0.2.13",
3035
+ "swc_common 0.24.3",
3036
+ "swc_ecma_ast 0.86.0",
3037
+ "tracing",
3038
+ "typed-arena",
3039
+ ]
3040
+
3041
+ [[package]]
3042
+ name = "swc_ecma_parser"
3043
+ version = "0.117.6"
3044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3045
+ checksum = "46a7ef228200bb72c14419ad99ac6130947e077c920a718f11bd7f2245fcad01"
3046
+ dependencies = [
3047
+ "either",
3048
+ "enum_kind",
3049
+ "lexical",
3050
+ "num-bigint",
3051
+ "serde",
3052
+ "smallvec",
3053
+ "swc_atoms 0.4.8",
3054
+ "swc_common 0.27.11",
3055
+ "swc_ecma_ast 0.90.10",
3056
+ "tracing",
3057
+ "typed-arena",
3058
+ ]
3059
+
3060
+ [[package]]
3061
+ name = "swc_ecma_preset_env"
3062
+ version = "0.157.1"
3063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3064
+ checksum = "02b030e002dab8ec159d14c9c5dea2f13ca5f28d98605c4b02dd666d6d12d608"
3065
+ dependencies = [
3066
+ "ahash",
3067
+ "anyhow",
3068
+ "dashmap",
3069
+ "indexmap",
3070
+ "once_cell",
3071
+ "preset_env_base",
3072
+ "semver 1.0.13",
3073
+ "serde",
3074
+ "serde_json",
3075
+ "st-map",
3076
+ "string_enum",
3077
+ "swc_atoms 0.4.8",
3078
+ "swc_common 0.27.11",
3079
+ "swc_ecma_ast 0.90.10",
3080
+ "swc_ecma_transforms",
3081
+ "swc_ecma_utils 0.99.5",
3082
+ "swc_ecma_visit 0.76.6",
3083
+ ]
3084
+
3085
+ [[package]]
3086
+ name = "swc_ecma_transforms"
3087
+ version = "0.182.2"
3088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3089
+ checksum = "75453d2d149afea54f6fc9bfe892ec77c147178bf1eb634d4f2dcc660b5545fa"
3090
+ dependencies = [
3091
+ "swc_atoms 0.4.8",
3092
+ "swc_common 0.27.11",
3093
+ "swc_ecma_ast 0.90.10",
3094
+ "swc_ecma_transforms_base 0.103.9",
3095
+ "swc_ecma_transforms_compat",
3096
+ "swc_ecma_transforms_module",
3097
+ "swc_ecma_transforms_optimization 0.151.2",
3098
+ "swc_ecma_transforms_proposal",
3099
+ "swc_ecma_transforms_react",
3100
+ "swc_ecma_transforms_typescript",
3101
+ "swc_ecma_utils 0.99.5",
3102
+ "swc_ecma_visit 0.76.6",
3103
+ ]
3104
+
3105
+ [[package]]
3106
+ name = "swc_ecma_transforms_base"
3107
+ version = "0.99.0"
3108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3109
+ checksum = "6fd503e2447df29a13451863cb2f8db792565512030ae4e3d2859b32026ac341"
3110
+ dependencies = [
3111
+ "better_scoped_tls",
3112
+ "bitflags",
3113
+ "num_cpus",
3114
+ "once_cell",
3115
+ "phf 0.10.1",
3116
+ "rayon",
3117
+ "rustc-hash",
3118
+ "serde",
3119
+ "smallvec",
3120
+ "swc_atoms 0.2.13",
3121
+ "swc_common 0.24.3",
3122
+ "swc_ecma_ast 0.86.0",
3123
+ "swc_ecma_parser 0.113.0",
3124
+ "swc_ecma_utils 0.95.0",
3125
+ "swc_ecma_visit 0.72.0",
3126
+ "tracing",
3127
+ ]
3128
+
3129
+ [[package]]
3130
+ name = "swc_ecma_transforms_base"
3131
+ version = "0.103.9"
3132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3133
+ checksum = "7d856cca5e8944f16285411da012cef23a9340066491ab450c3715846acff164"
3134
+ dependencies = [
3135
+ "better_scoped_tls",
3136
+ "bitflags",
3137
+ "num_cpus",
3138
+ "once_cell",
3139
+ "phf 0.10.1",
3140
+ "rustc-hash",
3141
+ "serde",
3142
+ "smallvec",
3143
+ "swc_atoms 0.4.8",
3144
+ "swc_common 0.27.11",
3145
+ "swc_ecma_ast 0.90.10",
3146
+ "swc_ecma_parser 0.117.6",
3147
+ "swc_ecma_utils 0.99.5",
3148
+ "swc_ecma_visit 0.76.6",
3149
+ "tracing",
3150
+ ]
3151
+
3152
+ [[package]]
3153
+ name = "swc_ecma_transforms_classes"
3154
+ version = "0.91.5"
3155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3156
+ checksum = "f37ac07ffe2fd6704763cf6fb1ccf92ab9496ecec0cb28084775fe35d7d21665"
3157
+ dependencies = [
3158
+ "swc_atoms 0.4.8",
3159
+ "swc_common 0.27.11",
3160
+ "swc_ecma_ast 0.90.10",
3161
+ "swc_ecma_transforms_base 0.103.9",
3162
+ "swc_ecma_utils 0.99.5",
3163
+ "swc_ecma_visit 0.76.6",
3164
+ ]
3165
+
3166
+ [[package]]
3167
+ name = "swc_ecma_transforms_compat"
3168
+ version = "0.121.1"
3169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3170
+ checksum = "68f13ef21b8b94ac8cb26969c8d76202d4e2d7031dd16a73beb1308fd4330279"
3171
+ dependencies = [
3172
+ "ahash",
3173
+ "arrayvec",
3174
+ "indexmap",
3175
+ "is-macro",
3176
+ "num-bigint",
3177
+ "ordered-float",
3178
+ "serde",
3179
+ "smallvec",
3180
+ "swc_atoms 0.4.8",
3181
+ "swc_common 0.27.11",
3182
+ "swc_config",
3183
+ "swc_ecma_ast 0.90.10",
3184
+ "swc_ecma_transforms_base 0.103.9",
3185
+ "swc_ecma_transforms_classes",
3186
+ "swc_ecma_transforms_macros",
3187
+ "swc_ecma_utils 0.99.5",
3188
+ "swc_ecma_visit 0.76.6",
3189
+ "swc_trace_macro",
3190
+ "tracing",
3191
+ ]
3192
+
3193
+ [[package]]
3194
+ name = "swc_ecma_transforms_macros"
3195
+ version = "0.5.0"
3196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3197
+ checksum = "ebf907935ec5492256b523ae7935a824d9fdc0368dcadc41375bad0dca91cd8b"
3198
+ dependencies = [
3199
+ "pmutil",
3200
+ "proc-macro2",
3201
+ "quote",
3202
+ "swc_macros_common",
3203
+ "syn",
3204
+ ]
3205
+
3206
+ [[package]]
3207
+ name = "swc_ecma_transforms_module"
3208
+ version = "0.138.1"
3209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3210
+ checksum = "3f61b61b43984432328f5cb3de43bdcd0e839792775cc370b310d5164a75ef7f"
3211
+ dependencies = [
3212
+ "Inflector",
3213
+ "ahash",
3214
+ "anyhow",
3215
+ "bitflags",
3216
+ "indexmap",
3217
+ "is-macro",
3218
+ "path-clean",
3219
+ "pathdiff",
3220
+ "regex",
3221
+ "serde",
3222
+ "swc_atoms 0.4.8",
3223
+ "swc_cached 0.3.5",
3224
+ "swc_common 0.27.11",
3225
+ "swc_ecma_ast 0.90.10",
3226
+ "swc_ecma_loader",
3227
+ "swc_ecma_parser 0.117.6",
3228
+ "swc_ecma_transforms_base 0.103.9",
3229
+ "swc_ecma_utils 0.99.5",
3230
+ "swc_ecma_visit 0.76.6",
3231
+ "tracing",
3232
+ ]
3233
+
3234
+ [[package]]
3235
+ name = "swc_ecma_transforms_optimization"
3236
+ version = "0.147.0"
3237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3238
+ checksum = "813040e61e5a9d0040baa9ec3f2f7583b096bd4f352cbf3db1f4d549991b9241"
3239
+ dependencies = [
3240
+ "ahash",
3241
+ "dashmap",
3242
+ "indexmap",
3243
+ "once_cell",
3244
+ "rustc-hash",
3245
+ "serde_json",
3246
+ "swc_atoms 0.2.13",
3247
+ "swc_common 0.24.3",
3248
+ "swc_ecma_ast 0.86.0",
3249
+ "swc_ecma_parser 0.113.0",
3250
+ "swc_ecma_transforms_base 0.99.0",
3251
+ "swc_ecma_transforms_macros",
3252
+ "swc_ecma_utils 0.95.0",
3253
+ "swc_ecma_visit 0.72.0",
3254
+ "tracing",
3255
+ ]
3256
+
3257
+ [[package]]
3258
+ name = "swc_ecma_transforms_optimization"
3259
+ version = "0.151.2"
3260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3261
+ checksum = "c05a619c8ec9d6a8ddce183e231d5f0579e97b28159b5f43a6454a3a34b41f01"
3262
+ dependencies = [
3263
+ "ahash",
3264
+ "dashmap",
3265
+ "indexmap",
3266
+ "once_cell",
3267
+ "rustc-hash",
3268
+ "serde_json",
3269
+ "swc_atoms 0.4.8",
3270
+ "swc_common 0.27.11",
3271
+ "swc_ecma_ast 0.90.10",
3272
+ "swc_ecma_parser 0.117.6",
3273
+ "swc_ecma_transforms_base 0.103.9",
3274
+ "swc_ecma_transforms_macros",
3275
+ "swc_ecma_utils 0.99.5",
3276
+ "swc_ecma_visit 0.76.6",
3277
+ "tracing",
3278
+ ]
3279
+
3280
+ [[package]]
3281
+ name = "swc_ecma_transforms_proposal"
3282
+ version = "0.129.1"
3283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3284
+ checksum = "ad8bc1b08cc3268c9c24d018be60ee6424d400dd6cc1bdf52fbb263ed33b37f7"
3285
+ dependencies = [
3286
+ "either",
3287
+ "serde",
3288
+ "smallvec",
3289
+ "swc_atoms 0.4.8",
3290
+ "swc_common 0.27.11",
3291
+ "swc_ecma_ast 0.90.10",
3292
+ "swc_ecma_transforms_base 0.103.9",
3293
+ "swc_ecma_transforms_classes",
3294
+ "swc_ecma_transforms_macros",
3295
+ "swc_ecma_utils 0.99.5",
3296
+ "swc_ecma_visit 0.76.6",
3297
+ ]
3298
+
3299
+ [[package]]
3300
+ name = "swc_ecma_transforms_react"
3301
+ version = "0.140.1"
3302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3303
+ checksum = "3ffcaf876c121b0258ed1a350d5ee1ea4ea128b348a7525c6ef82854cf46e7ea"
3304
+ dependencies = [
3305
+ "ahash",
3306
+ "base64",
3307
+ "dashmap",
3308
+ "indexmap",
3309
+ "once_cell",
3310
+ "regex",
3311
+ "serde",
3312
+ "sha-1 0.10.0",
3313
+ "string_enum",
3314
+ "swc_atoms 0.4.8",
3315
+ "swc_common 0.27.11",
3316
+ "swc_config",
3317
+ "swc_ecma_ast 0.90.10",
3318
+ "swc_ecma_parser 0.117.6",
3319
+ "swc_ecma_transforms_base 0.103.9",
3320
+ "swc_ecma_transforms_macros",
3321
+ "swc_ecma_utils 0.99.5",
3322
+ "swc_ecma_visit 0.76.6",
3323
+ ]
3324
+
3325
+ [[package]]
3326
+ name = "swc_ecma_transforms_typescript"
3327
+ version = "0.144.1"
3328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3329
+ checksum = "557cf4636f04e2b3680f820cd7645353ddf4ed1b2730291bef22f1c581bd9d53"
3330
+ dependencies = [
3331
+ "serde",
3332
+ "swc_atoms 0.4.8",
3333
+ "swc_common 0.27.11",
3334
+ "swc_ecma_ast 0.90.10",
3335
+ "swc_ecma_transforms_base 0.103.9",
3336
+ "swc_ecma_transforms_react",
3337
+ "swc_ecma_utils 0.99.5",
3338
+ "swc_ecma_visit 0.76.6",
3339
+ ]
3340
+
3341
+ [[package]]
3342
+ name = "swc_ecma_utils"
3343
+ version = "0.95.0"
3344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3345
+ checksum = "c24db1ef1ca5b15d774e9c5e36f258f5504fbb3be1d7a20764b044f2e90c3c8f"
3346
+ dependencies = [
3347
+ "indexmap",
3348
+ "once_cell",
3349
+ "swc_atoms 0.2.13",
3350
+ "swc_common 0.24.3",
3351
+ "swc_ecma_ast 0.86.0",
3352
+ "swc_ecma_visit 0.72.0",
3353
+ "tracing",
3354
+ "unicode-id",
3355
+ ]
3356
+
3357
+ [[package]]
3358
+ name = "swc_ecma_utils"
3359
+ version = "0.99.5"
3360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3361
+ checksum = "30700fb85603ce56423770d77696c1b0c602733a57d3b5cdd93a47ba450b0cd9"
3362
+ dependencies = [
3363
+ "indexmap",
3364
+ "once_cell",
3365
+ "swc_atoms 0.4.8",
3366
+ "swc_common 0.27.11",
3367
+ "swc_ecma_ast 0.90.10",
3368
+ "swc_ecma_visit 0.76.6",
3369
+ "tracing",
3370
+ "unicode-id",
3371
+ ]
3372
+
3373
+ [[package]]
3374
+ name = "swc_ecma_visit"
3375
+ version = "0.72.0"
3376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3377
+ checksum = "e227dc3034adf4837fd0cd9f99a406634b80f8f0c0560cf3ca6440affcad37ae"
3378
+ dependencies = [
3379
+ "num-bigint",
3380
+ "serde",
3381
+ "swc_atoms 0.2.13",
3382
+ "swc_common 0.24.3",
3383
+ "swc_ecma_ast 0.86.0",
3384
+ "swc_visit",
3385
+ "tracing",
3386
+ ]
3387
+
3388
+ [[package]]
3389
+ name = "swc_ecma_visit"
3390
+ version = "0.76.6"
3391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3392
+ checksum = "02cb4c2c4213d603543e7232db69e763a9292953db511b0ed5d1bf8c1b227b90"
3393
+ dependencies = [
3394
+ "num-bigint",
3395
+ "swc_atoms 0.4.8",
3396
+ "swc_common 0.27.11",
3397
+ "swc_ecma_ast 0.90.10",
3398
+ "swc_visit",
3399
+ "tracing",
3400
+ ]
3401
+
3402
+ [[package]]
3403
+ name = "swc_eq_ignore_macros"
3404
+ version = "0.1.1"
3405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3406
+ checksum = "0c20468634668c2bbab581947bb8c75c97158d5a6959f4ba33df20983b20b4f6"
3407
+ dependencies = [
3408
+ "pmutil",
3409
+ "proc-macro2",
3410
+ "quote",
3411
+ "syn",
3412
+ ]
3413
+
3414
+ [[package]]
3415
+ name = "swc_error_reporters"
3416
+ version = "0.11.4"
3417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3418
+ checksum = "bb0171a43e5d90cdea0efbf5844e3780f8650a22e4152b0c49549387d5f6b3da"
3419
+ dependencies = [
3420
+ "anyhow",
3421
+ "miette",
3422
+ "once_cell",
3423
+ "parking_lot",
3424
+ "swc_common 0.27.11",
3425
+ ]
3426
+
3427
+ [[package]]
3428
+ name = "swc_html"
3429
+ version = "0.56.1"
3430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3431
+ checksum = "8400ce43157b4044008e62e117c61527571aafd98be2ea9b124d4c9b0f4b541f"
3432
+ dependencies = [
3433
+ "swc_html_ast 0.24.7",
3434
+ "swc_html_codegen 0.32.5",
3435
+ "swc_html_parser 0.29.4",
3436
+ "swc_html_visit 0.24.4",
3437
+ ]
3438
+
3439
+ [[package]]
3440
+ name = "swc_html_ast"
3441
+ version = "0.21.0"
3442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3443
+ checksum = "a407c3bb7e9ebe98d3bc9032c1a3accbe67c36b7ba4d433cb55fa48ae14e0723"
3444
+ dependencies = [
3445
+ "is-macro",
3446
+ "serde",
3447
+ "string_enum",
3448
+ "swc_atoms 0.2.13",
3449
+ "swc_common 0.24.3",
3450
+ ]
3451
+
3452
+ [[package]]
3453
+ name = "swc_html_ast"
3454
+ version = "0.24.7"
3455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3456
+ checksum = "717c7b7ff6283a8142ebe113d963659233239504190fe69b93fcb39c44a60c56"
3457
+ dependencies = [
3458
+ "is-macro",
3459
+ "serde",
3460
+ "string_enum",
3461
+ "swc_atoms 0.4.8",
3462
+ "swc_common 0.27.11",
3463
+ ]
3464
+
3465
+ [[package]]
3466
+ name = "swc_html_codegen"
3467
+ version = "0.28.0"
3468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3469
+ checksum = "c1cb3cee0573d4f933df01d36bd20df56abb490840d33336a16079abe4a9f785"
3470
+ dependencies = [
3471
+ "auto_impl",
3472
+ "bitflags",
3473
+ "rustc-hash",
3474
+ "swc_atoms 0.2.13",
3475
+ "swc_common 0.24.3",
3476
+ "swc_html_ast 0.21.0",
3477
+ "swc_html_codegen_macros",
3478
+ "swc_html_utils 0.8.0",
3479
+ ]
3480
+
3481
+ [[package]]
3482
+ name = "swc_html_codegen"
3483
+ version = "0.32.5"
3484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3485
+ checksum = "4164689c189d4b7f4c4b3ecd88dc68599caa6ee329ddcc9610b91fb003e8938d"
3486
+ dependencies = [
3487
+ "auto_impl",
3488
+ "bitflags",
3489
+ "rustc-hash",
3490
+ "swc_atoms 0.4.8",
3491
+ "swc_common 0.27.11",
3492
+ "swc_html_ast 0.24.7",
3493
+ "swc_html_codegen_macros",
3494
+ "swc_html_utils 0.12.5",
3495
+ ]
3496
+
3497
+ [[package]]
3498
+ name = "swc_html_codegen_macros"
3499
+ version = "0.2.0"
3500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3501
+ checksum = "3ee1e81b3e4da7ef4277d5d48a7f156d0881e26dd36ce9679368cc2035979944"
3502
+ dependencies = [
3503
+ "pmutil",
3504
+ "proc-macro2",
3505
+ "quote",
3506
+ "swc_macros_common",
3507
+ "syn",
3508
+ ]
3509
+
3510
+ [[package]]
3511
+ name = "swc_html_minifier"
3512
+ version = "0.46.0"
3513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3514
+ checksum = "0cb3d6fa41433c9377ef3ff6870d442f590debe78763a25e211db880d59698d0"
3515
+ dependencies = [
3516
+ "once_cell",
3517
+ "serde",
3518
+ "serde_json",
3519
+ "swc_atoms 0.2.13",
3520
+ "swc_cached 0.1.1",
3521
+ "swc_common 0.24.3",
3522
+ "swc_css_ast 0.100.0",
3523
+ "swc_css_codegen 0.110.0",
3524
+ "swc_css_minifier",
3525
+ "swc_css_parser 0.109.0",
3526
+ "swc_ecma_ast 0.86.0",
3527
+ "swc_ecma_codegen 0.117.0",
3528
+ "swc_ecma_minifier 0.139.0",
3529
+ "swc_ecma_parser 0.113.0",
3530
+ "swc_ecma_transforms_base 0.99.0",
3531
+ "swc_ecma_visit 0.72.0",
3532
+ "swc_html_ast 0.21.0",
3533
+ "swc_html_codegen 0.28.0",
3534
+ "swc_html_parser 0.25.0",
3535
+ "swc_html_utils 0.8.0",
3536
+ "swc_html_visit 0.21.0",
3537
+ ]
3538
+
3539
+ [[package]]
3540
+ name = "swc_html_parser"
3541
+ version = "0.25.0"
3542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3543
+ checksum = "3d1eb551ef66324252f5a9da112c8a9b2119957efba916169e85e98448cc0698"
3544
+ dependencies = [
3545
+ "swc_atoms 0.2.13",
3546
+ "swc_common 0.24.3",
3547
+ "swc_html_ast 0.21.0",
3548
+ "swc_html_utils 0.8.0",
3549
+ ]
3550
+
3551
+ [[package]]
3552
+ name = "swc_html_parser"
3553
+ version = "0.29.4"
3554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3555
+ checksum = "038158aa89863cd803b6ef5f6638c784a2bf454bd175c7f36e7f48c8ff352db5"
3556
+ dependencies = [
3557
+ "swc_atoms 0.4.8",
3558
+ "swc_common 0.27.11",
3559
+ "swc_html_ast 0.24.7",
3560
+ "swc_html_utils 0.12.5",
3561
+ ]
3562
+
3563
+ [[package]]
3564
+ name = "swc_html_utils"
3565
+ version = "0.8.0"
3566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3567
+ checksum = "b7108bbe6d2f1684dddb8189ecfcb615f73ff9867a5e52170bc5d672afd9f981"
3568
+ dependencies = [
3569
+ "once_cell",
3570
+ "serde",
3571
+ "serde_json",
3572
+ "swc_common 0.24.3",
3573
+ ]
3574
+
3575
+ [[package]]
3576
+ name = "swc_html_utils"
3577
+ version = "0.12.5"
3578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3579
+ checksum = "b7622f407cd6bd976c9646898511c95352a1767cdd34ed1363858b5b2551b4d5"
3580
+ dependencies = [
3581
+ "once_cell",
3582
+ "serde",
3583
+ "serde_json",
3584
+ "swc_common 0.27.11",
3585
+ ]
3586
+
3587
+ [[package]]
3588
+ name = "swc_html_visit"
3589
+ version = "0.21.0"
3590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3591
+ checksum = "1fb7e7c8aba3c389831452a4ed678fe1ad26309c3460421fff62a382841e3c77"
3592
+ dependencies = [
3593
+ "serde",
3594
+ "swc_atoms 0.2.13",
3595
+ "swc_common 0.24.3",
3596
+ "swc_html_ast 0.21.0",
3597
+ "swc_visit",
3598
+ ]
3599
+
3600
+ [[package]]
3601
+ name = "swc_html_visit"
3602
+ version = "0.24.4"
3603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3604
+ checksum = "d733b7efac060a7dbb541b5c08ec942b45257036177d459a5e51ec3b8fe3a95d"
3605
+ dependencies = [
3606
+ "serde",
3607
+ "swc_atoms 0.4.8",
3608
+ "swc_common 0.27.11",
3609
+ "swc_html_ast 0.24.7",
3610
+ "swc_visit",
3611
+ ]
3612
+
3613
+ [[package]]
3614
+ name = "swc_macros_common"
3615
+ version = "0.3.6"
3616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3617
+ checksum = "a4be988307882648d9bc7c71a6a73322b7520ef0211e920489a98f8391d8caa2"
3618
+ dependencies = [
3619
+ "pmutil",
3620
+ "proc-macro2",
3621
+ "quote",
3622
+ "syn",
3623
+ ]
3624
+
3625
+ [[package]]
3626
+ name = "swc_node_comments"
3627
+ version = "0.14.4"
3628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3629
+ checksum = "809a8d29020a11b0171f033110c9d0bd260b8797429f9e26672afd8353a14cce"
3630
+ dependencies = [
3631
+ "ahash",
3632
+ "dashmap",
3633
+ "swc_atoms 0.4.8",
3634
+ "swc_common 0.27.11",
3635
+ ]
3636
+
3637
+ [[package]]
3638
+ name = "swc_timer"
3639
+ version = "0.12.0"
3640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3641
+ checksum = "dd1f04bddb1be850c877daa7de8ecb7c3eaacc48e5d3301439de95dc79422e05"
3642
+ dependencies = [
3643
+ "tracing",
3644
+ ]
3645
+
3646
+ [[package]]
3647
+ name = "swc_timer"
3648
+ version = "0.15.4"
3649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3650
+ checksum = "f94c875f92763879d638174414a94762cd8f865d237ad75b34094c18395bc796"
3651
+ dependencies = [
3652
+ "tracing",
3653
+ ]
3654
+
3655
+ [[package]]
3656
+ name = "swc_trace_macro"
3657
+ version = "0.1.2"
3658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3659
+ checksum = "a4795c8d23e0de62eef9cac0a20ae52429ee2ffc719768e838490f195b7d7267"
3660
+ dependencies = [
3661
+ "proc-macro2",
3662
+ "quote",
3663
+ "syn",
3664
+ ]
3665
+
3666
+ [[package]]
3667
+ name = "swc_visit"
3668
+ version = "0.5.2"
3669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3670
+ checksum = "b754ef01f2614eb469fd5215789bfd319566a3bf1033056d7a7bfb5a3c9a69f5"
3671
+ dependencies = [
3672
+ "either",
3673
+ "swc_visit_macros",
3674
+ ]
3675
+
3676
+ [[package]]
3677
+ name = "swc_visit_macros"
3678
+ version = "0.5.3"
3679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3680
+ checksum = "c230bcd129d1fbcd1decd8b43cccd613fda11c895f7c04d6c966231dbc1959af"
3681
+ dependencies = [
3682
+ "Inflector",
3683
+ "pmutil",
3684
+ "proc-macro2",
3685
+ "quote",
3686
+ "swc_macros_common",
3687
+ "syn",
3688
+ ]
3689
+
3690
+ [[package]]
3691
+ name = "syn"
3692
+ version = "1.0.99"
3693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3694
+ checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
3695
+ dependencies = [
3696
+ "proc-macro2",
3697
+ "quote",
3698
+ "unicode-ident",
3699
+ ]
3700
+
3701
+ [[package]]
3702
+ name = "tempfile"
3703
+ version = "3.3.0"
3704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3705
+ checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
3706
+ dependencies = [
3707
+ "cfg-if",
3708
+ "fastrand",
3709
+ "libc",
3710
+ "redox_syscall",
3711
+ "remove_dir_all",
3712
+ "winapi",
3713
+ ]
3714
+
3715
+ [[package]]
3716
+ name = "termcolor"
3717
+ version = "1.1.3"
3718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3719
+ checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
3720
+ dependencies = [
3721
+ "winapi-util",
3722
+ ]
3723
+
3724
+ [[package]]
3725
+ name = "terminal_size"
3726
+ version = "0.1.17"
3727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3728
+ checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
3729
+ dependencies = [
3730
+ "libc",
3731
+ "winapi",
3732
+ ]
3733
+
3734
+ [[package]]
3735
+ name = "testing_macros"
3736
+ version = "0.2.7"
3737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3738
+ checksum = "e74ff09d2d4d4b7ea140ff67eb7ed8fd35a708e2c327bcde5a25707d66840099"
3739
+ dependencies = [
3740
+ "anyhow",
3741
+ "glob",
3742
+ "once_cell",
3743
+ "pmutil",
3744
+ "proc-macro2",
3745
+ "quote",
3746
+ "regex",
3747
+ "relative-path",
3748
+ "syn",
3749
+ ]
3750
+
3751
+ [[package]]
3752
+ name = "textwrap"
3753
+ version = "0.15.0"
3754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3755
+ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
3756
+ dependencies = [
3757
+ "smawk",
3758
+ "unicode-linebreak",
3759
+ "unicode-width",
3760
+ ]
3761
+
3762
+ [[package]]
3763
+ name = "thiserror"
3764
+ version = "1.0.32"
3765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3766
+ checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
3767
+ dependencies = [
3768
+ "thiserror-impl",
3769
+ ]
3770
+
3771
+ [[package]]
3772
+ name = "thiserror-impl"
3773
+ version = "1.0.32"
3774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3775
+ checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
3776
+ dependencies = [
3777
+ "proc-macro2",
3778
+ "quote",
3779
+ "syn",
3780
+ ]
3781
+
3782
+ [[package]]
3783
+ name = "thread_local"
3784
+ version = "1.1.4"
3785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3786
+ checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
3787
+ dependencies = [
3788
+ "once_cell",
3789
+ ]
3790
+
3791
+ [[package]]
3792
+ name = "time"
3793
+ version = "0.1.44"
3794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3795
+ checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
3796
+ dependencies = [
3797
+ "libc",
3798
+ "wasi 0.10.0+wasi-snapshot-preview1",
3799
+ "winapi",
3800
+ ]
3801
+
3802
+ [[package]]
3803
+ name = "tinyvec"
3804
+ version = "1.6.0"
3805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3806
+ checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3807
+ dependencies = [
3808
+ "tinyvec_macros",
3809
+ ]
3810
+
3811
+ [[package]]
3812
+ name = "tinyvec_macros"
3813
+ version = "0.1.0"
3814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3815
+ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
3816
+
3817
+ [[package]]
3818
+ name = "tokio"
3819
+ version = "1.20.1"
3820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3821
+ checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
3822
+ dependencies = [
3823
+ "autocfg",
3824
+ "bytes",
3825
+ "libc",
3826
+ "memchr",
3827
+ "mio",
3828
+ "num_cpus",
3829
+ "once_cell",
3830
+ "parking_lot",
3831
+ "pin-project-lite",
3832
+ "signal-hook-registry",
3833
+ "socket2",
3834
+ "tokio-macros",
3835
+ "winapi",
3836
+ ]
3837
+
3838
+ [[package]]
3839
+ name = "tokio-macros"
3840
+ version = "1.8.0"
3841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3842
+ checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
3843
+ dependencies = [
3844
+ "proc-macro2",
3845
+ "quote",
3846
+ "syn",
3847
+ ]
3848
+
3849
+ [[package]]
3850
+ name = "tokio-stream"
3851
+ version = "0.1.9"
3852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3853
+ checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
3854
+ dependencies = [
3855
+ "futures-core",
3856
+ "pin-project-lite",
3857
+ "tokio",
3858
+ ]
3859
+
3860
+ [[package]]
3861
+ name = "tokio-tungstenite"
3862
+ version = "0.15.0"
3863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3864
+ checksum = "511de3f85caf1c98983545490c3d09685fa8eb634e57eec22bb4db271f46cbd8"
3865
+ dependencies = [
3866
+ "futures-util",
3867
+ "log",
3868
+ "pin-project",
3869
+ "tokio",
3870
+ "tungstenite",
3871
+ ]
3872
+
3873
+ [[package]]
3874
+ name = "tokio-util"
3875
+ version = "0.6.10"
3876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3877
+ checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
3878
+ dependencies = [
3879
+ "bytes",
3880
+ "futures-core",
3881
+ "futures-sink",
3882
+ "log",
3883
+ "pin-project-lite",
3884
+ "tokio",
3885
+ ]
3886
+
3887
+ [[package]]
3888
+ name = "tokio-util"
3889
+ version = "0.7.3"
3890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3891
+ checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
3892
+ dependencies = [
3893
+ "bytes",
3894
+ "futures-core",
3895
+ "futures-sink",
3896
+ "pin-project-lite",
3897
+ "tokio",
3898
+ "tracing",
3899
+ ]
3900
+
3901
+ [[package]]
3902
+ name = "tower-service"
3903
+ version = "0.3.2"
3904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3905
+ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3906
+
3907
+ [[package]]
3908
+ name = "tracing"
3909
+ version = "0.1.36"
3910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3911
+ checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
3912
+ dependencies = [
3913
+ "cfg-if",
3914
+ "log",
3915
+ "pin-project-lite",
3916
+ "tracing-attributes",
3917
+ "tracing-core",
3918
+ ]
3919
+
3920
+ [[package]]
3921
+ name = "tracing-attributes"
3922
+ version = "0.1.22"
3923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3924
+ checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
3925
+ dependencies = [
3926
+ "proc-macro2",
3927
+ "quote",
3928
+ "syn",
3929
+ ]
3930
+
3931
+ [[package]]
3932
+ name = "tracing-chrome"
3933
+ version = "0.6.0"
3934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3935
+ checksum = "d1ac1f6a3a47e9c755e65ef974653c978da2246487a16044a8ee1d9a0a67257c"
3936
+ dependencies = [
3937
+ "crossbeam",
3938
+ "json",
3939
+ "tracing",
3940
+ "tracing-subscriber",
3941
+ ]
3942
+
3943
+ [[package]]
3944
+ name = "tracing-core"
3945
+ version = "0.1.29"
3946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3947
+ checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
3948
+ dependencies = [
3949
+ "once_cell",
3950
+ "valuable",
3951
+ ]
3952
+
3953
+ [[package]]
3954
+ name = "tracing-log"
3955
+ version = "0.1.3"
3956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3957
+ checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
3958
+ dependencies = [
3959
+ "lazy_static",
3960
+ "log",
3961
+ "tracing-core",
3962
+ ]
3963
+
3964
+ [[package]]
3965
+ name = "tracing-subscriber"
3966
+ version = "0.3.15"
3967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3968
+ checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b"
3969
+ dependencies = [
3970
+ "ansi_term",
3971
+ "matchers",
3972
+ "once_cell",
3973
+ "regex",
3974
+ "sharded-slab",
3975
+ "smallvec",
3976
+ "thread_local",
3977
+ "tracing",
3978
+ "tracing-core",
3979
+ "tracing-log",
3980
+ ]
3981
+
3982
+ [[package]]
3983
+ name = "try-lock"
3984
+ version = "0.2.3"
3985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3986
+ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
3987
+
3988
+ [[package]]
3989
+ name = "tungstenite"
3990
+ version = "0.14.0"
3991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3992
+ checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5"
3993
+ dependencies = [
3994
+ "base64",
3995
+ "byteorder",
3996
+ "bytes",
3997
+ "http",
3998
+ "httparse",
3999
+ "log",
4000
+ "rand",
4001
+ "sha-1 0.9.8",
4002
+ "thiserror",
4003
+ "url",
4004
+ "utf-8",
4005
+ ]
4006
+
4007
+ [[package]]
4008
+ name = "twoway"
4009
+ version = "0.1.8"
4010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4011
+ checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
4012
+ dependencies = [
4013
+ "memchr",
4014
+ ]
4015
+
4016
+ [[package]]
4017
+ name = "typed-arena"
4018
+ version = "2.0.1"
4019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4020
+ checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
4021
+
4022
+ [[package]]
4023
+ name = "typenum"
4024
+ version = "1.15.0"
4025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4026
+ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
4027
+
4028
+ [[package]]
4029
+ name = "unicase"
4030
+ version = "2.6.0"
4031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4032
+ checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
4033
+ dependencies = [
4034
+ "version_check",
4035
+ ]
4036
+
4037
+ [[package]]
4038
+ name = "unicode-bidi"
4039
+ version = "0.3.8"
4040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4041
+ checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
4042
+
4043
+ [[package]]
4044
+ name = "unicode-id"
4045
+ version = "0.3.2"
4046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4047
+ checksum = "69fe8d9274f490a36442acb4edfd0c4e473fdfc6a8b5cd32f28a0235761aedbe"
4048
+
4049
+ [[package]]
4050
+ name = "unicode-ident"
4051
+ version = "1.0.3"
4052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4053
+ checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
4054
+
4055
+ [[package]]
4056
+ name = "unicode-linebreak"
4057
+ version = "0.1.2"
4058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4059
+ checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f"
4060
+ dependencies = [
4061
+ "regex",
4062
+ ]
4063
+
4064
+ [[package]]
4065
+ name = "unicode-normalization"
4066
+ version = "0.1.21"
4067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4068
+ checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
4069
+ dependencies = [
4070
+ "tinyvec",
4071
+ ]
4072
+
4073
+ [[package]]
4074
+ name = "unicode-width"
4075
+ version = "0.1.9"
4076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4077
+ checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
4078
+
4079
+ [[package]]
4080
+ name = "unreachable"
4081
+ version = "0.1.1"
4082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4083
+ checksum = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
4084
+ dependencies = [
4085
+ "void",
4086
+ ]
4087
+
4088
+ [[package]]
4089
+ name = "url"
4090
+ version = "2.2.2"
4091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4092
+ checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
4093
+ dependencies = [
4094
+ "form_urlencoded",
4095
+ "idna",
4096
+ "matches",
4097
+ "percent-encoding",
4098
+ "serde",
4099
+ ]
4100
+
4101
+ [[package]]
4102
+ name = "urlencoding"
4103
+ version = "2.1.0"
4104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4105
+ checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
4106
+
4107
+ [[package]]
4108
+ name = "utf-8"
4109
+ version = "0.7.6"
4110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4111
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4112
+
4113
+ [[package]]
4114
+ name = "valuable"
4115
+ version = "0.1.0"
4116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4117
+ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
4118
+
4119
+ [[package]]
4120
+ name = "version_check"
4121
+ version = "0.9.4"
4122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4123
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4124
+
4125
+ [[package]]
4126
+ name = "void"
4127
+ version = "1.0.2"
4128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4129
+ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
4130
+
4131
+ [[package]]
4132
+ name = "want"
4133
+ version = "0.3.0"
4134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4135
+ checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
4136
+ dependencies = [
4137
+ "log",
4138
+ "try-lock",
4139
+ ]
4140
+
4141
+ [[package]]
4142
+ name = "warp"
4143
+ version = "0.3.2"
4144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4145
+ checksum = "3cef4e1e9114a4b7f1ac799f16ce71c14de5778500c5450ec6b7b920c55b587e"
4146
+ dependencies = [
4147
+ "bytes",
4148
+ "futures-channel",
4149
+ "futures-util",
4150
+ "headers",
4151
+ "http",
4152
+ "hyper",
4153
+ "log",
4154
+ "mime",
4155
+ "mime_guess",
4156
+ "multipart",
4157
+ "percent-encoding",
4158
+ "pin-project",
4159
+ "scoped-tls",
4160
+ "serde",
4161
+ "serde_json",
4162
+ "serde_urlencoded",
4163
+ "tokio",
4164
+ "tokio-stream",
4165
+ "tokio-tungstenite",
4166
+ "tokio-util 0.6.10",
4167
+ "tower-service",
4168
+ "tracing",
4169
+ ]
4170
+
4171
+ [[package]]
4172
+ name = "wasi"
4173
+ version = "0.10.0+wasi-snapshot-preview1"
4174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4175
+ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
4176
+
4177
+ [[package]]
4178
+ name = "wasi"
4179
+ version = "0.11.0+wasi-snapshot-preview1"
4180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4181
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4182
+
4183
+ [[package]]
4184
+ name = "wasm-bindgen"
4185
+ version = "0.2.82"
4186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4187
+ checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
4188
+ dependencies = [
4189
+ "cfg-if",
4190
+ "serde",
4191
+ "serde_json",
4192
+ "wasm-bindgen-macro",
4193
+ ]
4194
+
4195
+ [[package]]
4196
+ name = "wasm-bindgen-backend"
4197
+ version = "0.2.82"
4198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4199
+ checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
4200
+ dependencies = [
4201
+ "bumpalo",
4202
+ "log",
4203
+ "once_cell",
4204
+ "proc-macro2",
4205
+ "quote",
4206
+ "syn",
4207
+ "wasm-bindgen-shared",
4208
+ ]
4209
+
4210
+ [[package]]
4211
+ name = "wasm-bindgen-macro"
4212
+ version = "0.2.82"
4213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4214
+ checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
4215
+ dependencies = [
4216
+ "quote",
4217
+ "wasm-bindgen-macro-support",
4218
+ ]
4219
+
4220
+ [[package]]
4221
+ name = "wasm-bindgen-macro-support"
4222
+ version = "0.2.82"
4223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4224
+ checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
4225
+ dependencies = [
4226
+ "proc-macro2",
4227
+ "quote",
4228
+ "syn",
4229
+ "wasm-bindgen-backend",
4230
+ "wasm-bindgen-shared",
4231
+ ]
4232
+
4233
+ [[package]]
4234
+ name = "wasm-bindgen-shared"
4235
+ version = "0.2.82"
4236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4237
+ checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
4238
+
4239
+ [[package]]
4240
+ name = "which"
4241
+ version = "4.2.5"
4242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4243
+ checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
4244
+ dependencies = [
4245
+ "either",
4246
+ "lazy_static",
4247
+ "libc",
4248
+ ]
4249
+
4250
+ [[package]]
4251
+ name = "winapi"
4252
+ version = "0.3.9"
4253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4254
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4255
+ dependencies = [
4256
+ "winapi-i686-pc-windows-gnu",
4257
+ "winapi-x86_64-pc-windows-gnu",
4258
+ ]
4259
+
4260
+ [[package]]
4261
+ name = "winapi-i686-pc-windows-gnu"
4262
+ version = "0.4.0"
4263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4264
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4265
+
4266
+ [[package]]
4267
+ name = "winapi-util"
4268
+ version = "0.1.5"
4269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4270
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
4271
+ dependencies = [
4272
+ "winapi",
4273
+ ]
4274
+
4275
+ [[package]]
4276
+ name = "winapi-x86_64-pc-windows-gnu"
4277
+ version = "0.4.0"
4278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4279
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4280
+
4281
+ [[package]]
4282
+ name = "windows-sys"
4283
+ version = "0.36.1"
4284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4285
+ checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
4286
+ dependencies = [
4287
+ "windows_aarch64_msvc",
4288
+ "windows_i686_gnu",
4289
+ "windows_i686_msvc",
4290
+ "windows_x86_64_gnu",
4291
+ "windows_x86_64_msvc",
4292
+ ]
4293
+
4294
+ [[package]]
4295
+ name = "windows_aarch64_msvc"
4296
+ version = "0.36.1"
4297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4298
+ checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
4299
+
4300
+ [[package]]
4301
+ name = "windows_i686_gnu"
4302
+ version = "0.36.1"
4303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4304
+ checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
4305
+
4306
+ [[package]]
4307
+ name = "windows_i686_msvc"
4308
+ version = "0.36.1"
4309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4310
+ checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
4311
+
4312
+ [[package]]
4313
+ name = "windows_x86_64_gnu"
4314
+ version = "0.36.1"
4315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4316
+ checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
4317
+
4318
+ [[package]]
4319
+ name = "windows_x86_64_msvc"
4320
+ version = "0.36.1"
4321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4322
+ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"