]> code.octet-stream.net Git - hashgood/blob - Cargo.lock
9276d65ba11805173d6721f835d1ec0769e09e6a
[hashgood] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "ansi_term"
7 version = "0.12.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
10 dependencies = [
11 "winapi",
12 ]
13
14 [[package]]
15 name = "atty"
16 version = "0.2.14"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
19 dependencies = [
20 "hermit-abi",
21 "libc",
22 "winapi",
23 ]
24
25 [[package]]
26 name = "autocfg"
27 version = "1.1.0"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
30
31 [[package]]
32 name = "bitflags"
33 version = "1.3.2"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
36
37 [[package]]
38 name = "block"
39 version = "0.1.6"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
42
43 [[package]]
44 name = "block-buffer"
45 version = "0.10.4"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
48 dependencies = [
49 "generic-array",
50 ]
51
52 [[package]]
53 name = "cfg-if"
54 version = "1.0.0"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
57
58 [[package]]
59 name = "clap"
60 version = "2.34.0"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
63 dependencies = [
64 "ansi_term",
65 "atty",
66 "bitflags",
67 "strsim",
68 "textwrap",
69 "unicode-width",
70 "vec_map",
71 ]
72
73 [[package]]
74 name = "clipboard-win"
75 version = "3.1.1"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
78 dependencies = [
79 "lazy-bytes-cast",
80 "winapi",
81 ]
82
83 [[package]]
84 name = "copypasta"
85 version = "0.8.2"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "133fc8675ee3a4ec9aa513584deda9aa0faeda3586b87f7f0f2ba082c66fb172"
88 dependencies = [
89 "clipboard-win",
90 "objc",
91 "objc-foundation",
92 "objc_id",
93 "smithay-clipboard",
94 "x11-clipboard",
95 ]
96
97 [[package]]
98 name = "cpufeatures"
99 version = "0.2.6"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
101 checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
102 dependencies = [
103 "libc",
104 ]
105
106 [[package]]
107 name = "crossbeam-channel"
108 version = "0.5.7"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
111 dependencies = [
112 "cfg-if",
113 "crossbeam-utils",
114 ]
115
116 [[package]]
117 name = "crossbeam-utils"
118 version = "0.8.15"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
121 dependencies = [
122 "cfg-if",
123 ]
124
125 [[package]]
126 name = "crypto-common"
127 version = "0.1.6"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
130 dependencies = [
131 "generic-array",
132 "typenum",
133 ]
134
135 [[package]]
136 name = "digest"
137 version = "0.10.6"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
139 checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
140 dependencies = [
141 "block-buffer",
142 "crypto-common",
143 ]
144
145 [[package]]
146 name = "dlib"
147 version = "0.5.0"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
150 dependencies = [
151 "libloading",
152 ]
153
154 [[package]]
155 name = "downcast-rs"
156 version = "1.2.0"
157 source = "registry+https://github.com/rust-lang/crates.io-index"
158 checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
159
160 [[package]]
161 name = "generic-array"
162 version = "0.14.7"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
165 dependencies = [
166 "typenum",
167 "version_check",
168 ]
169
170 [[package]]
171 name = "gethostname"
172 version = "0.2.3"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174 checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
175 dependencies = [
176 "libc",
177 "winapi",
178 ]
179
180 [[package]]
181 name = "hashgood"
182 version = "0.4.0"
183 dependencies = [
184 "copypasta",
185 "crossbeam-channel",
186 "hex",
187 "md-5",
188 "sha1",
189 "sha2",
190 "structopt",
191 "termcolor",
192 ]
193
194 [[package]]
195 name = "heck"
196 version = "0.3.3"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
199 dependencies = [
200 "unicode-segmentation",
201 ]
202
203 [[package]]
204 name = "hermit-abi"
205 version = "0.1.19"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
208 dependencies = [
209 "libc",
210 ]
211
212 [[package]]
213 name = "hex"
214 version = "0.4.3"
215 source = "registry+https://github.com/rust-lang/crates.io-index"
216 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
217
218 [[package]]
219 name = "lazy-bytes-cast"
220 version = "5.0.1"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
223
224 [[package]]
225 name = "lazy_static"
226 version = "1.4.0"
227 source = "registry+https://github.com/rust-lang/crates.io-index"
228 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
229
230 [[package]]
231 name = "libc"
232 version = "0.2.141"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
235
236 [[package]]
237 name = "libloading"
238 version = "0.7.4"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
241 dependencies = [
242 "cfg-if",
243 "winapi",
244 ]
245
246 [[package]]
247 name = "log"
248 version = "0.4.17"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
251 dependencies = [
252 "cfg-if",
253 ]
254
255 [[package]]
256 name = "malloc_buf"
257 version = "0.0.6"
258 source = "registry+https://github.com/rust-lang/crates.io-index"
259 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
260 dependencies = [
261 "libc",
262 ]
263
264 [[package]]
265 name = "md-5"
266 version = "0.10.5"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
269 dependencies = [
270 "digest",
271 ]
272
273 [[package]]
274 name = "memchr"
275 version = "2.5.0"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
278
279 [[package]]
280 name = "memmap2"
281 version = "0.5.10"
282 source = "registry+https://github.com/rust-lang/crates.io-index"
283 checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
284 dependencies = [
285 "libc",
286 ]
287
288 [[package]]
289 name = "memoffset"
290 version = "0.6.5"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
293 dependencies = [
294 "autocfg",
295 ]
296
297 [[package]]
298 name = "minimal-lexical"
299 version = "0.2.1"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
302
303 [[package]]
304 name = "nix"
305 version = "0.24.3"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
308 dependencies = [
309 "bitflags",
310 "cfg-if",
311 "libc",
312 "memoffset",
313 ]
314
315 [[package]]
316 name = "nom"
317 version = "7.1.3"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
320 dependencies = [
321 "memchr",
322 "minimal-lexical",
323 ]
324
325 [[package]]
326 name = "objc"
327 version = "0.2.7"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
330 dependencies = [
331 "malloc_buf",
332 ]
333
334 [[package]]
335 name = "objc-foundation"
336 version = "0.1.1"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
339 dependencies = [
340 "block",
341 "objc",
342 "objc_id",
343 ]
344
345 [[package]]
346 name = "objc_id"
347 version = "0.1.1"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
349 checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
350 dependencies = [
351 "objc",
352 ]
353
354 [[package]]
355 name = "once_cell"
356 version = "1.17.1"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
359
360 [[package]]
361 name = "pkg-config"
362 version = "0.3.26"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
365
366 [[package]]
367 name = "proc-macro-error"
368 version = "1.0.4"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
371 dependencies = [
372 "proc-macro-error-attr",
373 "proc-macro2",
374 "quote",
375 "syn",
376 "version_check",
377 ]
378
379 [[package]]
380 name = "proc-macro-error-attr"
381 version = "1.0.4"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
384 dependencies = [
385 "proc-macro2",
386 "quote",
387 "version_check",
388 ]
389
390 [[package]]
391 name = "proc-macro2"
392 version = "1.0.56"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394 checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
395 dependencies = [
396 "unicode-ident",
397 ]
398
399 [[package]]
400 name = "quote"
401 version = "1.0.26"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403 checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
404 dependencies = [
405 "proc-macro2",
406 ]
407
408 [[package]]
409 name = "scoped-tls"
410 version = "1.0.1"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
413
414 [[package]]
415 name = "sha1"
416 version = "0.10.5"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
419 dependencies = [
420 "cfg-if",
421 "cpufeatures",
422 "digest",
423 ]
424
425 [[package]]
426 name = "sha2"
427 version = "0.10.6"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
430 dependencies = [
431 "cfg-if",
432 "cpufeatures",
433 "digest",
434 ]
435
436 [[package]]
437 name = "smallvec"
438 version = "1.10.0"
439 source = "registry+https://github.com/rust-lang/crates.io-index"
440 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
441
442 [[package]]
443 name = "smithay-client-toolkit"
444 version = "0.16.0"
445 source = "registry+https://github.com/rust-lang/crates.io-index"
446 checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
447 dependencies = [
448 "bitflags",
449 "dlib",
450 "lazy_static",
451 "log",
452 "memmap2",
453 "nix",
454 "pkg-config",
455 "wayland-client",
456 "wayland-cursor",
457 "wayland-protocols",
458 ]
459
460 [[package]]
461 name = "smithay-clipboard"
462 version = "0.6.6"
463 source = "registry+https://github.com/rust-lang/crates.io-index"
464 checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8"
465 dependencies = [
466 "smithay-client-toolkit",
467 "wayland-client",
468 ]
469
470 [[package]]
471 name = "strsim"
472 version = "0.8.0"
473 source = "registry+https://github.com/rust-lang/crates.io-index"
474 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
475
476 [[package]]
477 name = "structopt"
478 version = "0.3.26"
479 source = "registry+https://github.com/rust-lang/crates.io-index"
480 checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
481 dependencies = [
482 "clap",
483 "lazy_static",
484 "structopt-derive",
485 ]
486
487 [[package]]
488 name = "structopt-derive"
489 version = "0.4.18"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
491 checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
492 dependencies = [
493 "heck",
494 "proc-macro-error",
495 "proc-macro2",
496 "quote",
497 "syn",
498 ]
499
500 [[package]]
501 name = "syn"
502 version = "1.0.109"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
505 dependencies = [
506 "proc-macro2",
507 "quote",
508 "unicode-ident",
509 ]
510
511 [[package]]
512 name = "termcolor"
513 version = "1.2.0"
514 source = "registry+https://github.com/rust-lang/crates.io-index"
515 checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
516 dependencies = [
517 "winapi-util",
518 ]
519
520 [[package]]
521 name = "textwrap"
522 version = "0.11.0"
523 source = "registry+https://github.com/rust-lang/crates.io-index"
524 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
525 dependencies = [
526 "unicode-width",
527 ]
528
529 [[package]]
530 name = "typenum"
531 version = "1.16.0"
532 source = "registry+https://github.com/rust-lang/crates.io-index"
533 checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
534
535 [[package]]
536 name = "unicode-ident"
537 version = "1.0.8"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
539 checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
540
541 [[package]]
542 name = "unicode-segmentation"
543 version = "1.10.1"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
545 checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
546
547 [[package]]
548 name = "unicode-width"
549 version = "0.1.10"
550 source = "registry+https://github.com/rust-lang/crates.io-index"
551 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
552
553 [[package]]
554 name = "vec_map"
555 version = "0.8.2"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
557 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
558
559 [[package]]
560 name = "version_check"
561 version = "0.9.4"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
563 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
564
565 [[package]]
566 name = "wayland-client"
567 version = "0.29.5"
568 source = "registry+https://github.com/rust-lang/crates.io-index"
569 checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
570 dependencies = [
571 "bitflags",
572 "downcast-rs",
573 "libc",
574 "nix",
575 "scoped-tls",
576 "wayland-commons",
577 "wayland-scanner",
578 "wayland-sys",
579 ]
580
581 [[package]]
582 name = "wayland-commons"
583 version = "0.29.5"
584 source = "registry+https://github.com/rust-lang/crates.io-index"
585 checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
586 dependencies = [
587 "nix",
588 "once_cell",
589 "smallvec",
590 "wayland-sys",
591 ]
592
593 [[package]]
594 name = "wayland-cursor"
595 version = "0.29.5"
596 source = "registry+https://github.com/rust-lang/crates.io-index"
597 checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
598 dependencies = [
599 "nix",
600 "wayland-client",
601 "xcursor",
602 ]
603
604 [[package]]
605 name = "wayland-protocols"
606 version = "0.29.5"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
609 dependencies = [
610 "bitflags",
611 "wayland-client",
612 "wayland-commons",
613 "wayland-scanner",
614 ]
615
616 [[package]]
617 name = "wayland-scanner"
618 version = "0.29.5"
619 source = "registry+https://github.com/rust-lang/crates.io-index"
620 checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
621 dependencies = [
622 "proc-macro2",
623 "quote",
624 "xml-rs",
625 ]
626
627 [[package]]
628 name = "wayland-sys"
629 version = "0.29.5"
630 source = "registry+https://github.com/rust-lang/crates.io-index"
631 checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
632 dependencies = [
633 "dlib",
634 "lazy_static",
635 "pkg-config",
636 ]
637
638 [[package]]
639 name = "winapi"
640 version = "0.3.9"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
643 dependencies = [
644 "winapi-i686-pc-windows-gnu",
645 "winapi-x86_64-pc-windows-gnu",
646 ]
647
648 [[package]]
649 name = "winapi-i686-pc-windows-gnu"
650 version = "0.4.0"
651 source = "registry+https://github.com/rust-lang/crates.io-index"
652 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
653
654 [[package]]
655 name = "winapi-util"
656 version = "0.1.5"
657 source = "registry+https://github.com/rust-lang/crates.io-index"
658 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
659 dependencies = [
660 "winapi",
661 ]
662
663 [[package]]
664 name = "winapi-wsapoll"
665 version = "0.1.1"
666 source = "registry+https://github.com/rust-lang/crates.io-index"
667 checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
668 dependencies = [
669 "winapi",
670 ]
671
672 [[package]]
673 name = "winapi-x86_64-pc-windows-gnu"
674 version = "0.4.0"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
676 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
677
678 [[package]]
679 name = "x11-clipboard"
680 version = "0.7.1"
681 source = "registry+https://github.com/rust-lang/crates.io-index"
682 checksum = "980b9aa9226c3b7de8e2adb11bf20124327c054e0e5812d2aac0b5b5a87e7464"
683 dependencies = [
684 "x11rb",
685 ]
686
687 [[package]]
688 name = "x11rb"
689 version = "0.10.1"
690 source = "registry+https://github.com/rust-lang/crates.io-index"
691 checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
692 dependencies = [
693 "gethostname",
694 "nix",
695 "winapi",
696 "winapi-wsapoll",
697 "x11rb-protocol",
698 ]
699
700 [[package]]
701 name = "x11rb-protocol"
702 version = "0.10.0"
703 source = "registry+https://github.com/rust-lang/crates.io-index"
704 checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
705 dependencies = [
706 "nix",
707 ]
708
709 [[package]]
710 name = "xcursor"
711 version = "0.3.4"
712 source = "registry+https://github.com/rust-lang/crates.io-index"
713 checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
714 dependencies = [
715 "nom",
716 ]
717
718 [[package]]
719 name = "xml-rs"
720 version = "0.8.4"
721 source = "registry+https://github.com/rust-lang/crates.io-index"
722 checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"