]> code.octet-stream.net Git - hashgood/blob - Cargo.lock
Update deps and remove reliance on crossbeam
[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.3.0"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
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.12"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
101 checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
102 dependencies = [
103 "libc",
104 ]
105
106 [[package]]
107 name = "crypto-common"
108 version = "0.1.6"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
111 dependencies = [
112 "generic-array",
113 "typenum",
114 ]
115
116 [[package]]
117 name = "digest"
118 version = "0.10.7"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
121 dependencies = [
122 "block-buffer",
123 "crypto-common",
124 ]
125
126 [[package]]
127 name = "dlib"
128 version = "0.5.2"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
131 dependencies = [
132 "libloading",
133 ]
134
135 [[package]]
136 name = "downcast-rs"
137 version = "1.2.1"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
139 checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
140
141 [[package]]
142 name = "generic-array"
143 version = "0.14.7"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
146 dependencies = [
147 "typenum",
148 "version_check",
149 ]
150
151 [[package]]
152 name = "gethostname"
153 version = "0.2.3"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
156 dependencies = [
157 "libc",
158 "winapi",
159 ]
160
161 [[package]]
162 name = "hashgood"
163 version = "0.4.0"
164 dependencies = [
165 "copypasta",
166 "hex",
167 "md-5",
168 "sha1",
169 "sha2",
170 "structopt",
171 "termcolor",
172 ]
173
174 [[package]]
175 name = "heck"
176 version = "0.3.3"
177 source = "registry+https://github.com/rust-lang/crates.io-index"
178 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
179 dependencies = [
180 "unicode-segmentation",
181 ]
182
183 [[package]]
184 name = "hermit-abi"
185 version = "0.1.19"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
187 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
188 dependencies = [
189 "libc",
190 ]
191
192 [[package]]
193 name = "hex"
194 version = "0.4.3"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
197
198 [[package]]
199 name = "lazy-bytes-cast"
200 version = "5.0.1"
201 source = "registry+https://github.com/rust-lang/crates.io-index"
202 checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
203
204 [[package]]
205 name = "lazy_static"
206 version = "1.5.0"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
209
210 [[package]]
211 name = "libc"
212 version = "0.2.155"
213 source = "registry+https://github.com/rust-lang/crates.io-index"
214 checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
215
216 [[package]]
217 name = "libloading"
218 version = "0.8.4"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
220 checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
221 dependencies = [
222 "cfg-if",
223 "windows-targets",
224 ]
225
226 [[package]]
227 name = "log"
228 version = "0.4.22"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
231
232 [[package]]
233 name = "malloc_buf"
234 version = "0.0.6"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
237 dependencies = [
238 "libc",
239 ]
240
241 [[package]]
242 name = "md-5"
243 version = "0.10.6"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245 checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
246 dependencies = [
247 "cfg-if",
248 "digest",
249 ]
250
251 [[package]]
252 name = "memmap2"
253 version = "0.5.10"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
256 dependencies = [
257 "libc",
258 ]
259
260 [[package]]
261 name = "memoffset"
262 version = "0.6.5"
263 source = "registry+https://github.com/rust-lang/crates.io-index"
264 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
265 dependencies = [
266 "autocfg",
267 ]
268
269 [[package]]
270 name = "nix"
271 version = "0.24.3"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
273 checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
274 dependencies = [
275 "bitflags",
276 "cfg-if",
277 "libc",
278 "memoffset",
279 ]
280
281 [[package]]
282 name = "objc"
283 version = "0.2.7"
284 source = "registry+https://github.com/rust-lang/crates.io-index"
285 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
286 dependencies = [
287 "malloc_buf",
288 ]
289
290 [[package]]
291 name = "objc-foundation"
292 version = "0.1.1"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
294 checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
295 dependencies = [
296 "block",
297 "objc",
298 "objc_id",
299 ]
300
301 [[package]]
302 name = "objc_id"
303 version = "0.1.1"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
306 dependencies = [
307 "objc",
308 ]
309
310 [[package]]
311 name = "once_cell"
312 version = "1.19.0"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
314 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
315
316 [[package]]
317 name = "pkg-config"
318 version = "0.3.30"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
321
322 [[package]]
323 name = "proc-macro-error"
324 version = "1.0.4"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
327 dependencies = [
328 "proc-macro-error-attr",
329 "proc-macro2",
330 "quote",
331 "syn",
332 "version_check",
333 ]
334
335 [[package]]
336 name = "proc-macro-error-attr"
337 version = "1.0.4"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
340 dependencies = [
341 "proc-macro2",
342 "quote",
343 "version_check",
344 ]
345
346 [[package]]
347 name = "proc-macro2"
348 version = "1.0.86"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
351 dependencies = [
352 "unicode-ident",
353 ]
354
355 [[package]]
356 name = "quote"
357 version = "1.0.36"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
360 dependencies = [
361 "proc-macro2",
362 ]
363
364 [[package]]
365 name = "scoped-tls"
366 version = "1.0.1"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
369
370 [[package]]
371 name = "sha1"
372 version = "0.10.6"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
375 dependencies = [
376 "cfg-if",
377 "cpufeatures",
378 "digest",
379 ]
380
381 [[package]]
382 name = "sha2"
383 version = "0.10.8"
384 source = "registry+https://github.com/rust-lang/crates.io-index"
385 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
386 dependencies = [
387 "cfg-if",
388 "cpufeatures",
389 "digest",
390 ]
391
392 [[package]]
393 name = "smallvec"
394 version = "1.13.2"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
396 checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
397
398 [[package]]
399 name = "smithay-client-toolkit"
400 version = "0.16.1"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
403 dependencies = [
404 "bitflags",
405 "dlib",
406 "lazy_static",
407 "log",
408 "memmap2",
409 "nix",
410 "pkg-config",
411 "wayland-client",
412 "wayland-cursor",
413 "wayland-protocols",
414 ]
415
416 [[package]]
417 name = "smithay-clipboard"
418 version = "0.6.6"
419 source = "registry+https://github.com/rust-lang/crates.io-index"
420 checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8"
421 dependencies = [
422 "smithay-client-toolkit",
423 "wayland-client",
424 ]
425
426 [[package]]
427 name = "strsim"
428 version = "0.8.0"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
430 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
431
432 [[package]]
433 name = "structopt"
434 version = "0.3.26"
435 source = "registry+https://github.com/rust-lang/crates.io-index"
436 checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
437 dependencies = [
438 "clap",
439 "lazy_static",
440 "structopt-derive",
441 ]
442
443 [[package]]
444 name = "structopt-derive"
445 version = "0.4.18"
446 source = "registry+https://github.com/rust-lang/crates.io-index"
447 checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
448 dependencies = [
449 "heck",
450 "proc-macro-error",
451 "proc-macro2",
452 "quote",
453 "syn",
454 ]
455
456 [[package]]
457 name = "syn"
458 version = "1.0.109"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
460 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
461 dependencies = [
462 "proc-macro2",
463 "quote",
464 "unicode-ident",
465 ]
466
467 [[package]]
468 name = "termcolor"
469 version = "1.4.1"
470 source = "registry+https://github.com/rust-lang/crates.io-index"
471 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
472 dependencies = [
473 "winapi-util",
474 ]
475
476 [[package]]
477 name = "textwrap"
478 version = "0.11.0"
479 source = "registry+https://github.com/rust-lang/crates.io-index"
480 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
481 dependencies = [
482 "unicode-width",
483 ]
484
485 [[package]]
486 name = "typenum"
487 version = "1.17.0"
488 source = "registry+https://github.com/rust-lang/crates.io-index"
489 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
490
491 [[package]]
492 name = "unicode-ident"
493 version = "1.0.12"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
496
497 [[package]]
498 name = "unicode-segmentation"
499 version = "1.11.0"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
502
503 [[package]]
504 name = "unicode-width"
505 version = "0.1.13"
506 source = "registry+https://github.com/rust-lang/crates.io-index"
507 checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
508
509 [[package]]
510 name = "vec_map"
511 version = "0.8.2"
512 source = "registry+https://github.com/rust-lang/crates.io-index"
513 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
514
515 [[package]]
516 name = "version_check"
517 version = "0.9.4"
518 source = "registry+https://github.com/rust-lang/crates.io-index"
519 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
520
521 [[package]]
522 name = "wayland-client"
523 version = "0.29.5"
524 source = "registry+https://github.com/rust-lang/crates.io-index"
525 checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
526 dependencies = [
527 "bitflags",
528 "downcast-rs",
529 "libc",
530 "nix",
531 "scoped-tls",
532 "wayland-commons",
533 "wayland-scanner",
534 "wayland-sys",
535 ]
536
537 [[package]]
538 name = "wayland-commons"
539 version = "0.29.5"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
542 dependencies = [
543 "nix",
544 "once_cell",
545 "smallvec",
546 "wayland-sys",
547 ]
548
549 [[package]]
550 name = "wayland-cursor"
551 version = "0.29.5"
552 source = "registry+https://github.com/rust-lang/crates.io-index"
553 checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
554 dependencies = [
555 "nix",
556 "wayland-client",
557 "xcursor",
558 ]
559
560 [[package]]
561 name = "wayland-protocols"
562 version = "0.29.5"
563 source = "registry+https://github.com/rust-lang/crates.io-index"
564 checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
565 dependencies = [
566 "bitflags",
567 "wayland-client",
568 "wayland-commons",
569 "wayland-scanner",
570 ]
571
572 [[package]]
573 name = "wayland-scanner"
574 version = "0.29.5"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
576 checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
577 dependencies = [
578 "proc-macro2",
579 "quote",
580 "xml-rs",
581 ]
582
583 [[package]]
584 name = "wayland-sys"
585 version = "0.29.5"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
587 checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
588 dependencies = [
589 "dlib",
590 "lazy_static",
591 "pkg-config",
592 ]
593
594 [[package]]
595 name = "winapi"
596 version = "0.3.9"
597 source = "registry+https://github.com/rust-lang/crates.io-index"
598 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
599 dependencies = [
600 "winapi-i686-pc-windows-gnu",
601 "winapi-x86_64-pc-windows-gnu",
602 ]
603
604 [[package]]
605 name = "winapi-i686-pc-windows-gnu"
606 version = "0.4.0"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
609
610 [[package]]
611 name = "winapi-util"
612 version = "0.1.8"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
614 checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
615 dependencies = [
616 "windows-sys",
617 ]
618
619 [[package]]
620 name = "winapi-wsapoll"
621 version = "0.1.2"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "1eafc5f679c576995526e81635d0cf9695841736712b4e892f87abbe6fed3f28"
624 dependencies = [
625 "winapi",
626 ]
627
628 [[package]]
629 name = "winapi-x86_64-pc-windows-gnu"
630 version = "0.4.0"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
633
634 [[package]]
635 name = "windows-sys"
636 version = "0.52.0"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
638 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
639 dependencies = [
640 "windows-targets",
641 ]
642
643 [[package]]
644 name = "windows-targets"
645 version = "0.52.5"
646 source = "registry+https://github.com/rust-lang/crates.io-index"
647 checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
648 dependencies = [
649 "windows_aarch64_gnullvm",
650 "windows_aarch64_msvc",
651 "windows_i686_gnu",
652 "windows_i686_gnullvm",
653 "windows_i686_msvc",
654 "windows_x86_64_gnu",
655 "windows_x86_64_gnullvm",
656 "windows_x86_64_msvc",
657 ]
658
659 [[package]]
660 name = "windows_aarch64_gnullvm"
661 version = "0.52.5"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
663 checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
664
665 [[package]]
666 name = "windows_aarch64_msvc"
667 version = "0.52.5"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
670
671 [[package]]
672 name = "windows_i686_gnu"
673 version = "0.52.5"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
675 checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
676
677 [[package]]
678 name = "windows_i686_gnullvm"
679 version = "0.52.5"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
682
683 [[package]]
684 name = "windows_i686_msvc"
685 version = "0.52.5"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
688
689 [[package]]
690 name = "windows_x86_64_gnu"
691 version = "0.52.5"
692 source = "registry+https://github.com/rust-lang/crates.io-index"
693 checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
694
695 [[package]]
696 name = "windows_x86_64_gnullvm"
697 version = "0.52.5"
698 source = "registry+https://github.com/rust-lang/crates.io-index"
699 checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
700
701 [[package]]
702 name = "windows_x86_64_msvc"
703 version = "0.52.5"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
706
707 [[package]]
708 name = "x11-clipboard"
709 version = "0.7.1"
710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 checksum = "980b9aa9226c3b7de8e2adb11bf20124327c054e0e5812d2aac0b5b5a87e7464"
712 dependencies = [
713 "x11rb",
714 ]
715
716 [[package]]
717 name = "x11rb"
718 version = "0.10.1"
719 source = "registry+https://github.com/rust-lang/crates.io-index"
720 checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
721 dependencies = [
722 "gethostname",
723 "nix",
724 "winapi",
725 "winapi-wsapoll",
726 "x11rb-protocol",
727 ]
728
729 [[package]]
730 name = "x11rb-protocol"
731 version = "0.10.0"
732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
734 dependencies = [
735 "nix",
736 ]
737
738 [[package]]
739 name = "xcursor"
740 version = "0.3.5"
741 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
743
744 [[package]]
745 name = "xml-rs"
746 version = "0.8.20"
747 source = "registry+https://github.com/rust-lang/crates.io-index"
748 checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"