]> code.octet-stream.net Git - hashgood/blob - Cargo.lock
Upgrade deps
[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 = "cc"
45 version = "1.0.73"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
48
49 [[package]]
50 name = "cfg-if"
51 version = "1.0.0"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
54
55 [[package]]
56 name = "clap"
57 version = "2.34.0"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
60 dependencies = [
61 "ansi_term",
62 "atty",
63 "bitflags",
64 "strsim",
65 "textwrap",
66 "unicode-width",
67 "vec_map",
68 ]
69
70 [[package]]
71 name = "clipboard-win"
72 version = "3.1.1"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
75 dependencies = [
76 "lazy-bytes-cast",
77 "winapi",
78 ]
79
80 [[package]]
81 name = "copypasta"
82 version = "0.8.1"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "d7216b5c1e9ad3867252505995b02d01c6fa7e6db0d8abd42634352ef377777e"
85 dependencies = [
86 "clipboard-win",
87 "objc",
88 "objc-foundation",
89 "objc_id",
90 "smithay-clipboard",
91 "x11-clipboard",
92 ]
93
94 [[package]]
95 name = "crossbeam-channel"
96 version = "0.5.6"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
99 dependencies = [
100 "cfg-if",
101 "crossbeam-utils",
102 ]
103
104 [[package]]
105 name = "crossbeam-utils"
106 version = "0.8.11"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
109 dependencies = [
110 "cfg-if",
111 "once_cell",
112 ]
113
114 [[package]]
115 name = "dlib"
116 version = "0.5.0"
117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
119 dependencies = [
120 "libloading",
121 ]
122
123 [[package]]
124 name = "downcast-rs"
125 version = "1.2.0"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
128
129 [[package]]
130 name = "fuchsia-cprng"
131 version = "0.1.1"
132 source = "registry+https://github.com/rust-lang/crates.io-index"
133 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
134
135 [[package]]
136 name = "gcc"
137 version = "0.3.55"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
139 checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
140
141 [[package]]
142 name = "hashgood"
143 version = "0.2.0"
144 dependencies = [
145 "copypasta",
146 "crossbeam-channel",
147 "hex",
148 "rust-crypto",
149 "structopt",
150 "termcolor",
151 ]
152
153 [[package]]
154 name = "heck"
155 version = "0.3.3"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
158 dependencies = [
159 "unicode-segmentation",
160 ]
161
162 [[package]]
163 name = "hermit-abi"
164 version = "0.1.19"
165 source = "registry+https://github.com/rust-lang/crates.io-index"
166 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
167 dependencies = [
168 "libc",
169 ]
170
171 [[package]]
172 name = "hex"
173 version = "0.4.3"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
176
177 [[package]]
178 name = "lazy-bytes-cast"
179 version = "5.0.1"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
182
183 [[package]]
184 name = "lazy_static"
185 version = "1.4.0"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
187 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
188
189 [[package]]
190 name = "libc"
191 version = "0.2.127"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
194
195 [[package]]
196 name = "libloading"
197 version = "0.7.3"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
200 dependencies = [
201 "cfg-if",
202 "winapi",
203 ]
204
205 [[package]]
206 name = "log"
207 version = "0.4.17"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
210 dependencies = [
211 "cfg-if",
212 ]
213
214 [[package]]
215 name = "malloc_buf"
216 version = "0.0.6"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
219 dependencies = [
220 "libc",
221 ]
222
223 [[package]]
224 name = "memchr"
225 version = "2.5.0"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
228
229 [[package]]
230 name = "memmap2"
231 version = "0.5.5"
232 source = "registry+https://github.com/rust-lang/crates.io-index"
233 checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7"
234 dependencies = [
235 "libc",
236 ]
237
238 [[package]]
239 name = "memoffset"
240 version = "0.6.5"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
243 dependencies = [
244 "autocfg",
245 ]
246
247 [[package]]
248 name = "minimal-lexical"
249 version = "0.2.1"
250 source = "registry+https://github.com/rust-lang/crates.io-index"
251 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
252
253 [[package]]
254 name = "nix"
255 version = "0.22.3"
256 source = "registry+https://github.com/rust-lang/crates.io-index"
257 checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
258 dependencies = [
259 "bitflags",
260 "cc",
261 "cfg-if",
262 "libc",
263 "memoffset",
264 ]
265
266 [[package]]
267 name = "nix"
268 version = "0.24.2"
269 source = "registry+https://github.com/rust-lang/crates.io-index"
270 checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
271 dependencies = [
272 "bitflags",
273 "cfg-if",
274 "libc",
275 ]
276
277 [[package]]
278 name = "nom"
279 version = "7.1.1"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
282 dependencies = [
283 "memchr",
284 "minimal-lexical",
285 ]
286
287 [[package]]
288 name = "objc"
289 version = "0.2.7"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
291 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
292 dependencies = [
293 "malloc_buf",
294 ]
295
296 [[package]]
297 name = "objc-foundation"
298 version = "0.1.1"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
301 dependencies = [
302 "block",
303 "objc",
304 "objc_id",
305 ]
306
307 [[package]]
308 name = "objc_id"
309 version = "0.1.1"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
312 dependencies = [
313 "objc",
314 ]
315
316 [[package]]
317 name = "once_cell"
318 version = "1.13.0"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
321
322 [[package]]
323 name = "pkg-config"
324 version = "0.3.25"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
327
328 [[package]]
329 name = "proc-macro-error"
330 version = "1.0.4"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
333 dependencies = [
334 "proc-macro-error-attr",
335 "proc-macro2",
336 "quote",
337 "syn",
338 "version_check",
339 ]
340
341 [[package]]
342 name = "proc-macro-error-attr"
343 version = "1.0.4"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
346 dependencies = [
347 "proc-macro2",
348 "quote",
349 "version_check",
350 ]
351
352 [[package]]
353 name = "proc-macro2"
354 version = "1.0.43"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
356 checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
357 dependencies = [
358 "unicode-ident",
359 ]
360
361 [[package]]
362 name = "quick-xml"
363 version = "0.22.0"
364 source = "registry+https://github.com/rust-lang/crates.io-index"
365 checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
366 dependencies = [
367 "memchr",
368 ]
369
370 [[package]]
371 name = "quote"
372 version = "1.0.21"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
375 dependencies = [
376 "proc-macro2",
377 ]
378
379 [[package]]
380 name = "rand"
381 version = "0.3.23"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
384 dependencies = [
385 "libc",
386 "rand 0.4.6",
387 ]
388
389 [[package]]
390 name = "rand"
391 version = "0.4.6"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
393 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
394 dependencies = [
395 "fuchsia-cprng",
396 "libc",
397 "rand_core 0.3.1",
398 "rdrand",
399 "winapi",
400 ]
401
402 [[package]]
403 name = "rand_core"
404 version = "0.3.1"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
406 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
407 dependencies = [
408 "rand_core 0.4.2",
409 ]
410
411 [[package]]
412 name = "rand_core"
413 version = "0.4.2"
414 source = "registry+https://github.com/rust-lang/crates.io-index"
415 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
416
417 [[package]]
418 name = "rdrand"
419 version = "0.4.0"
420 source = "registry+https://github.com/rust-lang/crates.io-index"
421 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
422 dependencies = [
423 "rand_core 0.3.1",
424 ]
425
426 [[package]]
427 name = "rust-crypto"
428 version = "0.2.36"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
430 checksum = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
431 dependencies = [
432 "gcc",
433 "libc",
434 "rand 0.3.23",
435 "rustc-serialize",
436 "time",
437 ]
438
439 [[package]]
440 name = "rustc-serialize"
441 version = "0.3.24"
442 source = "registry+https://github.com/rust-lang/crates.io-index"
443 checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
444
445 [[package]]
446 name = "scoped-tls"
447 version = "1.0.0"
448 source = "registry+https://github.com/rust-lang/crates.io-index"
449 checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
450
451 [[package]]
452 name = "smallvec"
453 version = "1.9.0"
454 source = "registry+https://github.com/rust-lang/crates.io-index"
455 checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
456
457 [[package]]
458 name = "smithay-client-toolkit"
459 version = "0.16.0"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
461 checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
462 dependencies = [
463 "bitflags",
464 "dlib",
465 "lazy_static",
466 "log",
467 "memmap2",
468 "nix 0.24.2",
469 "pkg-config",
470 "wayland-client",
471 "wayland-cursor",
472 "wayland-protocols",
473 ]
474
475 [[package]]
476 name = "smithay-clipboard"
477 version = "0.6.6"
478 source = "registry+https://github.com/rust-lang/crates.io-index"
479 checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8"
480 dependencies = [
481 "smithay-client-toolkit",
482 "wayland-client",
483 ]
484
485 [[package]]
486 name = "strsim"
487 version = "0.8.0"
488 source = "registry+https://github.com/rust-lang/crates.io-index"
489 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
490
491 [[package]]
492 name = "structopt"
493 version = "0.3.26"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
496 dependencies = [
497 "clap",
498 "lazy_static",
499 "structopt-derive",
500 ]
501
502 [[package]]
503 name = "structopt-derive"
504 version = "0.4.18"
505 source = "registry+https://github.com/rust-lang/crates.io-index"
506 checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
507 dependencies = [
508 "heck",
509 "proc-macro-error",
510 "proc-macro2",
511 "quote",
512 "syn",
513 ]
514
515 [[package]]
516 name = "syn"
517 version = "1.0.99"
518 source = "registry+https://github.com/rust-lang/crates.io-index"
519 checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
520 dependencies = [
521 "proc-macro2",
522 "quote",
523 "unicode-ident",
524 ]
525
526 [[package]]
527 name = "termcolor"
528 version = "1.1.3"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
530 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
531 dependencies = [
532 "winapi-util",
533 ]
534
535 [[package]]
536 name = "textwrap"
537 version = "0.11.0"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
539 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
540 dependencies = [
541 "unicode-width",
542 ]
543
544 [[package]]
545 name = "time"
546 version = "0.1.44"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
549 dependencies = [
550 "libc",
551 "wasi",
552 "winapi",
553 ]
554
555 [[package]]
556 name = "unicode-ident"
557 version = "1.0.3"
558 source = "registry+https://github.com/rust-lang/crates.io-index"
559 checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
560
561 [[package]]
562 name = "unicode-segmentation"
563 version = "1.9.0"
564 source = "registry+https://github.com/rust-lang/crates.io-index"
565 checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
566
567 [[package]]
568 name = "unicode-width"
569 version = "0.1.9"
570 source = "registry+https://github.com/rust-lang/crates.io-index"
571 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
572
573 [[package]]
574 name = "vec_map"
575 version = "0.8.2"
576 source = "registry+https://github.com/rust-lang/crates.io-index"
577 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
578
579 [[package]]
580 name = "version_check"
581 version = "0.9.4"
582 source = "registry+https://github.com/rust-lang/crates.io-index"
583 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
584
585 [[package]]
586 name = "wasi"
587 version = "0.10.0+wasi-snapshot-preview1"
588 source = "registry+https://github.com/rust-lang/crates.io-index"
589 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
590
591 [[package]]
592 name = "wayland-client"
593 version = "0.29.4"
594 source = "registry+https://github.com/rust-lang/crates.io-index"
595 checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
596 dependencies = [
597 "bitflags",
598 "downcast-rs",
599 "libc",
600 "nix 0.22.3",
601 "scoped-tls",
602 "wayland-commons",
603 "wayland-scanner",
604 "wayland-sys",
605 ]
606
607 [[package]]
608 name = "wayland-commons"
609 version = "0.29.4"
610 source = "registry+https://github.com/rust-lang/crates.io-index"
611 checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
612 dependencies = [
613 "nix 0.22.3",
614 "once_cell",
615 "smallvec",
616 "wayland-sys",
617 ]
618
619 [[package]]
620 name = "wayland-cursor"
621 version = "0.29.4"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
624 dependencies = [
625 "nix 0.22.3",
626 "wayland-client",
627 "xcursor",
628 ]
629
630 [[package]]
631 name = "wayland-protocols"
632 version = "0.29.4"
633 source = "registry+https://github.com/rust-lang/crates.io-index"
634 checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
635 dependencies = [
636 "bitflags",
637 "wayland-client",
638 "wayland-commons",
639 "wayland-scanner",
640 ]
641
642 [[package]]
643 name = "wayland-scanner"
644 version = "0.29.4"
645 source = "registry+https://github.com/rust-lang/crates.io-index"
646 checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
647 dependencies = [
648 "proc-macro2",
649 "quote",
650 "xml-rs",
651 ]
652
653 [[package]]
654 name = "wayland-sys"
655 version = "0.29.4"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
657 checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
658 dependencies = [
659 "dlib",
660 "lazy_static",
661 "pkg-config",
662 ]
663
664 [[package]]
665 name = "winapi"
666 version = "0.3.9"
667 source = "registry+https://github.com/rust-lang/crates.io-index"
668 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
669 dependencies = [
670 "winapi-i686-pc-windows-gnu",
671 "winapi-x86_64-pc-windows-gnu",
672 ]
673
674 [[package]]
675 name = "winapi-i686-pc-windows-gnu"
676 version = "0.4.0"
677 source = "registry+https://github.com/rust-lang/crates.io-index"
678 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
679
680 [[package]]
681 name = "winapi-util"
682 version = "0.1.5"
683 source = "registry+https://github.com/rust-lang/crates.io-index"
684 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
685 dependencies = [
686 "winapi",
687 ]
688
689 [[package]]
690 name = "winapi-x86_64-pc-windows-gnu"
691 version = "0.4.0"
692 source = "registry+https://github.com/rust-lang/crates.io-index"
693 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
694
695 [[package]]
696 name = "x11-clipboard"
697 version = "0.6.1"
698 source = "registry+https://github.com/rust-lang/crates.io-index"
699 checksum = "6a7468a5768fea473e6c8c0d4b60d6d7001a64acceaac267207ca0281e1337e8"
700 dependencies = [
701 "xcb",
702 ]
703
704 [[package]]
705 name = "xcb"
706 version = "1.1.1"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
708 checksum = "b127bf5bfe9dbb39118d6567e3773d4bbc795411a8e1ef7b7e056bccac0011a9"
709 dependencies = [
710 "bitflags",
711 "libc",
712 "quick-xml",
713 ]
714
715 [[package]]
716 name = "xcursor"
717 version = "0.3.4"
718 source = "registry+https://github.com/rust-lang/crates.io-index"
719 checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
720 dependencies = [
721 "nom",
722 ]
723
724 [[package]]
725 name = "xml-rs"
726 version = "0.8.4"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"