eitri-cli 1.9.0-beta.9 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/bitbucket-pipelines.yml +146 -33
  2. package/boilerplate/mini-app-cafe-madeira.zip +0 -0
  3. package/config/dev.js +3 -2
  4. package/eitri-cli-v2/Cargo.toml +24 -8
  5. package/eitri-cli-v2/build.rs +5 -0
  6. package/eitri-cli-v2/eitri-cli-v2.darwin-arm64.node +0 -0
  7. package/eitri-cli-v2/eitri-cli-v2.darwin-x64.node +0 -0
  8. package/eitri-cli-v2/eitri-cli-v2.linux-x64-gnu.node +0 -0
  9. package/eitri-cli-v2/eitri-cli-v2.win32-x64-msvc.node +0 -0
  10. package/eitri-cli-v2/index.d.ts +6 -0
  11. package/eitri-cli-v2/index.js +300 -2
  12. package/eitri-cli-v2/package-lock.json +0 -1
  13. package/eitri-cli-v2/package.json +28 -14
  14. package/eitri-cli-v2/src/commands/publish.rs +29 -61
  15. package/eitri-cli-v2/src/infra/mod.rs +0 -1
  16. package/eitri-cli-v2/src/lib.rs +7 -31
  17. package/eitri-cli-v2/src/services/eitri_manager.rs +2 -2
  18. package/eitri-cli-v2/src/services/workspace.rs +13 -10
  19. package/index.js +2 -1
  20. package/install-dev.bat +1 -1
  21. package/install-dev.sh +1 -1
  22. package/package.json +1 -1
  23. package/src/cmd/create.js +6 -4
  24. package/test/Executor.js +21 -7
  25. package/test/Helper.js +2 -0
  26. package/test/e2e/cli.test.js +255 -101
  27. package/eitri-cli-v2/Cargo.lock +0 -2512
  28. package/eitri-cli-v2/index.unix.node +0 -0
  29. package/eitri-cli-v2/index.win32.node +0 -0
  30. package/eitri-cli-v2/node_modules/.yarn-integrity +0 -16
  31. package/eitri-cli-v2/node_modules/cargo-cp-artifact/LICENSE +0 -21
  32. package/eitri-cli-v2/node_modules/cargo-cp-artifact/README.md +0 -93
  33. package/eitri-cli-v2/node_modules/cargo-cp-artifact/bin/cargo-cp-artifact.js +0 -6
  34. package/eitri-cli-v2/node_modules/cargo-cp-artifact/package.json +0 -34
  35. package/eitri-cli-v2/node_modules/cargo-cp-artifact/src/args.js +0 -131
  36. package/eitri-cli-v2/node_modules/cargo-cp-artifact/src/index.js +0 -164
  37. package/eitri-cli-v2/src/infra/async_runtime.rs +0 -9
  38. package/eitri-cli-v2/yarn.lock +0 -8
