27 | 27 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
28 | 28 |
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
29 | 29 |
dependencies = [
|
30 | |
"winapi 0.3.9",
|
| 30 |
"winapi",
|
| 31 |
]
|
| 32 |
|
| 33 |
[[package]]
|
| 34 |
name = "anyhow"
|
| 35 |
version = "1.0.44"
|
| 36 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 37 |
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
|
| 38 |
|
| 39 |
[[package]]
|
| 40 |
name = "atk"
|
| 41 |
version = "0.14.0"
|
| 42 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 43 |
checksum = "a83b21d2aa75e464db56225e1bda2dd5993311ba1095acaa8fa03d1ae67026ba"
|
| 44 |
dependencies = [
|
| 45 |
"atk-sys",
|
| 46 |
"bitflags",
|
| 47 |
"glib",
|
| 48 |
"libc",
|
31 | 49 |
]
|
32 | 50 |
|
33 | 51 |
[[package]]
|
34 | 52 |
name = "atk-sys"
|
35 | |
version = "0.4.0"
|
36 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
37 | |
checksum = "c69658a4e18d5c9575f716e24559645d08a4044d6946c30c2e0025952c84d842"
|
38 | |
dependencies = [
|
39 | |
"bitflags 0.9.1",
|
| 53 |
version = "0.14.0"
|
| 54 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 55 |
checksum = "badcf670157c84bb8b1cf6b5f70b650fed78da2033c9eed84c4e49b11cbe83ea"
|
| 56 |
dependencies = [
|
40 | 57 |
"glib-sys",
|
41 | 58 |
"gobject-sys",
|
42 | 59 |
"libc",
|
43 | |
"pkg-config",
|
| 60 |
"system-deps",
|
44 | 61 |
]
|
45 | 62 |
|
46 | 63 |
[[package]]
|
|
51 | 68 |
dependencies = [
|
52 | 69 |
"hermit-abi",
|
53 | 70 |
"libc",
|
54 | |
"winapi 0.3.9",
|
| 71 |
"winapi",
|
55 | 72 |
]
|
56 | 73 |
|
57 | 74 |
[[package]]
|
|
77 | 94 |
|
78 | 95 |
[[package]]
|
79 | 96 |
name = "bitflags"
|
80 | |
version = "0.9.1"
|
81 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
82 | |
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
83 | |
|
84 | |
[[package]]
|
85 | |
name = "bitflags"
|
86 | 97 |
version = "1.3.2"
|
87 | 98 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88 | 99 |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
115 | 126 |
]
|
116 | 127 |
|
117 | 128 |
[[package]]
|
118 | |
name = "c_vec"
|
119 | |
version = "1.2.1"
|
120 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
121 | |
checksum = "6237ac5a4b1e81c213c24c6437964c61e646df910a914b4ab1487b46df20bd13"
|
122 | |
|
123 | |
[[package]]
|
124 | 129 |
name = "cairo-rs"
|
125 | |
version = "0.2.0"
|
126 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
127 | |
checksum = "a9d336f1b2ff46c17475a14360de7f456707008da475c54824887e52e453ab00"
|
128 | |
dependencies = [
|
129 | |
"c_vec",
|
| 130 |
version = "0.14.9"
|
| 131 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 132 |
checksum = "33b5725979db0c586d98abad2193cdb612dd40ef95cd26bd99851bf93b3cb482"
|
| 133 |
dependencies = [
|
| 134 |
"bitflags",
|
130 | 135 |
"cairo-sys-rs",
|
131 | 136 |
"glib",
|
| 137 |
"libc",
|
| 138 |
"thiserror",
|
| 139 |
]
|
| 140 |
|
| 141 |
[[package]]
|
| 142 |
name = "cairo-sys-rs"
|
| 143 |
version = "0.14.9"
|
| 144 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 145 |
checksum = "b448b876970834fda82ba3aeaccadbd760206b75388fc5c1b02f1e343b697570"
|
| 146 |
dependencies = [
|
132 | 147 |
"glib-sys",
|
133 | 148 |
"libc",
|
134 | |
"winapi 0.2.8",
|
135 | |
]
|
136 | |
|
137 | |
[[package]]
|
138 | |
name = "cairo-sys-rs"
|
139 | |
version = "0.4.0"
|
140 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
141 | |
checksum = "9e8a1e2a76ac09b959788c2c30a355d693ce6f7f7d7268f6d1dd5d8c3359c521"
|
142 | |
dependencies = [
|
143 | |
"libc",
|
144 | |
"pkg-config",
|
145 | |
"winapi 0.2.8",
|
| 149 |
"system-deps",
|
146 | 150 |
]
|
147 | 151 |
|
148 | 152 |
[[package]]
|
|
152 | 156 |
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
|
153 | 157 |
|
154 | 158 |
[[package]]
|
| 159 |
name = "cfg-expr"
|
| 160 |
version = "0.8.1"
|
| 161 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 162 |
checksum = "b412e83326147c2bb881f8b40edfbf9905b9b8abaebd0e47ca190ba62fda8f0e"
|
| 163 |
dependencies = [
|
| 164 |
"smallvec",
|
| 165 |
]
|
| 166 |
|
| 167 |
[[package]]
|
155 | 168 |
name = "cfg-if"
|
156 | 169 |
version = "1.0.0"
|
157 | 170 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165 | 178 |
dependencies = [
|
166 | 179 |
"ansi_term",
|
167 | 180 |
"atty",
|
168 | |
"bitflags 1.3.2",
|
| 181 |
"bitflags",
|
169 | 182 |
"strsim",
|
170 | 183 |
"textwrap",
|
171 | 184 |
"unicode-width",
|
|
216 | 229 |
dependencies = [
|
217 | 230 |
"cfg-if",
|
218 | 231 |
"crossbeam-utils",
|
219 | |
"lazy_static 1.4.0",
|
| 232 |
"lazy_static",
|
220 | 233 |
"memoffset",
|
221 | 234 |
"scopeguard",
|
222 | 235 |
]
|
|
228 | 241 |
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
229 | 242 |
dependencies = [
|
230 | 243 |
"cfg-if",
|
231 | |
"lazy_static 1.4.0",
|
| 244 |
"lazy_static",
|
232 | 245 |
]
|
233 | 246 |
|
234 | 247 |
[[package]]
|
|
270 | 283 |
]
|
271 | 284 |
|
272 | 285 |
[[package]]
|
| 286 |
name = "field-offset"
|
| 287 |
version = "0.3.4"
|
| 288 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 289 |
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
|
| 290 |
dependencies = [
|
| 291 |
"memoffset",
|
| 292 |
"rustc_version",
|
| 293 |
]
|
| 294 |
|
| 295 |
[[package]]
|
273 | 296 |
name = "flate2"
|
274 | 297 |
version = "1.0.22"
|
275 | 298 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
288 | 311 |
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
289 | 312 |
|
290 | 313 |
[[package]]
|
| 314 |
name = "futures-channel"
|
| 315 |
version = "0.3.17"
|
| 316 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 317 |
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
|
| 318 |
dependencies = [
|
| 319 |
"futures-core",
|
| 320 |
]
|
| 321 |
|
| 322 |
[[package]]
|
| 323 |
name = "futures-core"
|
| 324 |
version = "0.3.17"
|
| 325 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 326 |
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
|
| 327 |
|
| 328 |
[[package]]
|
| 329 |
name = "futures-executor"
|
| 330 |
version = "0.3.17"
|
| 331 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 332 |
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
| 333 |
dependencies = [
|
| 334 |
"futures-core",
|
| 335 |
"futures-task",
|
| 336 |
"futures-util",
|
| 337 |
]
|
| 338 |
|
| 339 |
[[package]]
|
| 340 |
name = "futures-io"
|
| 341 |
version = "0.3.17"
|
| 342 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 343 |
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
|
| 344 |
|
| 345 |
[[package]]
|
| 346 |
name = "futures-task"
|
| 347 |
version = "0.3.17"
|
| 348 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 349 |
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
|
| 350 |
|
| 351 |
[[package]]
|
| 352 |
name = "futures-util"
|
| 353 |
version = "0.3.17"
|
| 354 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 355 |
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
|
| 356 |
dependencies = [
|
| 357 |
"autocfg",
|
| 358 |
"futures-core",
|
| 359 |
"futures-task",
|
| 360 |
"pin-project-lite",
|
| 361 |
"pin-utils",
|
| 362 |
"slab",
|
| 363 |
]
|
| 364 |
|
| 365 |
[[package]]
|
291 | 366 |
name = "gdk"
|
292 | |
version = "0.6.0"
|
293 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
294 | |
checksum = "f30018ecbbb1e6f1d59c4024ec08675850744b799abc5420be0629ac9ba0abd2"
|
295 | |
dependencies = [
|
296 | |
"bitflags 0.9.1",
|
| 367 |
version = "0.14.3"
|
| 368 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 369 |
checksum = "b9d749dcfc00d8de0d7c3a289e04a04293eb5ba3d8a4e64d64911d481fa9933b"
|
| 370 |
dependencies = [
|
| 371 |
"bitflags",
|
297 | 372 |
"cairo-rs",
|
298 | |
"cairo-sys-rs",
|
299 | 373 |
"gdk-pixbuf",
|
300 | 374 |
"gdk-sys",
|
301 | 375 |
"gio",
|
302 | 376 |
"glib",
|
303 | |
"glib-sys",
|
304 | |
"gobject-sys",
|
305 | 377 |
"libc",
|
306 | 378 |
"pango",
|
307 | 379 |
]
|
308 | 380 |
|
309 | 381 |
[[package]]
|
310 | 382 |
name = "gdk-pixbuf"
|
311 | |
version = "0.2.0"
|
312 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
313 | |
checksum = "caf05dab73febcc6e90abaff8f24cfe1cf1bd2222cd648ddfe337bf3b994489f"
|
| 383 |
version = "0.14.0"
|
| 384 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 385 |
checksum = "534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f"
|
314 | 386 |
dependencies = [
|
315 | 387 |
"gdk-pixbuf-sys",
|
| 388 |
"gio",
|
316 | 389 |
"glib",
|
317 | |
"glib-sys",
|
318 | |
"gobject-sys",
|
319 | 390 |
"libc",
|
320 | 391 |
]
|
321 | 392 |
|
322 | 393 |
[[package]]
|
323 | 394 |
name = "gdk-pixbuf-sys"
|
324 | |
version = "0.4.0"
|
325 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
326 | |
checksum = "85eb441420653b33e5a29d13227ea34995383e65bf4f33b16492ec95e44a8996"
|
327 | |
dependencies = [
|
328 | |
"bitflags 0.9.1",
|
| 395 |
version = "0.14.0"
|
| 396 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 397 |
checksum = "f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590"
|
| 398 |
dependencies = [
|
329 | 399 |
"gio-sys",
|
330 | 400 |
"glib-sys",
|
331 | 401 |
"gobject-sys",
|
332 | 402 |
"libc",
|
333 | |
"pkg-config",
|
| 403 |
"system-deps",
|
334 | 404 |
]
|
335 | 405 |
|
336 | 406 |
[[package]]
|
337 | 407 |
name = "gdk-sys"
|
338 | |
version = "0.4.0"
|
339 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
340 | |
checksum = "679d86da2a4522a623e3ce4b67f2126a12e057a1f7269eee7028199f78b5a854"
|
341 | |
dependencies = [
|
342 | |
"bitflags 0.9.1",
|
| 408 |
version = "0.14.0"
|
| 409 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 410 |
checksum = "0e091b3d3d6696949ac3b3fb3c62090e5bfd7bd6850bef5c3c5ea701de1b1f1e"
|
| 411 |
dependencies = [
|
343 | 412 |
"cairo-sys-rs",
|
344 | 413 |
"gdk-pixbuf-sys",
|
345 | 414 |
"gio-sys",
|
|
348 | 417 |
"libc",
|
349 | 418 |
"pango-sys",
|
350 | 419 |
"pkg-config",
|
| 420 |
"system-deps",
|
351 | 421 |
]
|
352 | 422 |
|
353 | 423 |
[[package]]
|
|
368 | 438 |
|
369 | 439 |
[[package]]
|
370 | 440 |
name = "gio"
|
371 | |
version = "0.2.0"
|
372 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
373 | |
checksum = "b7bc3126c94109e65871e4228b990d1ea2953259483d5b06eb96e8b36a7bf196"
|
374 | |
dependencies = [
|
375 | |
"bitflags 0.9.1",
|
| 441 |
version = "0.14.8"
|
| 442 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 443 |
checksum = "711c3632b3ebd095578a9c091418d10fed492da9443f58ebc8f45efbeb215cb0"
|
| 444 |
dependencies = [
|
| 445 |
"bitflags",
|
| 446 |
"futures-channel",
|
| 447 |
"futures-core",
|
| 448 |
"futures-io",
|
376 | 449 |
"gio-sys",
|
377 | 450 |
"glib",
|
| 451 |
"libc",
|
| 452 |
"once_cell",
|
| 453 |
"thiserror",
|
| 454 |
]
|
| 455 |
|
| 456 |
[[package]]
|
| 457 |
name = "gio-sys"
|
| 458 |
version = "0.14.0"
|
| 459 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 460 |
checksum = "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa"
|
| 461 |
dependencies = [
|
378 | 462 |
"glib-sys",
|
379 | 463 |
"gobject-sys",
|
380 | 464 |
"libc",
|
381 | |
]
|
382 | |
|
383 | |
[[package]]
|
384 | |
name = "gio-sys"
|
385 | |
version = "0.4.0"
|
386 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
387 | |
checksum = "189969f8189604c371d42b613d928c9d17fcfbf6e175d6b0ce9475a950f76dc6"
|
388 | |
dependencies = [
|
389 | |
"bitflags 0.9.1",
|
| 465 |
"system-deps",
|
| 466 |
"winapi",
|
| 467 |
]
|
| 468 |
|
| 469 |
[[package]]
|
| 470 |
name = "glib"
|
| 471 |
version = "0.14.8"
|
| 472 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 473 |
checksum = "7c515f1e62bf151ef6635f528d05b02c11506de986e43b34a5c920ef0b3796a4"
|
| 474 |
dependencies = [
|
| 475 |
"bitflags",
|
| 476 |
"futures-channel",
|
| 477 |
"futures-core",
|
| 478 |
"futures-executor",
|
| 479 |
"futures-task",
|
| 480 |
"glib-macros",
|
390 | 481 |
"glib-sys",
|
391 | 482 |
"gobject-sys",
|
392 | 483 |
"libc",
|
393 | |
"pkg-config",
|
394 | |
]
|
395 | |
|
396 | |
[[package]]
|
397 | |
name = "glib"
|
398 | |
version = "0.3.1"
|
399 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
400 | |
checksum = "d4da1d7f4bdc5c708d8ce4df1ac440dcb2f9d97d937c989032185a48aeef1d10"
|
401 | |
dependencies = [
|
402 | |
"bitflags 0.9.1",
|
| 484 |
"once_cell",
|
| 485 |
"smallvec",
|
| 486 |
]
|
| 487 |
|
| 488 |
[[package]]
|
| 489 |
name = "glib-macros"
|
| 490 |
version = "0.14.1"
|
| 491 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 492 |
checksum = "2aad66361f66796bfc73f530c51ef123970eb895ffba991a234fcf7bea89e518"
|
| 493 |
dependencies = [
|
| 494 |
"anyhow",
|
| 495 |
"heck",
|
| 496 |
"proc-macro-crate",
|
| 497 |
"proc-macro-error",
|
| 498 |
"proc-macro2 1.0.32",
|
| 499 |
"quote 1.0.10",
|
| 500 |
"syn 1.0.81",
|
| 501 |
]
|
| 502 |
|
| 503 |
[[package]]
|
| 504 |
name = "glib-sys"
|
| 505 |
version = "0.14.0"
|
| 506 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 507 |
checksum = "1c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae"
|
| 508 |
dependencies = [
|
| 509 |
"libc",
|
| 510 |
"system-deps",
|
| 511 |
]
|
| 512 |
|
| 513 |
[[package]]
|
| 514 |
name = "gobject-sys"
|
| 515 |
version = "0.14.0"
|
| 516 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 517 |
checksum = "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5"
|
| 518 |
dependencies = [
|
403 | 519 |
"glib-sys",
|
404 | |
"gobject-sys",
|
405 | |
"lazy_static 0.2.11",
|
406 | |
"libc",
|
407 | |
]
|
408 | |
|
409 | |
[[package]]
|
410 | |
name = "glib-sys"
|
411 | |
version = "0.4.0"
|
412 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413 | |
checksum = "cdd7d911c5dc610aabe37caae7d3b9d2cfe6d8f4c85ff4c062f3d6f490e75067"
|
414 | |
dependencies = [
|
415 | |
"bitflags 0.9.1",
|
416 | |
"libc",
|
417 | |
"pkg-config",
|
418 | |
]
|
419 | |
|
420 | |
[[package]]
|
421 | |
name = "gobject-sys"
|
422 | |
version = "0.4.0"
|
423 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
424 | |
checksum = "edc95561e538381576425264a4ddd08c65d5da218f10b2a47b4479dd147775da"
|
425 | |
dependencies = [
|
426 | |
"bitflags 0.9.1",
|
427 | |
"glib-sys",
|
428 | |
"libc",
|
429 | |
"pkg-config",
|
| 520 |
"libc",
|
| 521 |
"system-deps",
|
430 | 522 |
]
|
431 | 523 |
|
432 | 524 |
[[package]]
|
433 | 525 |
name = "gtk"
|
434 | |
version = "0.2.0"
|
435 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
436 | |
checksum = "ce17f98e7dcdc9d06b3a5f7621d796a24937c04953481205b1be267c5a02697a"
|
437 | |
dependencies = [
|
438 | |
"bitflags 0.9.1",
|
| 526 |
version = "0.14.3"
|
| 527 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 528 |
checksum = "2eb51122dd3317e9327ec1e4faa151d1fa0d95664cd8fb8dcfacf4d4d29ac70c"
|
| 529 |
dependencies = [
|
| 530 |
"atk",
|
| 531 |
"bitflags",
|
439 | 532 |
"cairo-rs",
|
440 | |
"cairo-sys-rs",
|
| 533 |
"field-offset",
|
| 534 |
"futures-channel",
|
441 | 535 |
"gdk",
|
442 | 536 |
"gdk-pixbuf",
|
443 | |
"gdk-pixbuf-sys",
|
444 | |
"gdk-sys",
|
445 | 537 |
"gio",
|
446 | |
"gio-sys",
|
447 | 538 |
"glib",
|
448 | |
"glib-sys",
|
449 | |
"gobject-sys",
|
450 | 539 |
"gtk-sys",
|
451 | |
"libc",
|
| 540 |
"gtk3-macros",
|
| 541 |
"libc",
|
| 542 |
"once_cell",
|
452 | 543 |
"pango",
|
| 544 |
"pkg-config",
|
453 | 545 |
]
|
454 | 546 |
|
455 | 547 |
[[package]]
|
456 | 548 |
name = "gtk-sys"
|
457 | |
version = "0.4.0"
|
458 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
459 | |
checksum = "854b56ce6d6b05945f7735651482835c5ac1f8582142ce67306726259a3dafb0"
|
| 549 |
version = "0.14.0"
|
| 550 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 551 |
checksum = "8c14c8d3da0545785a7c5a120345b3abb534010fb8ae0f2ef3f47c027fba303e"
|
460 | 552 |
dependencies = [
|
461 | 553 |
"atk-sys",
|
462 | |
"bitflags 0.9.1",
|
463 | 554 |
"cairo-sys-rs",
|
464 | 555 |
"gdk-pixbuf-sys",
|
465 | 556 |
"gdk-sys",
|
|
468 | 559 |
"gobject-sys",
|
469 | 560 |
"libc",
|
470 | 561 |
"pango-sys",
|
471 | |
"pkg-config",
|
| 562 |
"system-deps",
|
| 563 |
]
|
| 564 |
|
| 565 |
[[package]]
|
| 566 |
name = "gtk3-macros"
|
| 567 |
version = "0.14.0"
|
| 568 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 569 |
checksum = "21de1da96dc117443fb03c2e270b2d34b7de98d0a79a19bbb689476173745b79"
|
| 570 |
dependencies = [
|
| 571 |
"anyhow",
|
| 572 |
"heck",
|
| 573 |
"proc-macro-crate",
|
| 574 |
"proc-macro-error",
|
| 575 |
"proc-macro2 1.0.32",
|
| 576 |
"quote 1.0.10",
|
| 577 |
"syn 1.0.81",
|
| 578 |
]
|
| 579 |
|
| 580 |
[[package]]
|
| 581 |
name = "heck"
|
| 582 |
version = "0.3.3"
|
| 583 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 584 |
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
| 585 |
dependencies = [
|
| 586 |
"unicode-segmentation",
|
472 | 587 |
]
|
473 | 588 |
|
474 | 589 |
[[package]]
|
|
508 | 623 |
]
|
509 | 624 |
|
510 | 625 |
[[package]]
|
| 626 |
name = "itertools"
|
| 627 |
version = "0.10.1"
|
| 628 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 629 |
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
| 630 |
dependencies = [
|
| 631 |
"either",
|
| 632 |
]
|
| 633 |
|
| 634 |
[[package]]
|
511 | 635 |
name = "itoa"
|
512 | 636 |
version = "0.4.8"
|
513 | 637 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
524 | 648 |
|
525 | 649 |
[[package]]
|
526 | 650 |
name = "lazy_static"
|
527 | |
version = "0.2.11"
|
528 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
529 | |
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
530 | |
|
531 | |
[[package]]
|
532 | |
name = "lazy_static"
|
533 | 651 |
version = "1.4.0"
|
534 | 652 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
535 | 653 |
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
578 | 696 |
checksum = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729"
|
579 | 697 |
dependencies = [
|
580 | 698 |
"time",
|
581 | |
"winapi 0.3.9",
|
| 699 |
"winapi",
|
582 | 700 |
]
|
583 | 701 |
|
584 | 702 |
[[package]]
|
|
650 | 768 |
dependencies = [
|
651 | 769 |
"memchr",
|
652 | 770 |
]
|
| 771 |
|
| 772 |
[[package]]
|
| 773 |
name = "once_cell"
|
| 774 |
version = "1.8.0"
|
| 775 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 776 |
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
653 | 777 |
|
654 | 778 |
[[package]]
|
655 | 779 |
name = "palladio"
|
|
670 | 794 |
|
671 | 795 |
[[package]]
|
672 | 796 |
name = "pango"
|
673 | |
version = "0.2.0"
|
674 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
675 | |
checksum = "5afa4b4c5380315b12075e7767d9bdd62d53beeb6087d9287ef6990e57a6b643"
|
676 | |
dependencies = [
|
677 | |
"bitflags 0.9.1",
|
| 797 |
version = "0.14.8"
|
| 798 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 799 |
checksum = "546fd59801e5ca735af82839007edd226fe7d3bb06433ec48072be4439c28581"
|
| 800 |
dependencies = [
|
| 801 |
"bitflags",
|
678 | 802 |
"glib",
|
| 803 |
"libc",
|
| 804 |
"once_cell",
|
| 805 |
"pango-sys",
|
| 806 |
]
|
| 807 |
|
| 808 |
[[package]]
|
| 809 |
name = "pango-sys"
|
| 810 |
version = "0.14.0"
|
| 811 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 812 |
checksum = "2367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe"
|
| 813 |
dependencies = [
|
679 | 814 |
"glib-sys",
|
680 | 815 |
"gobject-sys",
|
681 | 816 |
"libc",
|
682 | |
"pango-sys",
|
683 | |
]
|
684 | |
|
685 | |
[[package]]
|
686 | |
name = "pango-sys"
|
687 | |
version = "0.4.0"
|
688 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
689 | |
checksum = "e6ec8d90306b5ff43f5836f4363267ea95be02b3df71d2b31ba8fbb1680bdee1"
|
690 | |
dependencies = [
|
691 | |
"bitflags 0.9.1",
|
692 | |
"glib-sys",
|
693 | |
"gobject-sys",
|
694 | |
"libc",
|
695 | |
"pkg-config",
|
696 | |
]
|
| 817 |
"system-deps",
|
| 818 |
]
|
| 819 |
|
| 820 |
[[package]]
|
| 821 |
name = "pest"
|
| 822 |
version = "2.1.3"
|
| 823 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 824 |
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
| 825 |
dependencies = [
|
| 826 |
"ucd-trie",
|
| 827 |
]
|
| 828 |
|
| 829 |
[[package]]
|
| 830 |
name = "pin-project-lite"
|
| 831 |
version = "0.2.7"
|
| 832 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 833 |
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
| 834 |
|
| 835 |
[[package]]
|
| 836 |
name = "pin-utils"
|
| 837 |
version = "0.1.0"
|
| 838 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 839 |
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
697 | 840 |
|
698 | 841 |
[[package]]
|
699 | 842 |
name = "pkg-config"
|
|
707 | 850 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
708 | 851 |
checksum = "f54b9600d584d3b8a739e1662a595fab051329eff43f20e7d8cc22872962145b"
|
709 | 852 |
dependencies = [
|
710 | |
"bitflags 1.3.2",
|
| 853 |
"bitflags",
|
711 | 854 |
"deflate",
|
712 | 855 |
"inflate",
|
713 | 856 |
"num-iter",
|
|
720 | 863 |
checksum = "b18befed8bc2b61abc79a457295e7e838417326da1586050b919414073977f19"
|
721 | 864 |
|
722 | 865 |
[[package]]
|
| 866 |
name = "proc-macro-crate"
|
| 867 |
version = "1.1.0"
|
| 868 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 869 |
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
|
| 870 |
dependencies = [
|
| 871 |
"thiserror",
|
| 872 |
"toml",
|
| 873 |
]
|
| 874 |
|
| 875 |
[[package]]
|
| 876 |
name = "proc-macro-error"
|
| 877 |
version = "1.0.4"
|
| 878 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 879 |
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
| 880 |
dependencies = [
|
| 881 |
"proc-macro-error-attr",
|
| 882 |
"proc-macro2 1.0.32",
|
| 883 |
"quote 1.0.10",
|
| 884 |
"syn 1.0.81",
|
| 885 |
"version_check",
|
| 886 |
]
|
| 887 |
|
| 888 |
[[package]]
|
| 889 |
name = "proc-macro-error-attr"
|
| 890 |
version = "1.0.4"
|
| 891 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 892 |
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
| 893 |
dependencies = [
|
| 894 |
"proc-macro2 1.0.32",
|
| 895 |
"quote 1.0.10",
|
| 896 |
"version_check",
|
| 897 |
]
|
| 898 |
|
| 899 |
[[package]]
|
723 | 900 |
name = "proc-macro2"
|
724 | 901 |
version = "0.4.30"
|
725 | 902 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
765 | 942 |
"libc",
|
766 | 943 |
"rand_core 0.3.1",
|
767 | 944 |
"rdrand",
|
768 | |
"winapi 0.3.9",
|
| 945 |
"winapi",
|
769 | 946 |
]
|
770 | 947 |
|
771 | 948 |
[[package]]
|
|
804 | 981 |
"crossbeam-channel",
|
805 | 982 |
"crossbeam-deque",
|
806 | 983 |
"crossbeam-utils",
|
807 | |
"lazy_static 1.4.0",
|
| 984 |
"lazy_static",
|
808 | 985 |
"num_cpus",
|
809 | 986 |
]
|
810 | 987 |
|
|
824 | 1001 |
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
825 | 1002 |
|
826 | 1003 |
[[package]]
|
| 1004 |
name = "rustc_version"
|
| 1005 |
version = "0.3.3"
|
| 1006 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1007 |
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
| 1008 |
dependencies = [
|
| 1009 |
"semver",
|
| 1010 |
]
|
| 1011 |
|
| 1012 |
[[package]]
|
827 | 1013 |
name = "ryu"
|
828 | 1014 |
version = "1.0.5"
|
829 | 1015 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
840 | 1026 |
version = "1.1.0"
|
841 | 1027 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
842 | 1028 |
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
| 1029 |
|
| 1030 |
[[package]]
|
| 1031 |
name = "semver"
|
| 1032 |
version = "0.11.0"
|
| 1033 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1034 |
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
| 1035 |
dependencies = [
|
| 1036 |
"semver-parser",
|
| 1037 |
]
|
| 1038 |
|
| 1039 |
[[package]]
|
| 1040 |
name = "semver-parser"
|
| 1041 |
version = "0.10.2"
|
| 1042 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1043 |
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
| 1044 |
dependencies = [
|
| 1045 |
"pest",
|
| 1046 |
]
|
843 | 1047 |
|
844 | 1048 |
[[package]]
|
845 | 1049 |
name = "serde"
|
|
870 | 1074 |
]
|
871 | 1075 |
|
872 | 1076 |
[[package]]
|
| 1077 |
name = "slab"
|
| 1078 |
version = "0.4.5"
|
| 1079 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1080 |
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
| 1081 |
|
| 1082 |
[[package]]
|
| 1083 |
name = "smallvec"
|
| 1084 |
version = "1.7.0"
|
| 1085 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1086 |
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
| 1087 |
|
| 1088 |
[[package]]
|
873 | 1089 |
name = "strsim"
|
874 | 1090 |
version = "0.8.0"
|
875 | 1091 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
876 | 1092 |
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
| 1093 |
|
| 1094 |
[[package]]
|
| 1095 |
name = "strum"
|
| 1096 |
version = "0.21.0"
|
| 1097 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1098 |
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
| 1099 |
|
| 1100 |
[[package]]
|
| 1101 |
name = "strum_macros"
|
| 1102 |
version = "0.21.1"
|
| 1103 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1104 |
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
| 1105 |
dependencies = [
|
| 1106 |
"heck",
|
| 1107 |
"proc-macro2 1.0.32",
|
| 1108 |
"quote 1.0.10",
|
| 1109 |
"syn 1.0.81",
|
| 1110 |
]
|
877 | 1111 |
|
878 | 1112 |
[[package]]
|
879 | 1113 |
name = "syn"
|
|
910 | 1144 |
]
|
911 | 1145 |
|
912 | 1146 |
[[package]]
|
| 1147 |
name = "system-deps"
|
| 1148 |
version = "3.2.0"
|
| 1149 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1150 |
checksum = "480c269f870722b3b08d2f13053ce0c2ab722839f472863c3e2d61ff3a1c2fa6"
|
| 1151 |
dependencies = [
|
| 1152 |
"anyhow",
|
| 1153 |
"cfg-expr",
|
| 1154 |
"heck",
|
| 1155 |
"itertools",
|
| 1156 |
"pkg-config",
|
| 1157 |
"strum",
|
| 1158 |
"strum_macros",
|
| 1159 |
"thiserror",
|
| 1160 |
"toml",
|
| 1161 |
"version-compare",
|
| 1162 |
]
|
| 1163 |
|
| 1164 |
[[package]]
|
913 | 1165 |
name = "textwrap"
|
914 | 1166 |
version = "0.11.0"
|
915 | 1167 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
919 | 1171 |
]
|
920 | 1172 |
|
921 | 1173 |
[[package]]
|
| 1174 |
name = "thiserror"
|
| 1175 |
version = "1.0.30"
|
| 1176 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1177 |
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
| 1178 |
dependencies = [
|
| 1179 |
"thiserror-impl",
|
| 1180 |
]
|
| 1181 |
|
| 1182 |
[[package]]
|
| 1183 |
name = "thiserror-impl"
|
| 1184 |
version = "1.0.30"
|
| 1185 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1186 |
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
| 1187 |
dependencies = [
|
| 1188 |
"proc-macro2 1.0.32",
|
| 1189 |
"quote 1.0.10",
|
| 1190 |
"syn 1.0.81",
|
| 1191 |
]
|
| 1192 |
|
| 1193 |
[[package]]
|
922 | 1194 |
name = "time"
|
923 | 1195 |
version = "0.1.44"
|
924 | 1196 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
926 | 1198 |
dependencies = [
|
927 | 1199 |
"libc",
|
928 | 1200 |
"wasi",
|
929 | |
"winapi 0.3.9",
|
930 | |
]
|
| 1201 |
"winapi",
|
| 1202 |
]
|
| 1203 |
|
| 1204 |
[[package]]
|
| 1205 |
name = "toml"
|
| 1206 |
version = "0.5.8"
|
| 1207 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1208 |
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
| 1209 |
dependencies = [
|
| 1210 |
"serde",
|
| 1211 |
]
|
| 1212 |
|
| 1213 |
[[package]]
|
| 1214 |
name = "ucd-trie"
|
| 1215 |
version = "0.1.3"
|
| 1216 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1217 |
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
| 1218 |
|
| 1219 |
[[package]]
|
| 1220 |
name = "unicode-segmentation"
|
| 1221 |
version = "1.8.0"
|
| 1222 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1223 |
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
931 | 1224 |
|
932 | 1225 |
[[package]]
|
933 | 1226 |
name = "unicode-width"
|
|
954 | 1247 |
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
955 | 1248 |
|
956 | 1249 |
[[package]]
|
| 1250 |
name = "version-compare"
|
| 1251 |
version = "0.0.11"
|
| 1252 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1253 |
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
|
| 1254 |
|
| 1255 |
[[package]]
|
| 1256 |
name = "version_check"
|
| 1257 |
version = "0.9.3"
|
| 1258 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1259 |
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
| 1260 |
|
| 1261 |
[[package]]
|
957 | 1262 |
name = "wasi"
|
958 | 1263 |
version = "0.10.0+wasi-snapshot-preview1"
|
959 | 1264 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
960 | 1265 |
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
961 | |
|
962 | |
[[package]]
|
963 | |
name = "winapi"
|
964 | |
version = "0.2.8"
|
965 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
966 | |
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
967 | 1266 |
|
968 | 1267 |
[[package]]
|
969 | 1268 |
name = "winapi"
|