pake-cli 0.0.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/README.md +110 -0
  2. package/README_EN.md +110 -0
  3. package/dist/.gitkeep +0 -0
  4. package/dist/builders/BuilderFactory.js +11 -0
  5. package/dist/builders/BuilderFactory.js.map +1 -0
  6. package/dist/builders/LinuxBuilder.js +2 -0
  7. package/dist/builders/LinuxBuilder.js.map +1 -0
  8. package/dist/builders/MacBuilder.js +74 -0
  9. package/dist/builders/MacBuilder.js.map +1 -0
  10. package/dist/builders/WinBulider.js +2 -0
  11. package/dist/builders/WinBulider.js.map +1 -0
  12. package/dist/builders/base.js +2 -0
  13. package/dist/builders/base.js.map +1 -0
  14. package/dist/builders/common.js +38 -0
  15. package/dist/builders/common.js.map +1 -0
  16. package/dist/cli.js +34 -0
  17. package/dist/cli.js.map +1 -0
  18. package/dist/defaults.js +10 -0
  19. package/dist/defaults.js.map +1 -0
  20. package/dist/helpers/dir.js +9 -0
  21. package/dist/helpers/dir.js.map +1 -0
  22. package/dist/helpers/path.js +2 -0
  23. package/dist/helpers/path.js.map +1 -0
  24. package/dist/helpers/prepareCheck.js +53 -0
  25. package/dist/helpers/prepareCheck.js.map +1 -0
  26. package/dist/helpers/rust.js +31 -0
  27. package/dist/helpers/rust.js.map +1 -0
  28. package/dist/helpers/tauriConfig.js +8 -0
  29. package/dist/helpers/tauriConfig.js.map +1 -0
  30. package/dist/options/icon.js +111 -0
  31. package/dist/options/icon.js.map +1 -0
  32. package/dist/options/index.js +27 -0
  33. package/dist/options/index.js.map +1 -0
  34. package/dist/options/title.js +25 -0
  35. package/dist/options/title.js.map +1 -0
  36. package/dist/pake.js +43 -0
  37. package/dist/pake.js.map +1 -0
  38. package/dist/types.js +2 -0
  39. package/dist/types.js.map +1 -0
  40. package/dist/utils/platform.js +4 -0
  41. package/dist/utils/platform.js.map +1 -0
  42. package/dist/utils/shell.js +14 -0
  43. package/dist/utils/shell.js.map +1 -0
  44. package/dist/utils/url.js +20 -0
  45. package/dist/utils/url.js.map +1 -0
  46. package/dist/utils/validate.js +18 -0
  47. package/dist/utils/validate.js.map +1 -0
  48. package/package.json +60 -0
  49. package/src-tauri/Cargo.lock +3609 -0
  50. package/src-tauri/Cargo.toml +30 -0
  51. package/src-tauri/build.rs +3 -0
  52. package/src-tauri/icons/anymind.icns +0 -0
  53. package/src-tauri/icons/code.icns +0 -0
  54. package/src-tauri/icons/fanfou.icns +0 -0
  55. package/src-tauri/icons/flomo.icns +0 -0
  56. package/src-tauri/icons/fone.icns +0 -0
  57. package/src-tauri/icons/jdread.icns +0 -0
  58. package/src-tauri/icons/jike.icns +0 -0
  59. package/src-tauri/icons/roam.icns +0 -0
  60. package/src-tauri/icons/tool.icns +0 -0
  61. package/src-tauri/icons/twitter.icns +0 -0
  62. package/src-tauri/icons/vercel.icns +0 -0
  63. package/src-tauri/icons/weRead.icns +0 -0
  64. package/src-tauri/icons/whatsapp.icns +0 -0
  65. package/src-tauri/icons/witeboard.icns +0 -0
  66. package/src-tauri/icons/yuque.icns +0 -0
  67. package/src-tauri/src/main.rs +114 -0
  68. package/src-tauri/src/pake.js +130 -0
  69. package/src-tauri/tauri.conf.json +63 -0
  70. package/tsconfig.json +17 -0