@@ -1,2512 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 3
4
-
5
- [[package]]
6
- name = "addr2line"
7
- version = "0.21.0"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10
- dependencies = [
11
- "gimli",
12
- ]
13
-
14
- [[package]]
15
- name = "adler"
16
- version = "1.0.2"
17
- source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
-
20
- [[package]]
21
- name = "aho-corasick"
22
- version = "1.1.2"
23
- source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
25
- dependencies = [
26
- "memchr",
27
- ]
28
-
29
- [[package]]
30
- name = "android-tzdata"
31
- version = "0.1.1"
32
- source = "registry+https://github.com/rust-lang/crates.io-index"
33
- checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
34
-
35
- [[package]]
36
- name = "android_system_properties"
37
- version = "0.1.5"
38
- source = "registry+https://github.com/rust-lang/crates.io-index"
39
- checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40
- dependencies = [
41
- "libc",
42
- ]
43
-
44
- [[package]]
45
- name = "ascii-canvas"
46
- version = "3.0.0"
47
- source = "registry+https://github.com/rust-lang/crates.io-index"
48
- checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
49
- dependencies = [
50
- "term",
51
- ]
52
-
53
- [[package]]
54
- name = "assert-json-diff"
55
- version = "2.0.2"
56
- source = "registry+https://github.com/rust-lang/crates.io-index"
57
- checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
58
- dependencies = [
59
- "serde",
60
- "serde_json",
61
- ]
62
-
63
- [[package]]
64
- name = "async-attributes"
65
- version = "1.1.2"
66
- source = "registry+https://github.com/rust-lang/crates.io-index"
67
- checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
68
- dependencies = [
69
- "quote",
70
- "syn 1.0.109",
71
- ]
72
-
73
- [[package]]
74
- name = "async-channel"
75
- version = "1.9.0"
76
- source = "registry+https://github.com/rust-lang/crates.io-index"
77
- checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
78
- dependencies = [
79
- "concurrent-queue",
80
- "event-listener 2.5.3",
81
- "futures-core",
82
- ]
83
-
84
- [[package]]
85
- name = "async-channel"
86
- version = "2.2.0"
87
- source = "registry+https://github.com/rust-lang/crates.io-index"
88
- checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
89
- dependencies = [
90
- "concurrent-queue",
91
- "event-listener 5.2.0",
92
- "event-listener-strategy 0.5.0",
93
- "futures-core",
94
- "pin-project-lite",
95
- ]
96
-
97
- [[package]]
98
- name = "async-executor"
99
- version = "1.8.0"
100
- source = "registry+https://github.com/rust-lang/crates.io-index"
101
- checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
102
- dependencies = [
103
- "async-lock 3.3.0",
104
- "async-task",
105
- "concurrent-queue",
106
- "fastrand 2.0.1",
107
- "futures-lite 2.2.0",
108
- "slab",
109
- ]
110
-
111
- [[package]]
112
- name = "async-global-executor"
113
- version = "2.4.1"
114
- source = "registry+https://github.com/rust-lang/crates.io-index"
115
- checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
116
- dependencies = [
117
- "async-channel 2.2.0",
118
- "async-executor",
119
- "async-io 2.3.1",
120
- "async-lock 3.3.0",
121
- "blocking",
122
- "futures-lite 2.2.0",
123
- "once_cell",
124
- ]
125
-
126
- [[package]]
127
- name = "async-io"
128
- version = "1.13.0"
129
- source = "registry+https://github.com/rust-lang/crates.io-index"
130
- checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
131
- dependencies = [
132
- "async-lock 2.8.0",
133
- "autocfg",
134
- "cfg-if",
135
- "concurrent-queue",
136
- "futures-lite 1.13.0",
137
- "log",
138
- "parking",
139
- "polling 2.8.0",
140
- "rustix 0.37.27",
141
- "slab",
142
- "socket2 0.4.10",
143
- "waker-fn",
144
- ]
145
-
146
- [[package]]
147
- name = "async-io"
148
- version = "2.3.1"
149
- source = "registry+https://github.com/rust-lang/crates.io-index"
150
- checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
151
- dependencies = [
152
- "async-lock 3.3.0",
153
- "cfg-if",
154
- "concurrent-queue",
155
- "futures-io",
156
- "futures-lite 2.2.0",
157
- "parking",
158
- "polling 3.5.0",
159
- "rustix 0.38.31",
160
- "slab",
161
- "tracing",
162
- "windows-sys 0.52.0",
163
- ]
164
-
165
- [[package]]
166
- name = "async-lock"
167
- version = "2.8.0"
168
- source = "registry+https://github.com/rust-lang/crates.io-index"
169
- checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
170
- dependencies = [
171
- "event-listener 2.5.3",
172
- ]
173
-
174
- [[package]]
175
- name = "async-lock"
176
- version = "3.3.0"
177
- source = "registry+https://github.com/rust-lang/crates.io-index"
178
- checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
179
- dependencies = [
180
- "event-listener 4.0.3",
181
- "event-listener-strategy 0.4.0",
182
- "pin-project-lite",
183
- ]
184
-
185
- [[package]]
186
- name = "async-object-pool"
187
- version = "0.1.4"
188
- source = "registry+https://github.com/rust-lang/crates.io-index"
189
- checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc"
190
- dependencies = [
191
- "async-std",
192
- ]
193
-
194
- [[package]]
195
- name = "async-process"
196
- version = "1.8.1"
197
- source = "registry+https://github.com/rust-lang/crates.io-index"
198
- checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
199
- dependencies = [
200
- "async-io 1.13.0",
201
- "async-lock 2.8.0",
202
- "async-signal",
203
- "blocking",
204
- "cfg-if",
205
- "event-listener 3.1.0",
206
- "futures-lite 1.13.0",
207
- "rustix 0.38.31",
208
- "windows-sys 0.48.0",
209
- ]
210
-
211
- [[package]]
212
- name = "async-signal"
213
- version = "0.2.5"
214
- source = "registry+https://github.com/rust-lang/crates.io-index"
215
- checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
216
- dependencies = [
217
- "async-io 2.3.1",
218
- "async-lock 2.8.0",
219
- "atomic-waker",
220
- "cfg-if",
221
- "futures-core",
222
- "futures-io",
223
- "rustix 0.38.31",
224
- "signal-hook-registry",
225
- "slab",
226
- "windows-sys 0.48.0",
227
- ]
228
-
229
- [[package]]
230
- name = "async-std"
231
- version = "1.12.0"
232
- source = "registry+https://github.com/rust-lang/crates.io-index"
233
- checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
234
- dependencies = [
235
- "async-attributes",
236
- "async-channel 1.9.0",
237
- "async-global-executor",
238
- "async-io 1.13.0",
239
- "async-lock 2.8.0",
240
- "async-process",
241
- "crossbeam-utils",
242
- "futures-channel",
243
- "futures-core",
244
- "futures-io",
245
- "futures-lite 1.13.0",
246
- "gloo-timers",
247
- "kv-log-macro",
248
- "log",
249
- "memchr",
250
- "once_cell",
251
- "pin-project-lite",
252
- "pin-utils",
253
- "slab",
254
- "wasm-bindgen-futures",
255
- ]
256
-
257
- [[package]]
258
- name = "async-task"
259
- version = "4.7.0"
260
- source = "registry+https://github.com/rust-lang/crates.io-index"
261
- checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
262
-
263
- [[package]]
264
- name = "async-trait"
265
- version = "0.1.77"
266
- source = "registry+https://github.com/rust-lang/crates.io-index"
267
- checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
268
- dependencies = [
269
- "proc-macro2",
270
- "quote",
271
- "syn 2.0.52",
272
- ]
273
-
274
- [[package]]
275
- name = "atomic-waker"
276
- version = "1.1.2"
277
- source = "registry+https://github.com/rust-lang/crates.io-index"
278
- checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
279
-
280
- [[package]]
281
- name = "autocfg"
282
- version = "1.1.0"
283
- source = "registry+https://github.com/rust-lang/crates.io-index"
284
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
285
-
286
- [[package]]
287
- name = "backtrace"
288
- version = "0.3.69"
289
- source = "registry+https://github.com/rust-lang/crates.io-index"
290
- checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
291
- dependencies = [
292
- "addr2line",
293
- "cc",
294
- "cfg-if",
295
- "libc",
296
- "miniz_oxide",
297
- "object",
298
- "rustc-demangle",
299
- ]
300
-
301
- [[package]]
302
- name = "base64"
303
- version = "0.21.7"
304
- source = "registry+https://github.com/rust-lang/crates.io-index"
305
- checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
306
-
307
- [[package]]
308
- name = "basic-cookies"
309
- version = "0.1.5"
310
- source = "registry+https://github.com/rust-lang/crates.io-index"
311
- checksum = "67bd8fd42c16bdb08688243dc5f0cc117a3ca9efeeaba3a345a18a6159ad96f7"
312
- dependencies = [
313
- "lalrpop",
314
- "lalrpop-util",
315
- "regex",
316
- ]
317
-
318
- [[package]]
319
- name = "bit-set"
320
- version = "0.5.3"
321
- source = "registry+https://github.com/rust-lang/crates.io-index"
322
- checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
323
- dependencies = [
324
- "bit-vec",
325
- ]
326
-
327
- [[package]]
328
- name = "bit-vec"
329
- version = "0.6.3"
330
- source = "registry+https://github.com/rust-lang/crates.io-index"
331
- checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
332
-
333
- [[package]]
334
- name = "bitflags"
335
- version = "1.3.2"
336
- source = "registry+https://github.com/rust-lang/crates.io-index"
337
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
338
-
339
- [[package]]
340
- name = "bitflags"
341
- version = "2.4.2"
342
- source = "registry+https://github.com/rust-lang/crates.io-index"
343
- checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
344
-
345
- [[package]]
346
- name = "blocking"
347
- version = "1.5.1"
348
- source = "registry+https://github.com/rust-lang/crates.io-index"
349
- checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
350
- dependencies = [
351
- "async-channel 2.2.0",
352
- "async-lock 3.3.0",
353
- "async-task",
354
- "fastrand 2.0.1",
355
- "futures-io",
356
- "futures-lite 2.2.0",
357
- "piper",
358
- "tracing",
359
- ]
360
-
361
- [[package]]
362
- name = "bumpalo"
363
- version = "3.15.3"
364
- source = "registry+https://github.com/rust-lang/crates.io-index"
365
- checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
366
-
367
- [[package]]
368
- name = "bytes"
369
- version = "1.5.0"
370
- source = "registry+https://github.com/rust-lang/crates.io-index"
371
- checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
372
-
373
- [[package]]
374
- name = "cc"
375
- version = "1.0.90"
376
- source = "registry+https://github.com/rust-lang/crates.io-index"
377
- checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
378
-
379
- [[package]]
380
- name = "cfg-if"
381
- version = "1.0.0"
382
- source = "registry+https://github.com/rust-lang/crates.io-index"
383
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
384
-
385
- [[package]]
386
- name = "chrono"
387
- version = "0.4.35"
388
- source = "registry+https://github.com/rust-lang/crates.io-index"
389
- checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
390
- dependencies = [
391
- "android-tzdata",
392
- "iana-time-zone",
393
- "num-traits",
394
- "serde",
395
- "windows-targets 0.52.4",
396
- ]
397
-
398
- [[package]]
399
- name = "concurrent-queue"
400
- version = "2.4.0"
401
- source = "registry+https://github.com/rust-lang/crates.io-index"
402
- checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
403
- dependencies = [
404
- "crossbeam-utils",
405
- ]
406
-
407
- [[package]]
408
- name = "cookie"
409
- version = "0.17.0"
410
- source = "registry+https://github.com/rust-lang/crates.io-index"
411
- checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
412
- dependencies = [
413
- "percent-encoding",
414
- "time",
415
- "version_check",
416
- ]
417
-
418
- [[package]]
419
- name = "cookie_store"
420
- version = "0.20.0"
421
- source = "registry+https://github.com/rust-lang/crates.io-index"
422
- checksum = "387461abbc748185c3a6e1673d826918b450b87ff22639429c694619a83b6cf6"
423
- dependencies = [
424
- "cookie",
425
- "idna 0.3.0",
426
- "log",
427
- "publicsuffix",
428
- "serde",
429
- "serde_derive",
430
- "serde_json",
431
- "time",
432
- "url",
433
- ]
434
-
435
- [[package]]
436
- name = "core-foundation"
437
- version = "0.9.4"
438
- source = "registry+https://github.com/rust-lang/crates.io-index"
439
- checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
440
- dependencies = [
441
- "core-foundation-sys",
442
- "libc",
443
- ]
444
-
445
- [[package]]
446
- name = "core-foundation-sys"
447
- version = "0.8.6"
448
- source = "registry+https://github.com/rust-lang/crates.io-index"
449
- checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
450
-
451
- [[package]]
452
- name = "crossbeam-utils"
453
- version = "0.8.19"
454
- source = "registry+https://github.com/rust-lang/crates.io-index"
455
- checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
456
-
457
- [[package]]
458
- name = "crunchy"
459
- version = "0.2.2"
460
- source = "registry+https://github.com/rust-lang/crates.io-index"
461
- checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
462
-
463
- [[package]]
464
- name = "deranged"
465
- version = "0.3.11"
466
- source = "registry+https://github.com/rust-lang/crates.io-index"
467
- checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
468
- dependencies = [
469
- "powerfmt",
470
- ]
471
-
472
- [[package]]
473
- name = "dirs-next"
474
- version = "2.0.0"
475
- source = "registry+https://github.com/rust-lang/crates.io-index"
476
- checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
477
- dependencies = [
478
- "cfg-if",
479
- "dirs-sys-next",
480
- ]
481
-
482
- [[package]]
483
- name = "dirs-sys-next"
484
- version = "0.1.2"
485
- source = "registry+https://github.com/rust-lang/crates.io-index"
486
- checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
487
- dependencies = [
488
- "libc",
489
- "redox_users",
490
- "winapi",
491
- ]
492
-
493
- [[package]]
494
- name = "either"
495
- version = "1.10.0"
496
- source = "registry+https://github.com/rust-lang/crates.io-index"
497
- checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
498
-
499
- [[package]]
500
- name = "eitri-cli-v2"
501
- version = "0.1.0"
502
- dependencies = [
503
- "cc",
504
- "homedir",
505
- "httpmock",
506
- "neon",
507
- "once_cell",
508
- "openssl",
509
- "reqwest",
510
- "serde",
511
- "serde_derive",
512
- "serde_json",
513
- "tokio",
514
- ]
515
-
516
- [[package]]
517
- name = "ena"
518
- version = "0.14.2"
519
- source = "registry+https://github.com/rust-lang/crates.io-index"
520
- checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
521
- dependencies = [
522
- "log",
523
- ]
524
-
525
- [[package]]
526
- name = "encoding_rs"
527
- version = "0.8.33"
528
- source = "registry+https://github.com/rust-lang/crates.io-index"
529
- checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
530
- dependencies = [
531
- "cfg-if",
532
- ]
533
-
534
- [[package]]
535
- name = "equivalent"
536
- version = "1.0.1"
537
- source = "registry+https://github.com/rust-lang/crates.io-index"
538
- checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
539
-
540
- [[package]]
541
- name = "errno"
542
- version = "0.3.8"
543
- source = "registry+https://github.com/rust-lang/crates.io-index"
544
- checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
545
- dependencies = [
546
- "libc",
547
- "windows-sys 0.52.0",
548
- ]
549
-
550
- [[package]]
551
- name = "event-listener"
552
- version = "2.5.3"
553
- source = "registry+https://github.com/rust-lang/crates.io-index"
554
- checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
555
-
556
- [[package]]
557
- name = "event-listener"
558
- version = "3.1.0"
559
- source = "registry+https://github.com/rust-lang/crates.io-index"
560
- checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
561
- dependencies = [
562
- "concurrent-queue",
563
- "parking",
564
- "pin-project-lite",
565
- ]
566
-
567
- [[package]]
568
- name = "event-listener"
569
- version = "4.0.3"
570
- source = "registry+https://github.com/rust-lang/crates.io-index"
571
- checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
572
- dependencies = [
573
- "concurrent-queue",
574
- "parking",
575
- "pin-project-lite",
576
- ]
577
-
578
- [[package]]
579
- name = "event-listener"
580
- version = "5.2.0"
581
- source = "registry+https://github.com/rust-lang/crates.io-index"
582
- checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"
583
- dependencies = [
584
- "concurrent-queue",
585
- "parking",
586
- "pin-project-lite",
587
- ]
588
-
589
- [[package]]
590
- name = "event-listener-strategy"
591
- version = "0.4.0"
592
- source = "registry+https://github.com/rust-lang/crates.io-index"
593
- checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
594
- dependencies = [
595
- "event-listener 4.0.3",
596
- "pin-project-lite",
597
- ]
598
-
599
- [[package]]
600
- name = "event-listener-strategy"
601
- version = "0.5.0"
602
- source = "registry+https://github.com/rust-lang/crates.io-index"
603
- checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
604
- dependencies = [
605
- "event-listener 5.2.0",
606
- "pin-project-lite",
607
- ]
608
-
609
- [[package]]
610
- name = "fastrand"
611
- version = "1.9.0"
612
- source = "registry+https://github.com/rust-lang/crates.io-index"
613
- checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
614
- dependencies = [
615
- "instant",
616
- ]
617
-
618
- [[package]]
619
- name = "fastrand"
620
- version = "2.0.1"
621
- source = "registry+https://github.com/rust-lang/crates.io-index"
622
- checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
623
-
624
- [[package]]
625
- name = "fixedbitset"
626
- version = "0.4.2"
627
- source = "registry+https://github.com/rust-lang/crates.io-index"
628
- checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
629
-
630
- [[package]]
631
- name = "fnv"
632
- version = "1.0.7"
633
- source = "registry+https://github.com/rust-lang/crates.io-index"
634
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
635
-
636
- [[package]]
637
- name = "foreign-types"
638
- version = "0.3.2"
639
- source = "registry+https://github.com/rust-lang/crates.io-index"
640
- checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
641
- dependencies = [
642
- "foreign-types-shared",
643
- ]
644
-
645
- [[package]]
646
- name = "foreign-types-shared"
647
- version = "0.1.1"
648
- source = "registry+https://github.com/rust-lang/crates.io-index"
649
- checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
650
-
651
- [[package]]
652
- name = "form_urlencoded"
653
- version = "1.2.1"
654
- source = "registry+https://github.com/rust-lang/crates.io-index"
655
- checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
656
- dependencies = [
657
- "percent-encoding",
658
- ]
659
-
660
- [[package]]
661
- name = "futures"
662
- version = "0.3.30"
663
- source = "registry+https://github.com/rust-lang/crates.io-index"
664
- checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
665
- dependencies = [
666
- "futures-channel",
667
- "futures-core",
668
- "futures-executor",
669
- "futures-io",
670
- "futures-sink",
671
- "futures-task",
672
- "futures-util",
673
- ]
674
-
675
- [[package]]
676
- name = "futures-channel"
677
- version = "0.3.30"
678
- source = "registry+https://github.com/rust-lang/crates.io-index"
679
- checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
680
- dependencies = [
681
- "futures-core",
682
- "futures-sink",
683
- ]
684
-
685
- [[package]]
686
- name = "futures-core"
687
- version = "0.3.30"
688
- source = "registry+https://github.com/rust-lang/crates.io-index"
689
- checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
690
-
691
- [[package]]
692
- name = "futures-executor"
693
- version = "0.3.30"
694
- source = "registry+https://github.com/rust-lang/crates.io-index"
695
- checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
696
- dependencies = [
697
- "futures-core",
698
- "futures-task",
699
- "futures-util",
700
- ]
701
-
702
- [[package]]
703
- name = "futures-io"
704
- version = "0.3.30"
705
- source = "registry+https://github.com/rust-lang/crates.io-index"
706
- checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
707
-
708
- [[package]]
709
- name = "futures-lite"
710
- version = "1.13.0"
711
- source = "registry+https://github.com/rust-lang/crates.io-index"
712
- checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
713
- dependencies = [
714
- "fastrand 1.9.0",
715
- "futures-core",
716
- "futures-io",
717
- "memchr",
718
- "parking",
719
- "pin-project-lite",
720
- "waker-fn",
721
- ]
722
-
723
- [[package]]
724
- name = "futures-lite"
725
- version = "2.2.0"
726
- source = "registry+https://github.com/rust-lang/crates.io-index"
727
- checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
728
- dependencies = [
729
- "fastrand 2.0.1",
730
- "futures-core",
731
- "futures-io",
732
- "parking",
733
- "pin-project-lite",
734
- ]
735
-
736
- [[package]]
737
- name = "futures-macro"
738
- version = "0.3.30"
739
- source = "registry+https://github.com/rust-lang/crates.io-index"
740
- checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
741
- dependencies = [
742
- "proc-macro2",
743
- "quote",
744
- "syn 2.0.52",
745
- ]
746
-
747
- [[package]]
748
- name = "futures-sink"
749
- version = "0.3.30"
750
- source = "registry+https://github.com/rust-lang/crates.io-index"
751
- checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
752
-
753
- [[package]]
754
- name = "futures-task"
755
- version = "0.3.30"
756
- source = "registry+https://github.com/rust-lang/crates.io-index"
757
- checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
758
-
759
- [[package]]
760
- name = "futures-util"
761
- version = "0.3.30"
762
- source = "registry+https://github.com/rust-lang/crates.io-index"
763
- checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
764
- dependencies = [
765
- "futures-channel",
766
- "futures-core",
767
- "futures-io",
768
- "futures-macro",
769
- "futures-sink",
770
- "futures-task",
771
- "memchr",
772
- "pin-project-lite",
773
- "pin-utils",
774
- "slab",
775
- ]
776
-
777
- [[package]]
778
- name = "getrandom"
779
- version = "0.2.12"
780
- source = "registry+https://github.com/rust-lang/crates.io-index"
781
- checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
782
- dependencies = [
783
- "cfg-if",
784
- "libc",
785
- "wasi",
786
- ]
787
-
788
- [[package]]
789
- name = "gimli"
790
- version = "0.28.1"
791
- source = "registry+https://github.com/rust-lang/crates.io-index"
792
- checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
793
-
794
- [[package]]
795
- name = "gloo-timers"
796
- version = "0.2.6"
797
- source = "registry+https://github.com/rust-lang/crates.io-index"
798
- checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
799
- dependencies = [
800
- "futures-channel",
801
- "futures-core",
802
- "js-sys",
803
- "wasm-bindgen",
804
- ]
805
-
806
- [[package]]
807
- name = "h2"
808
- version = "0.3.24"
809
- source = "registry+https://github.com/rust-lang/crates.io-index"
810
- checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
811
- dependencies = [
812
- "bytes",
813
- "fnv",
814
- "futures-core",
815
- "futures-sink",
816
- "futures-util",
817
- "http",
818
- "indexmap",
819
- "slab",
820
- "tokio",
821
- "tokio-util",
822
- "tracing",
823
- ]
824
-
825
- [[package]]
826
- name = "hashbrown"
827
- version = "0.14.3"
828
- source = "registry+https://github.com/rust-lang/crates.io-index"
829
- checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
830
-
831
- [[package]]
832
- name = "hermit-abi"
833
- version = "0.3.9"
834
- source = "registry+https://github.com/rust-lang/crates.io-index"
835
- checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
836
-
837
- [[package]]
838
- name = "homedir"
839
- version = "0.2.1"
840
- source = "registry+https://github.com/rust-lang/crates.io-index"
841
- checksum = "22074da8bba2ef26fc1737ae6c777b5baab5524c2dc403b5c6a76166766ccda5"
842
- dependencies = [
843
- "cfg-if",
844
- "nix",
845
- "serde",
846
- "widestring",
847
- "windows-sys 0.48.0",
848
- "wmi",
849
- ]
850
-
851
- [[package]]
852
- name = "http"
853
- version = "0.2.12"
854
- source = "registry+https://github.com/rust-lang/crates.io-index"
855
- checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
856
- dependencies = [
857
- "bytes",
858
- "fnv",
859
- "itoa",
860
- ]
861
-
862
- [[package]]
863
- name = "http-body"
864
- version = "0.4.6"
865
- source = "registry+https://github.com/rust-lang/crates.io-index"
866
- checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
867
- dependencies = [
868
- "bytes",
869
- "http",
870
- "pin-project-lite",
871
- ]
872
-
873
- [[package]]
874
- name = "httparse"
875
- version = "1.8.0"
876
- source = "registry+https://github.com/rust-lang/crates.io-index"
877
- checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
878
-
879
- [[package]]
880
- name = "httpdate"
881
- version = "1.0.3"
882
- source = "registry+https://github.com/rust-lang/crates.io-index"
883
- checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
884
-
885
- [[package]]
886
- name = "httpmock"
887
- version = "0.7.0"
888
- source = "registry+https://github.com/rust-lang/crates.io-index"
889
- checksum = "08ec9586ee0910472dec1a1f0f8acf52f0fdde93aea74d70d4a3107b4be0fd5b"
890
- dependencies = [
891
- "assert-json-diff",
892
- "async-object-pool",
893
- "async-std",
894
- "async-trait",
895
- "base64",
896
- "basic-cookies",
897
- "crossbeam-utils",
898
- "form_urlencoded",
899
- "futures-util",
900
- "hyper",
901
- "lazy_static",
902
- "levenshtein",
903
- "log",
904
- "regex",
905
- "serde",
906
- "serde_json",
907
- "serde_regex",
908
- "similar",
909
- "tokio",
910
- "url",
911
- ]
912
-
913
- [[package]]
914
- name = "hyper"
915
- version = "0.14.28"
916
- source = "registry+https://github.com/rust-lang/crates.io-index"
917
- checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
918
- dependencies = [
919
- "bytes",
920
- "futures-channel",
921
- "futures-core",
922
- "futures-util",
923
- "h2",
924
- "http",
925
- "http-body",
926
- "httparse",
927
- "httpdate",
928
- "itoa",
929
- "pin-project-lite",
930
- "socket2 0.5.6",
931
- "tokio",
932
- "tower-service",
933
- "tracing",
934
- "want",
935
- ]
936
-
937
- [[package]]
938
- name = "hyper-tls"
939
- version = "0.5.0"
940
- source = "registry+https://github.com/rust-lang/crates.io-index"
941
- checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
942
- dependencies = [
943
- "bytes",
944
- "hyper",
945
- "native-tls",
946
- "tokio",
947
- "tokio-native-tls",
948
- ]
949
-
950
- [[package]]
951
- name = "iana-time-zone"
952
- version = "0.1.60"
953
- source = "registry+https://github.com/rust-lang/crates.io-index"
954
- checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
955
- dependencies = [
956
- "android_system_properties",
957
- "core-foundation-sys",
958
- "iana-time-zone-haiku",
959
- "js-sys",
960
- "wasm-bindgen",
961
- "windows-core",
962
- ]
963
-
964
- [[package]]
965
- name = "iana-time-zone-haiku"
966
- version = "0.1.2"
967
- source = "registry+https://github.com/rust-lang/crates.io-index"
968
- checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
969
- dependencies = [
970
- "cc",
971
- ]
972
-
973
- [[package]]
974
- name = "idna"
975
- version = "0.3.0"
976
- source = "registry+https://github.com/rust-lang/crates.io-index"
977
- checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
978
- dependencies = [
979
- "unicode-bidi",
980
- "unicode-normalization",
981
- ]
982
-
983
- [[package]]
984
- name = "idna"
985
- version = "0.5.0"
986
- source = "registry+https://github.com/rust-lang/crates.io-index"
987
- checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
988
- dependencies = [
989
- "unicode-bidi",
990
- "unicode-normalization",
991
- ]
992
-
993
- [[package]]
994
- name = "indexmap"
995
- version = "2.2.5"
996
- source = "registry+https://github.com/rust-lang/crates.io-index"
997
- checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
998
- dependencies = [
999
- "equivalent",
1000
- "hashbrown",
1001
- ]
1002
-
1003
- [[package]]
1004
- name = "instant"
1005
- version = "0.1.12"
1006
- source = "registry+https://github.com/rust-lang/crates.io-index"
1007
- checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1008
- dependencies = [
1009
- "cfg-if",
1010
- ]
1011
-
1012
- [[package]]
1013
- name = "io-lifetimes"
1014
- version = "1.0.11"
1015
- source = "registry+https://github.com/rust-lang/crates.io-index"
1016
- checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1017
- dependencies = [
1018
- "hermit-abi",
1019
- "libc",
1020
- "windows-sys 0.48.0",
1021
- ]
1022
-
1023
- [[package]]
1024
- name = "ipnet"
1025
- version = "2.9.0"
1026
- source = "registry+https://github.com/rust-lang/crates.io-index"
1027
- checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1028
-
1029
- [[package]]
1030
- name = "itertools"
1031
- version = "0.11.0"
1032
- source = "registry+https://github.com/rust-lang/crates.io-index"
1033
- checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1034
- dependencies = [
1035
- "either",
1036
- ]
1037
-
1038
- [[package]]
1039
- name = "itoa"
1040
- version = "1.0.10"
1041
- source = "registry+https://github.com/rust-lang/crates.io-index"
1042
- checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
1043
-
1044
- [[package]]
1045
- name = "js-sys"
1046
- version = "0.3.69"
1047
- source = "registry+https://github.com/rust-lang/crates.io-index"
1048
- checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1049
- dependencies = [
1050
- "wasm-bindgen",
1051
- ]
1052
-
1053
- [[package]]
1054
- name = "kv-log-macro"
1055
- version = "1.0.7"
1056
- source = "registry+https://github.com/rust-lang/crates.io-index"
1057
- checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1058
- dependencies = [
1059
- "log",
1060
- ]
1061
-
1062
- [[package]]
1063
- name = "lalrpop"
1064
- version = "0.20.2"
1065
- source = "registry+https://github.com/rust-lang/crates.io-index"
1066
- checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
1067
- dependencies = [
1068
- "ascii-canvas",
1069
- "bit-set",
1070
- "ena",
1071
- "itertools",
1072
- "lalrpop-util",
1073
- "petgraph",
1074
- "pico-args",
1075
- "regex",
1076
- "regex-syntax",
1077
- "string_cache",
1078
- "term",
1079
- "tiny-keccak",
1080
- "unicode-xid",
1081
- "walkdir",
1082
- ]
1083
-
1084
- [[package]]
1085
- name = "lalrpop-util"
1086
- version = "0.20.2"
1087
- source = "registry+https://github.com/rust-lang/crates.io-index"
1088
- checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
1089
- dependencies = [
1090
- "regex-automata",
1091
- ]
1092
-
1093
- [[package]]
1094
- name = "lazy_static"
1095
- version = "1.4.0"
1096
- source = "registry+https://github.com/rust-lang/crates.io-index"
1097
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1098
-
1099
- [[package]]
1100
- name = "levenshtein"
1101
- version = "1.0.5"
1102
- source = "registry+https://github.com/rust-lang/crates.io-index"
1103
- checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
1104
-
1105
- [[package]]
1106
- name = "libc"
1107
- version = "0.2.153"
1108
- source = "registry+https://github.com/rust-lang/crates.io-index"
1109
- checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
1110
-
1111
- [[package]]
1112
- name = "libloading"
1113
- version = "0.8.2"
1114
- source = "registry+https://github.com/rust-lang/crates.io-index"
1115
- checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164"
1116
- dependencies = [
1117
- "cfg-if",
1118
- "windows-targets 0.52.4",
1119
- ]
1120
-
1121
- [[package]]
1122
- name = "libredox"
1123
- version = "0.0.1"
1124
- source = "registry+https://github.com/rust-lang/crates.io-index"
1125
- checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
1126
- dependencies = [
1127
- "bitflags 2.4.2",
1128
- "libc",
1129
- "redox_syscall",
1130
- ]
1131
-
1132
- [[package]]
1133
- name = "linux-raw-sys"
1134
- version = "0.3.8"
1135
- source = "registry+https://github.com/rust-lang/crates.io-index"
1136
- checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1137
-
1138
- [[package]]
1139
- name = "linux-raw-sys"
1140
- version = "0.4.13"
1141
- source = "registry+https://github.com/rust-lang/crates.io-index"
1142
- checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1143
-
1144
- [[package]]
1145
- name = "lock_api"
1146
- version = "0.4.11"
1147
- source = "registry+https://github.com/rust-lang/crates.io-index"
1148
- checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
1149
- dependencies = [
1150
- "autocfg",
1151
- "scopeguard",
1152
- ]
1153
-
1154
- [[package]]
1155
- name = "log"
1156
- version = "0.4.21"
1157
- source = "registry+https://github.com/rust-lang/crates.io-index"
1158
- checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1159
- dependencies = [
1160
- "value-bag",
1161
- ]
1162
-
1163
- [[package]]
1164
- name = "memchr"
1165
- version = "2.7.1"
1166
- source = "registry+https://github.com/rust-lang/crates.io-index"
1167
- checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
1168
-
1169
- [[package]]
1170
- name = "memoffset"
1171
- version = "0.7.1"
1172
- source = "registry+https://github.com/rust-lang/crates.io-index"
1173
- checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
1174
- dependencies = [
1175
- "autocfg",
1176
- ]
1177
-
1178
- [[package]]
1179
- name = "mime"
1180
- version = "0.3.17"
1181
- source = "registry+https://github.com/rust-lang/crates.io-index"
1182
- checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1183
-
1184
- [[package]]
1185
- name = "mime_guess"
1186
- version = "2.0.4"
1187
- source = "registry+https://github.com/rust-lang/crates.io-index"
1188
- checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1189
- dependencies = [
1190
- "mime",
1191
- "unicase",
1192
- ]
1193
-
1194
- [[package]]
1195
- name = "miniz_oxide"
1196
- version = "0.7.2"
1197
- source = "registry+https://github.com/rust-lang/crates.io-index"
1198
- checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1199
- dependencies = [
1200
- "adler",
1201
- ]
1202
-
1203
- [[package]]
1204
- name = "mio"
1205
- version = "0.8.11"
1206
- source = "registry+https://github.com/rust-lang/crates.io-index"
1207
- checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1208
- dependencies = [
1209
- "libc",
1210
- "wasi",
1211
- "windows-sys 0.48.0",
1212
- ]
1213
-
1214
- [[package]]
1215
- name = "native-tls"
1216
- version = "0.2.11"
1217
- source = "registry+https://github.com/rust-lang/crates.io-index"
1218
- checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1219
- dependencies = [
1220
- "lazy_static",
1221
- "libc",
1222
- "log",
1223
- "openssl",
1224
- "openssl-probe",
1225
- "openssl-sys",
1226
- "schannel",
1227
- "security-framework",
1228
- "security-framework-sys",
1229
- "tempfile",
1230
- ]
1231
-
1232
- [[package]]
1233
- name = "neon"
1234
- version = "1.0.0"
1235
- source = "registry+https://github.com/rust-lang/crates.io-index"
1236
- checksum = "7d75440242411c87dc39847b0e33e961ec1f10326a9d8ecf9c1ea64a3b3c13dc"
1237
- dependencies = [
1238
- "getrandom",
1239
- "libloading",
1240
- "neon-macros",
1241
- "once_cell",
1242
- "semver",
1243
- "send_wrapper",
1244
- "smallvec",
1245
- ]
1246
-
1247
- [[package]]
1248
- name = "neon-macros"
1249
- version = "1.0.0"
1250
- source = "registry+https://github.com/rust-lang/crates.io-index"
1251
- checksum = "c6813fde79b646e47e7ad75f480aa80ef76a5d9599e2717407961531169ee38b"
1252
- dependencies = [
1253
- "quote",
1254
- "syn 2.0.52",
1255
- "syn-mid",
1256
- ]
1257
-
1258
- [[package]]
1259
- name = "new_debug_unreachable"
1260
- version = "1.0.4"
1261
- source = "registry+https://github.com/rust-lang/crates.io-index"
1262
- checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
1263
-
1264
- [[package]]
1265
- name = "nix"
1266
- version = "0.26.4"
1267
- source = "registry+https://github.com/rust-lang/crates.io-index"
1268
- checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
1269
- dependencies = [
1270
- "bitflags 1.3.2",
1271
- "cfg-if",
1272
- "libc",
1273
- "memoffset",
1274
- "pin-utils",
1275
- ]
1276
-
1277
- [[package]]
1278
- name = "num-conv"
1279
- version = "0.1.0"
1280
- source = "registry+https://github.com/rust-lang/crates.io-index"
1281
- checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1282
-
1283
- [[package]]
1284
- name = "num-traits"
1285
- version = "0.2.18"
1286
- source = "registry+https://github.com/rust-lang/crates.io-index"
1287
- checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
1288
- dependencies = [
1289
- "autocfg",
1290
- ]
1291
-
1292
- [[package]]
1293
- name = "num_cpus"
1294
- version = "1.16.0"
1295
- source = "registry+https://github.com/rust-lang/crates.io-index"
1296
- checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1297
- dependencies = [
1298
- "hermit-abi",
1299
- "libc",
1300
- ]
1301
-
1302
- [[package]]
1303
- name = "object"
1304
- version = "0.32.2"
1305
- source = "registry+https://github.com/rust-lang/crates.io-index"
1306
- checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
1307
- dependencies = [
1308
- "memchr",
1309
- ]
1310
-
1311
- [[package]]
1312
- name = "once_cell"
1313
- version = "1.19.0"
1314
- source = "registry+https://github.com/rust-lang/crates.io-index"
1315
- checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1316
-
1317
- [[package]]
1318
- name = "openssl"
1319
- version = "0.10.64"
1320
- source = "registry+https://github.com/rust-lang/crates.io-index"
1321
- checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
1322
- dependencies = [
1323
- "bitflags 2.4.2",
1324
- "cfg-if",
1325
- "foreign-types",
1326
- "libc",
1327
- "once_cell",
1328
- "openssl-macros",
1329
- "openssl-sys",
1330
- ]
1331
-
1332
- [[package]]
1333
- name = "openssl-macros"
1334
- version = "0.1.1"
1335
- source = "registry+https://github.com/rust-lang/crates.io-index"
1336
- checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1337
- dependencies = [
1338
- "proc-macro2",
1339
- "quote",
1340
- "syn 2.0.52",
1341
- ]
1342
-
1343
- [[package]]
1344
- name = "openssl-probe"
1345
- version = "0.1.5"
1346
- source = "registry+https://github.com/rust-lang/crates.io-index"
1347
- checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1348
-
1349
- [[package]]
1350
- name = "openssl-src"
1351
- version = "300.2.3+3.2.1"
1352
- source = "registry+https://github.com/rust-lang/crates.io-index"
1353
- checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
1354
- dependencies = [
1355
- "cc",
1356
- ]
1357
-
1358
- [[package]]
1359
- name = "openssl-sys"
1360
- version = "0.9.101"
1361
- source = "registry+https://github.com/rust-lang/crates.io-index"
1362
- checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
1363
- dependencies = [
1364
- "cc",
1365
- "libc",
1366
- "openssl-src",
1367
- "pkg-config",
1368
- "vcpkg",
1369
- ]
1370
-
1371
- [[package]]
1372
- name = "parking"
1373
- version = "2.2.0"
1374
- source = "registry+https://github.com/rust-lang/crates.io-index"
1375
- checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1376
-
1377
- [[package]]
1378
- name = "parking_lot"
1379
- version = "0.12.1"
1380
- source = "registry+https://github.com/rust-lang/crates.io-index"
1381
- checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1382
- dependencies = [
1383
- "lock_api",
1384
- "parking_lot_core",
1385
- ]
1386
-
1387
- [[package]]
1388
- name = "parking_lot_core"
1389
- version = "0.9.9"
1390
- source = "registry+https://github.com/rust-lang/crates.io-index"
1391
- checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1392
- dependencies = [
1393
- "cfg-if",
1394
- "libc",
1395
- "redox_syscall",
1396
- "smallvec",
1397
- "windows-targets 0.48.5",
1398
- ]
1399
-
1400
- [[package]]
1401
- name = "percent-encoding"
1402
- version = "2.3.1"
1403
- source = "registry+https://github.com/rust-lang/crates.io-index"
1404
- checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1405
-
1406
- [[package]]
1407
- name = "petgraph"
1408
- version = "0.6.4"
1409
- source = "registry+https://github.com/rust-lang/crates.io-index"
1410
- checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
1411
- dependencies = [
1412
- "fixedbitset",
1413
- "indexmap",
1414
- ]
1415
-
1416
- [[package]]
1417
- name = "phf_shared"
1418
- version = "0.10.0"
1419
- source = "registry+https://github.com/rust-lang/crates.io-index"
1420
- checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1421
- dependencies = [
1422
- "siphasher",
1423
- ]
1424
-
1425
- [[package]]
1426
- name = "pico-args"
1427
- version = "0.5.0"
1428
- source = "registry+https://github.com/rust-lang/crates.io-index"
1429
- checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
1430
-
1431
- [[package]]
1432
- name = "pin-project-lite"
1433
- version = "0.2.13"
1434
- source = "registry+https://github.com/rust-lang/crates.io-index"
1435
- checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1436
-
1437
- [[package]]
1438
- name = "pin-utils"
1439
- version = "0.1.0"
1440
- source = "registry+https://github.com/rust-lang/crates.io-index"
1441
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1442
-
1443
- [[package]]
1444
- name = "piper"
1445
- version = "0.2.1"
1446
- source = "registry+https://github.com/rust-lang/crates.io-index"
1447
- checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
1448
- dependencies = [
1449
- "atomic-waker",
1450
- "fastrand 2.0.1",
1451
- "futures-io",
1452
- ]
1453
-
1454
- [[package]]
1455
- name = "pkg-config"
1456
- version = "0.3.30"
1457
- source = "registry+https://github.com/rust-lang/crates.io-index"
1458
- checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1459
-
1460
- [[package]]
1461
- name = "polling"
1462
- version = "2.8.0"
1463
- source = "registry+https://github.com/rust-lang/crates.io-index"
1464
- checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1465
- dependencies = [
1466
- "autocfg",
1467
- "bitflags 1.3.2",
1468
- "cfg-if",
1469
- "concurrent-queue",
1470
- "libc",
1471
- "log",
1472
- "pin-project-lite",
1473
- "windows-sys 0.48.0",
1474
- ]
1475
-
1476
- [[package]]
1477
- name = "polling"
1478
- version = "3.5.0"
1479
- source = "registry+https://github.com/rust-lang/crates.io-index"
1480
- checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9"
1481
- dependencies = [
1482
- "cfg-if",
1483
- "concurrent-queue",
1484
- "pin-project-lite",
1485
- "rustix 0.38.31",
1486
- "tracing",
1487
- "windows-sys 0.52.0",
1488
- ]
1489
-
1490
- [[package]]
1491
- name = "powerfmt"
1492
- version = "0.2.0"
1493
- source = "registry+https://github.com/rust-lang/crates.io-index"
1494
- checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1495
-
1496
- [[package]]
1497
- name = "precomputed-hash"
1498
- version = "0.1.1"
1499
- source = "registry+https://github.com/rust-lang/crates.io-index"
1500
- checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1501
-
1502
- [[package]]
1503
- name = "proc-macro2"
1504
- version = "1.0.78"
1505
- source = "registry+https://github.com/rust-lang/crates.io-index"
1506
- checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
1507
- dependencies = [
1508
- "unicode-ident",
1509
- ]
1510
-
1511
- [[package]]
1512
- name = "psl-types"
1513
- version = "2.0.11"
1514
- source = "registry+https://github.com/rust-lang/crates.io-index"
1515
- checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
1516
-
1517
- [[package]]
1518
- name = "publicsuffix"
1519
- version = "2.2.3"
1520
- source = "registry+https://github.com/rust-lang/crates.io-index"
1521
- checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457"
1522
- dependencies = [
1523
- "idna 0.3.0",
1524
- "psl-types",
1525
- ]
1526
-
1527
- [[package]]
1528
- name = "quote"
1529
- version = "1.0.35"
1530
- source = "registry+https://github.com/rust-lang/crates.io-index"
1531
- checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1532
- dependencies = [
1533
- "proc-macro2",
1534
- ]
1535
-
1536
- [[package]]
1537
- name = "redox_syscall"
1538
- version = "0.4.1"
1539
- source = "registry+https://github.com/rust-lang/crates.io-index"
1540
- checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1541
- dependencies = [
1542
- "bitflags 1.3.2",
1543
- ]
1544
-
1545
- [[package]]
1546
- name = "redox_users"
1547
- version = "0.4.4"
1548
- source = "registry+https://github.com/rust-lang/crates.io-index"
1549
- checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
1550
- dependencies = [
1551
- "getrandom",
1552
- "libredox",
1553
- "thiserror",
1554
- ]
1555
-
1556
- [[package]]
1557
- name = "regex"
1558
- version = "1.10.3"
1559
- source = "registry+https://github.com/rust-lang/crates.io-index"
1560
- checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
1561
- dependencies = [
1562
- "aho-corasick",
1563
- "memchr",
1564
- "regex-automata",
1565
- "regex-syntax",
1566
- ]
1567
-
1568
- [[package]]
1569
- name = "regex-automata"
1570
- version = "0.4.6"
1571
- source = "registry+https://github.com/rust-lang/crates.io-index"
1572
- checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
1573
- dependencies = [
1574
- "aho-corasick",
1575
- "memchr",
1576
- "regex-syntax",
1577
- ]
1578
-
1579
- [[package]]
1580
- name = "regex-syntax"
1581
- version = "0.8.2"
1582
- source = "registry+https://github.com/rust-lang/crates.io-index"
1583
- checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
1584
-
1585
- [[package]]
1586
- name = "reqwest"
1587
- version = "0.11.24"
1588
- source = "registry+https://github.com/rust-lang/crates.io-index"
1589
- checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251"
1590
- dependencies = [
1591
- "base64",
1592
- "bytes",
1593
- "cookie",
1594
- "cookie_store",
1595
- "encoding_rs",
1596
- "futures-core",
1597
- "futures-util",
1598
- "h2",
1599
- "http",
1600
- "http-body",
1601
- "hyper",
1602
- "hyper-tls",
1603
- "ipnet",
1604
- "js-sys",
1605
- "log",
1606
- "mime",
1607
- "mime_guess",
1608
- "native-tls",
1609
- "once_cell",
1610
- "percent-encoding",
1611
- "pin-project-lite",
1612
- "rustls-pemfile",
1613
- "serde",
1614
- "serde_json",
1615
- "serde_urlencoded",
1616
- "sync_wrapper",
1617
- "system-configuration",
1618
- "tokio",
1619
- "tokio-native-tls",
1620
- "tower-service",
1621
- "url",
1622
- "wasm-bindgen",
1623
- "wasm-bindgen-futures",
1624
- "web-sys",
1625
- "winreg",
1626
- ]
1627
-
1628
- [[package]]
1629
- name = "rustc-demangle"
1630
- version = "0.1.23"
1631
- source = "registry+https://github.com/rust-lang/crates.io-index"
1632
- checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1633
-
1634
- [[package]]
1635
- name = "rustix"
1636
- version = "0.37.27"
1637
- source = "registry+https://github.com/rust-lang/crates.io-index"
1638
- checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
1639
- dependencies = [
1640
- "bitflags 1.3.2",
1641
- "errno",
1642
- "io-lifetimes",
1643
- "libc",
1644
- "linux-raw-sys 0.3.8",
1645
- "windows-sys 0.48.0",
1646
- ]
1647
-
1648
- [[package]]
1649
- name = "rustix"
1650
- version = "0.38.31"
1651
- source = "registry+https://github.com/rust-lang/crates.io-index"
1652
- checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
1653
- dependencies = [
1654
- "bitflags 2.4.2",
1655
- "errno",
1656
- "libc",
1657
- "linux-raw-sys 0.4.13",
1658
- "windows-sys 0.52.0",
1659
- ]
1660
-
1661
- [[package]]
1662
- name = "rustls-pemfile"
1663
- version = "1.0.4"
1664
- source = "registry+https://github.com/rust-lang/crates.io-index"
1665
- checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
1666
- dependencies = [
1667
- "base64",
1668
- ]
1669
-
1670
- [[package]]
1671
- name = "rustversion"
1672
- version = "1.0.14"
1673
- source = "registry+https://github.com/rust-lang/crates.io-index"
1674
- checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
1675
-
1676
- [[package]]
1677
- name = "ryu"
1678
- version = "1.0.17"
1679
- source = "registry+https://github.com/rust-lang/crates.io-index"
1680
- checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
1681
-
1682
- [[package]]
1683
- name = "same-file"
1684
- version = "1.0.6"
1685
- source = "registry+https://github.com/rust-lang/crates.io-index"
1686
- checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1687
- dependencies = [
1688
- "winapi-util",
1689
- ]
1690
-
1691
- [[package]]
1692
- name = "schannel"
1693
- version = "0.1.23"
1694
- source = "registry+https://github.com/rust-lang/crates.io-index"
1695
- checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1696
- dependencies = [
1697
- "windows-sys 0.52.0",
1698
- ]
1699
-
1700
- [[package]]
1701
- name = "scopeguard"
1702
- version = "1.2.0"
1703
- source = "registry+https://github.com/rust-lang/crates.io-index"
1704
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1705
-
1706
- [[package]]
1707
- name = "security-framework"
1708
- version = "2.9.2"
1709
- source = "registry+https://github.com/rust-lang/crates.io-index"
1710
- checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
1711
- dependencies = [
1712
- "bitflags 1.3.2",
1713
- "core-foundation",
1714
- "core-foundation-sys",
1715
- "libc",
1716
- "security-framework-sys",
1717
- ]
1718
-
1719
- [[package]]
1720
- name = "security-framework-sys"
1721
- version = "2.9.1"
1722
- source = "registry+https://github.com/rust-lang/crates.io-index"
1723
- checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
1724
- dependencies = [
1725
- "core-foundation-sys",
1726
- "libc",
1727
- ]
1728
-
1729
- [[package]]
1730
- name = "semver"
1731
- version = "1.0.22"
1732
- source = "registry+https://github.com/rust-lang/crates.io-index"
1733
- checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
1734
-
1735
- [[package]]
1736
- name = "send_wrapper"
1737
- version = "0.6.0"
1738
- source = "registry+https://github.com/rust-lang/crates.io-index"
1739
- checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
1740
-
1741
- [[package]]
1742
- name = "serde"
1743
- version = "1.0.197"
1744
- source = "registry+https://github.com/rust-lang/crates.io-index"
1745
- checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
1746
- dependencies = [
1747
- "serde_derive",
1748
- ]
1749
-
1750
- [[package]]
1751
- name = "serde_derive"
1752
- version = "1.0.197"
1753
- source = "registry+https://github.com/rust-lang/crates.io-index"
1754
- checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
1755
- dependencies = [
1756
- "proc-macro2",
1757
- "quote",
1758
- "syn 2.0.52",
1759
- ]
1760
-
1761
- [[package]]
1762
- name = "serde_json"
1763
- version = "1.0.114"
1764
- source = "registry+https://github.com/rust-lang/crates.io-index"
1765
- checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
1766
- dependencies = [
1767
- "itoa",
1768
- "ryu",
1769
- "serde",
1770
- ]
1771
-
1772
- [[package]]
1773
- name = "serde_regex"
1774
- version = "1.1.0"
1775
- source = "registry+https://github.com/rust-lang/crates.io-index"
1776
- checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
1777
- dependencies = [
1778
- "regex",
1779
- "serde",
1780
- ]
1781
-
1782
- [[package]]
1783
- name = "serde_urlencoded"
1784
- version = "0.7.1"
1785
- source = "registry+https://github.com/rust-lang/crates.io-index"
1786
- checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1787
- dependencies = [
1788
- "form_urlencoded",
1789
- "itoa",
1790
- "ryu",
1791
- "serde",
1792
- ]
1793
-
1794
- [[package]]
1795
- name = "signal-hook-registry"
1796
- version = "1.4.1"
1797
- source = "registry+https://github.com/rust-lang/crates.io-index"
1798
- checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1799
- dependencies = [
1800
- "libc",
1801
- ]
1802
-
1803
- [[package]]
1804
- name = "similar"
1805
- version = "2.4.0"
1806
- source = "registry+https://github.com/rust-lang/crates.io-index"
1807
- checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21"
1808
-
1809
- [[package]]
1810
- name = "siphasher"
1811
- version = "0.3.11"
1812
- source = "registry+https://github.com/rust-lang/crates.io-index"
1813
- checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1814
-
1815
- [[package]]
1816
- name = "slab"
1817
- version = "0.4.9"
1818
- source = "registry+https://github.com/rust-lang/crates.io-index"
1819
- checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1820
- dependencies = [
1821
- "autocfg",
1822
- ]
1823
-
1824
- [[package]]
1825
- name = "smallvec"
1826
- version = "1.13.1"
1827
- source = "registry+https://github.com/rust-lang/crates.io-index"
1828
- checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
1829
-
1830
- [[package]]
1831
- name = "socket2"
1832
- version = "0.4.10"
1833
- source = "registry+https://github.com/rust-lang/crates.io-index"
1834
- checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
1835
- dependencies = [
1836
- "libc",
1837
- "winapi",
1838
- ]
1839
-
1840
- [[package]]
1841
- name = "socket2"
1842
- version = "0.5.6"
1843
- source = "registry+https://github.com/rust-lang/crates.io-index"
1844
- checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
1845
- dependencies = [
1846
- "libc",
1847
- "windows-sys 0.52.0",
1848
- ]
1849
-
1850
- [[package]]
1851
- name = "string_cache"
1852
- version = "0.8.7"
1853
- source = "registry+https://github.com/rust-lang/crates.io-index"
1854
- checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
1855
- dependencies = [
1856
- "new_debug_unreachable",
1857
- "once_cell",
1858
- "parking_lot",
1859
- "phf_shared",
1860
- "precomputed-hash",
1861
- ]
1862
-
1863
- [[package]]
1864
- name = "syn"
1865
- version = "1.0.109"
1866
- source = "registry+https://github.com/rust-lang/crates.io-index"
1867
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1868
- dependencies = [
1869
- "proc-macro2",
1870
- "quote",
1871
- "unicode-ident",
1872
- ]
1873
-
1874
- [[package]]
1875
- name = "syn"
1876
- version = "2.0.52"
1877
- source = "registry+https://github.com/rust-lang/crates.io-index"
1878
- checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
1879
- dependencies = [
1880
- "proc-macro2",
1881
- "quote",
1882
- "unicode-ident",
1883
- ]
1884
-
1885
- [[package]]
1886
- name = "syn-mid"
1887
- version = "0.6.0"
1888
- source = "registry+https://github.com/rust-lang/crates.io-index"
1889
- checksum = "b5dc35bb08dd1ca3dfb09dce91fd2d13294d6711c88897d9a9d60acf39bce049"
1890
- dependencies = [
1891
- "proc-macro2",
1892
- "quote",
1893
- "syn 2.0.52",
1894
- ]
1895
-
1896
- [[package]]
1897
- name = "sync_wrapper"
1898
- version = "0.1.2"
1899
- source = "registry+https://github.com/rust-lang/crates.io-index"
1900
- checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
1901
-
1902
- [[package]]
1903
- name = "system-configuration"
1904
- version = "0.5.1"
1905
- source = "registry+https://github.com/rust-lang/crates.io-index"
1906
- checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
1907
- dependencies = [
1908
- "bitflags 1.3.2",
1909
- "core-foundation",
1910
- "system-configuration-sys",
1911
- ]
1912
-
1913
- [[package]]
1914
- name = "system-configuration-sys"
1915
- version = "0.5.0"
1916
- source = "registry+https://github.com/rust-lang/crates.io-index"
1917
- checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
1918
- dependencies = [
1919
- "core-foundation-sys",
1920
- "libc",
1921
- ]
1922
-
1923
- [[package]]
1924
- name = "tempfile"
1925
- version = "3.10.1"
1926
- source = "registry+https://github.com/rust-lang/crates.io-index"
1927
- checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1928
- dependencies = [
1929
- "cfg-if",
1930
- "fastrand 2.0.1",
1931
- "rustix 0.38.31",
1932
- "windows-sys 0.52.0",
1933
- ]
1934
-
1935
- [[package]]
1936
- name = "term"
1937
- version = "0.7.0"
1938
- source = "registry+https://github.com/rust-lang/crates.io-index"
1939
- checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
1940
- dependencies = [
1941
- "dirs-next",
1942
- "rustversion",
1943
- "winapi",
1944
- ]
1945
-
1946
- [[package]]
1947
- name = "thiserror"
1948
- version = "1.0.57"
1949
- source = "registry+https://github.com/rust-lang/crates.io-index"
1950
- checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
1951
- dependencies = [
1952
- "thiserror-impl",
1953
- ]
1954
-
1955
- [[package]]
1956
- name = "thiserror-impl"
1957
- version = "1.0.57"
1958
- source = "registry+https://github.com/rust-lang/crates.io-index"
1959
- checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
1960
- dependencies = [
1961
- "proc-macro2",
1962
- "quote",
1963
- "syn 2.0.52",
1964
- ]
1965
-
1966
- [[package]]
1967
- name = "time"
1968
- version = "0.3.34"
1969
- source = "registry+https://github.com/rust-lang/crates.io-index"
1970
- checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
1971
- dependencies = [
1972
- "deranged",
1973
- "itoa",
1974
- "num-conv",
1975
- "powerfmt",
1976
- "serde",
1977
- "time-core",
1978
- "time-macros",
1979
- ]
1980
-
1981
- [[package]]
1982
- name = "time-core"
1983
- version = "0.1.2"
1984
- source = "registry+https://github.com/rust-lang/crates.io-index"
1985
- checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
1986
-
1987
- [[package]]
1988
- name = "time-macros"
1989
- version = "0.2.17"
1990
- source = "registry+https://github.com/rust-lang/crates.io-index"
1991
- checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
1992
- dependencies = [
1993
- "num-conv",
1994
- "time-core",
1995
- ]
1996
-
1997
- [[package]]
1998
- name = "tiny-keccak"
1999
- version = "2.0.2"
2000
- source = "registry+https://github.com/rust-lang/crates.io-index"
2001
- checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2002
- dependencies = [
2003
- "crunchy",
2004
- ]
2005
-
2006
- [[package]]
2007
- name = "tinyvec"
2008
- version = "1.6.0"
2009
- source = "registry+https://github.com/rust-lang/crates.io-index"
2010
- checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2011
- dependencies = [
2012
- "tinyvec_macros",
2013
- ]
2014
-
2015
- [[package]]
2016
- name = "tinyvec_macros"
2017
- version = "0.1.1"
2018
- source = "registry+https://github.com/rust-lang/crates.io-index"
2019
- checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020
-
2021
- [[package]]
2022
- name = "tokio"
2023
- version = "1.36.0"
2024
- source = "registry+https://github.com/rust-lang/crates.io-index"
2025
- checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
2026
- dependencies = [
2027
- "backtrace",
2028
- "bytes",
2029
- "libc",
2030
- "mio",
2031
- "num_cpus",
2032
- "parking_lot",
2033
- "pin-project-lite",
2034
- "signal-hook-registry",
2035
- "socket2 0.5.6",
2036
- "tokio-macros",
2037
- "windows-sys 0.48.0",
2038
- ]
2039
-
2040
- [[package]]
2041
- name = "tokio-macros"
2042
- version = "2.2.0"
2043
- source = "registry+https://github.com/rust-lang/crates.io-index"
2044
- checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2045
- dependencies = [
2046
- "proc-macro2",
2047
- "quote",
2048
- "syn 2.0.52",
2049
- ]
2050
-
2051
- [[package]]
2052
- name = "tokio-native-tls"
2053
- version = "0.3.1"
2054
- source = "registry+https://github.com/rust-lang/crates.io-index"
2055
- checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2056
- dependencies = [
2057
- "native-tls",
2058
- "tokio",
2059
- ]
2060
-
2061
- [[package]]
2062
- name = "tokio-util"
2063
- version = "0.7.10"
2064
- source = "registry+https://github.com/rust-lang/crates.io-index"
2065
- checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2066
- dependencies = [
2067
- "bytes",
2068
- "futures-core",
2069
- "futures-sink",
2070
- "pin-project-lite",
2071
- "tokio",
2072
- "tracing",
2073
- ]
2074
-
2075
- [[package]]
2076
- name = "tower-service"
2077
- version = "0.3.2"
2078
- source = "registry+https://github.com/rust-lang/crates.io-index"
2079
- checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2080
-
2081
- [[package]]
2082
- name = "tracing"
2083
- version = "0.1.40"
2084
- source = "registry+https://github.com/rust-lang/crates.io-index"
2085
- checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2086
- dependencies = [
2087
- "pin-project-lite",
2088
- "tracing-core",
2089
- ]
2090
-
2091
- [[package]]
2092
- name = "tracing-core"
2093
- version = "0.1.32"
2094
- source = "registry+https://github.com/rust-lang/crates.io-index"
2095
- checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2096
- dependencies = [
2097
- "once_cell",
2098
- ]
2099
-
2100
- [[package]]
2101
- name = "try-lock"
2102
- version = "0.2.5"
2103
- source = "registry+https://github.com/rust-lang/crates.io-index"
2104
- checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2105
-
2106
- [[package]]
2107
- name = "unicase"
2108
- version = "2.7.0"
2109
- source = "registry+https://github.com/rust-lang/crates.io-index"
2110
- checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2111
- dependencies = [
2112
- "version_check",
2113
- ]
2114
-
2115
- [[package]]
2116
- name = "unicode-bidi"
2117
- version = "0.3.15"
2118
- source = "registry+https://github.com/rust-lang/crates.io-index"
2119
- checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2120
-
2121
- [[package]]
2122
- name = "unicode-ident"
2123
- version = "1.0.12"
2124
- source = "registry+https://github.com/rust-lang/crates.io-index"
2125
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2126
-
2127
- [[package]]
2128
- name = "unicode-normalization"
2129
- version = "0.1.23"
2130
- source = "registry+https://github.com/rust-lang/crates.io-index"
2131
- checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2132
- dependencies = [
2133
- "tinyvec",
2134
- ]
2135
-
2136
- [[package]]
2137
- name = "unicode-xid"
2138
- version = "0.2.4"
2139
- source = "registry+https://github.com/rust-lang/crates.io-index"
2140
- checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2141
-
2142
- [[package]]
2143
- name = "url"
2144
- version = "2.5.0"
2145
- source = "registry+https://github.com/rust-lang/crates.io-index"
2146
- checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2147
- dependencies = [
2148
- "form_urlencoded",
2149
- "idna 0.5.0",
2150
- "percent-encoding",
2151
- ]
2152
-
2153
- [[package]]
2154
- name = "value-bag"
2155
- version = "1.7.0"
2156
- source = "registry+https://github.com/rust-lang/crates.io-index"
2157
- checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b"
2158
-
2159
- [[package]]
2160
- name = "vcpkg"
2161
- version = "0.2.15"
2162
- source = "registry+https://github.com/rust-lang/crates.io-index"
2163
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2164
-
2165
- [[package]]
2166
- name = "version_check"
2167
- version = "0.9.4"
2168
- source = "registry+https://github.com/rust-lang/crates.io-index"
2169
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2170
-
2171
- [[package]]
2172
- name = "waker-fn"
2173
- version = "1.1.1"
2174
- source = "registry+https://github.com/rust-lang/crates.io-index"
2175
- checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
2176
-
2177
- [[package]]
2178
- name = "walkdir"
2179
- version = "2.5.0"
2180
- source = "registry+https://github.com/rust-lang/crates.io-index"
2181
- checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2182
- dependencies = [
2183
- "same-file",
2184
- "winapi-util",
2185
- ]
2186
-
2187
- [[package]]
2188
- name = "want"
2189
- version = "0.3.1"
2190
- source = "registry+https://github.com/rust-lang/crates.io-index"
2191
- checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2192
- dependencies = [
2193
- "try-lock",
2194
- ]
2195
-
2196
- [[package]]
2197
- name = "wasi"
2198
- version = "0.11.0+wasi-snapshot-preview1"
2199
- source = "registry+https://github.com/rust-lang/crates.io-index"
2200
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2201
-
2202
- [[package]]
2203
- name = "wasm-bindgen"
2204
- version = "0.2.92"
2205
- source = "registry+https://github.com/rust-lang/crates.io-index"
2206
- checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2207
- dependencies = [
2208
- "cfg-if",
2209
- "wasm-bindgen-macro",
2210
- ]
2211
-
2212
- [[package]]
2213
- name = "wasm-bindgen-backend"
2214
- version = "0.2.92"
2215
- source = "registry+https://github.com/rust-lang/crates.io-index"
2216
- checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2217
- dependencies = [
2218
- "bumpalo",
2219
- "log",
2220
- "once_cell",
2221
- "proc-macro2",
2222
- "quote",
2223
- "syn 2.0.52",
2224
- "wasm-bindgen-shared",
2225
- ]
2226
-
2227
- [[package]]
2228
- name = "wasm-bindgen-futures"
2229
- version = "0.4.42"
2230
- source = "registry+https://github.com/rust-lang/crates.io-index"
2231
- checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2232
- dependencies = [
2233
- "cfg-if",
2234
- "js-sys",
2235
- "wasm-bindgen",
2236
- "web-sys",
2237
- ]
2238
-
2239
- [[package]]
2240
- name = "wasm-bindgen-macro"
2241
- version = "0.2.92"
2242
- source = "registry+https://github.com/rust-lang/crates.io-index"
2243
- checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2244
- dependencies = [
2245
- "quote",
2246
- "wasm-bindgen-macro-support",
2247
- ]
2248
-
2249
- [[package]]
2250
- name = "wasm-bindgen-macro-support"
2251
- version = "0.2.92"
2252
- source = "registry+https://github.com/rust-lang/crates.io-index"
2253
- checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2254
- dependencies = [
2255
- "proc-macro2",
2256
- "quote",
2257
- "syn 2.0.52",
2258
- "wasm-bindgen-backend",
2259
- "wasm-bindgen-shared",
2260
- ]
2261
-
2262
- [[package]]
2263
- name = "wasm-bindgen-shared"
2264
- version = "0.2.92"
2265
- source = "registry+https://github.com/rust-lang/crates.io-index"
2266
- checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2267
-
2268
- [[package]]
2269
- name = "web-sys"
2270
- version = "0.3.69"
2271
- source = "registry+https://github.com/rust-lang/crates.io-index"
2272
- checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2273
- dependencies = [
2274
- "js-sys",
2275
- "wasm-bindgen",
2276
- ]
2277
-
2278
- [[package]]
2279
- name = "widestring"
2280
- version = "1.0.2"
2281
- source = "registry+https://github.com/rust-lang/crates.io-index"
2282
- checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
2283
-
2284
- [[package]]
2285
- name = "winapi"
2286
- version = "0.3.9"
2287
- source = "registry+https://github.com/rust-lang/crates.io-index"
2288
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2289
- dependencies = [
2290
- "winapi-i686-pc-windows-gnu",
2291
- "winapi-x86_64-pc-windows-gnu",
2292
- ]
2293
-
2294
- [[package]]
2295
- name = "winapi-i686-pc-windows-gnu"
2296
- version = "0.4.0"
2297
- source = "registry+https://github.com/rust-lang/crates.io-index"
2298
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2299
-
2300
- [[package]]
2301
- name = "winapi-util"
2302
- version = "0.1.6"
2303
- source = "registry+https://github.com/rust-lang/crates.io-index"
2304
- checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2305
- dependencies = [
2306
- "winapi",
2307
- ]
2308
-
2309
- [[package]]
2310
- name = "winapi-x86_64-pc-windows-gnu"
2311
- version = "0.4.0"
2312
- source = "registry+https://github.com/rust-lang/crates.io-index"
2313
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2314
-
2315
- [[package]]
2316
- name = "windows"
2317
- version = "0.52.0"
2318
- source = "registry+https://github.com/rust-lang/crates.io-index"
2319
- checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2320
- dependencies = [
2321
- "windows-core",
2322
- "windows-implement",
2323
- "windows-interface",
2324
- "windows-targets 0.52.4",
2325
- ]
2326
-
2327
- [[package]]
2328
- name = "windows-core"
2329
- version = "0.52.0"
2330
- source = "registry+https://github.com/rust-lang/crates.io-index"
2331
- checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2332
- dependencies = [
2333
- "windows-targets 0.52.4",
2334
- ]
2335
-
2336
- [[package]]
2337
- name = "windows-implement"
2338
- version = "0.52.0"
2339
- source = "registry+https://github.com/rust-lang/crates.io-index"
2340
- checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
2341
- dependencies = [
2342
- "proc-macro2",
2343
- "quote",
2344
- "syn 2.0.52",
2345
- ]
2346
-
2347
- [[package]]
2348
- name = "windows-interface"
2349
- version = "0.52.0"
2350
- source = "registry+https://github.com/rust-lang/crates.io-index"
2351
- checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
2352
- dependencies = [
2353
- "proc-macro2",
2354
- "quote",
2355
- "syn 2.0.52",
2356
- ]
2357
-
2358
- [[package]]
2359
- name = "windows-sys"
2360
- version = "0.48.0"
2361
- source = "registry+https://github.com/rust-lang/crates.io-index"
2362
- checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2363
- dependencies = [
2364
- "windows-targets 0.48.5",
2365
- ]
2366
-
2367
- [[package]]
2368
- name = "windows-sys"
2369
- version = "0.52.0"
2370
- source = "registry+https://github.com/rust-lang/crates.io-index"
2371
- checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2372
- dependencies = [
2373
- "windows-targets 0.52.4",
2374
- ]
2375
-
2376
- [[package]]
2377
- name = "windows-targets"
2378
- version = "0.48.5"
2379
- source = "registry+https://github.com/rust-lang/crates.io-index"
2380
- checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2381
- dependencies = [
2382
- "windows_aarch64_gnullvm 0.48.5",
2383
- "windows_aarch64_msvc 0.48.5",
2384
- "windows_i686_gnu 0.48.5",
2385
- "windows_i686_msvc 0.48.5",
2386
- "windows_x86_64_gnu 0.48.5",
2387
- "windows_x86_64_gnullvm 0.48.5",
2388
- "windows_x86_64_msvc 0.48.5",
2389
- ]
2390
-
2391
- [[package]]
2392
- name = "windows-targets"
2393
- version = "0.52.4"
2394
- source = "registry+https://github.com/rust-lang/crates.io-index"
2395
- checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2396
- dependencies = [
2397
- "windows_aarch64_gnullvm 0.52.4",
2398
- "windows_aarch64_msvc 0.52.4",
2399
- "windows_i686_gnu 0.52.4",
2400
- "windows_i686_msvc 0.52.4",
2401
- "windows_x86_64_gnu 0.52.4",
2402
- "windows_x86_64_gnullvm 0.52.4",
2403
- "windows_x86_64_msvc 0.52.4",
2404
- ]
2405
-
2406
- [[package]]
2407
- name = "windows_aarch64_gnullvm"
2408
- version = "0.48.5"
2409
- source = "registry+https://github.com/rust-lang/crates.io-index"
2410
- checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2411
-
2412
- [[package]]
2413
- name = "windows_aarch64_gnullvm"
2414
- version = "0.52.4"
2415
- source = "registry+https://github.com/rust-lang/crates.io-index"
2416
- checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2417
-
2418
- [[package]]
2419
- name = "windows_aarch64_msvc"
2420
- version = "0.48.5"
2421
- source = "registry+https://github.com/rust-lang/crates.io-index"
2422
- checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2423
-
2424
- [[package]]
2425
- name = "windows_aarch64_msvc"
2426
- version = "0.52.4"
2427
- source = "registry+https://github.com/rust-lang/crates.io-index"
2428
- checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2429
-
2430
- [[package]]
2431
- name = "windows_i686_gnu"
2432
- version = "0.48.5"
2433
- source = "registry+https://github.com/rust-lang/crates.io-index"
2434
- checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2435
-
2436
- [[package]]
2437
- name = "windows_i686_gnu"
2438
- version = "0.52.4"
2439
- source = "registry+https://github.com/rust-lang/crates.io-index"
2440
- checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2441
-
2442
- [[package]]
2443
- name = "windows_i686_msvc"
2444
- version = "0.48.5"
2445
- source = "registry+https://github.com/rust-lang/crates.io-index"
2446
- checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2447
-
2448
- [[package]]
2449
- name = "windows_i686_msvc"
2450
- version = "0.52.4"
2451
- source = "registry+https://github.com/rust-lang/crates.io-index"
2452
- checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2453
-
2454
- [[package]]
2455
- name = "windows_x86_64_gnu"
2456
- version = "0.48.5"
2457
- source = "registry+https://github.com/rust-lang/crates.io-index"
2458
- checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2459
-
2460
- [[package]]
2461
- name = "windows_x86_64_gnu"
2462
- version = "0.52.4"
2463
- source = "registry+https://github.com/rust-lang/crates.io-index"
2464
- checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2465
-
2466
- [[package]]
2467
- name = "windows_x86_64_gnullvm"
2468
- version = "0.48.5"
2469
- source = "registry+https://github.com/rust-lang/crates.io-index"
2470
- checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2471
-
2472
- [[package]]
2473
- name = "windows_x86_64_gnullvm"
2474
- version = "0.52.4"
2475
- source = "registry+https://github.com/rust-lang/crates.io-index"
2476
- checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2477
-
2478
- [[package]]
2479
- name = "windows_x86_64_msvc"
2480
- version = "0.48.5"
2481
- source = "registry+https://github.com/rust-lang/crates.io-index"
2482
- checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2483
-
2484
- [[package]]
2485
- name = "windows_x86_64_msvc"
2486
- version = "0.52.4"
2487
- source = "registry+https://github.com/rust-lang/crates.io-index"
2488
- checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2489
-
2490
- [[package]]
2491
- name = "winreg"
2492
- version = "0.50.0"
2493
- source = "registry+https://github.com/rust-lang/crates.io-index"
2494
- checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2495
- dependencies = [
2496
- "cfg-if",
2497
- "windows-sys 0.48.0",
2498
- ]
2499
-
2500
- [[package]]
2501
- name = "wmi"
2502
- version = "0.13.3"
2503
- source = "registry+https://github.com/rust-lang/crates.io-index"
2504
- checksum = "fc2f0a4062ca522aad4705a2948fd4061b3857537990202a8ddd5af21607f79a"
2505
- dependencies = [
2506
- "chrono",
2507
- "futures",
2508
- "log",
2509
- "serde",
2510
- "thiserror",
2511
- "windows",
2512
- ]