Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / display-managers / lightdm-mobile-greeter / Cargo.lock
blob72d09e61d4aa76f254141366f71b0b40cadccf9b
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "atk"
5 version = "0.8.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "444daefa55f229af145ea58d77efd23725024ee1f6f3102743709aa6b18c663e"
8 dependencies = [
9  "atk-sys",
10  "bitflags",
11  "glib",
12  "glib-sys",
13  "gobject-sys",
14  "libc",
17 [[package]]
18 name = "atk-sys"
19 version = "0.9.1"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "e552c1776737a4c80110d06b36d099f47c727335f9aaa5d942a72b6863a8ec6f"
22 dependencies = [
23  "glib-sys",
24  "gobject-sys",
25  "libc",
26  "pkg-config",
29 [[package]]
30 name = "bitflags"
31 version = "1.2.1"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
35 [[package]]
36 name = "cairo-rs"
37 version = "0.8.1"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "157049ba9618aa3a61c39d5d785102c04d3b1f40632a706c621a9aedc21e6084"
40 dependencies = [
41  "bitflags",
42  "cairo-sys-rs",
43  "glib",
44  "glib-sys",
45  "gobject-sys",
46  "libc",
49 [[package]]
50 name = "cairo-sys-rs"
51 version = "0.9.2"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "ff65ba02cac715be836f63429ab00a767d48336efc5497c5637afb53b4f14d63"
54 dependencies = [
55  "glib-sys",
56  "libc",
57  "pkg-config",
60 [[package]]
61 name = "cc"
62 version = "1.0.52"
63 source = "registry+https://github.com/rust-lang/crates.io-index"
64 checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
66 [[package]]
67 name = "futures-channel"
68 version = "0.3.4"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
71 dependencies = [
72  "futures-core",
75 [[package]]
76 name = "futures-core"
77 version = "0.3.4"
78 source = "registry+https://github.com/rust-lang/crates.io-index"
79 checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
81 [[package]]
82 name = "futures-executor"
83 version = "0.3.4"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba"
86 dependencies = [
87  "futures-core",
88  "futures-task",
89  "futures-util",
92 [[package]]
93 name = "futures-io"
94 version = "0.3.4"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
98 [[package]]
99 name = "futures-macro"
100 version = "0.3.4"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7"
103 dependencies = [
104  "proc-macro-hack",
105  "proc-macro2",
106  "quote",
107  "syn",
110 [[package]]
111 name = "futures-task"
112 version = "0.3.4"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
116 [[package]]
117 name = "futures-util"
118 version = "0.3.4"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
121 dependencies = [
122  "futures-core",
123  "futures-macro",
124  "futures-task",
125  "pin-utils",
126  "proc-macro-hack",
127  "proc-macro-nested",
128  "slab",
131 [[package]]
132 name = "gdk"
133 version = "0.12.1"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "fbe5e8772fc0865c52460cdd7a59d7d47700f44d9809d1dd00eecceb769a7589"
136 dependencies = [
137  "bitflags",
138  "cairo-rs",
139  "cairo-sys-rs",
140  "gdk-pixbuf",
141  "gdk-sys",
142  "gio",
143  "gio-sys",
144  "glib",
145  "glib-sys",
146  "gobject-sys",
147  "libc",
148  "pango",
151 [[package]]
152 name = "gdk-pixbuf"
153 version = "0.8.0"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "e248220c46b329b097d4b158d2717f8c688f16dd76d0399ace82b3e98062bdd7"
156 dependencies = [
157  "gdk-pixbuf-sys",
158  "gio",
159  "gio-sys",
160  "glib",
161  "glib-sys",
162  "gobject-sys",
163  "libc",
166 [[package]]
167 name = "gdk-pixbuf-sys"
168 version = "0.9.1"
169 source = "registry+https://github.com/rust-lang/crates.io-index"
170 checksum = "d8991b060a9e9161bafd09bf4a202e6fd404f5b4dd1a08d53a1e84256fb34ab0"
171 dependencies = [
172  "gio-sys",
173  "glib-sys",
174  "gobject-sys",
175  "libc",
176  "pkg-config",
179 [[package]]
180 name = "gdk-sys"
181 version = "0.9.1"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 checksum = "6adf679e91d1bff0c06860287f80403e7db54c2d2424dce0a470023b56c88fbb"
184 dependencies = [
185  "cairo-sys-rs",
186  "gdk-pixbuf-sys",
187  "gio-sys",
188  "glib-sys",
189  "gobject-sys",
190  "libc",
191  "pango-sys",
192  "pkg-config",
195 [[package]]
196 name = "gio"
197 version = "0.8.1"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "0cd10f9415cce39b53f8024bf39a21f84f8157afa52da53837b102e585a296a5"
200 dependencies = [
201  "bitflags",
202  "futures-channel",
203  "futures-core",
204  "futures-io",
205  "futures-util",
206  "gio-sys",
207  "glib",
208  "glib-sys",
209  "gobject-sys",
210  "lazy_static",
211  "libc",
214 [[package]]
215 name = "gio-sys"
216 version = "0.9.1"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 checksum = "4fad225242b9eae7ec8a063bb86974aca56885014672375e5775dc0ea3533911"
219 dependencies = [
220  "glib-sys",
221  "gobject-sys",
222  "libc",
223  "pkg-config",
226 [[package]]
227 name = "glib"
228 version = "0.9.3"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "40fb573a09841b6386ddf15fd4bc6655b4f5b106ca962f57ecaecde32a0061c0"
231 dependencies = [
232  "bitflags",
233  "futures-channel",
234  "futures-core",
235  "futures-executor",
236  "futures-task",
237  "futures-util",
238  "glib-sys",
239  "gobject-sys",
240  "lazy_static",
241  "libc",
244 [[package]]
245 name = "glib-sys"
246 version = "0.9.1"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
248 checksum = "95856f3802f446c05feffa5e24859fe6a183a7cb849c8449afc35c86b1e316e2"
249 dependencies = [
250  "libc",
251  "pkg-config",
254 [[package]]
255 name = "gobject-sys"
256 version = "0.9.1"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
258 checksum = "31d1a804f62034eccf370006ccaef3708a71c31d561fee88564abe71177553d9"
259 dependencies = [
260  "glib-sys",
261  "libc",
262  "pkg-config",
265 [[package]]
266 name = "gtk"
267 version = "0.8.1"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269 checksum = "87e1e8d70290239c668594002d1b174fcc7d7ef5d26670ee141490ede8facf8f"
270 dependencies = [
271  "atk",
272  "bitflags",
273  "cairo-rs",
274  "cairo-sys-rs",
275  "cc",
276  "gdk",
277  "gdk-pixbuf",
278  "gdk-pixbuf-sys",
279  "gdk-sys",
280  "gio",
281  "gio-sys",
282  "glib",
283  "glib-sys",
284  "gobject-sys",
285  "gtk-sys",
286  "lazy_static",
287  "libc",
288  "pango",
289  "pango-sys",
292 [[package]]
293 name = "gtk-sys"
294 version = "0.9.2"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "53def660c7b48b00b510c81ef2d2fbd3c570f1527081d8d7947f471513e1a4c1"
297 dependencies = [
298  "atk-sys",
299  "cairo-sys-rs",
300  "gdk-pixbuf-sys",
301  "gdk-sys",
302  "gio-sys",
303  "glib-sys",
304  "gobject-sys",
305  "libc",
306  "pango-sys",
307  "pkg-config",
310 [[package]]
311 name = "lazy_static"
312 version = "1.4.0"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
314 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
316 [[package]]
317 name = "libc"
318 version = "0.2.69"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
322 [[package]]
323 name = "libhandy"
324 version = "0.5.0"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "2aa9f5620e4143358bcd645fe7d7d27b974ed9148cbdd490bc811813899afa07"
327 dependencies = [
328  "bitflags",
329  "gdk",
330  "gdk-sys",
331  "gio",
332  "gio-sys",
333  "glib",
334  "glib-sys",
335  "gobject-sys",
336  "gtk",
337  "gtk-sys",
338  "lazy_static",
339  "libc",
340  "libhandy-sys",
341  "pango",
344 [[package]]
345 name = "libhandy-sys"
346 version = "0.5.0"
347 source = "registry+https://github.com/rust-lang/crates.io-index"
348 checksum = "d707af842e918719b71af0ac6cf31d1843f6e8a4d1e9c733b998d8d482e60446"
349 dependencies = [
350  "gdk",
351  "gdk-sys",
352  "gio",
353  "gio-sys",
354  "glib-sys",
355  "gobject-sys",
356  "gtk-sys",
357  "libc",
358  "pango-sys",
359  "pkg-config",
362 [[package]]
363 name = "light-dm-sys"
364 version = "0.0.1"
365 source = "git+https://git.raatty.club/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11"
366 dependencies = [
367  "gio-sys",
368  "glib-sys",
369  "gobject-sys",
370  "libc",
371  "pkg-config",
374 [[package]]
375 name = "lightdm"
376 version = "0.1.0"
377 source = "git+https://git.raatty.club/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11"
378 dependencies = [
379  "gio",
380  "gio-sys",
381  "glib",
382  "glib-sys",
383  "gobject-sys",
384  "libc",
385  "light-dm-sys",
386  "once_cell",
389 [[package]]
390 name = "lightdm-mobile-greeter"
391 version = "0.1.0"
392 dependencies = [
393  "gdk",
394  "gtk",
395  "libhandy",
396  "lightdm",
399 [[package]]
400 name = "once_cell"
401 version = "1.3.1"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403 checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
405 [[package]]
406 name = "pango"
407 version = "0.8.0"
408 source = "registry+https://github.com/rust-lang/crates.io-index"
409 checksum = "1e9c6b728f1be8edb5f9f981420b651d5ea30bdb9de89f1f1262d0084a020577"
410 dependencies = [
411  "bitflags",
412  "glib",
413  "glib-sys",
414  "gobject-sys",
415  "lazy_static",
416  "libc",
417  "pango-sys",
420 [[package]]
421 name = "pango-sys"
422 version = "0.9.1"
423 source = "registry+https://github.com/rust-lang/crates.io-index"
424 checksum = "86b93d84907b3cf0819bff8f13598ba72843bee579d5ebc2502e4b0367b4be7d"
425 dependencies = [
426  "glib-sys",
427  "gobject-sys",
428  "libc",
429  "pkg-config",
432 [[package]]
433 name = "pin-utils"
434 version = "0.1.0"
435 source = "registry+https://github.com/rust-lang/crates.io-index"
436 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
438 [[package]]
439 name = "pkg-config"
440 version = "0.3.17"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
442 checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
444 [[package]]
445 name = "proc-macro-hack"
446 version = "0.5.15"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
450 [[package]]
451 name = "proc-macro-nested"
452 version = "0.1.4"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
454 checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
456 [[package]]
457 name = "proc-macro2"
458 version = "1.0.10"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
460 checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
461 dependencies = [
462  "unicode-xid",
465 [[package]]
466 name = "quote"
467 version = "1.0.3"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
469 checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
470 dependencies = [
471  "proc-macro2",
474 [[package]]
475 name = "slab"
476 version = "0.4.2"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
480 [[package]]
481 name = "syn"
482 version = "1.0.17"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
484 checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
485 dependencies = [
486  "proc-macro2",
487  "quote",
488  "unicode-xid",
491 [[package]]
492 name = "unicode-xid"
493 version = "0.2.0"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"