nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 1621 lines 41 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "android_system_properties" 7version = "0.1.5" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 10dependencies = [ 11 "libc", 12] 13 14[[package]] 15name = "ansi_term" 16version = "0.12.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 19dependencies = [ 20 "winapi", 21] 22 23[[package]] 24name = "antidote" 25version = "1.0.0" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" 28 29[[package]] 30name = "atk" 31version = "0.8.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "444daefa55f229af145ea58d77efd23725024ee1f6f3102743709aa6b18c663e" 34dependencies = [ 35 "atk-sys", 36 "bitflags", 37 "glib", 38 "glib-sys", 39 "gobject-sys", 40 "libc", 41] 42 43[[package]] 44name = "atk-sys" 45version = "0.9.1" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "e552c1776737a4c80110d06b36d099f47c727335f9aaa5d942a72b6863a8ec6f" 48dependencies = [ 49 "glib-sys", 50 "gobject-sys", 51 "libc", 52 "pkg-config", 53] 54 55[[package]] 56name = "atty" 57version = "0.2.14" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 60dependencies = [ 61 "hermit-abi 0.1.19", 62 "libc", 63 "winapi", 64] 65 66[[package]] 67name = "autocfg" 68version = "1.1.0" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 71 72[[package]] 73name = "base64" 74version = "0.9.3" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" 77dependencies = [ 78 "byteorder", 79 "safemem", 80] 81 82[[package]] 83name = "base64" 84version = "0.10.1" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 87dependencies = [ 88 "byteorder", 89] 90 91[[package]] 92name = "bitflags" 93version = "1.3.2" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 96 97[[package]] 98name = "break-time" 99version = "0.1.2" 100dependencies = [ 101 "byteorder", 102 "cairo-rs", 103 "chrono", 104 "gdk", 105 "gdk-pixbuf", 106 "gdk-pixbuf-sys", 107 "gio", 108 "glib", 109 "glib-sys", 110 "gobject-sys", 111 "google-calendar3", 112 "gtk", 113 "gtk-sys", 114 "hyper", 115 "hyper-rustls", 116 "indoc", 117 "pango", 118 "serde", 119 "serde_json", 120 "structopt", 121 "toml", 122 "xcb", 123 "xdg", 124 "yup-oauth2", 125] 126 127[[package]] 128name = "bumpalo" 129version = "3.12.2" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 132 133[[package]] 134name = "byteorder" 135version = "1.4.3" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 138 139[[package]] 140name = "cairo-rs" 141version = "0.8.1" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "157049ba9618aa3a61c39d5d785102c04d3b1f40632a706c621a9aedc21e6084" 144dependencies = [ 145 "bitflags", 146 "cairo-sys-rs", 147 "glib", 148 "glib-sys", 149 "gobject-sys", 150 "libc", 151] 152 153[[package]] 154name = "cairo-sys-rs" 155version = "0.9.2" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "ff65ba02cac715be836f63429ab00a767d48336efc5497c5637afb53b4f14d63" 158dependencies = [ 159 "glib-sys", 160 "libc", 161 "pkg-config", 162] 163 164[[package]] 165name = "cc" 166version = "1.0.79" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 169 170[[package]] 171name = "cfg-if" 172version = "1.0.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 175 176[[package]] 177name = "chrono" 178version = "0.4.24" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 181dependencies = [ 182 "iana-time-zone", 183 "js-sys", 184 "num-integer", 185 "num-traits", 186 "time", 187 "wasm-bindgen", 188 "winapi", 189] 190 191[[package]] 192name = "clap" 193version = "2.34.0" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 196dependencies = [ 197 "ansi_term", 198 "atty", 199 "bitflags", 200 "strsim", 201 "textwrap", 202 "unicode-width", 203 "vec_map", 204] 205 206[[package]] 207name = "core-foundation" 208version = "0.9.3" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 211dependencies = [ 212 "core-foundation-sys", 213 "libc", 214] 215 216[[package]] 217name = "core-foundation-sys" 218version = "0.8.4" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 221 222[[package]] 223name = "either" 224version = "1.8.1" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 227 228[[package]] 229name = "errno" 230version = "0.3.1" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 233dependencies = [ 234 "errno-dragonfly", 235 "libc", 236 "windows-sys 0.48.0", 237] 238 239[[package]] 240name = "errno-dragonfly" 241version = "0.1.2" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 244dependencies = [ 245 "cc", 246 "libc", 247] 248 249[[package]] 250name = "fastrand" 251version = "1.9.0" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 254dependencies = [ 255 "instant", 256] 257 258[[package]] 259name = "foreign-types" 260version = "0.3.2" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 263dependencies = [ 264 "foreign-types-shared", 265] 266 267[[package]] 268name = "foreign-types-shared" 269version = "0.1.1" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 272 273[[package]] 274name = "futures-channel" 275version = "0.3.28" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 278dependencies = [ 279 "futures-core", 280] 281 282[[package]] 283name = "futures-core" 284version = "0.3.28" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 287 288[[package]] 289name = "futures-executor" 290version = "0.3.28" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 293dependencies = [ 294 "futures-core", 295 "futures-task", 296 "futures-util", 297] 298 299[[package]] 300name = "futures-io" 301version = "0.3.28" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 304 305[[package]] 306name = "futures-macro" 307version = "0.3.28" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 310dependencies = [ 311 "proc-macro2", 312 "quote", 313 "syn 2.0.15", 314] 315 316[[package]] 317name = "futures-task" 318version = "0.3.28" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 321 322[[package]] 323name = "futures-util" 324version = "0.3.28" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 327dependencies = [ 328 "futures-core", 329 "futures-macro", 330 "futures-task", 331 "pin-project-lite", 332 "pin-utils", 333 "slab", 334] 335 336[[package]] 337name = "gdk" 338version = "0.12.1" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "fbe5e8772fc0865c52460cdd7a59d7d47700f44d9809d1dd00eecceb769a7589" 341dependencies = [ 342 "bitflags", 343 "cairo-rs", 344 "cairo-sys-rs", 345 "gdk-pixbuf", 346 "gdk-sys", 347 "gio", 348 "gio-sys", 349 "glib", 350 "glib-sys", 351 "gobject-sys", 352 "libc", 353 "pango", 354] 355 356[[package]] 357name = "gdk-pixbuf" 358version = "0.8.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "e248220c46b329b097d4b158d2717f8c688f16dd76d0399ace82b3e98062bdd7" 361dependencies = [ 362 "gdk-pixbuf-sys", 363 "gio", 364 "gio-sys", 365 "glib", 366 "glib-sys", 367 "gobject-sys", 368 "libc", 369] 370 371[[package]] 372name = "gdk-pixbuf-sys" 373version = "0.9.1" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "d8991b060a9e9161bafd09bf4a202e6fd404f5b4dd1a08d53a1e84256fb34ab0" 376dependencies = [ 377 "gio-sys", 378 "glib-sys", 379 "gobject-sys", 380 "libc", 381 "pkg-config", 382] 383 384[[package]] 385name = "gdk-sys" 386version = "0.9.1" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "6adf679e91d1bff0c06860287f80403e7db54c2d2424dce0a470023b56c88fbb" 389dependencies = [ 390 "cairo-sys-rs", 391 "gdk-pixbuf-sys", 392 "gio-sys", 393 "glib-sys", 394 "gobject-sys", 395 "libc", 396 "pango-sys", 397 "pkg-config", 398] 399 400[[package]] 401name = "gio" 402version = "0.8.1" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "0cd10f9415cce39b53f8024bf39a21f84f8157afa52da53837b102e585a296a5" 405dependencies = [ 406 "bitflags", 407 "futures-channel", 408 "futures-core", 409 "futures-io", 410 "futures-util", 411 "gio-sys", 412 "glib", 413 "glib-sys", 414 "gobject-sys", 415 "lazy_static", 416 "libc", 417] 418 419[[package]] 420name = "gio-sys" 421version = "0.9.1" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "4fad225242b9eae7ec8a063bb86974aca56885014672375e5775dc0ea3533911" 424dependencies = [ 425 "glib-sys", 426 "gobject-sys", 427 "libc", 428 "pkg-config", 429] 430 431[[package]] 432name = "glib" 433version = "0.9.3" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "40fb573a09841b6386ddf15fd4bc6655b4f5b106ca962f57ecaecde32a0061c0" 436dependencies = [ 437 "bitflags", 438 "futures-channel", 439 "futures-core", 440 "futures-executor", 441 "futures-task", 442 "futures-util", 443 "glib-sys", 444 "gobject-sys", 445 "lazy_static", 446 "libc", 447] 448 449[[package]] 450name = "glib-sys" 451version = "0.9.1" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "95856f3802f446c05feffa5e24859fe6a183a7cb849c8449afc35c86b1e316e2" 454dependencies = [ 455 "libc", 456 "pkg-config", 457] 458 459[[package]] 460name = "gobject-sys" 461version = "0.9.1" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "31d1a804f62034eccf370006ccaef3708a71c31d561fee88564abe71177553d9" 464dependencies = [ 465 "glib-sys", 466 "libc", 467 "pkg-config", 468] 469 470[[package]] 471name = "google-calendar3" 472version = "1.0.14+20200705" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "f214b09a7438ccd85fe20a491c8d7c05d0ccd07a125112411aadf0f0d0b17cbb" 475dependencies = [ 476 "hyper", 477 "mime", 478 "serde", 479 "serde_derive", 480 "serde_json", 481 "url", 482 "yup-oauth2", 483] 484 485[[package]] 486name = "gtk" 487version = "0.8.1" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "87e1e8d70290239c668594002d1b174fcc7d7ef5d26670ee141490ede8facf8f" 490dependencies = [ 491 "atk", 492 "bitflags", 493 "cairo-rs", 494 "cairo-sys-rs", 495 "cc", 496 "gdk", 497 "gdk-pixbuf", 498 "gdk-pixbuf-sys", 499 "gdk-sys", 500 "gio", 501 "gio-sys", 502 "glib", 503 "glib-sys", 504 "gobject-sys", 505 "gtk-sys", 506 "lazy_static", 507 "libc", 508 "pango", 509 "pango-sys", 510] 511 512[[package]] 513name = "gtk-sys" 514version = "0.9.2" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "53def660c7b48b00b510c81ef2d2fbd3c570f1527081d8d7947f471513e1a4c1" 517dependencies = [ 518 "atk-sys", 519 "cairo-sys-rs", 520 "gdk-pixbuf-sys", 521 "gdk-sys", 522 "gio-sys", 523 "glib-sys", 524 "gobject-sys", 525 "libc", 526 "pango-sys", 527 "pkg-config", 528] 529 530[[package]] 531name = "heck" 532version = "0.3.3" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 535dependencies = [ 536 "unicode-segmentation", 537] 538 539[[package]] 540name = "hermit-abi" 541version = "0.1.19" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 544dependencies = [ 545 "libc", 546] 547 548[[package]] 549name = "hermit-abi" 550version = "0.2.6" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 553dependencies = [ 554 "libc", 555] 556 557[[package]] 558name = "hermit-abi" 559version = "0.3.1" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 562 563[[package]] 564name = "home" 565version = "0.5.5" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 568dependencies = [ 569 "windows-sys 0.48.0", 570] 571 572[[package]] 573name = "httparse" 574version = "1.8.0" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 577 578[[package]] 579name = "hyper" 580version = "0.10.16" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" 583dependencies = [ 584 "base64 0.9.3", 585 "httparse", 586 "language-tags", 587 "log 0.3.9", 588 "mime", 589 "num_cpus", 590 "time", 591 "traitobject", 592 "typeable", 593 "unicase", 594 "url", 595] 596 597[[package]] 598name = "hyper-native-tls" 599version = "0.3.0" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "6d375598f442742b0e66208ee12501391f1c7ac0bafb90b4fe53018f81f06068" 602dependencies = [ 603 "antidote", 604 "hyper", 605 "native-tls", 606] 607 608[[package]] 609name = "hyper-rustls" 610version = "0.6.2" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "71f7b2e5858ab9e19771dc361159f09ee5031734a6f7471fe0947db0238d92b7" 613dependencies = [ 614 "hyper", 615 "rustls", 616 "webpki", 617 "webpki-roots", 618] 619 620[[package]] 621name = "iana-time-zone" 622version = "0.1.56" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 625dependencies = [ 626 "android_system_properties", 627 "core-foundation-sys", 628 "iana-time-zone-haiku", 629 "js-sys", 630 "wasm-bindgen", 631 "windows", 632] 633 634[[package]] 635name = "iana-time-zone-haiku" 636version = "0.1.2" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 639dependencies = [ 640 "cc", 641] 642 643[[package]] 644name = "idna" 645version = "0.1.5" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 648dependencies = [ 649 "matches", 650 "unicode-bidi", 651 "unicode-normalization", 652] 653 654[[package]] 655name = "indoc" 656version = "0.3.6" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8" 659dependencies = [ 660 "indoc-impl", 661 "proc-macro-hack", 662] 663 664[[package]] 665name = "indoc-impl" 666version = "0.3.6" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0" 669dependencies = [ 670 "proc-macro-hack", 671 "proc-macro2", 672 "quote", 673 "syn 1.0.109", 674 "unindent", 675] 676 677[[package]] 678name = "instant" 679version = "0.1.12" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 682dependencies = [ 683 "cfg-if", 684] 685 686[[package]] 687name = "io-lifetimes" 688version = "1.0.10" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 691dependencies = [ 692 "hermit-abi 0.3.1", 693 "libc", 694 "windows-sys 0.48.0", 695] 696 697[[package]] 698name = "itertools" 699version = "0.8.2" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" 702dependencies = [ 703 "either", 704] 705 706[[package]] 707name = "itoa" 708version = "1.0.6" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 711 712[[package]] 713name = "js-sys" 714version = "0.3.62" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 717dependencies = [ 718 "wasm-bindgen", 719] 720 721[[package]] 722name = "language-tags" 723version = "0.2.2" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" 726 727[[package]] 728name = "lazy_static" 729version = "1.4.0" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 732 733[[package]] 734name = "libc" 735version = "0.2.144" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 738 739[[package]] 740name = "linux-raw-sys" 741version = "0.3.7" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 744 745[[package]] 746name = "log" 747version = "0.3.9" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 750dependencies = [ 751 "log 0.4.17", 752] 753 754[[package]] 755name = "log" 756version = "0.4.17" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 759dependencies = [ 760 "cfg-if", 761] 762 763[[package]] 764name = "matches" 765version = "0.1.10" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 768 769[[package]] 770name = "mime" 771version = "0.2.6" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" 774dependencies = [ 775 "log 0.3.9", 776] 777 778[[package]] 779name = "native-tls" 780version = "0.2.11" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 783dependencies = [ 784 "lazy_static", 785 "libc", 786 "log 0.4.17", 787 "openssl", 788 "openssl-probe", 789 "openssl-sys", 790 "schannel", 791 "security-framework", 792 "security-framework-sys", 793 "tempfile", 794] 795 796[[package]] 797name = "num-integer" 798version = "0.1.45" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 801dependencies = [ 802 "autocfg", 803 "num-traits", 804] 805 806[[package]] 807name = "num-traits" 808version = "0.2.15" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 811dependencies = [ 812 "autocfg", 813] 814 815[[package]] 816name = "num_cpus" 817version = "1.15.0" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 820dependencies = [ 821 "hermit-abi 0.2.6", 822 "libc", 823] 824 825[[package]] 826name = "once_cell" 827version = "1.17.1" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 830 831[[package]] 832name = "openssl" 833version = "0.10.52" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 836dependencies = [ 837 "bitflags", 838 "cfg-if", 839 "foreign-types", 840 "libc", 841 "once_cell", 842 "openssl-macros", 843 "openssl-sys", 844] 845 846[[package]] 847name = "openssl-macros" 848version = "0.1.1" 849source = "registry+https://github.com/rust-lang/crates.io-index" 850checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 851dependencies = [ 852 "proc-macro2", 853 "quote", 854 "syn 2.0.15", 855] 856 857[[package]] 858name = "openssl-probe" 859version = "0.1.5" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 862 863[[package]] 864name = "openssl-sys" 865version = "0.9.87" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 868dependencies = [ 869 "cc", 870 "libc", 871 "pkg-config", 872 "vcpkg", 873] 874 875[[package]] 876name = "pango" 877version = "0.8.0" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "1e9c6b728f1be8edb5f9f981420b651d5ea30bdb9de89f1f1262d0084a020577" 880dependencies = [ 881 "bitflags", 882 "glib", 883 "glib-sys", 884 "gobject-sys", 885 "lazy_static", 886 "libc", 887 "pango-sys", 888] 889 890[[package]] 891name = "pango-sys" 892version = "0.9.1" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "86b93d84907b3cf0819bff8f13598ba72843bee579d5ebc2502e4b0367b4be7d" 895dependencies = [ 896 "glib-sys", 897 "gobject-sys", 898 "libc", 899 "pkg-config", 900] 901 902[[package]] 903name = "percent-encoding" 904version = "1.0.1" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 907 908[[package]] 909name = "pin-project-lite" 910version = "0.2.9" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 913 914[[package]] 915name = "pin-utils" 916version = "0.1.0" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 919 920[[package]] 921name = "pkg-config" 922version = "0.3.27" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 925 926[[package]] 927name = "proc-macro-error" 928version = "1.0.4" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 931dependencies = [ 932 "proc-macro-error-attr", 933 "proc-macro2", 934 "quote", 935 "syn 1.0.109", 936 "version_check 0.9.4", 937] 938 939[[package]] 940name = "proc-macro-error-attr" 941version = "1.0.4" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 944dependencies = [ 945 "proc-macro2", 946 "quote", 947 "version_check 0.9.4", 948] 949 950[[package]] 951name = "proc-macro-hack" 952version = "0.5.20+deprecated" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 955 956[[package]] 957name = "proc-macro2" 958version = "1.0.56" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 961dependencies = [ 962 "unicode-ident", 963] 964 965[[package]] 966name = "quote" 967version = "1.0.27" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 970dependencies = [ 971 "proc-macro2", 972] 973 974[[package]] 975name = "redox_syscall" 976version = "0.3.5" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 979dependencies = [ 980 "bitflags", 981] 982 983[[package]] 984name = "ring" 985version = "0.13.5" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a" 988dependencies = [ 989 "cc", 990 "lazy_static", 991 "libc", 992 "untrusted", 993] 994 995[[package]] 996name = "rustix" 997version = "0.37.19" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1000dependencies = [ 1001 "bitflags", 1002 "errno", 1003 "io-lifetimes", 1004 "libc", 1005 "linux-raw-sys", 1006 "windows-sys 0.48.0", 1007] 1008 1009[[package]] 1010name = "rustls" 1011version = "0.13.1" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "942b71057b31981152970d57399c25f72e27a6ee0d207a669d8304cabf44705b" 1014dependencies = [ 1015 "base64 0.9.3", 1016 "log 0.4.17", 1017 "ring", 1018 "sct", 1019 "untrusted", 1020 "webpki", 1021] 1022 1023[[package]] 1024name = "ryu" 1025version = "1.0.13" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1028 1029[[package]] 1030name = "safemem" 1031version = "0.3.3" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 1034 1035[[package]] 1036name = "schannel" 1037version = "0.1.21" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1040dependencies = [ 1041 "windows-sys 0.42.0", 1042] 1043 1044[[package]] 1045name = "sct" 1046version = "0.4.0" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "cb8f61f9e6eadd062a71c380043d28036304a4706b3c4dd001ff3387ed00745a" 1049dependencies = [ 1050 "ring", 1051 "untrusted", 1052] 1053 1054[[package]] 1055name = "security-framework" 1056version = "2.9.0" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1" 1059dependencies = [ 1060 "bitflags", 1061 "core-foundation", 1062 "core-foundation-sys", 1063 "libc", 1064 "security-framework-sys", 1065] 1066 1067[[package]] 1068name = "security-framework-sys" 1069version = "2.9.0" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 1072dependencies = [ 1073 "core-foundation-sys", 1074 "libc", 1075] 1076 1077[[package]] 1078name = "serde" 1079version = "1.0.163" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1082dependencies = [ 1083 "serde_derive", 1084] 1085 1086[[package]] 1087name = "serde_derive" 1088version = "1.0.163" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1091dependencies = [ 1092 "proc-macro2", 1093 "quote", 1094 "syn 2.0.15", 1095] 1096 1097[[package]] 1098name = "serde_json" 1099version = "1.0.96" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1102dependencies = [ 1103 "itoa", 1104 "ryu", 1105 "serde", 1106] 1107 1108[[package]] 1109name = "slab" 1110version = "0.4.8" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1113dependencies = [ 1114 "autocfg", 1115] 1116 1117[[package]] 1118name = "strsim" 1119version = "0.8.0" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1122 1123[[package]] 1124name = "structopt" 1125version = "0.3.26" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 1128dependencies = [ 1129 "clap", 1130 "lazy_static", 1131 "structopt-derive", 1132] 1133 1134[[package]] 1135name = "structopt-derive" 1136version = "0.4.18" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 1139dependencies = [ 1140 "heck", 1141 "proc-macro-error", 1142 "proc-macro2", 1143 "quote", 1144 "syn 1.0.109", 1145] 1146 1147[[package]] 1148name = "syn" 1149version = "1.0.109" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1152dependencies = [ 1153 "proc-macro2", 1154 "quote", 1155 "unicode-ident", 1156] 1157 1158[[package]] 1159name = "syn" 1160version = "2.0.15" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1163dependencies = [ 1164 "proc-macro2", 1165 "quote", 1166 "unicode-ident", 1167] 1168 1169[[package]] 1170name = "tempfile" 1171version = "3.5.0" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1174dependencies = [ 1175 "cfg-if", 1176 "fastrand", 1177 "redox_syscall", 1178 "rustix", 1179 "windows-sys 0.45.0", 1180] 1181 1182[[package]] 1183name = "textwrap" 1184version = "0.11.0" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1187dependencies = [ 1188 "unicode-width", 1189] 1190 1191[[package]] 1192name = "time" 1193version = "0.1.45" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1196dependencies = [ 1197 "libc", 1198 "wasi", 1199 "winapi", 1200] 1201 1202[[package]] 1203name = "tinyvec" 1204version = "1.6.0" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1207dependencies = [ 1208 "tinyvec_macros", 1209] 1210 1211[[package]] 1212name = "tinyvec_macros" 1213version = "0.1.1" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1216 1217[[package]] 1218name = "toml" 1219version = "0.5.11" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1222dependencies = [ 1223 "serde", 1224] 1225 1226[[package]] 1227name = "traitobject" 1228version = "0.1.0" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 1231 1232[[package]] 1233name = "typeable" 1234version = "0.1.2" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" 1237 1238[[package]] 1239name = "unicase" 1240version = "1.4.2" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" 1243dependencies = [ 1244 "version_check 0.1.5", 1245] 1246 1247[[package]] 1248name = "unicode-bidi" 1249version = "0.3.13" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1252 1253[[package]] 1254name = "unicode-ident" 1255version = "1.0.8" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1258 1259[[package]] 1260name = "unicode-normalization" 1261version = "0.1.22" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1264dependencies = [ 1265 "tinyvec", 1266] 1267 1268[[package]] 1269name = "unicode-segmentation" 1270version = "1.10.1" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1273 1274[[package]] 1275name = "unicode-width" 1276version = "0.1.10" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1279 1280[[package]] 1281name = "unindent" 1282version = "0.1.11" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 1285 1286[[package]] 1287name = "untrusted" 1288version = "0.6.2" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" 1291 1292[[package]] 1293name = "url" 1294version = "1.7.2" 1295source = "registry+https://github.com/rust-lang/crates.io-index" 1296checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 1297dependencies = [ 1298 "idna", 1299 "matches", 1300 "percent-encoding", 1301] 1302 1303[[package]] 1304name = "vcpkg" 1305version = "0.2.15" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1308 1309[[package]] 1310name = "vec_map" 1311version = "0.8.2" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1314 1315[[package]] 1316name = "version_check" 1317version = "0.1.5" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 1320 1321[[package]] 1322name = "version_check" 1323version = "0.9.4" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1326 1327[[package]] 1328name = "wasi" 1329version = "0.10.0+wasi-snapshot-preview1" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1332 1333[[package]] 1334name = "wasm-bindgen" 1335version = "0.2.85" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 1338dependencies = [ 1339 "cfg-if", 1340 "wasm-bindgen-macro", 1341] 1342 1343[[package]] 1344name = "wasm-bindgen-backend" 1345version = "0.2.85" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 1348dependencies = [ 1349 "bumpalo", 1350 "log 0.4.17", 1351 "once_cell", 1352 "proc-macro2", 1353 "quote", 1354 "syn 2.0.15", 1355 "wasm-bindgen-shared", 1356] 1357 1358[[package]] 1359name = "wasm-bindgen-macro" 1360version = "0.2.85" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 1363dependencies = [ 1364 "quote", 1365 "wasm-bindgen-macro-support", 1366] 1367 1368[[package]] 1369name = "wasm-bindgen-macro-support" 1370version = "0.2.85" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 1373dependencies = [ 1374 "proc-macro2", 1375 "quote", 1376 "syn 2.0.15", 1377 "wasm-bindgen-backend", 1378 "wasm-bindgen-shared", 1379] 1380 1381[[package]] 1382name = "wasm-bindgen-shared" 1383version = "0.2.85" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 1386 1387[[package]] 1388name = "webpki" 1389version = "0.18.1" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "17d7967316d8411ca3b01821ee6c332bde138ba4363becdb492f12e514daa17f" 1392dependencies = [ 1393 "ring", 1394 "untrusted", 1395] 1396 1397[[package]] 1398name = "webpki-roots" 1399version = "0.15.0" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "85d1f408918fd590908a70d36b7ac388db2edc221470333e4d6e5b598e44cabf" 1402dependencies = [ 1403 "untrusted", 1404 "webpki", 1405] 1406 1407[[package]] 1408name = "winapi" 1409version = "0.3.9" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1412dependencies = [ 1413 "winapi-i686-pc-windows-gnu", 1414 "winapi-x86_64-pc-windows-gnu", 1415] 1416 1417[[package]] 1418name = "winapi-i686-pc-windows-gnu" 1419version = "0.4.0" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1422 1423[[package]] 1424name = "winapi-x86_64-pc-windows-gnu" 1425version = "0.4.0" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1428 1429[[package]] 1430name = "windows" 1431version = "0.48.0" 1432source = "registry+https://github.com/rust-lang/crates.io-index" 1433checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1434dependencies = [ 1435 "windows-targets 0.48.0", 1436] 1437 1438[[package]] 1439name = "windows-sys" 1440version = "0.42.0" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1443dependencies = [ 1444 "windows_aarch64_gnullvm 0.42.2", 1445 "windows_aarch64_msvc 0.42.2", 1446 "windows_i686_gnu 0.42.2", 1447 "windows_i686_msvc 0.42.2", 1448 "windows_x86_64_gnu 0.42.2", 1449 "windows_x86_64_gnullvm 0.42.2", 1450 "windows_x86_64_msvc 0.42.2", 1451] 1452 1453[[package]] 1454name = "windows-sys" 1455version = "0.45.0" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1458dependencies = [ 1459 "windows-targets 0.42.2", 1460] 1461 1462[[package]] 1463name = "windows-sys" 1464version = "0.48.0" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1467dependencies = [ 1468 "windows-targets 0.48.0", 1469] 1470 1471[[package]] 1472name = "windows-targets" 1473version = "0.42.2" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1476dependencies = [ 1477 "windows_aarch64_gnullvm 0.42.2", 1478 "windows_aarch64_msvc 0.42.2", 1479 "windows_i686_gnu 0.42.2", 1480 "windows_i686_msvc 0.42.2", 1481 "windows_x86_64_gnu 0.42.2", 1482 "windows_x86_64_gnullvm 0.42.2", 1483 "windows_x86_64_msvc 0.42.2", 1484] 1485 1486[[package]] 1487name = "windows-targets" 1488version = "0.48.0" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1491dependencies = [ 1492 "windows_aarch64_gnullvm 0.48.0", 1493 "windows_aarch64_msvc 0.48.0", 1494 "windows_i686_gnu 0.48.0", 1495 "windows_i686_msvc 0.48.0", 1496 "windows_x86_64_gnu 0.48.0", 1497 "windows_x86_64_gnullvm 0.48.0", 1498 "windows_x86_64_msvc 0.48.0", 1499] 1500 1501[[package]] 1502name = "windows_aarch64_gnullvm" 1503version = "0.42.2" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1506 1507[[package]] 1508name = "windows_aarch64_gnullvm" 1509version = "0.48.0" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1512 1513[[package]] 1514name = "windows_aarch64_msvc" 1515version = "0.42.2" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1518 1519[[package]] 1520name = "windows_aarch64_msvc" 1521version = "0.48.0" 1522source = "registry+https://github.com/rust-lang/crates.io-index" 1523checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1524 1525[[package]] 1526name = "windows_i686_gnu" 1527version = "0.42.2" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1530 1531[[package]] 1532name = "windows_i686_gnu" 1533version = "0.48.0" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1536 1537[[package]] 1538name = "windows_i686_msvc" 1539version = "0.42.2" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1542 1543[[package]] 1544name = "windows_i686_msvc" 1545version = "0.48.0" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1548 1549[[package]] 1550name = "windows_x86_64_gnu" 1551version = "0.42.2" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1554 1555[[package]] 1556name = "windows_x86_64_gnu" 1557version = "0.48.0" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1560 1561[[package]] 1562name = "windows_x86_64_gnullvm" 1563version = "0.42.2" 1564source = "registry+https://github.com/rust-lang/crates.io-index" 1565checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1566 1567[[package]] 1568name = "windows_x86_64_gnullvm" 1569version = "0.48.0" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1572 1573[[package]] 1574name = "windows_x86_64_msvc" 1575version = "0.42.2" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1578 1579[[package]] 1580name = "windows_x86_64_msvc" 1581version = "0.48.0" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1584 1585[[package]] 1586name = "xcb" 1587version = "0.9.0" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6" 1590dependencies = [ 1591 "libc", 1592 "log 0.4.17", 1593] 1594 1595[[package]] 1596name = "xdg" 1597version = "2.5.0" 1598source = "registry+https://github.com/rust-lang/crates.io-index" 1599checksum = "688597db5a750e9cad4511cb94729a078e274308099a0382b5b8203bbc767fee" 1600dependencies = [ 1601 "home", 1602] 1603 1604[[package]] 1605name = "yup-oauth2" 1606version = "1.0.12" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "add0ccdddbb13a69ba8f7c4738bd6af551425889cc4633b6f8cb3034bb359b07" 1609dependencies = [ 1610 "base64 0.10.1", 1611 "chrono", 1612 "hyper", 1613 "hyper-native-tls", 1614 "itertools", 1615 "log 0.3.9", 1616 "openssl", 1617 "serde", 1618 "serde_derive", 1619 "serde_json", 1620 "url", 1621]