wry_ruby 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Cargo.lock ADDED
@@ -0,0 +1,2423 @@
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 = "aho-corasick"
13
+ version = "1.0.2"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anyhow"
22
+ version = "1.0.71"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
25
+
26
+ [[package]]
27
+ name = "atk"
28
+ version = "0.16.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "39991bc421ddf72f70159011b323ff49b0f783cc676a7287c59453da2e2531cf"
31
+ dependencies = [
32
+ "atk-sys",
33
+ "bitflags",
34
+ "glib",
35
+ "libc",
36
+ ]
37
+
38
+ [[package]]
39
+ name = "atk-sys"
40
+ version = "0.16.0"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148"
43
+ dependencies = [
44
+ "glib-sys",
45
+ "gobject-sys",
46
+ "libc",
47
+ "system-deps",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "autocfg"
52
+ version = "1.1.0"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
55
+
56
+ [[package]]
57
+ name = "base64"
58
+ version = "0.21.2"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
61
+
62
+ [[package]]
63
+ name = "bindgen"
64
+ version = "0.62.0"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "c6720a8b7b2d39dd533285ed438d458f65b31b5c257e6ac7bb3d7e82844dd722"
67
+ dependencies = [
68
+ "bitflags",
69
+ "cexpr",
70
+ "clang-sys",
71
+ "lazy_static",
72
+ "lazycell",
73
+ "peeking_take_while",
74
+ "proc-macro2",
75
+ "quote",
76
+ "regex",
77
+ "rustc-hash",
78
+ "shlex",
79
+ "syn 1.0.109",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "bitflags"
84
+ version = "1.3.2"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
87
+
88
+ [[package]]
89
+ name = "block"
90
+ version = "0.1.6"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
93
+
94
+ [[package]]
95
+ name = "block-buffer"
96
+ version = "0.10.4"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
99
+ dependencies = [
100
+ "generic-array",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "bytemuck"
105
+ version = "1.13.1"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
108
+
109
+ [[package]]
110
+ name = "byteorder"
111
+ version = "1.4.3"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
114
+
115
+ [[package]]
116
+ name = "bytes"
117
+ version = "1.4.0"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
120
+
121
+ [[package]]
122
+ name = "cairo-rs"
123
+ version = "0.16.7"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d"
126
+ dependencies = [
127
+ "bitflags",
128
+ "cairo-sys-rs",
129
+ "glib",
130
+ "libc",
131
+ "once_cell",
132
+ "thiserror",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "cairo-sys-rs"
137
+ version = "0.16.3"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
140
+ dependencies = [
141
+ "glib-sys",
142
+ "libc",
143
+ "system-deps",
144
+ ]
145
+
146
+ [[package]]
147
+ name = "cc"
148
+ version = "1.0.79"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
151
+
152
+ [[package]]
153
+ name = "cesu8"
154
+ version = "1.1.0"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
157
+
158
+ [[package]]
159
+ name = "cexpr"
160
+ version = "0.6.0"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
163
+ dependencies = [
164
+ "nom",
165
+ ]
166
+
167
+ [[package]]
168
+ name = "cfg-expr"
169
+ version = "0.15.3"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "215c0072ecc28f92eeb0eea38ba63ddfcb65c2828c46311d646f1a3ff5f9841c"
172
+ dependencies = [
173
+ "smallvec",
174
+ "target-lexicon",
175
+ ]
176
+
177
+ [[package]]
178
+ name = "cfg-if"
179
+ version = "1.0.0"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
182
+
183
+ [[package]]
184
+ name = "clang-sys"
185
+ version = "1.6.1"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
188
+ dependencies = [
189
+ "glob",
190
+ "libc",
191
+ "libloading",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "cocoa"
196
+ version = "0.24.1"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
199
+ dependencies = [
200
+ "bitflags",
201
+ "block",
202
+ "cocoa-foundation",
203
+ "core-foundation",
204
+ "core-graphics",
205
+ "foreign-types",
206
+ "libc",
207
+ "objc",
208
+ ]
209
+
210
+ [[package]]
211
+ name = "cocoa-foundation"
212
+ version = "0.1.1"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
215
+ dependencies = [
216
+ "bitflags",
217
+ "block",
218
+ "core-foundation",
219
+ "core-graphics-types",
220
+ "foreign-types",
221
+ "libc",
222
+ "objc",
223
+ ]
224
+
225
+ [[package]]
226
+ name = "color_quant"
227
+ version = "1.1.0"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
230
+
231
+ [[package]]
232
+ name = "combine"
233
+ version = "4.6.6"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
236
+ dependencies = [
237
+ "bytes",
238
+ "memchr",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "convert_case"
243
+ version = "0.4.0"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
246
+
247
+ [[package]]
248
+ name = "core-foundation"
249
+ version = "0.9.3"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
252
+ dependencies = [
253
+ "core-foundation-sys",
254
+ "libc",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "core-foundation-sys"
259
+ version = "0.8.4"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
262
+
263
+ [[package]]
264
+ name = "core-graphics"
265
+ version = "0.22.3"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
268
+ dependencies = [
269
+ "bitflags",
270
+ "core-foundation",
271
+ "core-graphics-types",
272
+ "foreign-types",
273
+ "libc",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "core-graphics-types"
278
+ version = "0.1.2"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
281
+ dependencies = [
282
+ "bitflags",
283
+ "core-foundation",
284
+ "libc",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "cpufeatures"
289
+ version = "0.2.8"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
292
+ dependencies = [
293
+ "libc",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "crc32fast"
298
+ version = "1.3.2"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
301
+ dependencies = [
302
+ "cfg-if",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "crossbeam-channel"
307
+ version = "0.5.8"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
310
+ dependencies = [
311
+ "cfg-if",
312
+ "crossbeam-utils",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "crossbeam-utils"
317
+ version = "0.8.16"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
320
+ dependencies = [
321
+ "cfg-if",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "crypto-common"
326
+ version = "0.1.6"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
329
+ dependencies = [
330
+ "generic-array",
331
+ "typenum",
332
+ ]
333
+
334
+ [[package]]
335
+ name = "cssparser"
336
+ version = "0.27.2"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
339
+ dependencies = [
340
+ "cssparser-macros",
341
+ "dtoa-short",
342
+ "itoa 0.4.8",
343
+ "matches",
344
+ "phf",
345
+ "proc-macro2",
346
+ "quote",
347
+ "smallvec",
348
+ "syn 1.0.109",
349
+ ]
350
+
351
+ [[package]]
352
+ name = "cssparser-macros"
353
+ version = "0.6.1"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
356
+ dependencies = [
357
+ "quote",
358
+ "syn 2.0.22",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "derive_more"
363
+ version = "0.99.17"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
366
+ dependencies = [
367
+ "convert_case",
368
+ "proc-macro2",
369
+ "quote",
370
+ "rustc_version",
371
+ "syn 1.0.109",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "digest"
376
+ version = "0.10.7"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
379
+ dependencies = [
380
+ "block-buffer",
381
+ "crypto-common",
382
+ ]
383
+
384
+ [[package]]
385
+ name = "dispatch"
386
+ version = "0.2.0"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
389
+
390
+ [[package]]
391
+ name = "dtoa"
392
+ version = "1.0.6"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"
395
+
396
+ [[package]]
397
+ name = "dtoa-short"
398
+ version = "0.3.4"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
401
+ dependencies = [
402
+ "dtoa",
403
+ ]
404
+
405
+ [[package]]
406
+ name = "dunce"
407
+ version = "1.0.4"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
410
+
411
+ [[package]]
412
+ name = "equivalent"
413
+ version = "1.0.0"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
416
+
417
+ [[package]]
418
+ name = "fdeflate"
419
+ version = "0.3.0"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
422
+ dependencies = [
423
+ "simd-adler32",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "field-offset"
428
+ version = "0.3.6"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
431
+ dependencies = [
432
+ "memoffset",
433
+ "rustc_version",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "flate2"
438
+ version = "1.0.26"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
441
+ dependencies = [
442
+ "crc32fast",
443
+ "miniz_oxide",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "fnv"
448
+ version = "1.0.7"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
451
+
452
+ [[package]]
453
+ name = "foreign-types"
454
+ version = "0.3.2"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
457
+ dependencies = [
458
+ "foreign-types-shared",
459
+ ]
460
+
461
+ [[package]]
462
+ name = "foreign-types-shared"
463
+ version = "0.1.1"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
466
+
467
+ [[package]]
468
+ name = "form_urlencoded"
469
+ version = "1.2.0"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
472
+ dependencies = [
473
+ "percent-encoding",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "futf"
478
+ version = "0.1.5"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
481
+ dependencies = [
482
+ "mac",
483
+ "new_debug_unreachable",
484
+ ]
485
+
486
+ [[package]]
487
+ name = "futures-channel"
488
+ version = "0.3.28"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
491
+ dependencies = [
492
+ "futures-core",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "futures-core"
497
+ version = "0.3.28"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
500
+
501
+ [[package]]
502
+ name = "futures-executor"
503
+ version = "0.3.28"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
506
+ dependencies = [
507
+ "futures-core",
508
+ "futures-task",
509
+ "futures-util",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "futures-io"
514
+ version = "0.3.28"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
517
+
518
+ [[package]]
519
+ name = "futures-macro"
520
+ version = "0.3.28"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
523
+ dependencies = [
524
+ "proc-macro2",
525
+ "quote",
526
+ "syn 2.0.22",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "futures-task"
531
+ version = "0.3.28"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
534
+
535
+ [[package]]
536
+ name = "futures-util"
537
+ version = "0.3.28"
538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
539
+ checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
540
+ dependencies = [
541
+ "futures-core",
542
+ "futures-macro",
543
+ "futures-task",
544
+ "pin-project-lite",
545
+ "pin-utils",
546
+ "slab",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "fxhash"
551
+ version = "0.2.1"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
554
+ dependencies = [
555
+ "byteorder",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "gdk"
560
+ version = "0.16.2"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "aa9cb33da481c6c040404a11f8212d193889e9b435db2c14fd86987f630d3ce1"
563
+ dependencies = [
564
+ "bitflags",
565
+ "cairo-rs",
566
+ "gdk-pixbuf",
567
+ "gdk-sys",
568
+ "gio",
569
+ "glib",
570
+ "libc",
571
+ "pango",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "gdk-pixbuf"
576
+ version = "0.16.7"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05"
579
+ dependencies = [
580
+ "bitflags",
581
+ "gdk-pixbuf-sys",
582
+ "gio",
583
+ "glib",
584
+ "libc",
585
+ ]
586
+
587
+ [[package]]
588
+ name = "gdk-pixbuf-sys"
589
+ version = "0.16.3"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
592
+ dependencies = [
593
+ "gio-sys",
594
+ "glib-sys",
595
+ "gobject-sys",
596
+ "libc",
597
+ "system-deps",
598
+ ]
599
+
600
+ [[package]]
601
+ name = "gdk-sys"
602
+ version = "0.16.0"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a"
605
+ dependencies = [
606
+ "cairo-sys-rs",
607
+ "gdk-pixbuf-sys",
608
+ "gio-sys",
609
+ "glib-sys",
610
+ "gobject-sys",
611
+ "libc",
612
+ "pango-sys",
613
+ "pkg-config",
614
+ "system-deps",
615
+ ]
616
+
617
+ [[package]]
618
+ name = "gdkwayland-sys"
619
+ version = "0.16.0"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "4511710212ed3020b61a8622a37aa6f0dd2a84516575da92e9b96928dcbe83ba"
622
+ dependencies = [
623
+ "gdk-sys",
624
+ "glib-sys",
625
+ "gobject-sys",
626
+ "libc",
627
+ "pkg-config",
628
+ "system-deps",
629
+ ]
630
+
631
+ [[package]]
632
+ name = "gdkx11-sys"
633
+ version = "0.16.0"
634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
635
+ checksum = "9fa2bf8b5b8c414bc5d05e48b271896d0fd3ddb57464a3108438082da61de6af"
636
+ dependencies = [
637
+ "gdk-sys",
638
+ "glib-sys",
639
+ "libc",
640
+ "system-deps",
641
+ "x11",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "generic-array"
646
+ version = "0.14.7"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
649
+ dependencies = [
650
+ "typenum",
651
+ "version_check",
652
+ ]
653
+
654
+ [[package]]
655
+ name = "getrandom"
656
+ version = "0.1.16"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
659
+ dependencies = [
660
+ "cfg-if",
661
+ "libc",
662
+ "wasi 0.9.0+wasi-snapshot-preview1",
663
+ ]
664
+
665
+ [[package]]
666
+ name = "getrandom"
667
+ version = "0.2.10"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
670
+ dependencies = [
671
+ "cfg-if",
672
+ "libc",
673
+ "wasi 0.11.0+wasi-snapshot-preview1",
674
+ ]
675
+
676
+ [[package]]
677
+ name = "gio"
678
+ version = "0.16.7"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092"
681
+ dependencies = [
682
+ "bitflags",
683
+ "futures-channel",
684
+ "futures-core",
685
+ "futures-io",
686
+ "futures-util",
687
+ "gio-sys",
688
+ "glib",
689
+ "libc",
690
+ "once_cell",
691
+ "pin-project-lite",
692
+ "smallvec",
693
+ "thiserror",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "gio-sys"
698
+ version = "0.16.3"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
701
+ dependencies = [
702
+ "glib-sys",
703
+ "gobject-sys",
704
+ "libc",
705
+ "system-deps",
706
+ "winapi",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "glib"
711
+ version = "0.16.9"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "16aa2475c9debed5a32832cb5ff2af5a3f9e1ab9e69df58eaadc1ab2004d6eba"
714
+ dependencies = [
715
+ "bitflags",
716
+ "futures-channel",
717
+ "futures-core",
718
+ "futures-executor",
719
+ "futures-task",
720
+ "futures-util",
721
+ "gio-sys",
722
+ "glib-macros",
723
+ "glib-sys",
724
+ "gobject-sys",
725
+ "libc",
726
+ "once_cell",
727
+ "smallvec",
728
+ "thiserror",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "glib-macros"
733
+ version = "0.16.8"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "fb1a9325847aa46f1e96ffea37611b9d51fc4827e67f79e7de502a297560a67b"
736
+ dependencies = [
737
+ "anyhow",
738
+ "heck",
739
+ "proc-macro-crate",
740
+ "proc-macro-error",
741
+ "proc-macro2",
742
+ "quote",
743
+ "syn 1.0.109",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "glib-sys"
748
+ version = "0.16.3"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
751
+ dependencies = [
752
+ "libc",
753
+ "system-deps",
754
+ ]
755
+
756
+ [[package]]
757
+ name = "glob"
758
+ version = "0.3.1"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
761
+
762
+ [[package]]
763
+ name = "gobject-sys"
764
+ version = "0.16.3"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
767
+ dependencies = [
768
+ "glib-sys",
769
+ "libc",
770
+ "system-deps",
771
+ ]
772
+
773
+ [[package]]
774
+ name = "gtk"
775
+ version = "0.16.2"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "e4d3507d43908c866c805f74c9dd593c0ce7ba5c38e576e41846639cdcd4bee6"
778
+ dependencies = [
779
+ "atk",
780
+ "bitflags",
781
+ "cairo-rs",
782
+ "field-offset",
783
+ "futures-channel",
784
+ "gdk",
785
+ "gdk-pixbuf",
786
+ "gio",
787
+ "glib",
788
+ "gtk-sys",
789
+ "gtk3-macros",
790
+ "libc",
791
+ "once_cell",
792
+ "pango",
793
+ "pkg-config",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "gtk-sys"
798
+ version = "0.16.0"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3"
801
+ dependencies = [
802
+ "atk-sys",
803
+ "cairo-sys-rs",
804
+ "gdk-pixbuf-sys",
805
+ "gdk-sys",
806
+ "gio-sys",
807
+ "glib-sys",
808
+ "gobject-sys",
809
+ "libc",
810
+ "pango-sys",
811
+ "system-deps",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "gtk3-macros"
816
+ version = "0.16.3"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "096eb63c6fedf03bafe65e5924595785eaf1bcb7200dac0f2cbe9c9738f05ad8"
819
+ dependencies = [
820
+ "anyhow",
821
+ "proc-macro-crate",
822
+ "proc-macro-error",
823
+ "proc-macro2",
824
+ "quote",
825
+ "syn 1.0.109",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "hashbrown"
830
+ version = "0.14.0"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
833
+
834
+ [[package]]
835
+ name = "heck"
836
+ version = "0.4.1"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
839
+
840
+ [[package]]
841
+ name = "html5ever"
842
+ version = "0.25.2"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
845
+ dependencies = [
846
+ "log",
847
+ "mac",
848
+ "markup5ever",
849
+ "proc-macro2",
850
+ "quote",
851
+ "syn 1.0.109",
852
+ ]
853
+
854
+ [[package]]
855
+ name = "http"
856
+ version = "0.2.9"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
859
+ dependencies = [
860
+ "bytes",
861
+ "fnv",
862
+ "itoa 1.0.6",
863
+ ]
864
+
865
+ [[package]]
866
+ name = "idna"
867
+ version = "0.4.0"
868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
869
+ checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
870
+ dependencies = [
871
+ "unicode-bidi",
872
+ "unicode-normalization",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "image"
877
+ version = "0.24.6"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
880
+ dependencies = [
881
+ "bytemuck",
882
+ "byteorder",
883
+ "color_quant",
884
+ "num-rational",
885
+ "num-traits",
886
+ ]
887
+
888
+ [[package]]
889
+ name = "indexmap"
890
+ version = "2.0.0"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
893
+ dependencies = [
894
+ "equivalent",
895
+ "hashbrown",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "instant"
900
+ version = "0.1.12"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
903
+ dependencies = [
904
+ "cfg-if",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "itoa"
909
+ version = "0.4.8"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
912
+
913
+ [[package]]
914
+ name = "itoa"
915
+ version = "1.0.6"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
918
+
919
+ [[package]]
920
+ name = "javascriptcore-rs"
921
+ version = "1.0.0"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "4cfcc681b896b083864a4a3c3b3ea196f14ff66b8641a68fde209c6d84434056"
924
+ dependencies = [
925
+ "bitflags",
926
+ "glib",
927
+ "javascriptcore-rs-sys",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "javascriptcore-rs-sys"
932
+ version = "1.0.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "b0983ba5b3ab9a0c0918de02c42dc71f795d6de08092f88a98ce9fdfdee4ba91"
935
+ dependencies = [
936
+ "glib-sys",
937
+ "gobject-sys",
938
+ "libc",
939
+ "system-deps",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "jni"
944
+ version = "0.20.0"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
947
+ dependencies = [
948
+ "cesu8",
949
+ "combine",
950
+ "jni-sys",
951
+ "log",
952
+ "thiserror",
953
+ "walkdir",
954
+ ]
955
+
956
+ [[package]]
957
+ name = "jni-sys"
958
+ version = "0.3.0"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
961
+
962
+ [[package]]
963
+ name = "kuchiki"
964
+ version = "0.8.1"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
967
+ dependencies = [
968
+ "cssparser",
969
+ "html5ever",
970
+ "matches",
971
+ "selectors",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "lazy_static"
976
+ version = "1.4.0"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
979
+
980
+ [[package]]
981
+ name = "lazycell"
982
+ version = "1.3.0"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
985
+
986
+ [[package]]
987
+ name = "libc"
988
+ version = "0.2.147"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
991
+
992
+ [[package]]
993
+ name = "libloading"
994
+ version = "0.7.4"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
997
+ dependencies = [
998
+ "cfg-if",
999
+ "winapi",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "lock_api"
1004
+ version = "0.4.10"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
1007
+ dependencies = [
1008
+ "autocfg",
1009
+ "scopeguard",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "log"
1014
+ version = "0.4.19"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
1017
+
1018
+ [[package]]
1019
+ name = "mac"
1020
+ version = "0.1.1"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1023
+
1024
+ [[package]]
1025
+ name = "magnus"
1026
+ version = "0.5.4"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "b560c3c0284c9ec7c30b7ba823896387423225add3f107213a794b73853c7505"
1029
+ dependencies = [
1030
+ "magnus-macros",
1031
+ "rb-sys",
1032
+ "rb-sys-env",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "magnus-macros"
1037
+ version = "0.4.1"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "6cc17af1d45442c011aa579d727ec6cff8a69aea8a6bbad26736e7112d749bfb"
1040
+ dependencies = [
1041
+ "proc-macro2",
1042
+ "quote",
1043
+ "syn 1.0.109",
1044
+ ]
1045
+
1046
+ [[package]]
1047
+ name = "malloc_buf"
1048
+ version = "0.0.6"
1049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+ checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1051
+ dependencies = [
1052
+ "libc",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "markup5ever"
1057
+ version = "0.10.1"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
1060
+ dependencies = [
1061
+ "log",
1062
+ "phf",
1063
+ "phf_codegen",
1064
+ "string_cache",
1065
+ "string_cache_codegen",
1066
+ "tendril",
1067
+ ]
1068
+
1069
+ [[package]]
1070
+ name = "matches"
1071
+ version = "0.1.10"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1074
+
1075
+ [[package]]
1076
+ name = "memchr"
1077
+ version = "2.5.0"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1080
+
1081
+ [[package]]
1082
+ name = "memoffset"
1083
+ version = "0.9.0"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1086
+ dependencies = [
1087
+ "autocfg",
1088
+ ]
1089
+
1090
+ [[package]]
1091
+ name = "minimal-lexical"
1092
+ version = "0.2.1"
1093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1094
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1095
+
1096
+ [[package]]
1097
+ name = "miniz_oxide"
1098
+ version = "0.7.1"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1101
+ dependencies = [
1102
+ "adler",
1103
+ "simd-adler32",
1104
+ ]
1105
+
1106
+ [[package]]
1107
+ name = "ndk"
1108
+ version = "0.7.0"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
1111
+ dependencies = [
1112
+ "bitflags",
1113
+ "jni-sys",
1114
+ "ndk-sys",
1115
+ "num_enum",
1116
+ "raw-window-handle",
1117
+ "thiserror",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "ndk-context"
1122
+ version = "0.1.1"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1125
+
1126
+ [[package]]
1127
+ name = "ndk-sys"
1128
+ version = "0.4.1+23.1.7779620"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
1131
+ dependencies = [
1132
+ "jni-sys",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "new_debug_unreachable"
1137
+ version = "1.0.4"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
1140
+
1141
+ [[package]]
1142
+ name = "nodrop"
1143
+ version = "0.1.14"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
1146
+
1147
+ [[package]]
1148
+ name = "nom"
1149
+ version = "7.1.3"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1152
+ dependencies = [
1153
+ "memchr",
1154
+ "minimal-lexical",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "num-integer"
1159
+ version = "0.1.45"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1162
+ dependencies = [
1163
+ "autocfg",
1164
+ "num-traits",
1165
+ ]
1166
+
1167
+ [[package]]
1168
+ name = "num-rational"
1169
+ version = "0.4.1"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1172
+ dependencies = [
1173
+ "autocfg",
1174
+ "num-integer",
1175
+ "num-traits",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "num-traits"
1180
+ version = "0.2.15"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1183
+ dependencies = [
1184
+ "autocfg",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "num_enum"
1189
+ version = "0.5.11"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
1192
+ dependencies = [
1193
+ "num_enum_derive",
1194
+ ]
1195
+
1196
+ [[package]]
1197
+ name = "num_enum_derive"
1198
+ version = "0.5.11"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
1201
+ dependencies = [
1202
+ "proc-macro-crate",
1203
+ "proc-macro2",
1204
+ "quote",
1205
+ "syn 1.0.109",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "objc"
1210
+ version = "0.2.7"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1213
+ dependencies = [
1214
+ "malloc_buf",
1215
+ "objc_exception",
1216
+ ]
1217
+
1218
+ [[package]]
1219
+ name = "objc_exception"
1220
+ version = "0.1.2"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
1223
+ dependencies = [
1224
+ "cc",
1225
+ ]
1226
+
1227
+ [[package]]
1228
+ name = "objc_id"
1229
+ version = "0.1.1"
1230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1231
+ checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
1232
+ dependencies = [
1233
+ "objc",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "once_cell"
1238
+ version = "1.18.0"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1241
+
1242
+ [[package]]
1243
+ name = "pango"
1244
+ version = "0.16.5"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94"
1247
+ dependencies = [
1248
+ "bitflags",
1249
+ "gio",
1250
+ "glib",
1251
+ "libc",
1252
+ "once_cell",
1253
+ "pango-sys",
1254
+ ]
1255
+
1256
+ [[package]]
1257
+ name = "pango-sys"
1258
+ version = "0.16.3"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
1261
+ dependencies = [
1262
+ "glib-sys",
1263
+ "gobject-sys",
1264
+ "libc",
1265
+ "system-deps",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "parking_lot"
1270
+ version = "0.12.1"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1273
+ dependencies = [
1274
+ "lock_api",
1275
+ "parking_lot_core",
1276
+ ]
1277
+
1278
+ [[package]]
1279
+ name = "parking_lot_core"
1280
+ version = "0.9.8"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
1283
+ dependencies = [
1284
+ "cfg-if",
1285
+ "libc",
1286
+ "redox_syscall",
1287
+ "smallvec",
1288
+ "windows-targets",
1289
+ ]
1290
+
1291
+ [[package]]
1292
+ name = "peeking_take_while"
1293
+ version = "0.1.2"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1296
+
1297
+ [[package]]
1298
+ name = "percent-encoding"
1299
+ version = "2.3.0"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1302
+
1303
+ [[package]]
1304
+ name = "phf"
1305
+ version = "0.8.0"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
1308
+ dependencies = [
1309
+ "phf_macros",
1310
+ "phf_shared 0.8.0",
1311
+ "proc-macro-hack",
1312
+ ]
1313
+
1314
+ [[package]]
1315
+ name = "phf_codegen"
1316
+ version = "0.8.0"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
1319
+ dependencies = [
1320
+ "phf_generator 0.8.0",
1321
+ "phf_shared 0.8.0",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "phf_generator"
1326
+ version = "0.8.0"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
1329
+ dependencies = [
1330
+ "phf_shared 0.8.0",
1331
+ "rand 0.7.3",
1332
+ ]
1333
+
1334
+ [[package]]
1335
+ name = "phf_generator"
1336
+ version = "0.10.0"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
1339
+ dependencies = [
1340
+ "phf_shared 0.10.0",
1341
+ "rand 0.8.5",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "phf_macros"
1346
+ version = "0.8.0"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
1349
+ dependencies = [
1350
+ "phf_generator 0.8.0",
1351
+ "phf_shared 0.8.0",
1352
+ "proc-macro-hack",
1353
+ "proc-macro2",
1354
+ "quote",
1355
+ "syn 1.0.109",
1356
+ ]
1357
+
1358
+ [[package]]
1359
+ name = "phf_shared"
1360
+ version = "0.8.0"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
1363
+ dependencies = [
1364
+ "siphasher",
1365
+ ]
1366
+
1367
+ [[package]]
1368
+ name = "phf_shared"
1369
+ version = "0.10.0"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1372
+ dependencies = [
1373
+ "siphasher",
1374
+ ]
1375
+
1376
+ [[package]]
1377
+ name = "pin-project-lite"
1378
+ version = "0.2.9"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1381
+
1382
+ [[package]]
1383
+ name = "pin-utils"
1384
+ version = "0.1.0"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1387
+
1388
+ [[package]]
1389
+ name = "pkg-config"
1390
+ version = "0.3.27"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1393
+
1394
+ [[package]]
1395
+ name = "png"
1396
+ version = "0.17.9"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
1399
+ dependencies = [
1400
+ "bitflags",
1401
+ "crc32fast",
1402
+ "fdeflate",
1403
+ "flate2",
1404
+ "miniz_oxide",
1405
+ ]
1406
+
1407
+ [[package]]
1408
+ name = "ppv-lite86"
1409
+ version = "0.2.17"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1412
+
1413
+ [[package]]
1414
+ name = "precomputed-hash"
1415
+ version = "0.1.1"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1418
+
1419
+ [[package]]
1420
+ name = "proc-macro-crate"
1421
+ version = "1.3.1"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
1424
+ dependencies = [
1425
+ "once_cell",
1426
+ "toml_edit",
1427
+ ]
1428
+
1429
+ [[package]]
1430
+ name = "proc-macro-error"
1431
+ version = "1.0.4"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1434
+ dependencies = [
1435
+ "proc-macro-error-attr",
1436
+ "proc-macro2",
1437
+ "quote",
1438
+ "syn 1.0.109",
1439
+ "version_check",
1440
+ ]
1441
+
1442
+ [[package]]
1443
+ name = "proc-macro-error-attr"
1444
+ version = "1.0.4"
1445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1447
+ dependencies = [
1448
+ "proc-macro2",
1449
+ "quote",
1450
+ "version_check",
1451
+ ]
1452
+
1453
+ [[package]]
1454
+ name = "proc-macro-hack"
1455
+ version = "0.5.20+deprecated"
1456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1457
+ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
1458
+
1459
+ [[package]]
1460
+ name = "proc-macro2"
1461
+ version = "1.0.63"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
1464
+ dependencies = [
1465
+ "unicode-ident",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "quote"
1470
+ version = "1.0.28"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
1473
+ dependencies = [
1474
+ "proc-macro2",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "rand"
1479
+ version = "0.7.3"
1480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
+ checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1482
+ dependencies = [
1483
+ "getrandom 0.1.16",
1484
+ "libc",
1485
+ "rand_chacha 0.2.2",
1486
+ "rand_core 0.5.1",
1487
+ "rand_hc",
1488
+ "rand_pcg",
1489
+ ]
1490
+
1491
+ [[package]]
1492
+ name = "rand"
1493
+ version = "0.8.5"
1494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1496
+ dependencies = [
1497
+ "libc",
1498
+ "rand_chacha 0.3.1",
1499
+ "rand_core 0.6.4",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "rand_chacha"
1504
+ version = "0.2.2"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1507
+ dependencies = [
1508
+ "ppv-lite86",
1509
+ "rand_core 0.5.1",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "rand_chacha"
1514
+ version = "0.3.1"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1517
+ dependencies = [
1518
+ "ppv-lite86",
1519
+ "rand_core 0.6.4",
1520
+ ]
1521
+
1522
+ [[package]]
1523
+ name = "rand_core"
1524
+ version = "0.5.1"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1527
+ dependencies = [
1528
+ "getrandom 0.1.16",
1529
+ ]
1530
+
1531
+ [[package]]
1532
+ name = "rand_core"
1533
+ version = "0.6.4"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1536
+ dependencies = [
1537
+ "getrandom 0.2.10",
1538
+ ]
1539
+
1540
+ [[package]]
1541
+ name = "rand_hc"
1542
+ version = "0.2.0"
1543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1544
+ checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1545
+ dependencies = [
1546
+ "rand_core 0.5.1",
1547
+ ]
1548
+
1549
+ [[package]]
1550
+ name = "rand_pcg"
1551
+ version = "0.2.1"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1554
+ dependencies = [
1555
+ "rand_core 0.5.1",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "raw-window-handle"
1560
+ version = "0.5.2"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
1563
+
1564
+ [[package]]
1565
+ name = "rb-sys"
1566
+ version = "0.9.79"
1567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1568
+ checksum = "939fb78db3e4f26665c1d4c7b91ca66d3578335a19aba552d4a6445811d07072"
1569
+ dependencies = [
1570
+ "rb-sys-build",
1571
+ ]
1572
+
1573
+ [[package]]
1574
+ name = "rb-sys-build"
1575
+ version = "0.9.79"
1576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+ checksum = "335a95eb0420d52fa94ef12019df3c2c250c6b19cbb3c60bd05cb7e9c362072c"
1578
+ dependencies = [
1579
+ "bindgen",
1580
+ "lazy_static",
1581
+ "proc-macro2",
1582
+ "quote",
1583
+ "regex",
1584
+ "shell-words",
1585
+ "syn 1.0.109",
1586
+ ]
1587
+
1588
+ [[package]]
1589
+ name = "rb-sys-env"
1590
+ version = "0.1.2"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1593
+
1594
+ [[package]]
1595
+ name = "redox_syscall"
1596
+ version = "0.3.5"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1599
+ dependencies = [
1600
+ "bitflags",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "regex"
1605
+ version = "1.8.4"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
1608
+ dependencies = [
1609
+ "aho-corasick",
1610
+ "memchr",
1611
+ "regex-syntax",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "regex-syntax"
1616
+ version = "0.7.2"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
1619
+
1620
+ [[package]]
1621
+ name = "rustc-hash"
1622
+ version = "1.1.0"
1623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1625
+
1626
+ [[package]]
1627
+ name = "rustc_version"
1628
+ version = "0.4.0"
1629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1630
+ checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1631
+ dependencies = [
1632
+ "semver",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "ryu"
1637
+ version = "1.0.13"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1640
+
1641
+ [[package]]
1642
+ name = "same-file"
1643
+ version = "1.0.6"
1644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1646
+ dependencies = [
1647
+ "winapi-util",
1648
+ ]
1649
+
1650
+ [[package]]
1651
+ name = "scopeguard"
1652
+ version = "1.1.0"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1655
+
1656
+ [[package]]
1657
+ name = "selectors"
1658
+ version = "0.22.0"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
1661
+ dependencies = [
1662
+ "bitflags",
1663
+ "cssparser",
1664
+ "derive_more",
1665
+ "fxhash",
1666
+ "log",
1667
+ "matches",
1668
+ "phf",
1669
+ "phf_codegen",
1670
+ "precomputed-hash",
1671
+ "servo_arc",
1672
+ "smallvec",
1673
+ "thin-slice",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "semver"
1678
+ version = "1.0.17"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
1681
+
1682
+ [[package]]
1683
+ name = "serde"
1684
+ version = "1.0.164"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
1687
+ dependencies = [
1688
+ "serde_derive",
1689
+ ]
1690
+
1691
+ [[package]]
1692
+ name = "serde_derive"
1693
+ version = "1.0.164"
1694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1695
+ checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
1696
+ dependencies = [
1697
+ "proc-macro2",
1698
+ "quote",
1699
+ "syn 2.0.22",
1700
+ ]
1701
+
1702
+ [[package]]
1703
+ name = "serde_json"
1704
+ version = "1.0.99"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
1707
+ dependencies = [
1708
+ "itoa 1.0.6",
1709
+ "ryu",
1710
+ "serde",
1711
+ ]
1712
+
1713
+ [[package]]
1714
+ name = "serde_spanned"
1715
+ version = "0.6.3"
1716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
1718
+ dependencies = [
1719
+ "serde",
1720
+ ]
1721
+
1722
+ [[package]]
1723
+ name = "servo_arc"
1724
+ version = "0.1.1"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
1727
+ dependencies = [
1728
+ "nodrop",
1729
+ "stable_deref_trait",
1730
+ ]
1731
+
1732
+ [[package]]
1733
+ name = "sha2"
1734
+ version = "0.10.7"
1735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1736
+ checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
1737
+ dependencies = [
1738
+ "cfg-if",
1739
+ "cpufeatures",
1740
+ "digest",
1741
+ ]
1742
+
1743
+ [[package]]
1744
+ name = "shell-words"
1745
+ version = "1.1.0"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1748
+
1749
+ [[package]]
1750
+ name = "shlex"
1751
+ version = "1.1.0"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1754
+
1755
+ [[package]]
1756
+ name = "simd-adler32"
1757
+ version = "0.3.5"
1758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1759
+ checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
1760
+
1761
+ [[package]]
1762
+ name = "siphasher"
1763
+ version = "0.3.10"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
1766
+
1767
+ [[package]]
1768
+ name = "slab"
1769
+ version = "0.4.8"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1772
+ dependencies = [
1773
+ "autocfg",
1774
+ ]
1775
+
1776
+ [[package]]
1777
+ name = "smallvec"
1778
+ version = "1.10.0"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1781
+
1782
+ [[package]]
1783
+ name = "soup3"
1784
+ version = "0.3.2"
1785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1786
+ checksum = "82bc46048125fefd69d30b32b9d263d6556c9ffe82a7a7df181a86d912da5616"
1787
+ dependencies = [
1788
+ "bitflags",
1789
+ "futures-channel",
1790
+ "gio",
1791
+ "glib",
1792
+ "libc",
1793
+ "once_cell",
1794
+ "soup3-sys",
1795
+ ]
1796
+
1797
+ [[package]]
1798
+ name = "soup3-sys"
1799
+ version = "0.3.1"
1800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+ checksum = "014bbeb1c4cdb30739dc181e8d98b7908f124d9555843afa89b5570aaf4ec62b"
1802
+ dependencies = [
1803
+ "gio-sys",
1804
+ "glib-sys",
1805
+ "gobject-sys",
1806
+ "libc",
1807
+ "system-deps",
1808
+ ]
1809
+
1810
+ [[package]]
1811
+ name = "stable_deref_trait"
1812
+ version = "1.2.0"
1813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1814
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1815
+
1816
+ [[package]]
1817
+ name = "string_cache"
1818
+ version = "0.8.7"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
1821
+ dependencies = [
1822
+ "new_debug_unreachable",
1823
+ "once_cell",
1824
+ "parking_lot",
1825
+ "phf_shared 0.10.0",
1826
+ "precomputed-hash",
1827
+ "serde",
1828
+ ]
1829
+
1830
+ [[package]]
1831
+ name = "string_cache_codegen"
1832
+ version = "0.5.2"
1833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+ checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
1835
+ dependencies = [
1836
+ "phf_generator 0.10.0",
1837
+ "phf_shared 0.10.0",
1838
+ "proc-macro2",
1839
+ "quote",
1840
+ ]
1841
+
1842
+ [[package]]
1843
+ name = "syn"
1844
+ version = "1.0.109"
1845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1846
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1847
+ dependencies = [
1848
+ "proc-macro2",
1849
+ "quote",
1850
+ "unicode-ident",
1851
+ ]
1852
+
1853
+ [[package]]
1854
+ name = "syn"
1855
+ version = "2.0.22"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
1858
+ dependencies = [
1859
+ "proc-macro2",
1860
+ "quote",
1861
+ "unicode-ident",
1862
+ ]
1863
+
1864
+ [[package]]
1865
+ name = "system-deps"
1866
+ version = "6.1.1"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
1869
+ dependencies = [
1870
+ "cfg-expr",
1871
+ "heck",
1872
+ "pkg-config",
1873
+ "toml",
1874
+ "version-compare",
1875
+ ]
1876
+
1877
+ [[package]]
1878
+ name = "tao"
1879
+ version = "0.20.0"
1880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1881
+ checksum = "511428fc831c0b02629c7c160ecb07a4fec54fa7d95571d280c4fbd41779720a"
1882
+ dependencies = [
1883
+ "bitflags",
1884
+ "cairo-rs",
1885
+ "cc",
1886
+ "cocoa",
1887
+ "core-foundation",
1888
+ "core-graphics",
1889
+ "crossbeam-channel",
1890
+ "dispatch",
1891
+ "gdk",
1892
+ "gdk-pixbuf",
1893
+ "gdk-sys",
1894
+ "gdkwayland-sys",
1895
+ "gdkx11-sys",
1896
+ "gio",
1897
+ "glib",
1898
+ "glib-sys",
1899
+ "gtk",
1900
+ "image",
1901
+ "instant",
1902
+ "jni",
1903
+ "lazy_static",
1904
+ "libc",
1905
+ "log",
1906
+ "ndk",
1907
+ "ndk-context",
1908
+ "ndk-sys",
1909
+ "objc",
1910
+ "once_cell",
1911
+ "parking_lot",
1912
+ "png",
1913
+ "raw-window-handle",
1914
+ "scopeguard",
1915
+ "serde",
1916
+ "tao-macros",
1917
+ "unicode-segmentation",
1918
+ "uuid",
1919
+ "windows",
1920
+ "windows-implement",
1921
+ "x11-dl",
1922
+ ]
1923
+
1924
+ [[package]]
1925
+ name = "tao-macros"
1926
+ version = "0.1.1"
1927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1928
+ checksum = "3b27a4bcc5eb524658234589bdffc7e7bfb996dbae6ce9393bfd39cb4159b445"
1929
+ dependencies = [
1930
+ "proc-macro2",
1931
+ "quote",
1932
+ "syn 1.0.109",
1933
+ ]
1934
+
1935
+ [[package]]
1936
+ name = "target-lexicon"
1937
+ version = "0.12.8"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "1b1c7f239eb94671427157bd93b3694320f3668d4e1eff08c7285366fd777fac"
1940
+
1941
+ [[package]]
1942
+ name = "tendril"
1943
+ version = "0.4.3"
1944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1945
+ checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
1946
+ dependencies = [
1947
+ "futf",
1948
+ "mac",
1949
+ "utf-8",
1950
+ ]
1951
+
1952
+ [[package]]
1953
+ name = "thin-slice"
1954
+ version = "0.1.1"
1955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1956
+ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
1957
+
1958
+ [[package]]
1959
+ name = "thiserror"
1960
+ version = "1.0.40"
1961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+ checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1963
+ dependencies = [
1964
+ "thiserror-impl",
1965
+ ]
1966
+
1967
+ [[package]]
1968
+ name = "thiserror-impl"
1969
+ version = "1.0.40"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1972
+ dependencies = [
1973
+ "proc-macro2",
1974
+ "quote",
1975
+ "syn 2.0.22",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "tinyvec"
1980
+ version = "1.6.0"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1983
+ dependencies = [
1984
+ "tinyvec_macros",
1985
+ ]
1986
+
1987
+ [[package]]
1988
+ name = "tinyvec_macros"
1989
+ version = "0.1.1"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1992
+
1993
+ [[package]]
1994
+ name = "toml"
1995
+ version = "0.7.5"
1996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1997
+ checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
1998
+ dependencies = [
1999
+ "serde",
2000
+ "serde_spanned",
2001
+ "toml_datetime",
2002
+ "toml_edit",
2003
+ ]
2004
+
2005
+ [[package]]
2006
+ name = "toml_datetime"
2007
+ version = "0.6.3"
2008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2009
+ checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2010
+ dependencies = [
2011
+ "serde",
2012
+ ]
2013
+
2014
+ [[package]]
2015
+ name = "toml_edit"
2016
+ version = "0.19.11"
2017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2018
+ checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
2019
+ dependencies = [
2020
+ "indexmap",
2021
+ "serde",
2022
+ "serde_spanned",
2023
+ "toml_datetime",
2024
+ "winnow",
2025
+ ]
2026
+
2027
+ [[package]]
2028
+ name = "typenum"
2029
+ version = "1.16.0"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2032
+
2033
+ [[package]]
2034
+ name = "unicode-bidi"
2035
+ version = "0.3.13"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2038
+
2039
+ [[package]]
2040
+ name = "unicode-ident"
2041
+ version = "1.0.9"
2042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2043
+ checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2044
+
2045
+ [[package]]
2046
+ name = "unicode-normalization"
2047
+ version = "0.1.22"
2048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2049
+ checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2050
+ dependencies = [
2051
+ "tinyvec",
2052
+ ]
2053
+
2054
+ [[package]]
2055
+ name = "unicode-segmentation"
2056
+ version = "1.10.1"
2057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2058
+ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2059
+
2060
+ [[package]]
2061
+ name = "url"
2062
+ version = "2.4.0"
2063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2064
+ checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2065
+ dependencies = [
2066
+ "form_urlencoded",
2067
+ "idna",
2068
+ "percent-encoding",
2069
+ ]
2070
+
2071
+ [[package]]
2072
+ name = "utf-8"
2073
+ version = "0.7.6"
2074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2075
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2076
+
2077
+ [[package]]
2078
+ name = "uuid"
2079
+ version = "1.3.4"
2080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2081
+ checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81"
2082
+ dependencies = [
2083
+ "getrandom 0.2.10",
2084
+ ]
2085
+
2086
+ [[package]]
2087
+ name = "version-compare"
2088
+ version = "0.1.1"
2089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2090
+ checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2091
+
2092
+ [[package]]
2093
+ name = "version_check"
2094
+ version = "0.9.4"
2095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2096
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2097
+
2098
+ [[package]]
2099
+ name = "walkdir"
2100
+ version = "2.3.3"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2103
+ dependencies = [
2104
+ "same-file",
2105
+ "winapi-util",
2106
+ ]
2107
+
2108
+ [[package]]
2109
+ name = "wasi"
2110
+ version = "0.9.0+wasi-snapshot-preview1"
2111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2113
+
2114
+ [[package]]
2115
+ name = "wasi"
2116
+ version = "0.11.0+wasi-snapshot-preview1"
2117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2118
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2119
+
2120
+ [[package]]
2121
+ name = "webkit2gtk"
2122
+ version = "1.1.0"
2123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+ checksum = "3ba4cce9085e0fb02575cfd45c328740dde78253cba516b1e8be2ca0f57bd8bf"
2125
+ dependencies = [
2126
+ "bitflags",
2127
+ "cairo-rs",
2128
+ "gdk",
2129
+ "gdk-sys",
2130
+ "gio",
2131
+ "gio-sys",
2132
+ "glib",
2133
+ "glib-sys",
2134
+ "gobject-sys",
2135
+ "gtk",
2136
+ "gtk-sys",
2137
+ "javascriptcore-rs",
2138
+ "libc",
2139
+ "once_cell",
2140
+ "soup3",
2141
+ "webkit2gtk-sys",
2142
+ ]
2143
+
2144
+ [[package]]
2145
+ name = "webkit2gtk-sys"
2146
+ version = "1.1.0"
2147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2148
+ checksum = "f4489eb24e8cf0a3d0555fd3a8f7adec2a5ece34c1e7b7c9a62da7822fd40a59"
2149
+ dependencies = [
2150
+ "bitflags",
2151
+ "cairo-sys-rs",
2152
+ "gdk-sys",
2153
+ "gio-sys",
2154
+ "glib-sys",
2155
+ "gobject-sys",
2156
+ "gtk-sys",
2157
+ "javascriptcore-rs-sys",
2158
+ "libc",
2159
+ "pkg-config",
2160
+ "soup3-sys",
2161
+ "system-deps",
2162
+ ]
2163
+
2164
+ [[package]]
2165
+ name = "webview2-com"
2166
+ version = "0.25.0"
2167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+ checksum = "79e563ffe8e84d42e43ffacbace8780c0244fc8910346f334613559d92e203ad"
2169
+ dependencies = [
2170
+ "webview2-com-macros",
2171
+ "webview2-com-sys",
2172
+ "windows",
2173
+ "windows-implement",
2174
+ "windows-interface",
2175
+ ]
2176
+
2177
+ [[package]]
2178
+ name = "webview2-com-macros"
2179
+ version = "0.7.0"
2180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+ checksum = "ac1345798ecd8122468840bcdf1b95e5dc6d2206c5e4b0eafa078d061f59c9bc"
2182
+ dependencies = [
2183
+ "proc-macro2",
2184
+ "quote",
2185
+ "syn 2.0.22",
2186
+ ]
2187
+
2188
+ [[package]]
2189
+ name = "webview2-com-sys"
2190
+ version = "0.25.0"
2191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2192
+ checksum = "19d39576804304cf9ead192467ef47f7859a1a12fec3bd459d5ba34b8cd65ed5"
2193
+ dependencies = [
2194
+ "regex",
2195
+ "serde",
2196
+ "serde_json",
2197
+ "thiserror",
2198
+ "windows",
2199
+ "windows-bindgen",
2200
+ "windows-metadata",
2201
+ ]
2202
+
2203
+ [[package]]
2204
+ name = "winapi"
2205
+ version = "0.3.9"
2206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2207
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2208
+ dependencies = [
2209
+ "winapi-i686-pc-windows-gnu",
2210
+ "winapi-x86_64-pc-windows-gnu",
2211
+ ]
2212
+
2213
+ [[package]]
2214
+ name = "winapi-i686-pc-windows-gnu"
2215
+ version = "0.4.0"
2216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2217
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2218
+
2219
+ [[package]]
2220
+ name = "winapi-util"
2221
+ version = "0.1.5"
2222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2223
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2224
+ dependencies = [
2225
+ "winapi",
2226
+ ]
2227
+
2228
+ [[package]]
2229
+ name = "winapi-x86_64-pc-windows-gnu"
2230
+ version = "0.4.0"
2231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2233
+
2234
+ [[package]]
2235
+ name = "windows"
2236
+ version = "0.48.0"
2237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2238
+ checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2239
+ dependencies = [
2240
+ "windows-implement",
2241
+ "windows-interface",
2242
+ "windows-targets",
2243
+ ]
2244
+
2245
+ [[package]]
2246
+ name = "windows-bindgen"
2247
+ version = "0.48.0"
2248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2249
+ checksum = "1fe21a77bc54b7312dbd66f041605e098990c98be48cd52967b85b5e60e75ae6"
2250
+ dependencies = [
2251
+ "windows-metadata",
2252
+ "windows-tokens",
2253
+ ]
2254
+
2255
+ [[package]]
2256
+ name = "windows-implement"
2257
+ version = "0.48.0"
2258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+ checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c"
2260
+ dependencies = [
2261
+ "proc-macro2",
2262
+ "quote",
2263
+ "syn 1.0.109",
2264
+ ]
2265
+
2266
+ [[package]]
2267
+ name = "windows-interface"
2268
+ version = "0.48.0"
2269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2270
+ checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7"
2271
+ dependencies = [
2272
+ "proc-macro2",
2273
+ "quote",
2274
+ "syn 1.0.109",
2275
+ ]
2276
+
2277
+ [[package]]
2278
+ name = "windows-metadata"
2279
+ version = "0.48.0"
2280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2281
+ checksum = "422ee0e5f0e2cc372bb6addbfff9a8add712155cd743df9c15f6ab000f31432d"
2282
+
2283
+ [[package]]
2284
+ name = "windows-targets"
2285
+ version = "0.48.0"
2286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2287
+ checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2288
+ dependencies = [
2289
+ "windows_aarch64_gnullvm",
2290
+ "windows_aarch64_msvc",
2291
+ "windows_i686_gnu",
2292
+ "windows_i686_msvc",
2293
+ "windows_x86_64_gnu",
2294
+ "windows_x86_64_gnullvm",
2295
+ "windows_x86_64_msvc",
2296
+ ]
2297
+
2298
+ [[package]]
2299
+ name = "windows-tokens"
2300
+ version = "0.48.0"
2301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2302
+ checksum = "b34c9a3b28cb41db7385546f7f9a8179348dffc89923dde66857b1ba5312f6b4"
2303
+
2304
+ [[package]]
2305
+ name = "windows_aarch64_gnullvm"
2306
+ version = "0.48.0"
2307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2308
+ checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2309
+
2310
+ [[package]]
2311
+ name = "windows_aarch64_msvc"
2312
+ version = "0.48.0"
2313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+ checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2315
+
2316
+ [[package]]
2317
+ name = "windows_i686_gnu"
2318
+ version = "0.48.0"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2321
+
2322
+ [[package]]
2323
+ name = "windows_i686_msvc"
2324
+ version = "0.48.0"
2325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2326
+ checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2327
+
2328
+ [[package]]
2329
+ name = "windows_x86_64_gnu"
2330
+ version = "0.48.0"
2331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2332
+ checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2333
+
2334
+ [[package]]
2335
+ name = "windows_x86_64_gnullvm"
2336
+ version = "0.48.0"
2337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2338
+ checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2339
+
2340
+ [[package]]
2341
+ name = "windows_x86_64_msvc"
2342
+ version = "0.48.0"
2343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2344
+ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2345
+
2346
+ [[package]]
2347
+ name = "winnow"
2348
+ version = "0.4.7"
2349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2350
+ checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
2351
+ dependencies = [
2352
+ "memchr",
2353
+ ]
2354
+
2355
+ [[package]]
2356
+ name = "wry"
2357
+ version = "0.29.0"
2358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2359
+ checksum = "a673852d6cefb9d1e63b7bf6f57ba728dd76ed5c06229f90b0e528fc9dffacc0"
2360
+ dependencies = [
2361
+ "base64",
2362
+ "block",
2363
+ "cocoa",
2364
+ "core-graphics",
2365
+ "crossbeam-channel",
2366
+ "dunce",
2367
+ "gdk",
2368
+ "gio",
2369
+ "glib",
2370
+ "gtk",
2371
+ "html5ever",
2372
+ "http",
2373
+ "javascriptcore-rs",
2374
+ "kuchiki",
2375
+ "libc",
2376
+ "log",
2377
+ "objc",
2378
+ "objc_id",
2379
+ "once_cell",
2380
+ "serde",
2381
+ "serde_json",
2382
+ "sha2",
2383
+ "soup3",
2384
+ "tao",
2385
+ "thiserror",
2386
+ "url",
2387
+ "webkit2gtk",
2388
+ "webkit2gtk-sys",
2389
+ "webview2-com",
2390
+ "windows",
2391
+ "windows-implement",
2392
+ ]
2393
+
2394
+ [[package]]
2395
+ name = "wry_ruby"
2396
+ version = "0.1.0"
2397
+ dependencies = [
2398
+ "gdk",
2399
+ "gtk",
2400
+ "magnus",
2401
+ "wry",
2402
+ ]
2403
+
2404
+ [[package]]
2405
+ name = "x11"
2406
+ version = "2.21.0"
2407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2408
+ checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
2409
+ dependencies = [
2410
+ "libc",
2411
+ "pkg-config",
2412
+ ]
2413
+
2414
+ [[package]]
2415
+ name = "x11-dl"
2416
+ version = "2.21.0"
2417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2418
+ checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
2419
+ dependencies = [
2420
+ "libc",
2421
+ "once_cell",
2422
+ "pkg-config",
2423
+ ]