oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git
19,220 bytes raw
1
# This file is automatically @generated by Cargo.
2
# It is not intended for manual editing.
3
version = 4
4
5
[[package]]
6
name = "android_system_properties"
7
version = "0.1.5"
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10
dependencies = [
11
 "libc",
12
]
13
14
[[package]]
15
name = "anyhow"
16
version = "1.0.100"
17
source = "registry+https://github.com/rust-lang/crates.io-index"
18
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
19
20
[[package]]
21
name = "autocfg"
22
version = "1.5.0"
23
source = "registry+https://github.com/rust-lang/crates.io-index"
24
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
25
26
[[package]]
27
name = "bitflags"
28
version = "2.10.0"
29
source = "registry+https://github.com/rust-lang/crates.io-index"
30
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
31
32
[[package]]
33
name = "bstr"
34
version = "1.12.1"
35
source = "registry+https://github.com/rust-lang/crates.io-index"
36
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
37
dependencies = [
38
 "memchr",
39
 "serde",
40
]
41
42
[[package]]
43
name = "bumpalo"
44
version = "3.19.0"
45
source = "registry+https://github.com/rust-lang/crates.io-index"
46
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
47
48
[[package]]
49
name = "cc"
50
version = "1.2.41"
51
source = "registry+https://github.com/rust-lang/crates.io-index"
52
checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
53
dependencies = [
54
 "find-msvc-tools",
55
 "shlex",
56
]
57
58
[[package]]
59
name = "cfg-if"
60
version = "1.0.4"
61
source = "registry+https://github.com/rust-lang/crates.io-index"
62
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
63
64
[[package]]
65
name = "chrono"
66
version = "0.4.42"
67
source = "registry+https://github.com/rust-lang/crates.io-index"
68
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
69
dependencies = [
70
 "iana-time-zone",
71
 "js-sys",
72
 "num-traits",
73
 "wasm-bindgen",
74
 "windows-link",
75
]
76
77
[[package]]
78
name = "core-foundation-sys"
79
version = "0.8.7"
80
source = "registry+https://github.com/rust-lang/crates.io-index"
81
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
82
83
[[package]]
84
name = "dirs"
85
version = "5.0.1"
86
source = "registry+https://github.com/rust-lang/crates.io-index"
87
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
88
dependencies = [
89
 "dirs-sys",
90
]
91
92
[[package]]
93
name = "dirs-sys"
94
version = "0.4.1"
95
source = "registry+https://github.com/rust-lang/crates.io-index"
96
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
97
dependencies = [
98
 "libc",
99
 "option-ext",
100
 "redox_users",
101
 "windows-sys 0.48.0",
102
]
103
104
[[package]]
105
name = "either"
106
version = "1.15.0"
107
source = "registry+https://github.com/rust-lang/crates.io-index"
108
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
109
110
[[package]]
111
name = "env_home"
112
version = "0.1.0"
113
source = "registry+https://github.com/rust-lang/crates.io-index"
114
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
115
116
[[package]]
117
name = "errno"
118
version = "0.3.14"
119
source = "registry+https://github.com/rust-lang/crates.io-index"
120
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
121
dependencies = [
122
 "libc",
123
 "windows-sys 0.61.2",
124
]
125
126
[[package]]
127
name = "find-msvc-tools"
128
version = "0.1.4"
129
source = "registry+https://github.com/rust-lang/crates.io-index"
130
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
131
132
[[package]]
133
name = "gethostname"
134
version = "1.1.0"
135
source = "registry+https://github.com/rust-lang/crates.io-index"
136
checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
137
dependencies = [
138
 "rustix",
139
 "windows-link",
140
]
141
142
[[package]]
143
name = "getrandom"
144
version = "0.2.16"
145
source = "registry+https://github.com/rust-lang/crates.io-index"
146
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
147
dependencies = [
148
 "cfg-if",
149
 "libc",
150
 "wasi",
151
]
152
153
[[package]]
154
name = "iana-time-zone"
155
version = "0.1.64"
156
source = "registry+https://github.com/rust-lang/crates.io-index"
157
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
158
dependencies = [
159
 "android_system_properties",
160
 "core-foundation-sys",
161
 "iana-time-zone-haiku",
162
 "js-sys",
163
 "log",
164
 "wasm-bindgen",
165
 "windows-core",
166
]
167
168
[[package]]
169
name = "iana-time-zone-haiku"
170
version = "0.1.2"
171
source = "registry+https://github.com/rust-lang/crates.io-index"
172
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
173
dependencies = [
174
 "cc",
175
]
176
177
[[package]]
178
name = "js-sys"
179
version = "0.3.81"
180
source = "registry+https://github.com/rust-lang/crates.io-index"
181
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
182
dependencies = [
183
 "once_cell",
184
 "wasm-bindgen",
185
]
186
187
[[package]]
188
name = "libc"
189
version = "0.2.177"
190
source = "registry+https://github.com/rust-lang/crates.io-index"
191
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
192
193
[[package]]
194
name = "libredox"
195
version = "0.1.10"
196
source = "registry+https://github.com/rust-lang/crates.io-index"
197
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
198
dependencies = [
199
 "bitflags",
200
 "libc",
201
]
202
203
[[package]]
204
name = "linux-raw-sys"
205
version = "0.11.0"
206
source = "registry+https://github.com/rust-lang/crates.io-index"
207
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
208
209
[[package]]
210
name = "lock_api"
211
version = "0.4.14"
212
source = "registry+https://github.com/rust-lang/crates.io-index"
213
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
214
dependencies = [
215
 "scopeguard",
216
]
217
218
[[package]]
219
name = "log"
220
version = "0.4.28"
221
source = "registry+https://github.com/rust-lang/crates.io-index"
222
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
223
224
[[package]]
225
name = "lua-src"
226
version = "547.0.0"
227
source = "registry+https://github.com/rust-lang/crates.io-index"
228
checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
229
dependencies = [
230
 "cc",
231
]
232
233
[[package]]
234
name = "luajit-src"
235
version = "210.5.12+a4f56a4"
236
source = "registry+https://github.com/rust-lang/crates.io-index"
237
checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
238
dependencies = [
239
 "cc",
240
 "which",
241
]
242
243
[[package]]
244
name = "memchr"
245
version = "2.7.6"
246
source = "registry+https://github.com/rust-lang/crates.io-index"
247
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
248
249
[[package]]
250
name = "mlua"
251
version = "0.10.5"
252
source = "registry+https://github.com/rust-lang/crates.io-index"
253
checksum = "c1f5f8fbebc7db5f671671134b9321c4b9aa9adeafccfd9a8c020ae45c6a35d0"
254
dependencies = [
255
 "bstr",
256
 "either",
257
 "mlua-sys",
258
 "num-traits",
259
 "parking_lot",
260
 "rustc-hash",
261
 "rustversion",
262
]
263
264
[[package]]
265
name = "mlua-sys"
266
version = "0.6.8"
267
source = "registry+https://github.com/rust-lang/crates.io-index"
268
checksum = "380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93"
269
dependencies = [
270
 "cc",
271
 "cfg-if",
272
 "lua-src",
273
 "luajit-src",
274
 "pkg-config",
275
]
276
277
[[package]]
278
name = "num-traits"
279
version = "0.2.19"
280
source = "registry+https://github.com/rust-lang/crates.io-index"
281
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
282
dependencies = [
283
 "autocfg",
284
]
285
286
[[package]]
287
name = "once_cell"
288
version = "1.21.3"
289
source = "registry+https://github.com/rust-lang/crates.io-index"
290
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
291
292
[[package]]
293
name = "option-ext"
294
version = "0.2.0"
295
source = "registry+https://github.com/rust-lang/crates.io-index"
296
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
297
298
[[package]]
299
name = "oxwm"
300
version = "0.7.1"
301
dependencies = [
302
 "anyhow",
303
 "chrono",
304
 "dirs",
305
 "mlua",
306
 "serde",
307
 "x11",
308
 "x11rb",
309
]
310
311
[[package]]
312
name = "parking_lot"
313
version = "0.12.5"
314
source = "registry+https://github.com/rust-lang/crates.io-index"
315
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
316
dependencies = [
317
 "lock_api",
318
 "parking_lot_core",
319
]
320
321
[[package]]
322
name = "parking_lot_core"
323
version = "0.9.12"
324
source = "registry+https://github.com/rust-lang/crates.io-index"
325
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
326
dependencies = [
327
 "cfg-if",
328
 "libc",
329
 "redox_syscall",
330
 "smallvec",
331
 "windows-link",
332
]
333
334
[[package]]
335
name = "pkg-config"
336
version = "0.3.32"
337
source = "registry+https://github.com/rust-lang/crates.io-index"
338
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
339
340
[[package]]
341
name = "proc-macro2"
342
version = "1.0.101"
343
source = "registry+https://github.com/rust-lang/crates.io-index"
344
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
345
dependencies = [
346
 "unicode-ident",
347
]
348
349
[[package]]
350
name = "quote"
351
version = "1.0.41"
352
source = "registry+https://github.com/rust-lang/crates.io-index"
353
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
354
dependencies = [
355
 "proc-macro2",
356
]
357
358
[[package]]
359
name = "redox_syscall"
360
version = "0.5.18"
361
source = "registry+https://github.com/rust-lang/crates.io-index"
362
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
363
dependencies = [
364
 "bitflags",
365
]
366
367
[[package]]
368
name = "redox_users"
369
version = "0.4.6"
370
source = "registry+https://github.com/rust-lang/crates.io-index"
371
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
372
dependencies = [
373
 "getrandom",
374
 "libredox",
375
 "thiserror",
376
]
377
378
[[package]]
379
name = "rustc-hash"
380
version = "2.1.1"
381
source = "registry+https://github.com/rust-lang/crates.io-index"
382
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
383
384
[[package]]
385
name = "rustix"
386
version = "1.1.2"
387
source = "registry+https://github.com/rust-lang/crates.io-index"
388
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
389
dependencies = [
390
 "bitflags",
391
 "errno",
392
 "libc",
393
 "linux-raw-sys",
394
 "windows-sys 0.61.2",
395
]
396
397
[[package]]
398
name = "rustversion"
399
version = "1.0.22"
400
source = "registry+https://github.com/rust-lang/crates.io-index"
401
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
402
403
[[package]]
404
name = "scopeguard"
405
version = "1.2.0"
406
source = "registry+https://github.com/rust-lang/crates.io-index"
407
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
408
409
[[package]]
410
name = "serde"
411
version = "1.0.228"
412
source = "registry+https://github.com/rust-lang/crates.io-index"
413
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
414
dependencies = [
415
 "serde_core",
416
 "serde_derive",
417
]
418
419
[[package]]
420
name = "serde_core"
421
version = "1.0.228"
422
source = "registry+https://github.com/rust-lang/crates.io-index"
423
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
424
dependencies = [
425
 "serde_derive",
426
]
427
428
[[package]]
429
name = "serde_derive"
430
version = "1.0.228"
431
source = "registry+https://github.com/rust-lang/crates.io-index"
432
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
433
dependencies = [
434
 "proc-macro2",
435
 "quote",
436
 "syn",
437
]
438
439
[[package]]
440
name = "shlex"
441
version = "1.3.0"
442
source = "registry+https://github.com/rust-lang/crates.io-index"
443
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
444
445
[[package]]
446
name = "smallvec"
447
version = "1.15.1"
448
source = "registry+https://github.com/rust-lang/crates.io-index"
449
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
450
451
[[package]]
452
name = "syn"
453
version = "2.0.107"
454
source = "registry+https://github.com/rust-lang/crates.io-index"
455
checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
456
dependencies = [
457
 "proc-macro2",
458
 "quote",
459
 "unicode-ident",
460
]
461
462
[[package]]
463
name = "thiserror"
464
version = "1.0.69"
465
source = "registry+https://github.com/rust-lang/crates.io-index"
466
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
467
dependencies = [
468
 "thiserror-impl",
469
]
470
471
[[package]]
472
name = "thiserror-impl"
473
version = "1.0.69"
474
source = "registry+https://github.com/rust-lang/crates.io-index"
475
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
476
dependencies = [
477
 "proc-macro2",
478
 "quote",
479
 "syn",
480
]
481
482
[[package]]
483
name = "unicode-ident"
484
version = "1.0.20"
485
source = "registry+https://github.com/rust-lang/crates.io-index"
486
checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
487
488
[[package]]
489
name = "wasi"
490
version = "0.11.1+wasi-snapshot-preview1"
491
source = "registry+https://github.com/rust-lang/crates.io-index"
492
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
493
494
[[package]]
495
name = "wasm-bindgen"
496
version = "0.2.104"
497
source = "registry+https://github.com/rust-lang/crates.io-index"
498
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
499
dependencies = [
500
 "cfg-if",
501
 "once_cell",
502
 "rustversion",
503
 "wasm-bindgen-macro",
504
 "wasm-bindgen-shared",
505
]
506
507
[[package]]
508
name = "wasm-bindgen-backend"
509
version = "0.2.104"
510
source = "registry+https://github.com/rust-lang/crates.io-index"
511
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
512
dependencies = [
513
 "bumpalo",
514
 "log",
515
 "proc-macro2",
516
 "quote",
517
 "syn",
518
 "wasm-bindgen-shared",
519
]
520
521
[[package]]
522
name = "wasm-bindgen-macro"
523
version = "0.2.104"
524
source = "registry+https://github.com/rust-lang/crates.io-index"
525
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
526
dependencies = [
527
 "quote",
528
 "wasm-bindgen-macro-support",
529
]
530
531
[[package]]
532
name = "wasm-bindgen-macro-support"
533
version = "0.2.104"
534
source = "registry+https://github.com/rust-lang/crates.io-index"
535
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
536
dependencies = [
537
 "proc-macro2",
538
 "quote",
539
 "syn",
540
 "wasm-bindgen-backend",
541
 "wasm-bindgen-shared",
542
]
543
544
[[package]]
545
name = "wasm-bindgen-shared"
546
version = "0.2.104"
547
source = "registry+https://github.com/rust-lang/crates.io-index"
548
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
549
dependencies = [
550
 "unicode-ident",
551
]
552
553
[[package]]
554
name = "which"
555
version = "7.0.3"
556
source = "registry+https://github.com/rust-lang/crates.io-index"
557
checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
558
dependencies = [
559
 "either",
560
 "env_home",
561
 "rustix",
562
 "winsafe",
563
]
564
565
[[package]]
566
name = "windows-core"
567
version = "0.62.2"
568
source = "registry+https://github.com/rust-lang/crates.io-index"
569
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
570
dependencies = [
571
 "windows-implement",
572
 "windows-interface",
573
 "windows-link",
574
 "windows-result",
575
 "windows-strings",
576
]
577
578
[[package]]
579
name = "windows-implement"
580
version = "0.60.2"
581
source = "registry+https://github.com/rust-lang/crates.io-index"
582
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
583
dependencies = [
584
 "proc-macro2",
585
 "quote",
586
 "syn",
587
]
588
589
[[package]]
590
name = "windows-interface"
591
version = "0.59.3"
592
source = "registry+https://github.com/rust-lang/crates.io-index"
593
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
594
dependencies = [
595
 "proc-macro2",
596
 "quote",
597
 "syn",
598
]
599
600
[[package]]
601
name = "windows-link"
602
version = "0.2.1"
603
source = "registry+https://github.com/rust-lang/crates.io-index"
604
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
605
606
[[package]]
607
name = "windows-result"
608
version = "0.4.1"
609
source = "registry+https://github.com/rust-lang/crates.io-index"
610
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
611
dependencies = [
612
 "windows-link",
613
]
614
615
[[package]]
616
name = "windows-strings"
617
version = "0.5.1"
618
source = "registry+https://github.com/rust-lang/crates.io-index"
619
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
620
dependencies = [
621
 "windows-link",
622
]
623
624
[[package]]
625
name = "windows-sys"
626
version = "0.48.0"
627
source = "registry+https://github.com/rust-lang/crates.io-index"
628
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
629
dependencies = [
630
 "windows-targets",
631
]
632
633
[[package]]
634
name = "windows-sys"
635
version = "0.61.2"
636
source = "registry+https://github.com/rust-lang/crates.io-index"
637
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
638
dependencies = [
639
 "windows-link",
640
]
641
642
[[package]]
643
name = "windows-targets"
644
version = "0.48.5"
645
source = "registry+https://github.com/rust-lang/crates.io-index"
646
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
647
dependencies = [
648
 "windows_aarch64_gnullvm",
649
 "windows_aarch64_msvc",
650
 "windows_i686_gnu",
651
 "windows_i686_msvc",
652
 "windows_x86_64_gnu",
653
 "windows_x86_64_gnullvm",
654
 "windows_x86_64_msvc",
655
]
656
657
[[package]]
658
name = "windows_aarch64_gnullvm"
659
version = "0.48.5"
660
source = "registry+https://github.com/rust-lang/crates.io-index"
661
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
662
663
[[package]]
664
name = "windows_aarch64_msvc"
665
version = "0.48.5"
666
source = "registry+https://github.com/rust-lang/crates.io-index"
667
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
668
669
[[package]]
670
name = "windows_i686_gnu"
671
version = "0.48.5"
672
source = "registry+https://github.com/rust-lang/crates.io-index"
673
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
674
675
[[package]]
676
name = "windows_i686_msvc"
677
version = "0.48.5"
678
source = "registry+https://github.com/rust-lang/crates.io-index"
679
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
680
681
[[package]]
682
name = "windows_x86_64_gnu"
683
version = "0.48.5"
684
source = "registry+https://github.com/rust-lang/crates.io-index"
685
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
686
687
[[package]]
688
name = "windows_x86_64_gnullvm"
689
version = "0.48.5"
690
source = "registry+https://github.com/rust-lang/crates.io-index"
691
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
692
693
[[package]]
694
name = "windows_x86_64_msvc"
695
version = "0.48.5"
696
source = "registry+https://github.com/rust-lang/crates.io-index"
697
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
698
699
[[package]]
700
name = "winsafe"
701
version = "0.0.19"
702
source = "registry+https://github.com/rust-lang/crates.io-index"
703
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
704
705
[[package]]
706
name = "x11"
707
version = "2.21.0"
708
source = "registry+https://github.com/rust-lang/crates.io-index"
709
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
710
dependencies = [
711
 "libc",
712
 "pkg-config",
713
]
714
715
[[package]]
716
name = "x11rb"
717
version = "0.13.2"
718
source = "registry+https://github.com/rust-lang/crates.io-index"
719
checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
720
dependencies = [
721
 "gethostname",
722
 "rustix",
723
 "x11rb-protocol",
724
 "xcursor",
725
]
726
727
[[package]]
728
name = "x11rb-protocol"
729
version = "0.13.2"
730
source = "registry+https://github.com/rust-lang/crates.io-index"
731
checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
732
733
[[package]]
734
name = "xcursor"
735
version = "0.3.10"
736
source = "registry+https://github.com/rust-lang/crates.io-index"
737
checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"