@@ -0,0 +1,3609 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "adler"
7
+ version = "1.0.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
+
11
+ [[package]]
12
+ name = "adler32"
13
+ version = "1.2.0"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
16
+
17
+ [[package]]
18
+ name = "aho-corasick"
19
+ version = "0.7.18"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
22
+ dependencies = [
23
+ "memchr",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "alloc-no-stdlib"
28
+ version = "2.0.3"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
31
+
32
+ [[package]]
33
+ name = "alloc-stdlib"
34
+ version = "0.2.1"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
37
+ dependencies = [
38
+ "alloc-no-stdlib",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "ansi_term"
43
+ version = "0.12.1"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
46
+ dependencies = [
47
+ "winapi",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anyhow"
52
+ version = "1.0.58"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
55
+
56
+ [[package]]
57
+ name = "app"
58
+ version = "0.1.0"
59
+ dependencies = [
60
+ "serde",
61
+ "serde_json",
62
+ "tauri",
63
+ "tauri-build",
64
+ "tauri-utils",
65
+ "wry",
66
+ ]
67
+
68
+ [[package]]
69
+ name = "atk"
70
+ version = "0.15.1"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
73
+ dependencies = [
74
+ "atk-sys",
75
+ "bitflags",
76
+ "glib",
77
+ "libc",
78
+ ]
79
+
80
+ [[package]]
81
+ name = "atk-sys"
82
+ version = "0.15.1"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
85
+ dependencies = [
86
+ "glib-sys",
87
+ "gobject-sys",
88
+ "libc",
89
+ "system-deps 6.0.2",
90
+ ]
91
+
92
+ [[package]]
93
+ name = "attohttpc"
94
+ version = "0.22.0"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
97
+ dependencies = [
98
+ "flate2",
99
+ "http",
100
+ "log",
101
+ "native-tls",
102
+ "serde",
103
+ "serde_json",
104
+ "serde_urlencoded",
105
+ "url",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "autocfg"
110
+ version = "1.1.0"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
113
+
114
+ [[package]]
115
+ name = "base64"
116
+ version = "0.13.0"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
119
+
120
+ [[package]]
121
+ name = "bitflags"
122
+ version = "1.3.2"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
125
+
126
+ [[package]]
127
+ name = "block"
128
+ version = "0.1.6"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
131
+
132
+ [[package]]
133
+ name = "block-buffer"
134
+ version = "0.10.2"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
137
+ dependencies = [
138
+ "generic-array",
139
+ ]
140
+
141
+ [[package]]
142
+ name = "brotli"
143
+ version = "3.3.4"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
146
+ dependencies = [
147
+ "alloc-no-stdlib",
148
+ "alloc-stdlib",
149
+ "brotli-decompressor",
150
+ ]
151
+
152
+ [[package]]
153
+ name = "brotli-decompressor"
154
+ version = "2.3.2"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
157
+ dependencies = [
158
+ "alloc-no-stdlib",
159
+ "alloc-stdlib",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "bstr"
164
+ version = "0.2.17"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
167
+ dependencies = [
168
+ "memchr",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "bumpalo"
173
+ version = "3.10.0"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
176
+
177
+ [[package]]
178
+ name = "bytemuck"
179
+ version = "1.9.1"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
182
+
183
+ [[package]]
184
+ name = "byteorder"
185
+ version = "1.4.3"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
188
+
189
+ [[package]]
190
+ name = "bytes"
191
+ version = "1.1.0"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
194
+
195
+ [[package]]
196
+ name = "cairo-rs"
197
+ version = "0.15.12"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
200
+ dependencies = [
201
+ "bitflags",
202
+ "cairo-sys-rs",
203
+ "glib",
204
+ "libc",
205
+ "thiserror",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "cairo-sys-rs"
210
+ version = "0.15.1"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
213
+ dependencies = [
214
+ "glib-sys",
215
+ "libc",
216
+ "system-deps 6.0.2",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "cargo_toml"
221
+ version = "0.11.5"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "5809dd3e6444651fd1cdd3dbec71eca438c439a0fcc8081674a14da0afe50185"
224
+ dependencies = [
225
+ "serde",
226
+ "serde_derive",
227
+ "toml",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "cc"
232
+ version = "1.0.73"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
235
+
236
+ [[package]]
237
+ name = "cesu8"
238
+ version = "1.1.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
241
+
242
+ [[package]]
243
+ name = "cfb"
244
+ version = "0.6.1"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "74f89d248799e3f15f91b70917f65381062a01bb8e222700ea0e5a7ff9785f9c"
247
+ dependencies = [
248
+ "byteorder",
249
+ "uuid 0.8.2",
250
+ ]
251
+
252
+ [[package]]
253
+ name = "cfg-expr"
254
+ version = "0.9.1"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7"
257
+ dependencies = [
258
+ "smallvec",
259
+ ]
260
+
261
+ [[package]]
262
+ name = "cfg-expr"
263
+ version = "0.10.3"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
266
+ dependencies = [
267
+ "smallvec",
268
+ ]
269
+
270
+ [[package]]
271
+ name = "cfg-if"
272
+ version = "1.0.0"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
275
+
276
+ [[package]]
277
+ name = "cocoa"
278
+ version = "0.24.0"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
281
+ dependencies = [
282
+ "bitflags",
283
+ "block",
284
+ "cocoa-foundation",
285
+ "core-foundation",
286
+ "core-graphics",
287
+ "foreign-types",
288
+ "libc",
289
+ "objc",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "cocoa-foundation"
294
+ version = "0.1.0"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
297
+ dependencies = [
298
+ "bitflags",
299
+ "block",
300
+ "core-foundation",
301
+ "core-graphics-types",
302
+ "foreign-types",
303
+ "libc",
304
+ "objc",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "color_quant"
309
+ version = "1.1.0"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
312
+
313
+ [[package]]
314
+ name = "combine"
315
+ version = "4.6.4"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
318
+ dependencies = [
319
+ "bytes",
320
+ "memchr",
321
+ ]
322
+
323
+ [[package]]
324
+ name = "convert_case"
325
+ version = "0.4.0"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
328
+
329
+ [[package]]
330
+ name = "core-foundation"
331
+ version = "0.9.3"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
334
+ dependencies = [
335
+ "core-foundation-sys",
336
+ "libc",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "core-foundation-sys"
341
+ version = "0.8.3"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
344
+
345
+ [[package]]
346
+ name = "core-graphics"
347
+ version = "0.22.3"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
350
+ dependencies = [
351
+ "bitflags",
352
+ "core-foundation",
353
+ "core-graphics-types",
354
+ "foreign-types",
355
+ "libc",
356
+ ]
357
+
358
+ [[package]]
359
+ name = "core-graphics-types"
360
+ version = "0.1.1"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
363
+ dependencies = [
364
+ "bitflags",
365
+ "core-foundation",
366
+ "foreign-types",
367
+ "libc",
368
+ ]
369
+
370
+ [[package]]
371
+ name = "cpufeatures"
372
+ version = "0.2.2"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
375
+ dependencies = [
376
+ "libc",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "crc32fast"
381
+ version = "1.3.2"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
384
+ dependencies = [
385
+ "cfg-if",
386
+ ]
387
+
388
+ [[package]]
389
+ name = "crossbeam-channel"
390
+ version = "0.5.5"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
393
+ dependencies = [
394
+ "cfg-if",
395
+ "crossbeam-utils",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "crossbeam-utils"
400
+ version = "0.8.10"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
403
+ dependencies = [
404
+ "cfg-if",
405
+ "once_cell",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "crypto-common"
410
+ version = "0.1.3"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
413
+ dependencies = [
414
+ "generic-array",
415
+ "typenum",
416
+ ]
417
+
418
+ [[package]]
419
+ name = "cssparser"
420
+ version = "0.27.2"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
423
+ dependencies = [
424
+ "cssparser-macros",
425
+ "dtoa-short",
426
+ "itoa 0.4.8",
427
+ "matches",
428
+ "phf 0.8.0",
429
+ "proc-macro2",
430
+ "quote",
431
+ "smallvec",
432
+ "syn",
433
+ ]
434
+
435
+ [[package]]
436
+ name = "cssparser-macros"
437
+ version = "0.6.0"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
440
+ dependencies = [
441
+ "quote",
442
+ "syn",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "ctor"
447
+ version = "0.1.22"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
450
+ dependencies = [
451
+ "quote",
452
+ "syn",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "cty"
457
+ version = "0.2.2"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
460
+
461
+ [[package]]
462
+ name = "darling"
463
+ version = "0.13.4"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
466
+ dependencies = [
467
+ "darling_core",
468
+ "darling_macro",
469
+ ]
470
+
471
+ [[package]]
472
+ name = "darling_core"
473
+ version = "0.13.4"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
476
+ dependencies = [
477
+ "fnv",
478
+ "ident_case",
479
+ "proc-macro2",
480
+ "quote",
481
+ "strsim",
482
+ "syn",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "darling_macro"
487
+ version = "0.13.4"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
490
+ dependencies = [
491
+ "darling_core",
492
+ "quote",
493
+ "syn",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "dbus"
498
+ version = "0.9.5"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "de0a745c25b32caa56b82a3950f5fec7893a960f4c10ca3b02060b0c38d8c2ce"
501
+ dependencies = [
502
+ "libc",
503
+ "libdbus-sys",
504
+ "winapi",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "deflate"
509
+ version = "0.7.20"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
512
+ dependencies = [
513
+ "adler32",
514
+ "byteorder",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "deflate"
519
+ version = "1.0.0"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
522
+ dependencies = [
523
+ "adler32",
524
+ ]
525
+
526
+ [[package]]
527
+ name = "derive_more"
528
+ version = "0.99.17"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
531
+ dependencies = [
532
+ "convert_case",
533
+ "proc-macro2",
534
+ "quote",
535
+ "rustc_version 0.4.0",
536
+ "syn",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "digest"
541
+ version = "0.10.3"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
544
+ dependencies = [
545
+ "block-buffer",
546
+ "crypto-common",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "dirs-next"
551
+ version = "2.0.0"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
554
+ dependencies = [
555
+ "cfg-if",
556
+ "dirs-sys-next",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "dirs-sys-next"
561
+ version = "0.1.2"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
564
+ dependencies = [
565
+ "libc",
566
+ "redox_users",
567
+ "winapi",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "dispatch"
572
+ version = "0.2.0"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
575
+
576
+ [[package]]
577
+ name = "dtoa"
578
+ version = "0.4.8"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
581
+
582
+ [[package]]
583
+ name = "dtoa-short"
584
+ version = "0.3.3"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
587
+ dependencies = [
588
+ "dtoa",
589
+ ]
590
+
591
+ [[package]]
592
+ name = "embed_plist"
593
+ version = "1.2.2"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
596
+
597
+ [[package]]
598
+ name = "encoding_rs"
599
+ version = "0.8.31"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
602
+ dependencies = [
603
+ "cfg-if",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "fastrand"
608
+ version = "1.7.0"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
611
+ dependencies = [
612
+ "instant",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "field-offset"
617
+ version = "0.3.4"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
620
+ dependencies = [
621
+ "memoffset",
622
+ "rustc_version 0.3.3",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "filetime"
627
+ version = "0.2.16"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
630
+ dependencies = [
631
+ "cfg-if",
632
+ "libc",
633
+ "redox_syscall",
634
+ "winapi",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "flate2"
639
+ version = "1.0.24"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
642
+ dependencies = [
643
+ "crc32fast",
644
+ "miniz_oxide",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "fnv"
649
+ version = "1.0.7"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
652
+
653
+ [[package]]
654
+ name = "foreign-types"
655
+ version = "0.3.2"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
658
+ dependencies = [
659
+ "foreign-types-shared",
660
+ ]
661
+
662
+ [[package]]
663
+ name = "foreign-types-shared"
664
+ version = "0.1.1"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
667
+
668
+ [[package]]
669
+ name = "form_urlencoded"
670
+ version = "1.0.1"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
673
+ dependencies = [
674
+ "matches",
675
+ "percent-encoding",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "futf"
680
+ version = "0.1.5"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
683
+ dependencies = [
684
+ "mac",
685
+ "new_debug_unreachable",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "futures-channel"
690
+ version = "0.3.21"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
693
+ dependencies = [
694
+ "futures-core",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "futures-core"
699
+ version = "0.3.21"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
702
+
703
+ [[package]]
704
+ name = "futures-executor"
705
+ version = "0.3.21"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
708
+ dependencies = [
709
+ "futures-core",
710
+ "futures-task",
711
+ "futures-util",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "futures-io"
716
+ version = "0.3.21"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
719
+
720
+ [[package]]
721
+ name = "futures-macro"
722
+ version = "0.3.21"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
725
+ dependencies = [
726
+ "proc-macro2",
727
+ "quote",
728
+ "syn",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "futures-task"
733
+ version = "0.3.21"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
736
+
737
+ [[package]]
738
+ name = "futures-util"
739
+ version = "0.3.21"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
742
+ dependencies = [
743
+ "futures-core",
744
+ "futures-macro",
745
+ "futures-task",
746
+ "pin-project-lite",
747
+ "pin-utils",
748
+ "slab",
749
+ ]
750
+
751
+ [[package]]
752
+ name = "fxhash"
753
+ version = "0.2.1"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
756
+ dependencies = [
757
+ "byteorder",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "gdk"
762
+ version = "0.15.4"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
765
+ dependencies = [
766
+ "bitflags",
767
+ "cairo-rs",
768
+ "gdk-pixbuf",
769
+ "gdk-sys",
770
+ "gio",
771
+ "glib",
772
+ "libc",
773
+ "pango",
774
+ ]
775
+
776
+ [[package]]
777
+ name = "gdk-pixbuf"
778
+ version = "0.15.11"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
781
+ dependencies = [
782
+ "bitflags",
783
+ "gdk-pixbuf-sys",
784
+ "gio",
785
+ "glib",
786
+ "libc",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "gdk-pixbuf-sys"
791
+ version = "0.15.10"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
794
+ dependencies = [
795
+ "gio-sys",
796
+ "glib-sys",
797
+ "gobject-sys",
798
+ "libc",
799
+ "system-deps 6.0.2",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "gdk-sys"
804
+ version = "0.15.1"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
807
+ dependencies = [
808
+ "cairo-sys-rs",
809
+ "gdk-pixbuf-sys",
810
+ "gio-sys",
811
+ "glib-sys",
812
+ "gobject-sys",
813
+ "libc",
814
+ "pango-sys",
815
+ "pkg-config",
816
+ "system-deps 6.0.2",
817
+ ]
818
+
819
+ [[package]]
820
+ name = "gdkx11-sys"
821
+ version = "0.15.1"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178"
824
+ dependencies = [
825
+ "gdk-sys",
826
+ "glib-sys",
827
+ "libc",
828
+ "system-deps 6.0.2",
829
+ "x11",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "generator"
834
+ version = "0.7.0"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee"
837
+ dependencies = [
838
+ "cc",
839
+ "libc",
840
+ "log",
841
+ "rustversion",
842
+ "winapi",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "generic-array"
847
+ version = "0.14.5"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
850
+ dependencies = [
851
+ "typenum",
852
+ "version_check",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "getrandom"
857
+ version = "0.1.16"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
860
+ dependencies = [
861
+ "cfg-if",
862
+ "libc",
863
+ "wasi 0.9.0+wasi-snapshot-preview1",
864
+ ]
865
+
866
+ [[package]]
867
+ name = "getrandom"
868
+ version = "0.2.7"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
871
+ dependencies = [
872
+ "cfg-if",
873
+ "libc",
874
+ "wasi 0.11.0+wasi-snapshot-preview1",
875
+ ]
876
+
877
+ [[package]]
878
+ name = "gio"
879
+ version = "0.15.12"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
882
+ dependencies = [
883
+ "bitflags",
884
+ "futures-channel",
885
+ "futures-core",
886
+ "futures-io",
887
+ "gio-sys",
888
+ "glib",
889
+ "libc",
890
+ "once_cell",
891
+ "thiserror",
892
+ ]
893
+
894
+ [[package]]
895
+ name = "gio-sys"
896
+ version = "0.15.10"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
899
+ dependencies = [
900
+ "glib-sys",
901
+ "gobject-sys",
902
+ "libc",
903
+ "system-deps 6.0.2",
904
+ "winapi",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "glib"
909
+ version = "0.15.12"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
912
+ dependencies = [
913
+ "bitflags",
914
+ "futures-channel",
915
+ "futures-core",
916
+ "futures-executor",
917
+ "futures-task",
918
+ "glib-macros",
919
+ "glib-sys",
920
+ "gobject-sys",
921
+ "libc",
922
+ "once_cell",
923
+ "smallvec",
924
+ "thiserror",
925
+ ]
926
+
927
+ [[package]]
928
+ name = "glib-macros"
929
+ version = "0.15.11"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64"
932
+ dependencies = [
933
+ "anyhow",
934
+ "heck 0.4.0",
935
+ "proc-macro-crate",
936
+ "proc-macro-error",
937
+ "proc-macro2",
938
+ "quote",
939
+ "syn",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "glib-sys"
944
+ version = "0.15.10"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
947
+ dependencies = [
948
+ "libc",
949
+ "system-deps 6.0.2",
950
+ ]
951
+
952
+ [[package]]
953
+ name = "glob"
954
+ version = "0.3.0"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
957
+
958
+ [[package]]
959
+ name = "globset"
960
+ version = "0.4.9"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
963
+ dependencies = [
964
+ "aho-corasick",
965
+ "bstr",
966
+ "fnv",
967
+ "log",
968
+ "regex",
969
+ ]
970
+
971
+ [[package]]
972
+ name = "gobject-sys"
973
+ version = "0.15.10"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
976
+ dependencies = [
977
+ "glib-sys",
978
+ "libc",
979
+ "system-deps 6.0.2",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "gtk"
984
+ version = "0.15.5"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
987
+ dependencies = [
988
+ "atk",
989
+ "bitflags",
990
+ "cairo-rs",
991
+ "field-offset",
992
+ "futures-channel",
993
+ "gdk",
994
+ "gdk-pixbuf",
995
+ "gio",
996
+ "glib",
997
+ "gtk-sys",
998
+ "gtk3-macros",
999
+ "libc",
1000
+ "once_cell",
1001
+ "pango",
1002
+ "pkg-config",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "gtk-sys"
1007
+ version = "0.15.3"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
1010
+ dependencies = [
1011
+ "atk-sys",
1012
+ "cairo-sys-rs",
1013
+ "gdk-pixbuf-sys",
1014
+ "gdk-sys",
1015
+ "gio-sys",
1016
+ "glib-sys",
1017
+ "gobject-sys",
1018
+ "libc",
1019
+ "pango-sys",
1020
+ "system-deps 6.0.2",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "gtk3-macros"
1025
+ version = "0.15.4"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "24f518afe90c23fba585b2d7697856f9e6a7bbc62f65588035e66f6afb01a2e9"
1028
+ dependencies = [
1029
+ "anyhow",
1030
+ "proc-macro-crate",
1031
+ "proc-macro-error",
1032
+ "proc-macro2",
1033
+ "quote",
1034
+ "syn",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "hashbrown"
1039
+ version = "0.12.1"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
1042
+
1043
+ [[package]]
1044
+ name = "heck"
1045
+ version = "0.3.3"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
1048
+ dependencies = [
1049
+ "unicode-segmentation",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "heck"
1054
+ version = "0.4.0"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1057
+
1058
+ [[package]]
1059
+ name = "hermit-abi"
1060
+ version = "0.1.19"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1063
+ dependencies = [
1064
+ "libc",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "html5ever"
1069
+ version = "0.25.2"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
1072
+ dependencies = [
1073
+ "log",
1074
+ "mac",
1075
+ "markup5ever",
1076
+ "proc-macro2",
1077
+ "quote",
1078
+ "syn",
1079
+ ]
1080
+
1081
+ [[package]]
1082
+ name = "http"
1083
+ version = "0.2.8"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
1086
+ dependencies = [
1087
+ "bytes",
1088
+ "fnv",
1089
+ "itoa 1.0.2",
1090
+ ]
1091
+
1092
+ [[package]]
1093
+ name = "http-range"
1094
+ version = "0.1.5"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
1097
+
1098
+ [[package]]
1099
+ name = "ico"
1100
+ version = "0.1.0"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "6a4b3331534254a9b64095ae60d3dc2a8225a7a70229cd5888be127cdc1f6804"
1103
+ dependencies = [
1104
+ "byteorder",
1105
+ "png 0.11.0",
1106
+ ]
1107
+
1108
+ [[package]]
1109
+ name = "ident_case"
1110
+ version = "1.0.1"
1111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1112
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1113
+
1114
+ [[package]]
1115
+ name = "idna"
1116
+ version = "0.2.3"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
1119
+ dependencies = [
1120
+ "matches",
1121
+ "unicode-bidi",
1122
+ "unicode-normalization",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "ignore"
1127
+ version = "0.4.18"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
1130
+ dependencies = [
1131
+ "crossbeam-utils",
1132
+ "globset",
1133
+ "lazy_static",
1134
+ "log",
1135
+ "memchr",
1136
+ "regex",
1137
+ "same-file",
1138
+ "thread_local",
1139
+ "walkdir",
1140
+ "winapi-util",
1141
+ ]
1142
+
1143
+ [[package]]
1144
+ name = "image"
1145
+ version = "0.24.2"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "28edd9d7bc256be2502e325ac0628bde30b7001b9b52e0abe31a1a9dc2701212"
1148
+ dependencies = [
1149
+ "bytemuck",
1150
+ "byteorder",
1151
+ "color_quant",
1152
+ "num-iter",
1153
+ "num-rational",
1154
+ "num-traits",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "indexmap"
1159
+ version = "1.9.1"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
1162
+ dependencies = [
1163
+ "autocfg",
1164
+ "hashbrown",
1165
+ ]
1166
+
1167
+ [[package]]
1168
+ name = "infer"
1169
+ version = "0.7.0"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "20b2b533137b9cad970793453d4f921c2e91312a6d88b1085c07bc15fc51bb3b"
1172
+ dependencies = [
1173
+ "cfb",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "inflate"
1178
+ version = "0.3.4"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "f5f9f47468e9a76a6452271efadc88fe865a82be91fe75e6c0c57b87ccea59d4"
1181
+ dependencies = [
1182
+ "adler32",
1183
+ ]
1184
+
1185
+ [[package]]
1186
+ name = "instant"
1187
+ version = "0.1.12"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1190
+ dependencies = [
1191
+ "cfg-if",
1192
+ ]
1193
+
1194
+ [[package]]
1195
+ name = "itoa"
1196
+ version = "0.4.8"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1199
+
1200
+ [[package]]
1201
+ name = "itoa"
1202
+ version = "1.0.2"
1203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1204
+ checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
1205
+
1206
+ [[package]]
1207
+ name = "javascriptcore-rs"
1208
+ version = "0.16.0"
1209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1210
+ checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c"
1211
+ dependencies = [
1212
+ "bitflags",
1213
+ "glib",
1214
+ "javascriptcore-rs-sys",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "javascriptcore-rs-sys"
1219
+ version = "0.4.0"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c"
1222
+ dependencies = [
1223
+ "glib-sys",
1224
+ "gobject-sys",
1225
+ "libc",
1226
+ "system-deps 5.0.0",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "jni"
1231
+ version = "0.19.0"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
1234
+ dependencies = [
1235
+ "cesu8",
1236
+ "combine",
1237
+ "jni-sys",
1238
+ "log",
1239
+ "thiserror",
1240
+ "walkdir",
1241
+ ]
1242
+
1243
+ [[package]]
1244
+ name = "jni-sys"
1245
+ version = "0.3.0"
1246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1247
+ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1248
+
1249
+ [[package]]
1250
+ name = "js-sys"
1251
+ version = "0.3.58"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
1254
+ dependencies = [
1255
+ "wasm-bindgen",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "json-patch"
1260
+ version = "0.2.6"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "f995a3c8f2bc3dd52a18a583e90f9ec109c047fa1603a853e46bcda14d2e279d"
1263
+ dependencies = [
1264
+ "serde",
1265
+ "serde_json",
1266
+ "treediff",
1267
+ ]
1268
+
1269
+ [[package]]
1270
+ name = "kuchiki"
1271
+ version = "0.8.1"
1272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1273
+ checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
1274
+ dependencies = [
1275
+ "cssparser",
1276
+ "html5ever",
1277
+ "matches",
1278
+ "selectors",
1279
+ ]
1280
+
1281
+ [[package]]
1282
+ name = "lazy_static"
1283
+ version = "1.4.0"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1286
+
1287
+ [[package]]
1288
+ name = "libc"
1289
+ version = "0.2.126"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
1292
+
1293
+ [[package]]
1294
+ name = "libdbus-sys"
1295
+ version = "0.2.2"
1296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1297
+ checksum = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b"
1298
+ dependencies = [
1299
+ "pkg-config",
1300
+ ]
1301
+
1302
+ [[package]]
1303
+ name = "line-wrap"
1304
+ version = "0.1.1"
1305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1306
+ checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
1307
+ dependencies = [
1308
+ "safemem",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "lock_api"
1313
+ version = "0.4.7"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
1316
+ dependencies = [
1317
+ "autocfg",
1318
+ "scopeguard",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "log"
1323
+ version = "0.4.17"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1326
+ dependencies = [
1327
+ "cfg-if",
1328
+ ]
1329
+
1330
+ [[package]]
1331
+ name = "loom"
1332
+ version = "0.5.6"
1333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1334
+ checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
1335
+ dependencies = [
1336
+ "cfg-if",
1337
+ "generator",
1338
+ "scoped-tls",
1339
+ "serde",
1340
+ "serde_json",
1341
+ "tracing",
1342
+ "tracing-subscriber",
1343
+ ]
1344
+
1345
+ [[package]]
1346
+ name = "mac"
1347
+ version = "0.1.1"
1348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1349
+ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1350
+
1351
+ [[package]]
1352
+ name = "mac-notification-sys"
1353
+ version = "0.5.2"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "042f74a606175d72ca483e14e0873fe0f6c003f7af45865b17b16fdaface7203"
1356
+ dependencies = [
1357
+ "cc",
1358
+ "dirs-next",
1359
+ "objc-foundation",
1360
+ "objc_id",
1361
+ "time",
1362
+ ]
1363
+
1364
+ [[package]]
1365
+ name = "malloc_buf"
1366
+ version = "0.0.6"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1369
+ dependencies = [
1370
+ "libc",
1371
+ ]
1372
+
1373
+ [[package]]
1374
+ name = "markup5ever"
1375
+ version = "0.10.1"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
1378
+ dependencies = [
1379
+ "log",
1380
+ "phf 0.8.0",
1381
+ "phf_codegen",
1382
+ "string_cache",
1383
+ "string_cache_codegen",
1384
+ "tendril",
1385
+ ]
1386
+
1387
+ [[package]]
1388
+ name = "matchers"
1389
+ version = "0.1.0"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1392
+ dependencies = [
1393
+ "regex-automata",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "matches"
1398
+ version = "0.1.9"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
1401
+
1402
+ [[package]]
1403
+ name = "memchr"
1404
+ version = "2.5.0"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1407
+
1408
+ [[package]]
1409
+ name = "memoffset"
1410
+ version = "0.6.5"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1413
+ dependencies = [
1414
+ "autocfg",
1415
+ ]
1416
+
1417
+ [[package]]
1418
+ name = "miniz_oxide"
1419
+ version = "0.5.3"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
1422
+ dependencies = [
1423
+ "adler",
1424
+ ]
1425
+
1426
+ [[package]]
1427
+ name = "native-tls"
1428
+ version = "0.2.10"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
1431
+ dependencies = [
1432
+ "lazy_static",
1433
+ "libc",
1434
+ "log",
1435
+ "openssl",
1436
+ "openssl-probe",
1437
+ "openssl-sys",
1438
+ "schannel",
1439
+ "security-framework",
1440
+ "security-framework-sys",
1441
+ "tempfile",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "ndk"
1446
+ version = "0.6.0"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
1449
+ dependencies = [
1450
+ "bitflags",
1451
+ "jni-sys",
1452
+ "ndk-sys",
1453
+ "num_enum",
1454
+ "thiserror",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "ndk-context"
1459
+ version = "0.1.1"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1462
+
1463
+ [[package]]
1464
+ name = "ndk-sys"
1465
+ version = "0.3.0"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
1468
+ dependencies = [
1469
+ "jni-sys",
1470
+ ]
1471
+
1472
+ [[package]]
1473
+ name = "new_debug_unreachable"
1474
+ version = "1.0.4"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
1477
+
1478
+ [[package]]
1479
+ name = "nodrop"
1480
+ version = "0.1.14"
1481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1482
+ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
1483
+
1484
+ [[package]]
1485
+ name = "notify-rust"
1486
+ version = "4.5.8"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "a995a3d2834cefa389218e7a35156e8ce544bc95f836900da01ee0b26a07e9d4"
1489
+ dependencies = [
1490
+ "dbus",
1491
+ "mac-notification-sys",
1492
+ "winrt-notification",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "num-integer"
1497
+ version = "0.1.45"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1500
+ dependencies = [
1501
+ "autocfg",
1502
+ "num-traits",
1503
+ ]
1504
+
1505
+ [[package]]
1506
+ name = "num-iter"
1507
+ version = "0.1.43"
1508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1509
+ checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
1510
+ dependencies = [
1511
+ "autocfg",
1512
+ "num-integer",
1513
+ "num-traits",
1514
+ ]
1515
+
1516
+ [[package]]
1517
+ name = "num-rational"
1518
+ version = "0.4.1"
1519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+ checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1521
+ dependencies = [
1522
+ "autocfg",
1523
+ "num-integer",
1524
+ "num-traits",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "num-traits"
1529
+ version = "0.2.15"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1532
+ dependencies = [
1533
+ "autocfg",
1534
+ ]
1535
+
1536
+ [[package]]
1537
+ name = "num_cpus"
1538
+ version = "1.13.1"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1541
+ dependencies = [
1542
+ "hermit-abi",
1543
+ "libc",
1544
+ ]
1545
+
1546
+ [[package]]
1547
+ name = "num_enum"
1548
+ version = "0.5.7"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
1551
+ dependencies = [
1552
+ "num_enum_derive",
1553
+ ]
1554
+
1555
+ [[package]]
1556
+ name = "num_enum_derive"
1557
+ version = "0.5.7"
1558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+ checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
1560
+ dependencies = [
1561
+ "proc-macro-crate",
1562
+ "proc-macro2",
1563
+ "quote",
1564
+ "syn",
1565
+ ]
1566
+
1567
+ [[package]]
1568
+ name = "num_threads"
1569
+ version = "0.1.6"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
1572
+ dependencies = [
1573
+ "libc",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "objc"
1578
+ version = "0.2.7"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1581
+ dependencies = [
1582
+ "malloc_buf",
1583
+ "objc_exception",
1584
+ ]
1585
+
1586
+ [[package]]
1587
+ name = "objc-foundation"
1588
+ version = "0.1.1"
1589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+ checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
1591
+ dependencies = [
1592
+ "block",
1593
+ "objc",
1594
+ "objc_id",
1595
+ ]
1596
+
1597
+ [[package]]
1598
+ name = "objc_exception"
1599
+ version = "0.1.2"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
1602
+ dependencies = [
1603
+ "cc",
1604
+ ]
1605
+
1606
+ [[package]]
1607
+ name = "objc_id"
1608
+ version = "0.1.1"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
1611
+ dependencies = [
1612
+ "objc",
1613
+ ]
1614
+
1615
+ [[package]]
1616
+ name = "once_cell"
1617
+ version = "1.15.0"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
1620
+
1621
+ [[package]]
1622
+ name = "open"
1623
+ version = "3.0.1"
1624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = "360bcc8316bf6363aa3954c3ccc4de8add167b087e0259190a043c9514f910fe"
1626
+ dependencies = [
1627
+ "pathdiff",
1628
+ "windows-sys",
1629
+ ]
1630
+
1631
+ [[package]]
1632
+ name = "openssl"
1633
+ version = "0.10.40"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
1636
+ dependencies = [
1637
+ "bitflags",
1638
+ "cfg-if",
1639
+ "foreign-types",
1640
+ "libc",
1641
+ "once_cell",
1642
+ "openssl-macros",
1643
+ "openssl-sys",
1644
+ ]
1645
+
1646
+ [[package]]
1647
+ name = "openssl-macros"
1648
+ version = "0.1.0"
1649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1650
+ checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
1651
+ dependencies = [
1652
+ "proc-macro2",
1653
+ "quote",
1654
+ "syn",
1655
+ ]
1656
+
1657
+ [[package]]
1658
+ name = "openssl-probe"
1659
+ version = "0.1.5"
1660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1661
+ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1662
+
1663
+ [[package]]
1664
+ name = "openssl-sys"
1665
+ version = "0.9.74"
1666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1667
+ checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1"
1668
+ dependencies = [
1669
+ "autocfg",
1670
+ "cc",
1671
+ "libc",
1672
+ "pkg-config",
1673
+ "vcpkg",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "os_info"
1678
+ version = "3.5.1"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "c4750134fb6a5d49afc80777394ad5d95b04bc12068c6abb92fae8f43817270f"
1681
+ dependencies = [
1682
+ "log",
1683
+ "serde",
1684
+ "winapi",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "os_pipe"
1689
+ version = "1.0.1"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "2c92f2b54f081d635c77e7120862d48db8e91f7f21cef23ab1b4fe9971c59f55"
1692
+ dependencies = [
1693
+ "libc",
1694
+ "winapi",
1695
+ ]
1696
+
1697
+ [[package]]
1698
+ name = "pango"
1699
+ version = "0.15.10"
1700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1701
+ checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
1702
+ dependencies = [
1703
+ "bitflags",
1704
+ "glib",
1705
+ "libc",
1706
+ "once_cell",
1707
+ "pango-sys",
1708
+ ]
1709
+
1710
+ [[package]]
1711
+ name = "pango-sys"
1712
+ version = "0.15.10"
1713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+ checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
1715
+ dependencies = [
1716
+ "glib-sys",
1717
+ "gobject-sys",
1718
+ "libc",
1719
+ "system-deps 6.0.2",
1720
+ ]
1721
+
1722
+ [[package]]
1723
+ name = "parking_lot"
1724
+ version = "0.12.1"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1727
+ dependencies = [
1728
+ "lock_api",
1729
+ "parking_lot_core",
1730
+ ]
1731
+
1732
+ [[package]]
1733
+ name = "parking_lot_core"
1734
+ version = "0.9.3"
1735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1736
+ checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
1737
+ dependencies = [
1738
+ "cfg-if",
1739
+ "libc",
1740
+ "redox_syscall",
1741
+ "smallvec",
1742
+ "windows-sys",
1743
+ ]
1744
+
1745
+ [[package]]
1746
+ name = "paste"
1747
+ version = "1.0.7"
1748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1749
+ checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
1750
+
1751
+ [[package]]
1752
+ name = "pathdiff"
1753
+ version = "0.2.1"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1756
+
1757
+ [[package]]
1758
+ name = "percent-encoding"
1759
+ version = "2.1.0"
1760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1761
+ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1762
+
1763
+ [[package]]
1764
+ name = "pest"
1765
+ version = "2.1.3"
1766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1767
+ checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
1768
+ dependencies = [
1769
+ "ucd-trie",
1770
+ ]
1771
+
1772
+ [[package]]
1773
+ name = "phf"
1774
+ version = "0.8.0"
1775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+ checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
1777
+ dependencies = [
1778
+ "phf_macros 0.8.0",
1779
+ "phf_shared 0.8.0",
1780
+ "proc-macro-hack",
1781
+ ]
1782
+
1783
+ [[package]]
1784
+ name = "phf"
1785
+ version = "0.10.1"
1786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1787
+ checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
1788
+ dependencies = [
1789
+ "phf_macros 0.10.0",
1790
+ "phf_shared 0.10.0",
1791
+ "proc-macro-hack",
1792
+ ]
1793
+
1794
+ [[package]]
1795
+ name = "phf_codegen"
1796
+ version = "0.8.0"
1797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1798
+ checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
1799
+ dependencies = [
1800
+ "phf_generator 0.8.0",
1801
+ "phf_shared 0.8.0",
1802
+ ]
1803
+
1804
+ [[package]]
1805
+ name = "phf_generator"
1806
+ version = "0.8.0"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
1809
+ dependencies = [
1810
+ "phf_shared 0.8.0",
1811
+ "rand 0.7.3",
1812
+ ]
1813
+
1814
+ [[package]]
1815
+ name = "phf_generator"
1816
+ version = "0.10.0"
1817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1818
+ checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
1819
+ dependencies = [
1820
+ "phf_shared 0.10.0",
1821
+ "rand 0.8.5",
1822
+ ]
1823
+
1824
+ [[package]]
1825
+ name = "phf_macros"
1826
+ version = "0.8.0"
1827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1828
+ checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
1829
+ dependencies = [
1830
+ "phf_generator 0.8.0",
1831
+ "phf_shared 0.8.0",
1832
+ "proc-macro-hack",
1833
+ "proc-macro2",
1834
+ "quote",
1835
+ "syn",
1836
+ ]
1837
+
1838
+ [[package]]
1839
+ name = "phf_macros"
1840
+ version = "0.10.0"
1841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1842
+ checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
1843
+ dependencies = [
1844
+ "phf_generator 0.10.0",
1845
+ "phf_shared 0.10.0",
1846
+ "proc-macro-hack",
1847
+ "proc-macro2",
1848
+ "quote",
1849
+ "syn",
1850
+ ]
1851
+
1852
+ [[package]]
1853
+ name = "phf_shared"
1854
+ version = "0.8.0"
1855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1856
+ checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
1857
+ dependencies = [
1858
+ "siphasher",
1859
+ ]
1860
+
1861
+ [[package]]
1862
+ name = "phf_shared"
1863
+ version = "0.10.0"
1864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1865
+ checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1866
+ dependencies = [
1867
+ "siphasher",
1868
+ ]
1869
+
1870
+ [[package]]
1871
+ name = "pin-project-lite"
1872
+ version = "0.2.9"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1875
+
1876
+ [[package]]
1877
+ name = "pin-utils"
1878
+ version = "0.1.0"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1881
+
1882
+ [[package]]
1883
+ name = "pkg-config"
1884
+ version = "0.3.25"
1885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1886
+ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
1887
+
1888
+ [[package]]
1889
+ name = "plist"
1890
+ version = "1.3.1"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
1893
+ dependencies = [
1894
+ "base64",
1895
+ "indexmap",
1896
+ "line-wrap",
1897
+ "serde",
1898
+ "time",
1899
+ "xml-rs",
1900
+ ]
1901
+
1902
+ [[package]]
1903
+ name = "png"
1904
+ version = "0.11.0"
1905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1906
+ checksum = "f0b0cabbbd20c2d7f06dbf015e06aad59b6ca3d9ed14848783e98af9aaf19925"
1907
+ dependencies = [
1908
+ "bitflags",
1909
+ "deflate 0.7.20",
1910
+ "inflate",
1911
+ "num-iter",
1912
+ ]
1913
+
1914
+ [[package]]
1915
+ name = "png"
1916
+ version = "0.17.5"
1917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1918
+ checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
1919
+ dependencies = [
1920
+ "bitflags",
1921
+ "crc32fast",
1922
+ "deflate 1.0.0",
1923
+ "miniz_oxide",
1924
+ ]
1925
+
1926
+ [[package]]
1927
+ name = "ppv-lite86"
1928
+ version = "0.2.16"
1929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1930
+ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
1931
+
1932
+ [[package]]
1933
+ name = "precomputed-hash"
1934
+ version = "0.1.1"
1935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1936
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1937
+
1938
+ [[package]]
1939
+ name = "proc-macro-crate"
1940
+ version = "1.1.3"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
1943
+ dependencies = [
1944
+ "thiserror",
1945
+ "toml",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "proc-macro-error"
1950
+ version = "1.0.4"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1953
+ dependencies = [
1954
+ "proc-macro-error-attr",
1955
+ "proc-macro2",
1956
+ "quote",
1957
+ "syn",
1958
+ "version_check",
1959
+ ]
1960
+
1961
+ [[package]]
1962
+ name = "proc-macro-error-attr"
1963
+ version = "1.0.4"
1964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1966
+ dependencies = [
1967
+ "proc-macro2",
1968
+ "quote",
1969
+ "version_check",
1970
+ ]
1971
+
1972
+ [[package]]
1973
+ name = "proc-macro-hack"
1974
+ version = "0.5.19"
1975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1976
+ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1977
+
1978
+ [[package]]
1979
+ name = "proc-macro2"
1980
+ version = "1.0.40"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
1983
+ dependencies = [
1984
+ "unicode-ident",
1985
+ ]
1986
+
1987
+ [[package]]
1988
+ name = "quote"
1989
+ version = "1.0.20"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
1992
+ dependencies = [
1993
+ "proc-macro2",
1994
+ ]
1995
+
1996
+ [[package]]
1997
+ name = "rand"
1998
+ version = "0.7.3"
1999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2000
+ checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2001
+ dependencies = [
2002
+ "getrandom 0.1.16",
2003
+ "libc",
2004
+ "rand_chacha 0.2.2",
2005
+ "rand_core 0.5.1",
2006
+ "rand_hc",
2007
+ "rand_pcg",
2008
+ ]
2009
+
2010
+ [[package]]
2011
+ name = "rand"
2012
+ version = "0.8.5"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2015
+ dependencies = [
2016
+ "libc",
2017
+ "rand_chacha 0.3.1",
2018
+ "rand_core 0.6.3",
2019
+ ]
2020
+
2021
+ [[package]]
2022
+ name = "rand_chacha"
2023
+ version = "0.2.2"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2026
+ dependencies = [
2027
+ "ppv-lite86",
2028
+ "rand_core 0.5.1",
2029
+ ]
2030
+
2031
+ [[package]]
2032
+ name = "rand_chacha"
2033
+ version = "0.3.1"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2036
+ dependencies = [
2037
+ "ppv-lite86",
2038
+ "rand_core 0.6.3",
2039
+ ]
2040
+
2041
+ [[package]]
2042
+ name = "rand_core"
2043
+ version = "0.5.1"
2044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2045
+ checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2046
+ dependencies = [
2047
+ "getrandom 0.1.16",
2048
+ ]
2049
+
2050
+ [[package]]
2051
+ name = "rand_core"
2052
+ version = "0.6.3"
2053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2055
+ dependencies = [
2056
+ "getrandom 0.2.7",
2057
+ ]
2058
+
2059
+ [[package]]
2060
+ name = "rand_hc"
2061
+ version = "0.2.0"
2062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2063
+ checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2064
+ dependencies = [
2065
+ "rand_core 0.5.1",
2066
+ ]
2067
+
2068
+ [[package]]
2069
+ name = "rand_pcg"
2070
+ version = "0.2.1"
2071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2072
+ checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2073
+ dependencies = [
2074
+ "rand_core 0.5.1",
2075
+ ]
2076
+
2077
+ [[package]]
2078
+ name = "raw-window-handle"
2079
+ version = "0.5.0"
2080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2081
+ checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
2082
+ dependencies = [
2083
+ "cty",
2084
+ ]
2085
+
2086
+ [[package]]
2087
+ name = "redox_syscall"
2088
+ version = "0.2.13"
2089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2090
+ checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2091
+ dependencies = [
2092
+ "bitflags",
2093
+ ]
2094
+
2095
+ [[package]]
2096
+ name = "redox_users"
2097
+ version = "0.4.3"
2098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2099
+ checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2100
+ dependencies = [
2101
+ "getrandom 0.2.7",
2102
+ "redox_syscall",
2103
+ "thiserror",
2104
+ ]
2105
+
2106
+ [[package]]
2107
+ name = "regex"
2108
+ version = "1.6.0"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2111
+ dependencies = [
2112
+ "aho-corasick",
2113
+ "memchr",
2114
+ "regex-syntax",
2115
+ ]
2116
+
2117
+ [[package]]
2118
+ name = "regex-automata"
2119
+ version = "0.1.10"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2122
+ dependencies = [
2123
+ "regex-syntax",
2124
+ ]
2125
+
2126
+ [[package]]
2127
+ name = "regex-syntax"
2128
+ version = "0.6.27"
2129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2130
+ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2131
+
2132
+ [[package]]
2133
+ name = "remove_dir_all"
2134
+ version = "0.5.3"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2137
+ dependencies = [
2138
+ "winapi",
2139
+ ]
2140
+
2141
+ [[package]]
2142
+ name = "rfd"
2143
+ version = "0.10.0"
2144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2145
+ checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea"
2146
+ dependencies = [
2147
+ "block",
2148
+ "dispatch",
2149
+ "glib-sys",
2150
+ "gobject-sys",
2151
+ "gtk-sys",
2152
+ "js-sys",
2153
+ "lazy_static",
2154
+ "log",
2155
+ "objc",
2156
+ "objc-foundation",
2157
+ "objc_id",
2158
+ "raw-window-handle",
2159
+ "wasm-bindgen",
2160
+ "wasm-bindgen-futures",
2161
+ "web-sys",
2162
+ "windows 0.37.0",
2163
+ ]
2164
+
2165
+ [[package]]
2166
+ name = "rustc_version"
2167
+ version = "0.3.3"
2168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2169
+ checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
2170
+ dependencies = [
2171
+ "semver 0.11.0",
2172
+ ]
2173
+
2174
+ [[package]]
2175
+ name = "rustc_version"
2176
+ version = "0.4.0"
2177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2178
+ checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2179
+ dependencies = [
2180
+ "semver 1.0.11",
2181
+ ]
2182
+
2183
+ [[package]]
2184
+ name = "rustversion"
2185
+ version = "1.0.7"
2186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2187
+ checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"
2188
+
2189
+ [[package]]
2190
+ name = "ryu"
2191
+ version = "1.0.10"
2192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2193
+ checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2194
+
2195
+ [[package]]
2196
+ name = "safemem"
2197
+ version = "0.3.3"
2198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2199
+ checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2200
+
2201
+ [[package]]
2202
+ name = "same-file"
2203
+ version = "1.0.6"
2204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2205
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2206
+ dependencies = [
2207
+ "winapi-util",
2208
+ ]
2209
+
2210
+ [[package]]
2211
+ name = "schannel"
2212
+ version = "0.1.20"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2215
+ dependencies = [
2216
+ "lazy_static",
2217
+ "windows-sys",
2218
+ ]
2219
+
2220
+ [[package]]
2221
+ name = "scoped-tls"
2222
+ version = "1.0.0"
2223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2224
+ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2225
+
2226
+ [[package]]
2227
+ name = "scopeguard"
2228
+ version = "1.1.0"
2229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2230
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2231
+
2232
+ [[package]]
2233
+ name = "security-framework"
2234
+ version = "2.6.1"
2235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2236
+ checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2237
+ dependencies = [
2238
+ "bitflags",
2239
+ "core-foundation",
2240
+ "core-foundation-sys",
2241
+ "libc",
2242
+ "security-framework-sys",
2243
+ ]
2244
+
2245
+ [[package]]
2246
+ name = "security-framework-sys"
2247
+ version = "2.6.1"
2248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2249
+ checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2250
+ dependencies = [
2251
+ "core-foundation-sys",
2252
+ "libc",
2253
+ ]
2254
+
2255
+ [[package]]
2256
+ name = "selectors"
2257
+ version = "0.22.0"
2258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+ checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
2260
+ dependencies = [
2261
+ "bitflags",
2262
+ "cssparser",
2263
+ "derive_more",
2264
+ "fxhash",
2265
+ "log",
2266
+ "matches",
2267
+ "phf 0.8.0",
2268
+ "phf_codegen",
2269
+ "precomputed-hash",
2270
+ "servo_arc",
2271
+ "smallvec",
2272
+ "thin-slice",
2273
+ ]
2274
+
2275
+ [[package]]
2276
+ name = "semver"
2277
+ version = "0.11.0"
2278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2279
+ checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
2280
+ dependencies = [
2281
+ "semver-parser",
2282
+ ]
2283
+
2284
+ [[package]]
2285
+ name = "semver"
2286
+ version = "1.0.11"
2287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2288
+ checksum = "3d92beeab217753479be2f74e54187a6aed4c125ff0703a866c3147a02f0c6dd"
2289
+ dependencies = [
2290
+ "serde",
2291
+ ]
2292
+
2293
+ [[package]]
2294
+ name = "semver-parser"
2295
+ version = "0.10.2"
2296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2297
+ checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
2298
+ dependencies = [
2299
+ "pest",
2300
+ ]
2301
+
2302
+ [[package]]
2303
+ name = "serde"
2304
+ version = "1.0.145"
2305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2306
+ checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"
2307
+ dependencies = [
2308
+ "serde_derive",
2309
+ ]
2310
+
2311
+ [[package]]
2312
+ name = "serde_derive"
2313
+ version = "1.0.145"
2314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2315
+ checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"
2316
+ dependencies = [
2317
+ "proc-macro2",
2318
+ "quote",
2319
+ "syn",
2320
+ ]
2321
+
2322
+ [[package]]
2323
+ name = "serde_json"
2324
+ version = "1.0.86"
2325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2326
+ checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
2327
+ dependencies = [
2328
+ "itoa 1.0.2",
2329
+ "ryu",
2330
+ "serde",
2331
+ ]
2332
+
2333
+ [[package]]
2334
+ name = "serde_repr"
2335
+ version = "0.1.8"
2336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2337
+ checksum = "a2ad84e47328a31223de7fed7a4f5087f2d6ddfe586cf3ca25b7a165bc0a5aed"
2338
+ dependencies = [
2339
+ "proc-macro2",
2340
+ "quote",
2341
+ "syn",
2342
+ ]
2343
+
2344
+ [[package]]
2345
+ name = "serde_urlencoded"
2346
+ version = "0.7.1"
2347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2349
+ dependencies = [
2350
+ "form_urlencoded",
2351
+ "itoa 1.0.2",
2352
+ "ryu",
2353
+ "serde",
2354
+ ]
2355
+
2356
+ [[package]]
2357
+ name = "serde_with"
2358
+ version = "1.14.0"
2359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2360
+ checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
2361
+ dependencies = [
2362
+ "serde",
2363
+ "serde_with_macros",
2364
+ ]
2365
+
2366
+ [[package]]
2367
+ name = "serde_with_macros"
2368
+ version = "1.5.2"
2369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2370
+ checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
2371
+ dependencies = [
2372
+ "darling",
2373
+ "proc-macro2",
2374
+ "quote",
2375
+ "syn",
2376
+ ]
2377
+
2378
+ [[package]]
2379
+ name = "serialize-to-javascript"
2380
+ version = "0.1.1"
2381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2382
+ checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
2383
+ dependencies = [
2384
+ "serde",
2385
+ "serde_json",
2386
+ "serialize-to-javascript-impl",
2387
+ ]
2388
+
2389
+ [[package]]
2390
+ name = "serialize-to-javascript-impl"
2391
+ version = "0.1.1"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
2394
+ dependencies = [
2395
+ "proc-macro2",
2396
+ "quote",
2397
+ "syn",
2398
+ ]
2399
+
2400
+ [[package]]
2401
+ name = "servo_arc"
2402
+ version = "0.1.1"
2403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2404
+ checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
2405
+ dependencies = [
2406
+ "nodrop",
2407
+ "stable_deref_trait",
2408
+ ]
2409
+
2410
+ [[package]]
2411
+ name = "sha2"
2412
+ version = "0.10.2"
2413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2414
+ checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2415
+ dependencies = [
2416
+ "cfg-if",
2417
+ "cpufeatures",
2418
+ "digest",
2419
+ ]
2420
+
2421
+ [[package]]
2422
+ name = "sharded-slab"
2423
+ version = "0.1.4"
2424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2425
+ checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2426
+ dependencies = [
2427
+ "lazy_static",
2428
+ ]
2429
+
2430
+ [[package]]
2431
+ name = "shared_child"
2432
+ version = "1.0.0"
2433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2434
+ checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
2435
+ dependencies = [
2436
+ "libc",
2437
+ "winapi",
2438
+ ]
2439
+
2440
+ [[package]]
2441
+ name = "siphasher"
2442
+ version = "0.3.10"
2443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2444
+ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2445
+
2446
+ [[package]]
2447
+ name = "slab"
2448
+ version = "0.4.6"
2449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2450
+ checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2451
+
2452
+ [[package]]
2453
+ name = "smallvec"
2454
+ version = "1.9.0"
2455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2456
+ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2457
+
2458
+ [[package]]
2459
+ name = "soup2"
2460
+ version = "0.2.1"
2461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2462
+ checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0"
2463
+ dependencies = [
2464
+ "bitflags",
2465
+ "gio",
2466
+ "glib",
2467
+ "libc",
2468
+ "once_cell",
2469
+ "soup2-sys",
2470
+ ]
2471
+
2472
+ [[package]]
2473
+ name = "soup2-sys"
2474
+ version = "0.2.0"
2475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2476
+ checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf"
2477
+ dependencies = [
2478
+ "bitflags",
2479
+ "gio-sys",
2480
+ "glib-sys",
2481
+ "gobject-sys",
2482
+ "libc",
2483
+ "system-deps 5.0.0",
2484
+ ]
2485
+
2486
+ [[package]]
2487
+ name = "stable_deref_trait"
2488
+ version = "1.2.0"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2491
+
2492
+ [[package]]
2493
+ name = "state"
2494
+ version = "0.5.3"
2495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+ checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
2497
+ dependencies = [
2498
+ "loom",
2499
+ ]
2500
+
2501
+ [[package]]
2502
+ name = "string_cache"
2503
+ version = "0.8.4"
2504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2505
+ checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
2506
+ dependencies = [
2507
+ "new_debug_unreachable",
2508
+ "once_cell",
2509
+ "parking_lot",
2510
+ "phf_shared 0.10.0",
2511
+ "precomputed-hash",
2512
+ "serde",
2513
+ ]
2514
+
2515
+ [[package]]
2516
+ name = "string_cache_codegen"
2517
+ version = "0.5.2"
2518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2519
+ checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2520
+ dependencies = [
2521
+ "phf_generator 0.10.0",
2522
+ "phf_shared 0.10.0",
2523
+ "proc-macro2",
2524
+ "quote",
2525
+ ]
2526
+
2527
+ [[package]]
2528
+ name = "strsim"
2529
+ version = "0.10.0"
2530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2531
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2532
+
2533
+ [[package]]
2534
+ name = "strum"
2535
+ version = "0.22.0"
2536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2537
+ checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
2538
+ dependencies = [
2539
+ "strum_macros",
2540
+ ]
2541
+
2542
+ [[package]]
2543
+ name = "strum_macros"
2544
+ version = "0.22.0"
2545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2546
+ checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
2547
+ dependencies = [
2548
+ "heck 0.3.3",
2549
+ "proc-macro2",
2550
+ "quote",
2551
+ "syn",
2552
+ ]
2553
+
2554
+ [[package]]
2555
+ name = "syn"
2556
+ version = "1.0.98"
2557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2558
+ checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
2559
+ dependencies = [
2560
+ "proc-macro2",
2561
+ "quote",
2562
+ "unicode-ident",
2563
+ ]
2564
+
2565
+ [[package]]
2566
+ name = "system-deps"
2567
+ version = "5.0.0"
2568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2569
+ checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e"
2570
+ dependencies = [
2571
+ "cfg-expr 0.9.1",
2572
+ "heck 0.3.3",
2573
+ "pkg-config",
2574
+ "toml",
2575
+ "version-compare 0.0.11",
2576
+ ]
2577
+
2578
+ [[package]]
2579
+ name = "system-deps"
2580
+ version = "6.0.2"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
2583
+ dependencies = [
2584
+ "cfg-expr 0.10.3",
2585
+ "heck 0.4.0",
2586
+ "pkg-config",
2587
+ "toml",
2588
+ "version-compare 0.1.0",
2589
+ ]
2590
+
2591
+ [[package]]
2592
+ name = "tao"
2593
+ version = "0.14.0"
2594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2595
+ checksum = "43336f5d1793543ba96e2a1e75f3a5c7dcd592743be06a0ab3a190f4fcb4b934"
2596
+ dependencies = [
2597
+ "bitflags",
2598
+ "cairo-rs",
2599
+ "cc",
2600
+ "cocoa",
2601
+ "core-foundation",
2602
+ "core-graphics",
2603
+ "crossbeam-channel",
2604
+ "dispatch",
2605
+ "gdk",
2606
+ "gdk-pixbuf",
2607
+ "gdk-sys",
2608
+ "gdkx11-sys",
2609
+ "gio",
2610
+ "glib",
2611
+ "glib-sys",
2612
+ "gtk",
2613
+ "image",
2614
+ "instant",
2615
+ "jni",
2616
+ "lazy_static",
2617
+ "libc",
2618
+ "log",
2619
+ "ndk",
2620
+ "ndk-context",
2621
+ "ndk-sys",
2622
+ "objc",
2623
+ "once_cell",
2624
+ "parking_lot",
2625
+ "paste",
2626
+ "png 0.17.5",
2627
+ "raw-window-handle",
2628
+ "scopeguard",
2629
+ "serde",
2630
+ "unicode-segmentation",
2631
+ "uuid 1.1.2",
2632
+ "windows 0.39.0",
2633
+ "windows-implement",
2634
+ "x11-dl",
2635
+ ]
2636
+
2637
+ [[package]]
2638
+ name = "tar"
2639
+ version = "0.4.38"
2640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2641
+ checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
2642
+ dependencies = [
2643
+ "filetime",
2644
+ "libc",
2645
+ "xattr",
2646
+ ]
2647
+
2648
+ [[package]]
2649
+ name = "tauri"
2650
+ version = "1.1.1"
2651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2652
+ checksum = "efbf22abd61d95ca9b2becd77f9db4c093892f73e8a07d21d8b0b2bf71a7bcea"
2653
+ dependencies = [
2654
+ "anyhow",
2655
+ "attohttpc",
2656
+ "cocoa",
2657
+ "dirs-next",
2658
+ "embed_plist",
2659
+ "encoding_rs",
2660
+ "flate2",
2661
+ "futures-util",
2662
+ "glib",
2663
+ "glob",
2664
+ "gtk",
2665
+ "heck 0.4.0",
2666
+ "http",
2667
+ "ignore",
2668
+ "notify-rust",
2669
+ "objc",
2670
+ "once_cell",
2671
+ "open",
2672
+ "os_info",
2673
+ "os_pipe",
2674
+ "percent-encoding",
2675
+ "rand 0.8.5",
2676
+ "raw-window-handle",
2677
+ "regex",
2678
+ "rfd",
2679
+ "semver 1.0.11",
2680
+ "serde",
2681
+ "serde_json",
2682
+ "serde_repr",
2683
+ "serialize-to-javascript",
2684
+ "shared_child",
2685
+ "state",
2686
+ "tar",
2687
+ "tauri-macros",
2688
+ "tauri-runtime",
2689
+ "tauri-runtime-wry",
2690
+ "tauri-utils",
2691
+ "tempfile",
2692
+ "thiserror",
2693
+ "tokio",
2694
+ "url",
2695
+ "uuid 1.1.2",
2696
+ "webkit2gtk",
2697
+ "webview2-com",
2698
+ "windows 0.39.0",
2699
+ ]
2700
+
2701
+ [[package]]
2702
+ name = "tauri-build"
2703
+ version = "1.1.1"
2704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2705
+ checksum = "0991fb306849897439dbd4a72e4cbed2413e2eb26cb4b3ba220b94edba8b4b88"
2706
+ dependencies = [
2707
+ "anyhow",
2708
+ "cargo_toml",
2709
+ "heck 0.4.0",
2710
+ "json-patch",
2711
+ "semver 1.0.11",
2712
+ "serde_json",
2713
+ "tauri-utils",
2714
+ "winres",
2715
+ ]
2716
+
2717
+ [[package]]
2718
+ name = "tauri-codegen"
2719
+ version = "1.1.1"
2720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2721
+ checksum = "356fa253e40ae4d6ff02075011f2f2bb4066f5c9d8c1e16ca6912d7b75903ba6"
2722
+ dependencies = [
2723
+ "base64",
2724
+ "brotli",
2725
+ "ico",
2726
+ "json-patch",
2727
+ "plist",
2728
+ "png 0.17.5",
2729
+ "proc-macro2",
2730
+ "quote",
2731
+ "regex",
2732
+ "semver 1.0.11",
2733
+ "serde",
2734
+ "serde_json",
2735
+ "sha2",
2736
+ "tauri-utils",
2737
+ "thiserror",
2738
+ "time",
2739
+ "uuid 1.1.2",
2740
+ "walkdir",
2741
+ ]
2742
+
2743
+ [[package]]
2744
+ name = "tauri-macros"
2745
+ version = "1.1.1"
2746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2747
+ checksum = "d6051fd6940ddb22af452340d03c66a3e2f5d72e0788d4081d91e31528ccdc4d"
2748
+ dependencies = [
2749
+ "heck 0.4.0",
2750
+ "proc-macro2",
2751
+ "quote",
2752
+ "syn",
2753
+ "tauri-codegen",
2754
+ "tauri-utils",
2755
+ ]
2756
+
2757
+ [[package]]
2758
+ name = "tauri-runtime"
2759
+ version = "0.11.1"
2760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2761
+ checksum = "d49439a5ea47f474572b854972f42eda2e02a470be5ca9609cc83bb66945abe2"
2762
+ dependencies = [
2763
+ "gtk",
2764
+ "http",
2765
+ "http-range",
2766
+ "infer",
2767
+ "rand 0.8.5",
2768
+ "raw-window-handle",
2769
+ "serde",
2770
+ "serde_json",
2771
+ "tauri-utils",
2772
+ "thiserror",
2773
+ "uuid 1.1.2",
2774
+ "webview2-com",
2775
+ "windows 0.39.0",
2776
+ ]
2777
+
2778
+ [[package]]
2779
+ name = "tauri-runtime-wry"
2780
+ version = "0.11.1"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "28dce920995fd49907aa9bea7249ed1771454f11f7611924c920a1f75fb614d4"
2783
+ dependencies = [
2784
+ "cocoa",
2785
+ "gtk",
2786
+ "percent-encoding",
2787
+ "rand 0.8.5",
2788
+ "raw-window-handle",
2789
+ "tauri-runtime",
2790
+ "tauri-utils",
2791
+ "uuid 1.1.2",
2792
+ "webkit2gtk",
2793
+ "webview2-com",
2794
+ "windows 0.39.0",
2795
+ "wry",
2796
+ ]
2797
+
2798
+ [[package]]
2799
+ name = "tauri-utils"
2800
+ version = "1.1.1"
2801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2802
+ checksum = "1e8fdae6f29cef959809a3c3afef510c5b715a446a597ab8b791497585363f39"
2803
+ dependencies = [
2804
+ "brotli",
2805
+ "ctor",
2806
+ "glob",
2807
+ "heck 0.4.0",
2808
+ "html5ever",
2809
+ "json-patch",
2810
+ "kuchiki",
2811
+ "memchr",
2812
+ "phf 0.10.1",
2813
+ "proc-macro2",
2814
+ "quote",
2815
+ "semver 1.0.11",
2816
+ "serde",
2817
+ "serde_json",
2818
+ "serde_with",
2819
+ "thiserror",
2820
+ "url",
2821
+ "walkdir",
2822
+ "windows 0.39.0",
2823
+ ]
2824
+
2825
+ [[package]]
2826
+ name = "tempfile"
2827
+ version = "3.3.0"
2828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2829
+ checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2830
+ dependencies = [
2831
+ "cfg-if",
2832
+ "fastrand",
2833
+ "libc",
2834
+ "redox_syscall",
2835
+ "remove_dir_all",
2836
+ "winapi",
2837
+ ]
2838
+
2839
+ [[package]]
2840
+ name = "tendril"
2841
+ version = "0.4.3"
2842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2843
+ checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2844
+ dependencies = [
2845
+ "futf",
2846
+ "mac",
2847
+ "utf-8",
2848
+ ]
2849
+
2850
+ [[package]]
2851
+ name = "thin-slice"
2852
+ version = "0.1.1"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
2855
+
2856
+ [[package]]
2857
+ name = "thiserror"
2858
+ version = "1.0.31"
2859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2860
+ checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2861
+ dependencies = [
2862
+ "thiserror-impl",
2863
+ ]
2864
+
2865
+ [[package]]
2866
+ name = "thiserror-impl"
2867
+ version = "1.0.31"
2868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2869
+ checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2870
+ dependencies = [
2871
+ "proc-macro2",
2872
+ "quote",
2873
+ "syn",
2874
+ ]
2875
+
2876
+ [[package]]
2877
+ name = "thread_local"
2878
+ version = "1.1.4"
2879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2880
+ checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2881
+ dependencies = [
2882
+ "once_cell",
2883
+ ]
2884
+
2885
+ [[package]]
2886
+ name = "time"
2887
+ version = "0.3.11"
2888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2889
+ checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
2890
+ dependencies = [
2891
+ "itoa 1.0.2",
2892
+ "libc",
2893
+ "num_threads",
2894
+ ]
2895
+
2896
+ [[package]]
2897
+ name = "tinyvec"
2898
+ version = "1.6.0"
2899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2900
+ checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2901
+ dependencies = [
2902
+ "tinyvec_macros",
2903
+ ]
2904
+
2905
+ [[package]]
2906
+ name = "tinyvec_macros"
2907
+ version = "0.1.0"
2908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2909
+ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2910
+
2911
+ [[package]]
2912
+ name = "tokio"
2913
+ version = "1.19.2"
2914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2915
+ checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
2916
+ dependencies = [
2917
+ "bytes",
2918
+ "memchr",
2919
+ "num_cpus",
2920
+ "once_cell",
2921
+ "pin-project-lite",
2922
+ ]
2923
+
2924
+ [[package]]
2925
+ name = "toml"
2926
+ version = "0.5.9"
2927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2928
+ checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2929
+ dependencies = [
2930
+ "serde",
2931
+ ]
2932
+
2933
+ [[package]]
2934
+ name = "tracing"
2935
+ version = "0.1.35"
2936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2937
+ checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
2938
+ dependencies = [
2939
+ "cfg-if",
2940
+ "pin-project-lite",
2941
+ "tracing-attributes",
2942
+ "tracing-core",
2943
+ ]
2944
+
2945
+ [[package]]
2946
+ name = "tracing-attributes"
2947
+ version = "0.1.21"
2948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2949
+ checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
2950
+ dependencies = [
2951
+ "proc-macro2",
2952
+ "quote",
2953
+ "syn",
2954
+ ]
2955
+
2956
+ [[package]]
2957
+ name = "tracing-core"
2958
+ version = "0.1.28"
2959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2960
+ checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
2961
+ dependencies = [
2962
+ "once_cell",
2963
+ "valuable",
2964
+ ]
2965
+
2966
+ [[package]]
2967
+ name = "tracing-log"
2968
+ version = "0.1.3"
2969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2970
+ checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2971
+ dependencies = [
2972
+ "lazy_static",
2973
+ "log",
2974
+ "tracing-core",
2975
+ ]
2976
+
2977
+ [[package]]
2978
+ name = "tracing-subscriber"
2979
+ version = "0.3.12"
2980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2981
+ checksum = "cfbbce75cad20b56f4f4200e413b894c990c7bbd7e47245ff5cbc2b82511e4da"
2982
+ dependencies = [
2983
+ "ansi_term",
2984
+ "matchers",
2985
+ "once_cell",
2986
+ "regex",
2987
+ "sharded-slab",
2988
+ "smallvec",
2989
+ "thread_local",
2990
+ "tracing",
2991
+ "tracing-core",
2992
+ "tracing-log",
2993
+ ]
2994
+
2995
+ [[package]]
2996
+ name = "treediff"
2997
+ version = "3.0.2"
2998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2999
+ checksum = "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff"
3000
+ dependencies = [
3001
+ "serde_json",
3002
+ ]
3003
+
3004
+ [[package]]
3005
+ name = "typenum"
3006
+ version = "1.15.0"
3007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3008
+ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
3009
+
3010
+ [[package]]
3011
+ name = "ucd-trie"
3012
+ version = "0.1.3"
3013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3014
+ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
3015
+
3016
+ [[package]]
3017
+ name = "unicode-bidi"
3018
+ version = "0.3.8"
3019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3020
+ checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
3021
+
3022
+ [[package]]
3023
+ name = "unicode-ident"
3024
+ version = "1.0.1"
3025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3026
+ checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
3027
+
3028
+ [[package]]
3029
+ name = "unicode-normalization"
3030
+ version = "0.1.20"
3031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3032
+ checksum = "81dee68f85cab8cf68dec42158baf3a79a1cdc065a8b103025965d6ccb7f6cbd"
3033
+ dependencies = [
3034
+ "tinyvec",
3035
+ ]
3036
+
3037
+ [[package]]
3038
+ name = "unicode-segmentation"
3039
+ version = "1.9.0"
3040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3041
+ checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
3042
+
3043
+ [[package]]
3044
+ name = "url"
3045
+ version = "2.3.0"
3046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3047
+ checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
3048
+ dependencies = [
3049
+ "form_urlencoded",
3050
+ "idna",
3051
+ "percent-encoding",
3052
+ "serde",
3053
+ ]
3054
+
3055
+ [[package]]
3056
+ name = "utf-8"
3057
+ version = "0.7.6"
3058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3059
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3060
+
3061
+ [[package]]
3062
+ name = "uuid"
3063
+ version = "0.8.2"
3064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3065
+ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
3066
+
3067
+ [[package]]
3068
+ name = "uuid"
3069
+ version = "1.1.2"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
3072
+ dependencies = [
3073
+ "getrandom 0.2.7",
3074
+ ]
3075
+
3076
+ [[package]]
3077
+ name = "valuable"
3078
+ version = "0.1.0"
3079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3080
+ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3081
+
3082
+ [[package]]
3083
+ name = "vcpkg"
3084
+ version = "0.2.15"
3085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3086
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3087
+
3088
+ [[package]]
3089
+ name = "version-compare"
3090
+ version = "0.0.11"
3091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3092
+ checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
3093
+
3094
+ [[package]]
3095
+ name = "version-compare"
3096
+ version = "0.1.0"
3097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3098
+ checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
3099
+
3100
+ [[package]]
3101
+ name = "version_check"
3102
+ version = "0.9.4"
3103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3104
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3105
+
3106
+ [[package]]
3107
+ name = "walkdir"
3108
+ version = "2.3.2"
3109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3110
+ checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
3111
+ dependencies = [
3112
+ "same-file",
3113
+ "winapi",
3114
+ "winapi-util",
3115
+ ]
3116
+
3117
+ [[package]]
3118
+ name = "wasi"
3119
+ version = "0.9.0+wasi-snapshot-preview1"
3120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3121
+ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3122
+
3123
+ [[package]]
3124
+ name = "wasi"
3125
+ version = "0.11.0+wasi-snapshot-preview1"
3126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3127
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3128
+
3129
+ [[package]]
3130
+ name = "wasm-bindgen"
3131
+ version = "0.2.81"
3132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3133
+ checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
3134
+ dependencies = [
3135
+ "cfg-if",
3136
+ "wasm-bindgen-macro",
3137
+ ]
3138
+
3139
+ [[package]]
3140
+ name = "wasm-bindgen-backend"
3141
+ version = "0.2.81"
3142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+ checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
3144
+ dependencies = [
3145
+ "bumpalo",
3146
+ "lazy_static",
3147
+ "log",
3148
+ "proc-macro2",
3149
+ "quote",
3150
+ "syn",
3151
+ "wasm-bindgen-shared",
3152
+ ]
3153
+
3154
+ [[package]]
3155
+ name = "wasm-bindgen-futures"
3156
+ version = "0.4.31"
3157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3158
+ checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
3159
+ dependencies = [
3160
+ "cfg-if",
3161
+ "js-sys",
3162
+ "wasm-bindgen",
3163
+ "web-sys",
3164
+ ]
3165
+
3166
+ [[package]]
3167
+ name = "wasm-bindgen-macro"
3168
+ version = "0.2.81"
3169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3170
+ checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
3171
+ dependencies = [
3172
+ "quote",
3173
+ "wasm-bindgen-macro-support",
3174
+ ]
3175
+
3176
+ [[package]]
3177
+ name = "wasm-bindgen-macro-support"
3178
+ version = "0.2.81"
3179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3180
+ checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
3181
+ dependencies = [
3182
+ "proc-macro2",
3183
+ "quote",
3184
+ "syn",
3185
+ "wasm-bindgen-backend",
3186
+ "wasm-bindgen-shared",
3187
+ ]
3188
+
3189
+ [[package]]
3190
+ name = "wasm-bindgen-shared"
3191
+ version = "0.2.81"
3192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3193
+ checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
3194
+
3195
+ [[package]]
3196
+ name = "web-sys"
3197
+ version = "0.3.58"
3198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3199
+ checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
3200
+ dependencies = [
3201
+ "js-sys",
3202
+ "wasm-bindgen",
3203
+ ]
3204
+
3205
+ [[package]]
3206
+ name = "webkit2gtk"
3207
+ version = "0.18.0"
3208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3209
+ checksum = "29952969fb5e10fe834a52eb29ad0814ccdfd8387159b0933edf1344a1c9cdcc"
3210
+ dependencies = [
3211
+ "bitflags",
3212
+ "cairo-rs",
3213
+ "gdk",
3214
+ "gdk-sys",
3215
+ "gio",
3216
+ "gio-sys",
3217
+ "glib",
3218
+ "glib-sys",
3219
+ "gobject-sys",
3220
+ "gtk",
3221
+ "gtk-sys",
3222
+ "javascriptcore-rs",
3223
+ "libc",
3224
+ "once_cell",
3225
+ "soup2",
3226
+ "webkit2gtk-sys",
3227
+ ]
3228
+
3229
+ [[package]]
3230
+ name = "webkit2gtk-sys"
3231
+ version = "0.18.0"
3232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3233
+ checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3"
3234
+ dependencies = [
3235
+ "atk-sys",
3236
+ "bitflags",
3237
+ "cairo-sys-rs",
3238
+ "gdk-pixbuf-sys",
3239
+ "gdk-sys",
3240
+ "gio-sys",
3241
+ "glib-sys",
3242
+ "gobject-sys",
3243
+ "gtk-sys",
3244
+ "javascriptcore-rs-sys",
3245
+ "libc",
3246
+ "pango-sys",
3247
+ "pkg-config",
3248
+ "soup2-sys",
3249
+ "system-deps 6.0.2",
3250
+ ]
3251
+
3252
+ [[package]]
3253
+ name = "webview2-com"
3254
+ version = "0.19.1"
3255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3256
+ checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178"
3257
+ dependencies = [
3258
+ "webview2-com-macros",
3259
+ "webview2-com-sys",
3260
+ "windows 0.39.0",
3261
+ "windows-implement",
3262
+ ]
3263
+
3264
+ [[package]]
3265
+ name = "webview2-com-macros"
3266
+ version = "0.6.0"
3267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3268
+ checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac"
3269
+ dependencies = [
3270
+ "proc-macro2",
3271
+ "quote",
3272
+ "syn",
3273
+ ]
3274
+
3275
+ [[package]]
3276
+ name = "webview2-com-sys"
3277
+ version = "0.19.0"
3278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3279
+ checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7"
3280
+ dependencies = [
3281
+ "regex",
3282
+ "serde",
3283
+ "serde_json",
3284
+ "thiserror",
3285
+ "windows 0.39.0",
3286
+ "windows-bindgen",
3287
+ "windows-metadata",
3288
+ ]
3289
+
3290
+ [[package]]
3291
+ name = "winapi"
3292
+ version = "0.3.9"
3293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3294
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3295
+ dependencies = [
3296
+ "winapi-i686-pc-windows-gnu",
3297
+ "winapi-x86_64-pc-windows-gnu",
3298
+ ]
3299
+
3300
+ [[package]]
3301
+ name = "winapi-i686-pc-windows-gnu"
3302
+ version = "0.4.0"
3303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3304
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3305
+
3306
+ [[package]]
3307
+ name = "winapi-util"
3308
+ version = "0.1.5"
3309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3310
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
3311
+ dependencies = [
3312
+ "winapi",
3313
+ ]
3314
+
3315
+ [[package]]
3316
+ name = "winapi-x86_64-pc-windows-gnu"
3317
+ version = "0.4.0"
3318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3319
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3320
+
3321
+ [[package]]
3322
+ name = "windows"
3323
+ version = "0.24.0"
3324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3325
+ checksum = "a9f39345ae0c8ab072c0ac7fe8a8b411636aa34f89be19ddd0d9226544f13944"
3326
+ dependencies = [
3327
+ "windows_i686_gnu 0.24.0",
3328
+ "windows_i686_msvc 0.24.0",
3329
+ "windows_x86_64_gnu 0.24.0",
3330
+ "windows_x86_64_msvc 0.24.0",
3331
+ ]
3332
+
3333
+ [[package]]
3334
+ name = "windows"
3335
+ version = "0.37.0"
3336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3337
+ checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
3338
+ dependencies = [
3339
+ "windows_aarch64_msvc 0.37.0",
3340
+ "windows_i686_gnu 0.37.0",
3341
+ "windows_i686_msvc 0.37.0",
3342
+ "windows_x86_64_gnu 0.37.0",
3343
+ "windows_x86_64_msvc 0.37.0",
3344
+ ]
3345
+
3346
+ [[package]]
3347
+ name = "windows"
3348
+ version = "0.39.0"
3349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3350
+ checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
3351
+ dependencies = [
3352
+ "windows-implement",
3353
+ "windows_aarch64_msvc 0.39.0",
3354
+ "windows_i686_gnu 0.39.0",
3355
+ "windows_i686_msvc 0.39.0",
3356
+ "windows_x86_64_gnu 0.39.0",
3357
+ "windows_x86_64_msvc 0.39.0",
3358
+ ]
3359
+
3360
+ [[package]]
3361
+ name = "windows-bindgen"
3362
+ version = "0.39.0"
3363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3364
+ checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41"
3365
+ dependencies = [
3366
+ "windows-metadata",
3367
+ "windows-tokens",
3368
+ ]
3369
+
3370
+ [[package]]
3371
+ name = "windows-implement"
3372
+ version = "0.39.0"
3373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3374
+ checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
3375
+ dependencies = [
3376
+ "syn",
3377
+ "windows-tokens",
3378
+ ]
3379
+
3380
+ [[package]]
3381
+ name = "windows-metadata"
3382
+ version = "0.39.0"
3383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3384
+ checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278"
3385
+
3386
+ [[package]]
3387
+ name = "windows-sys"
3388
+ version = "0.36.1"
3389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3390
+ checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
3391
+ dependencies = [
3392
+ "windows_aarch64_msvc 0.36.1",
3393
+ "windows_i686_gnu 0.36.1",
3394
+ "windows_i686_msvc 0.36.1",
3395
+ "windows_x86_64_gnu 0.36.1",
3396
+ "windows_x86_64_msvc 0.36.1",
3397
+ ]
3398
+
3399
+ [[package]]
3400
+ name = "windows-tokens"
3401
+ version = "0.39.0"
3402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3403
+ checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
3404
+
3405
+ [[package]]
3406
+ name = "windows_aarch64_msvc"
3407
+ version = "0.36.1"
3408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3409
+ checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
3410
+
3411
+ [[package]]
3412
+ name = "windows_aarch64_msvc"
3413
+ version = "0.37.0"
3414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3415
+ checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
3416
+
3417
+ [[package]]
3418
+ name = "windows_aarch64_msvc"
3419
+ version = "0.39.0"
3420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3421
+ checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
3422
+
3423
+ [[package]]
3424
+ name = "windows_i686_gnu"
3425
+ version = "0.24.0"
3426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3427
+ checksum = "c0866510a3eca9aed73a077490bbbf03e5eaac4e1fd70849d89539e5830501fd"
3428
+
3429
+ [[package]]
3430
+ name = "windows_i686_gnu"
3431
+ version = "0.36.1"
3432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3433
+ checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
3434
+
3435
+ [[package]]
3436
+ name = "windows_i686_gnu"
3437
+ version = "0.37.0"
3438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3439
+ checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
3440
+
3441
+ [[package]]
3442
+ name = "windows_i686_gnu"
3443
+ version = "0.39.0"
3444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3445
+ checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
3446
+
3447
+ [[package]]
3448
+ name = "windows_i686_msvc"
3449
+ version = "0.24.0"
3450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3451
+ checksum = "bf0ffed56b7e9369a29078d2ab3aaeceea48eb58999d2cff3aa2494a275b95c6"
3452
+
3453
+ [[package]]
3454
+ name = "windows_i686_msvc"
3455
+ version = "0.36.1"
3456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3457
+ checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
3458
+
3459
+ [[package]]
3460
+ name = "windows_i686_msvc"
3461
+ version = "0.37.0"
3462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3463
+ checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
3464
+
3465
+ [[package]]
3466
+ name = "windows_i686_msvc"
3467
+ version = "0.39.0"
3468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3469
+ checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
3470
+
3471
+ [[package]]
3472
+ name = "windows_x86_64_gnu"
3473
+ version = "0.24.0"
3474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3475
+ checksum = "384a173630588044205a2993b6864a2f56e5a8c1e7668c07b93ec18cf4888dc4"
3476
+
3477
+ [[package]]
3478
+ name = "windows_x86_64_gnu"
3479
+ version = "0.36.1"
3480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3481
+ checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
3482
+
3483
+ [[package]]
3484
+ name = "windows_x86_64_gnu"
3485
+ version = "0.37.0"
3486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3487
+ checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
3488
+
3489
+ [[package]]
3490
+ name = "windows_x86_64_gnu"
3491
+ version = "0.39.0"
3492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3493
+ checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
3494
+
3495
+ [[package]]
3496
+ name = "windows_x86_64_msvc"
3497
+ version = "0.24.0"
3498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3499
+ checksum = "9bd8f062d8ca5446358159d79a90be12c543b3a965c847c8f3eedf14b321d399"
3500
+
3501
+ [[package]]
3502
+ name = "windows_x86_64_msvc"
3503
+ version = "0.36.1"
3504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3505
+ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
3506
+
3507
+ [[package]]
3508
+ name = "windows_x86_64_msvc"
3509
+ version = "0.37.0"
3510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3511
+ checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
3512
+
3513
+ [[package]]
3514
+ name = "windows_x86_64_msvc"
3515
+ version = "0.39.0"
3516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3517
+ checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
3518
+
3519
+ [[package]]
3520
+ name = "winres"
3521
+ version = "0.1.12"
3522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3523
+ checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
3524
+ dependencies = [
3525
+ "toml",
3526
+ ]
3527
+
3528
+ [[package]]
3529
+ name = "winrt-notification"
3530
+ version = "0.5.1"
3531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3532
+ checksum = "007a0353840b23e0c6dc73e5b962ff58ed7f6bc9ceff3ce7fe6fbad8d496edf4"
3533
+ dependencies = [
3534
+ "strum",
3535
+ "windows 0.24.0",
3536
+ "xml-rs",
3537
+ ]
3538
+
3539
+ [[package]]
3540
+ name = "wry"
3541
+ version = "0.21.1"
3542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3543
+ checksum = "ff5c1352b4266fdf92c63479d2f58ab4cd29dc4e78fbc1b62011ed1227926945"
3544
+ dependencies = [
3545
+ "base64",
3546
+ "block",
3547
+ "cocoa",
3548
+ "core-graphics",
3549
+ "crossbeam-channel",
3550
+ "gdk",
3551
+ "gio",
3552
+ "glib",
3553
+ "gtk",
3554
+ "html5ever",
3555
+ "http",
3556
+ "kuchiki",
3557
+ "libc",
3558
+ "log",
3559
+ "objc",
3560
+ "objc_id",
3561
+ "once_cell",
3562
+ "serde",
3563
+ "serde_json",
3564
+ "sha2",
3565
+ "tao",
3566
+ "thiserror",
3567
+ "url",
3568
+ "webkit2gtk",
3569
+ "webkit2gtk-sys",
3570
+ "webview2-com",
3571
+ "windows 0.39.0",
3572
+ "windows-implement",
3573
+ ]
3574
+
3575
+ [[package]]
3576
+ name = "x11"
3577
+ version = "2.19.1"
3578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3579
+ checksum = "6dd0565fa8bfba8c5efe02725b14dff114c866724eff2cfd44d76cea74bcd87a"
3580
+ dependencies = [
3581
+ "libc",
3582
+ "pkg-config",
3583
+ ]
3584
+
3585
+ [[package]]
3586
+ name = "x11-dl"
3587
+ version = "2.20.0"
3588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3589
+ checksum = "0c83627bc137605acc00bb399c7b908ef460b621fc37c953db2b09f88c449ea6"
3590
+ dependencies = [
3591
+ "lazy_static",
3592
+ "libc",
3593
+ "pkg-config",
3594
+ ]
3595
+
3596
+ [[package]]
3597
+ name = "xattr"
3598
+ version = "0.2.3"
3599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3600
+ checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
3601
+ dependencies = [
3602
+ "libc",
3603
+ ]
3604
+
3605
+ [[package]]
3606
+ name = "xml-rs"
3607
+ version = "0.8.4"
3608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3609
+ checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"