]> code.octet-stream.net Git - hashgood/blob - Cargo.lock
Remove unneeded PathBuf usage
[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.7.1"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "4423d79fed83ebd9ab81ec21fa97144300a961782158287dc9bf7eddac37ff0b"
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.4"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
99 dependencies = [
100 "cfg-if",
101 "crossbeam-utils",
102 ]
103
104 [[package]]
105 name = "crossbeam-utils"
106 version = "0.8.8"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
109 dependencies = [
110 "cfg-if",
111 "lazy_static",
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.126"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
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.3.1"
232 source = "registry+https://github.com/rust-lang/crates.io-index"
233 checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
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 = "nom"
268 version = "7.1.1"
269 source = "registry+https://github.com/rust-lang/crates.io-index"
270 checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
271 dependencies = [
272 "memchr",
273 "minimal-lexical",
274 ]
275
276 [[package]]
277 name = "objc"
278 version = "0.2.7"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
281 dependencies = [
282 "malloc_buf",
283 ]
284
285 [[package]]
286 name = "objc-foundation"
287 version = "0.1.1"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
290 dependencies = [
291 "block",
292 "objc",
293 "objc_id",
294 ]
295
296 [[package]]
297 name = "objc_id"
298 version = "0.1.1"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
301 dependencies = [
302 "objc",
303 ]
304
305 [[package]]
306 name = "once_cell"
307 version = "1.12.0"
308 source = "registry+https://github.com/rust-lang/crates.io-index"
309 checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
310
311 [[package]]
312 name = "pkg-config"
313 version = "0.3.25"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
315 checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
316
317 [[package]]
318 name = "proc-macro-error"
319 version = "1.0.4"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
322 dependencies = [
323 "proc-macro-error-attr",
324 "proc-macro2",
325 "quote",
326 "syn",
327 "version_check",
328 ]
329
330 [[package]]
331 name = "proc-macro-error-attr"
332 version = "1.0.4"
333 source = "registry+https://github.com/rust-lang/crates.io-index"
334 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
335 dependencies = [
336 "proc-macro2",
337 "quote",
338 "version_check",
339 ]
340
341 [[package]]
342 name = "proc-macro2"
343 version = "1.0.39"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
346 dependencies = [
347 "unicode-ident",
348 ]
349
350 [[package]]
351 name = "quick-xml"
352 version = "0.22.0"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
354 checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
355 dependencies = [
356 "memchr",
357 ]
358
359 [[package]]
360 name = "quote"
361 version = "1.0.18"
362 source = "registry+https://github.com/rust-lang/crates.io-index"
363 checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
364 dependencies = [
365 "proc-macro2",
366 ]
367
368 [[package]]
369 name = "rand"
370 version = "0.3.23"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
373 dependencies = [
374 "libc",
375 "rand 0.4.6",
376 ]
377
378 [[package]]
379 name = "rand"
380 version = "0.4.6"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
383 dependencies = [
384 "fuchsia-cprng",
385 "libc",
386 "rand_core 0.3.1",
387 "rdrand",
388 "winapi",
389 ]
390
391 [[package]]
392 name = "rand_core"
393 version = "0.3.1"
394 source = "registry+https://github.com/rust-lang/crates.io-index"
395 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
396 dependencies = [
397 "rand_core 0.4.2",
398 ]
399
400 [[package]]
401 name = "rand_core"
402 version = "0.4.2"
403 source = "registry+https://github.com/rust-lang/crates.io-index"
404 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
405
406 [[package]]
407 name = "rdrand"
408 version = "0.4.0"
409 source = "registry+https://github.com/rust-lang/crates.io-index"
410 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
411 dependencies = [
412 "rand_core 0.3.1",
413 ]
414
415 [[package]]
416 name = "rust-crypto"
417 version = "0.2.36"
418 source = "registry+https://github.com/rust-lang/crates.io-index"
419 checksum = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
420 dependencies = [
421 "gcc",
422 "libc",
423 "rand 0.3.23",
424 "rustc-serialize",
425 "time",
426 ]
427
428 [[package]]
429 name = "rustc-serialize"
430 version = "0.3.24"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
433
434 [[package]]
435 name = "scoped-tls"
436 version = "1.0.0"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
438 checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
439
440 [[package]]
441 name = "smallvec"
442 version = "1.8.0"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
445
446 [[package]]
447 name = "smithay-client-toolkit"
448 version = "0.15.4"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 checksum = "8a28f16a97fa0e8ce563b2774d1e732dd5d4025d2772c5dba0a41a0f90a29da3"
451 dependencies = [
452 "bitflags",
453 "dlib",
454 "lazy_static",
455 "log",
456 "memmap2",
457 "nix",
458 "pkg-config",
459 "wayland-client",
460 "wayland-cursor",
461 "wayland-protocols",
462 ]
463
464 [[package]]
465 name = "smithay-clipboard"
466 version = "0.6.5"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "610b551bd25378bfd2b8e7a0fcbd83d427e8f2f6a40c47ae0f70688e9949dd55"
469 dependencies = [
470 "smithay-client-toolkit",
471 "wayland-client",
472 ]
473
474 [[package]]
475 name = "strsim"
476 version = "0.8.0"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
479
480 [[package]]
481 name = "structopt"
482 version = "0.3.26"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
484 checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
485 dependencies = [
486 "clap",
487 "lazy_static",
488 "structopt-derive",
489 ]
490
491 [[package]]
492 name = "structopt-derive"
493 version = "0.4.18"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
496 dependencies = [
497 "heck",
498 "proc-macro-error",
499 "proc-macro2",
500 "quote",
501 "syn",
502 ]
503
504 [[package]]
505 name = "syn"
506 version = "1.0.96"
507 source = "registry+https://github.com/rust-lang/crates.io-index"
508 checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
509 dependencies = [
510 "proc-macro2",
511 "quote",
512 "unicode-ident",
513 ]
514
515 [[package]]
516 name = "termcolor"
517 version = "1.1.3"
518 source = "registry+https://github.com/rust-lang/crates.io-index"
519 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
520 dependencies = [
521 "winapi-util",
522 ]
523
524 [[package]]
525 name = "textwrap"
526 version = "0.11.0"
527 source = "registry+https://github.com/rust-lang/crates.io-index"
528 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
529 dependencies = [
530 "unicode-width",
531 ]
532
533 [[package]]
534 name = "time"
535 version = "0.1.44"
536 source = "registry+https://github.com/rust-lang/crates.io-index"
537 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
538 dependencies = [
539 "libc",
540 "wasi",
541 "winapi",
542 ]
543
544 [[package]]
545 name = "unicode-ident"
546 version = "1.0.0"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
549
550 [[package]]
551 name = "unicode-segmentation"
552 version = "1.9.0"
553 source = "registry+https://github.com/rust-lang/crates.io-index"
554 checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
555
556 [[package]]
557 name = "unicode-width"
558 version = "0.1.9"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
560 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
561
562 [[package]]
563 name = "vec_map"
564 version = "0.8.2"
565 source = "registry+https://github.com/rust-lang/crates.io-index"
566 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
567
568 [[package]]
569 name = "version_check"
570 version = "0.9.4"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
572 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
573
574 [[package]]
575 name = "wasi"
576 version = "0.10.0+wasi-snapshot-preview1"
577 source = "registry+https://github.com/rust-lang/crates.io-index"
578 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
579
580 [[package]]
581 name = "wayland-client"
582 version = "0.29.4"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
585 dependencies = [
586 "bitflags",
587 "downcast-rs",
588 "libc",
589 "nix",
590 "scoped-tls",
591 "wayland-commons",
592 "wayland-scanner",
593 "wayland-sys",
594 ]
595
596 [[package]]
597 name = "wayland-commons"
598 version = "0.29.4"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
600 checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
601 dependencies = [
602 "nix",
603 "once_cell",
604 "smallvec",
605 "wayland-sys",
606 ]
607
608 [[package]]
609 name = "wayland-cursor"
610 version = "0.29.4"
611 source = "registry+https://github.com/rust-lang/crates.io-index"
612 checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
613 dependencies = [
614 "nix",
615 "wayland-client",
616 "xcursor",
617 ]
618
619 [[package]]
620 name = "wayland-protocols"
621 version = "0.29.4"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
624 dependencies = [
625 "bitflags",
626 "wayland-client",
627 "wayland-commons",
628 "wayland-scanner",
629 ]
630
631 [[package]]
632 name = "wayland-scanner"
633 version = "0.29.4"
634 source = "registry+https://github.com/rust-lang/crates.io-index"
635 checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
636 dependencies = [
637 "proc-macro2",
638 "quote",
639 "xml-rs",
640 ]
641
642 [[package]]
643 name = "wayland-sys"
644 version = "0.29.4"
645 source = "registry+https://github.com/rust-lang/crates.io-index"
646 checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
647 dependencies = [
648 "dlib",
649 "lazy_static",
650 "pkg-config",
651 ]
652
653 [[package]]
654 name = "winapi"
655 version = "0.3.9"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
657 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
658 dependencies = [
659 "winapi-i686-pc-windows-gnu",
660 "winapi-x86_64-pc-windows-gnu",
661 ]
662
663 [[package]]
664 name = "winapi-i686-pc-windows-gnu"
665 version = "0.4.0"
666 source = "registry+https://github.com/rust-lang/crates.io-index"
667 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
668
669 [[package]]
670 name = "winapi-util"
671 version = "0.1.5"
672 source = "registry+https://github.com/rust-lang/crates.io-index"
673 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
674 dependencies = [
675 "winapi",
676 ]
677
678 [[package]]
679 name = "winapi-x86_64-pc-windows-gnu"
680 version = "0.4.0"
681 source = "registry+https://github.com/rust-lang/crates.io-index"
682 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
683
684 [[package]]
685 name = "x11-clipboard"
686 version = "0.5.3"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
688 checksum = "473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c"
689 dependencies = [
690 "xcb",
691 ]
692
693 [[package]]
694 name = "xcb"
695 version = "0.10.1"
696 source = "registry+https://github.com/rust-lang/crates.io-index"
697 checksum = "771e2b996df720cd1c6dd9ff90f62d91698fd3610cc078388d0564bdd6622a9c"
698 dependencies = [
699 "libc",
700 "log",
701 "quick-xml",
702 ]
703
704 [[package]]
705 name = "xcursor"
706 version = "0.3.4"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
708 checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
709 dependencies = [
710 "nom",
711 ]
712
713 [[package]]
714 name = "xml-rs"
715 version = "0.8.4"
716 source = "registry+https://github.com/rust-lang/crates.io-index"
717 checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"