nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

cargo-lock.patch (55261B)


      1 diff --git c/Cargo.lock i/Cargo.lock
      2 new file mode 100644
      3 index 0000000..dbc89d3
      4 --- /dev/null
      5 +++ i/Cargo.lock
      6 @@ -0,0 +1,2149 @@
      7 +# This file is automatically @generated by Cargo.
      8 +# It is not intended for manual editing.
      9 +version = 3
     10 +
     11 +[[package]]
     12 +name = "adler32"
     13 +version = "1.2.0"
     14 +source = "registry+https://github.com/rust-lang/crates.io-index"
     15 +checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
     16 +
     17 +[[package]]
     18 +name = "aho-corasick"
     19 +version = "0.7.18"
     20 +source = "registry+https://github.com/rust-lang/crates.io-index"
     21 +checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
     22 +dependencies = [
     23 + "memchr",
     24 +]
     25 +
     26 +[[package]]
     27 +name = "assert"
     28 +version = "0.7.4"
     29 +source = "registry+https://github.com/rust-lang/crates.io-index"
     30 +checksum = "a0908d9e688507daab476402994f0d4d24d25e66bf65a2c371178eef4f82d7c2"
     31 +
     32 +[[package]]
     33 +name = "atk"
     34 +version = "0.8.0"
     35 +source = "registry+https://github.com/rust-lang/crates.io-index"
     36 +checksum = "444daefa55f229af145ea58d77efd23725024ee1f6f3102743709aa6b18c663e"
     37 +dependencies = [
     38 + "atk-sys",
     39 + "bitflags",
     40 + "glib",
     41 + "glib-sys",
     42 + "gobject-sys",
     43 + "libc",
     44 +]
     45 +
     46 +[[package]]
     47 +name = "atk-sys"
     48 +version = "0.9.1"
     49 +source = "registry+https://github.com/rust-lang/crates.io-index"
     50 +checksum = "e552c1776737a4c80110d06b36d099f47c727335f9aaa5d942a72b6863a8ec6f"
     51 +dependencies = [
     52 + "glib-sys",
     53 + "gobject-sys",
     54 + "libc",
     55 + "pkg-config",
     56 +]
     57 +
     58 +[[package]]
     59 +name = "atty"
     60 +version = "0.2.14"
     61 +source = "registry+https://github.com/rust-lang/crates.io-index"
     62 +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
     63 +dependencies = [
     64 + "hermit-abi",
     65 + "libc",
     66 + "winapi 0.3.9",
     67 +]
     68 +
     69 +[[package]]
     70 +name = "autocfg"
     71 +version = "1.0.1"
     72 +source = "registry+https://github.com/rust-lang/crates.io-index"
     73 +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
     74 +
     75 +[[package]]
     76 +name = "base64"
     77 +version = "0.9.3"
     78 +source = "registry+https://github.com/rust-lang/crates.io-index"
     79 +checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
     80 +dependencies = [
     81 + "byteorder",
     82 + "safemem",
     83 +]
     84 +
     85 +[[package]]
     86 +name = "base64"
     87 +version = "0.13.0"
     88 +source = "registry+https://github.com/rust-lang/crates.io-index"
     89 +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
     90 +
     91 +[[package]]
     92 +name = "bitflags"
     93 +version = "1.3.2"
     94 +source = "registry+https://github.com/rust-lang/crates.io-index"
     95 +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
     96 +
     97 +[[package]]
     98 +name = "bumpalo"
     99 +version = "3.7.1"
    100 +source = "registry+https://github.com/rust-lang/crates.io-index"
    101 +checksum = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538"
    102 +
    103 +[[package]]
    104 +name = "byteorder"
    105 +version = "1.4.3"
    106 +source = "registry+https://github.com/rust-lang/crates.io-index"
    107 +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
    108 +
    109 +[[package]]
    110 +name = "bytes"
    111 +version = "0.5.6"
    112 +source = "registry+https://github.com/rust-lang/crates.io-index"
    113 +checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
    114 +
    115 +[[package]]
    116 +name = "bytes"
    117 +version = "1.1.0"
    118 +source = "registry+https://github.com/rust-lang/crates.io-index"
    119 +checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
    120 +
    121 +[[package]]
    122 +name = "cairo-rs"
    123 +version = "0.8.1"
    124 +source = "registry+https://github.com/rust-lang/crates.io-index"
    125 +checksum = "157049ba9618aa3a61c39d5d785102c04d3b1f40632a706c621a9aedc21e6084"
    126 +dependencies = [
    127 + "bitflags",
    128 + "cairo-sys-rs",
    129 + "glib",
    130 + "glib-sys",
    131 + "gobject-sys",
    132 + "libc",
    133 +]
    134 +
    135 +[[package]]
    136 +name = "cairo-sys-rs"
    137 +version = "0.9.2"
    138 +source = "registry+https://github.com/rust-lang/crates.io-index"
    139 +checksum = "ff65ba02cac715be836f63429ab00a767d48336efc5497c5637afb53b4f14d63"
    140 +dependencies = [
    141 + "glib-sys",
    142 + "libc",
    143 + "pkg-config",
    144 +]
    145 +
    146 +[[package]]
    147 +name = "cc"
    148 +version = "1.0.70"
    149 +source = "registry+https://github.com/rust-lang/crates.io-index"
    150 +checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
    151 +
    152 +[[package]]
    153 +name = "cfg-if"
    154 +version = "0.1.10"
    155 +source = "registry+https://github.com/rust-lang/crates.io-index"
    156 +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
    157 +
    158 +[[package]]
    159 +name = "cfg-if"
    160 +version = "1.0.0"
    161 +source = "registry+https://github.com/rust-lang/crates.io-index"
    162 +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
    163 +
    164 +[[package]]
    165 +name = "chrono"
    166 +version = "0.4.19"
    167 +source = "registry+https://github.com/rust-lang/crates.io-index"
    168 +checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
    169 +dependencies = [
    170 + "libc",
    171 + "num-integer",
    172 + "num-traits",
    173 + "serde",
    174 + "time",
    175 + "winapi 0.3.9",
    176 +]
    177 +
    178 +[[package]]
    179 +name = "color_quant"
    180 +version = "1.1.0"
    181 +source = "registry+https://github.com/rust-lang/crates.io-index"
    182 +checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
    183 +
    184 +[[package]]
    185 +name = "core-foundation"
    186 +version = "0.9.1"
    187 +source = "registry+https://github.com/rust-lang/crates.io-index"
    188 +checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
    189 +dependencies = [
    190 + "core-foundation-sys",
    191 + "libc",
    192 +]
    193 +
    194 +[[package]]
    195 +name = "core-foundation-sys"
    196 +version = "0.8.2"
    197 +source = "registry+https://github.com/rust-lang/crates.io-index"
    198 +checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
    199 +
    200 +[[package]]
    201 +name = "crc32fast"
    202 +version = "1.2.1"
    203 +source = "registry+https://github.com/rust-lang/crates.io-index"
    204 +checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
    205 +dependencies = [
    206 + "cfg-if 1.0.0",
    207 +]
    208 +
    209 +[[package]]
    210 +name = "crossbeam-channel"
    211 +version = "0.5.1"
    212 +source = "registry+https://github.com/rust-lang/crates.io-index"
    213 +checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
    214 +dependencies = [
    215 + "cfg-if 1.0.0",
    216 + "crossbeam-utils",
    217 +]
    218 +
    219 +[[package]]
    220 +name = "crossbeam-deque"
    221 +version = "0.8.1"
    222 +source = "registry+https://github.com/rust-lang/crates.io-index"
    223 +checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
    224 +dependencies = [
    225 + "cfg-if 1.0.0",
    226 + "crossbeam-epoch",
    227 + "crossbeam-utils",
    228 +]
    229 +
    230 +[[package]]
    231 +name = "crossbeam-epoch"
    232 +version = "0.9.5"
    233 +source = "registry+https://github.com/rust-lang/crates.io-index"
    234 +checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
    235 +dependencies = [
    236 + "cfg-if 1.0.0",
    237 + "crossbeam-utils",
    238 + "lazy_static",
    239 + "memoffset",
    240 + "scopeguard",
    241 +]
    242 +
    243 +[[package]]
    244 +name = "crossbeam-utils"
    245 +version = "0.8.5"
    246 +source = "registry+https://github.com/rust-lang/crates.io-index"
    247 +checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
    248 +dependencies = [
    249 + "cfg-if 1.0.0",
    250 + "lazy_static",
    251 +]
    252 +
    253 +[[package]]
    254 +name = "deflate"
    255 +version = "0.7.20"
    256 +source = "registry+https://github.com/rust-lang/crates.io-index"
    257 +checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
    258 +dependencies = [
    259 + "adler32",
    260 + "byteorder",
    261 +]
    262 +
    263 +[[package]]
    264 +name = "dirs"
    265 +version = "2.0.2"
    266 +source = "registry+https://github.com/rust-lang/crates.io-index"
    267 +checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
    268 +dependencies = [
    269 + "cfg-if 0.1.10",
    270 + "dirs-sys",
    271 +]
    272 +
    273 +[[package]]
    274 +name = "dirs-sys"
    275 +version = "0.3.6"
    276 +source = "registry+https://github.com/rust-lang/crates.io-index"
    277 +checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
    278 +dependencies = [
    279 + "libc",
    280 + "redox_users",
    281 + "winapi 0.3.9",
    282 +]
    283 +
    284 +[[package]]
    285 +name = "either"
    286 +version = "1.6.1"
    287 +source = "registry+https://github.com/rust-lang/crates.io-index"
    288 +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
    289 +
    290 +[[package]]
    291 +name = "encoding_rs"
    292 +version = "0.8.28"
    293 +source = "registry+https://github.com/rust-lang/crates.io-index"
    294 +checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
    295 +dependencies = [
    296 + "cfg-if 1.0.0",
    297 +]
    298 +
    299 +[[package]]
    300 +name = "env_logger"
    301 +version = "0.7.1"
    302 +source = "registry+https://github.com/rust-lang/crates.io-index"
    303 +checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
    304 +dependencies = [
    305 + "atty",
    306 + "humantime",
    307 + "log 0.4.14",
    308 + "regex",
    309 + "termcolor",
    310 +]
    311 +
    312 +[[package]]
    313 +name = "fnv"
    314 +version = "1.0.7"
    315 +source = "registry+https://github.com/rust-lang/crates.io-index"
    316 +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    317 +
    318 +[[package]]
    319 +name = "foreign-types"
    320 +version = "0.3.2"
    321 +source = "registry+https://github.com/rust-lang/crates.io-index"
    322 +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
    323 +dependencies = [
    324 + "foreign-types-shared",
    325 +]
    326 +
    327 +[[package]]
    328 +name = "foreign-types-shared"
    329 +version = "0.1.1"
    330 +source = "registry+https://github.com/rust-lang/crates.io-index"
    331 +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
    332 +
    333 +[[package]]
    334 +name = "form_urlencoded"
    335 +version = "1.0.1"
    336 +source = "registry+https://github.com/rust-lang/crates.io-index"
    337 +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
    338 +dependencies = [
    339 + "matches",
    340 + "percent-encoding 2.1.0",
    341 +]
    342 +
    343 +[[package]]
    344 +name = "fuchsia-zircon"
    345 +version = "0.3.3"
    346 +source = "registry+https://github.com/rust-lang/crates.io-index"
    347 +checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
    348 +dependencies = [
    349 + "bitflags",
    350 + "fuchsia-zircon-sys",
    351 +]
    352 +
    353 +[[package]]
    354 +name = "fuchsia-zircon-sys"
    355 +version = "0.3.3"
    356 +source = "registry+https://github.com/rust-lang/crates.io-index"
    357 +checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
    358 +
    359 +[[package]]
    360 +name = "futures-channel"
    361 +version = "0.3.17"
    362 +source = "registry+https://github.com/rust-lang/crates.io-index"
    363 +checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
    364 +dependencies = [
    365 + "futures-core",
    366 +]
    367 +
    368 +[[package]]
    369 +name = "futures-core"
    370 +version = "0.3.17"
    371 +source = "registry+https://github.com/rust-lang/crates.io-index"
    372 +checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
    373 +
    374 +[[package]]
    375 +name = "futures-executor"
    376 +version = "0.3.17"
    377 +source = "registry+https://github.com/rust-lang/crates.io-index"
    378 +checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
    379 +dependencies = [
    380 + "futures-core",
    381 + "futures-task",
    382 + "futures-util",
    383 +]
    384 +
    385 +[[package]]
    386 +name = "futures-io"
    387 +version = "0.3.17"
    388 +source = "registry+https://github.com/rust-lang/crates.io-index"
    389 +checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
    390 +
    391 +[[package]]
    392 +name = "futures-macro"
    393 +version = "0.3.17"
    394 +source = "registry+https://github.com/rust-lang/crates.io-index"
    395 +checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
    396 +dependencies = [
    397 + "autocfg",
    398 + "proc-macro-hack",
    399 + "proc-macro2 1.0.29",
    400 + "quote 1.0.9",
    401 + "syn 1.0.77",
    402 +]
    403 +
    404 +[[package]]
    405 +name = "futures-sink"
    406 +version = "0.3.17"
    407 +source = "registry+https://github.com/rust-lang/crates.io-index"
    408 +checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
    409 +
    410 +[[package]]
    411 +name = "futures-task"
    412 +version = "0.3.17"
    413 +source = "registry+https://github.com/rust-lang/crates.io-index"
    414 +checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
    415 +
    416 +[[package]]
    417 +name = "futures-util"
    418 +version = "0.3.17"
    419 +source = "registry+https://github.com/rust-lang/crates.io-index"
    420 +checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
    421 +dependencies = [
    422 + "autocfg",
    423 + "futures-core",
    424 + "futures-macro",
    425 + "futures-task",
    426 + "pin-project-lite 0.2.7",
    427 + "pin-utils",
    428 + "proc-macro-hack",
    429 + "proc-macro-nested",
    430 + "slab",
    431 +]
    432 +
    433 +[[package]]
    434 +name = "garta"
    435 +version = "0.2.0-dev"
    436 +dependencies = [
    437 + "assert",
    438 + "cairo-rs",
    439 + "chrono",
    440 + "dirs",
    441 + "env_logger",
    442 + "gdk",
    443 + "gdk-pixbuf",
    444 + "gdk-sys",
    445 + "gio",
    446 + "glib",
    447 + "gtk",
    448 + "hyper 0.10.16",
    449 + "hyper-rustls",
    450 + "image",
    451 + "lazy_static",
    452 + "log 0.4.14",
    453 + "num_cpus",
    454 + "pango",
    455 + "pangocairo",
    456 + "rand 0.7.3",
    457 + "regex",
    458 + "reqwest",
    459 + "serde",
    460 + "serde_derive",
    461 + "serde_json",
    462 + "xml-rs",
    463 +]
    464 +
    465 +[[package]]
    466 +name = "gdk"
    467 +version = "0.12.1"
    468 +source = "registry+https://github.com/rust-lang/crates.io-index"
    469 +checksum = "fbe5e8772fc0865c52460cdd7a59d7d47700f44d9809d1dd00eecceb769a7589"
    470 +dependencies = [
    471 + "bitflags",
    472 + "cairo-rs",
    473 + "cairo-sys-rs",
    474 + "gdk-pixbuf",
    475 + "gdk-sys",
    476 + "gio",
    477 + "gio-sys",
    478 + "glib",
    479 + "glib-sys",
    480 + "gobject-sys",
    481 + "libc",
    482 + "pango",
    483 +]
    484 +
    485 +[[package]]
    486 +name = "gdk-pixbuf"
    487 +version = "0.8.0"
    488 +source = "registry+https://github.com/rust-lang/crates.io-index"
    489 +checksum = "e248220c46b329b097d4b158d2717f8c688f16dd76d0399ace82b3e98062bdd7"
    490 +dependencies = [
    491 + "gdk-pixbuf-sys",
    492 + "gio",
    493 + "gio-sys",
    494 + "glib",
    495 + "glib-sys",
    496 + "gobject-sys",
    497 + "libc",
    498 +]
    499 +
    500 +[[package]]
    501 +name = "gdk-pixbuf-sys"
    502 +version = "0.9.1"
    503 +source = "registry+https://github.com/rust-lang/crates.io-index"
    504 +checksum = "d8991b060a9e9161bafd09bf4a202e6fd404f5b4dd1a08d53a1e84256fb34ab0"
    505 +dependencies = [
    506 + "gio-sys",
    507 + "glib-sys",
    508 + "gobject-sys",
    509 + "libc",
    510 + "pkg-config",
    511 +]
    512 +
    513 +[[package]]
    514 +name = "gdk-sys"
    515 +version = "0.9.1"
    516 +source = "registry+https://github.com/rust-lang/crates.io-index"
    517 +checksum = "6adf679e91d1bff0c06860287f80403e7db54c2d2424dce0a470023b56c88fbb"
    518 +dependencies = [
    519 + "cairo-sys-rs",
    520 + "gdk-pixbuf-sys",
    521 + "gio-sys",
    522 + "glib-sys",
    523 + "gobject-sys",
    524 + "libc",
    525 + "pango-sys",
    526 + "pkg-config",
    527 +]
    528 +
    529 +[[package]]
    530 +name = "getrandom"
    531 +version = "0.1.16"
    532 +source = "registry+https://github.com/rust-lang/crates.io-index"
    533 +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
    534 +dependencies = [
    535 + "cfg-if 1.0.0",
    536 + "libc",
    537 + "wasi 0.9.0+wasi-snapshot-preview1",
    538 +]
    539 +
    540 +[[package]]
    541 +name = "getrandom"
    542 +version = "0.2.3"
    543 +source = "registry+https://github.com/rust-lang/crates.io-index"
    544 +checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
    545 +dependencies = [
    546 + "cfg-if 1.0.0",
    547 + "libc",
    548 + "wasi 0.10.2+wasi-snapshot-preview1",
    549 +]
    550 +
    551 +[[package]]
    552 +name = "gif"
    553 +version = "0.10.3"
    554 +source = "registry+https://github.com/rust-lang/crates.io-index"
    555 +checksum = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af"
    556 +dependencies = [
    557 + "color_quant",
    558 + "lzw",
    559 +]
    560 +
    561 +[[package]]
    562 +name = "gio"
    563 +version = "0.8.1"
    564 +source = "registry+https://github.com/rust-lang/crates.io-index"
    565 +checksum = "0cd10f9415cce39b53f8024bf39a21f84f8157afa52da53837b102e585a296a5"
    566 +dependencies = [
    567 + "bitflags",
    568 + "futures-channel",
    569 + "futures-core",
    570 + "futures-io",
    571 + "futures-util",
    572 + "gio-sys",
    573 + "glib",
    574 + "glib-sys",
    575 + "gobject-sys",
    576 + "lazy_static",
    577 + "libc",
    578 +]
    579 +
    580 +[[package]]
    581 +name = "gio-sys"
    582 +version = "0.9.1"
    583 +source = "registry+https://github.com/rust-lang/crates.io-index"
    584 +checksum = "4fad225242b9eae7ec8a063bb86974aca56885014672375e5775dc0ea3533911"
    585 +dependencies = [
    586 + "glib-sys",
    587 + "gobject-sys",
    588 + "libc",
    589 + "pkg-config",
    590 +]
    591 +
    592 +[[package]]
    593 +name = "glib"
    594 +version = "0.9.3"
    595 +source = "registry+https://github.com/rust-lang/crates.io-index"
    596 +checksum = "40fb573a09841b6386ddf15fd4bc6655b4f5b106ca962f57ecaecde32a0061c0"
    597 +dependencies = [
    598 + "bitflags",
    599 + "futures-channel",
    600 + "futures-core",
    601 + "futures-executor",
    602 + "futures-task",
    603 + "futures-util",
    604 + "glib-sys",
    605 + "gobject-sys",
    606 + "lazy_static",
    607 + "libc",
    608 +]
    609 +
    610 +[[package]]
    611 +name = "glib-sys"
    612 +version = "0.9.1"
    613 +source = "registry+https://github.com/rust-lang/crates.io-index"
    614 +checksum = "95856f3802f446c05feffa5e24859fe6a183a7cb849c8449afc35c86b1e316e2"
    615 +dependencies = [
    616 + "libc",
    617 + "pkg-config",
    618 +]
    619 +
    620 +[[package]]
    621 +name = "gobject-sys"
    622 +version = "0.9.1"
    623 +source = "registry+https://github.com/rust-lang/crates.io-index"
    624 +checksum = "31d1a804f62034eccf370006ccaef3708a71c31d561fee88564abe71177553d9"
    625 +dependencies = [
    626 + "glib-sys",
    627 + "libc",
    628 + "pkg-config",
    629 +]
    630 +
    631 +[[package]]
    632 +name = "gtk"
    633 +version = "0.8.1"
    634 +source = "registry+https://github.com/rust-lang/crates.io-index"
    635 +checksum = "87e1e8d70290239c668594002d1b174fcc7d7ef5d26670ee141490ede8facf8f"
    636 +dependencies = [
    637 + "atk",
    638 + "bitflags",
    639 + "cairo-rs",
    640 + "cairo-sys-rs",
    641 + "cc",
    642 + "gdk",
    643 + "gdk-pixbuf",
    644 + "gdk-pixbuf-sys",
    645 + "gdk-sys",
    646 + "gio",
    647 + "gio-sys",
    648 + "glib",
    649 + "glib-sys",
    650 + "gobject-sys",
    651 + "gtk-sys",
    652 + "lazy_static",
    653 + "libc",
    654 + "pango",
    655 + "pango-sys",
    656 +]
    657 +
    658 +[[package]]
    659 +name = "gtk-sys"
    660 +version = "0.9.2"
    661 +source = "registry+https://github.com/rust-lang/crates.io-index"
    662 +checksum = "53def660c7b48b00b510c81ef2d2fbd3c570f1527081d8d7947f471513e1a4c1"
    663 +dependencies = [
    664 + "atk-sys",
    665 + "cairo-sys-rs",
    666 + "gdk-pixbuf-sys",
    667 + "gdk-sys",
    668 + "gio-sys",
    669 + "glib-sys",
    670 + "gobject-sys",
    671 + "libc",
    672 + "pango-sys",
    673 + "pkg-config",
    674 +]
    675 +
    676 +[[package]]
    677 +name = "h2"
    678 +version = "0.2.7"
    679 +source = "registry+https://github.com/rust-lang/crates.io-index"
    680 +checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
    681 +dependencies = [
    682 + "bytes 0.5.6",
    683 + "fnv",
    684 + "futures-core",
    685 + "futures-sink",
    686 + "futures-util",
    687 + "http",
    688 + "indexmap",
    689 + "slab",
    690 + "tokio",
    691 + "tokio-util",
    692 + "tracing",
    693 + "tracing-futures",
    694 +]
    695 +
    696 +[[package]]
    697 +name = "hashbrown"
    698 +version = "0.11.2"
    699 +source = "registry+https://github.com/rust-lang/crates.io-index"
    700 +checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
    701 +
    702 +[[package]]
    703 +name = "hermit-abi"
    704 +version = "0.1.19"
    705 +source = "registry+https://github.com/rust-lang/crates.io-index"
    706 +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
    707 +dependencies = [
    708 + "libc",
    709 +]
    710 +
    711 +[[package]]
    712 +name = "http"
    713 +version = "0.2.5"
    714 +source = "registry+https://github.com/rust-lang/crates.io-index"
    715 +checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
    716 +dependencies = [
    717 + "bytes 1.1.0",
    718 + "fnv",
    719 + "itoa",
    720 +]
    721 +
    722 +[[package]]
    723 +name = "http-body"
    724 +version = "0.3.1"
    725 +source = "registry+https://github.com/rust-lang/crates.io-index"
    726 +checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
    727 +dependencies = [
    728 + "bytes 0.5.6",
    729 + "http",
    730 +]
    731 +
    732 +[[package]]
    733 +name = "httparse"
    734 +version = "1.5.1"
    735 +source = "registry+https://github.com/rust-lang/crates.io-index"
    736 +checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
    737 +
    738 +[[package]]
    739 +name = "httpdate"
    740 +version = "0.3.2"
    741 +source = "registry+https://github.com/rust-lang/crates.io-index"
    742 +checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
    743 +
    744 +[[package]]
    745 +name = "humantime"
    746 +version = "1.3.0"
    747 +source = "registry+https://github.com/rust-lang/crates.io-index"
    748 +checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
    749 +dependencies = [
    750 + "quick-error",
    751 +]
    752 +
    753 +[[package]]
    754 +name = "hyper"
    755 +version = "0.10.16"
    756 +source = "registry+https://github.com/rust-lang/crates.io-index"
    757 +checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
    758 +dependencies = [
    759 + "base64 0.9.3",
    760 + "httparse",
    761 + "language-tags",
    762 + "log 0.3.9",
    763 + "mime 0.2.6",
    764 + "num_cpus",
    765 + "time",
    766 + "traitobject",
    767 + "typeable",
    768 + "unicase 1.4.2",
    769 + "url 1.7.2",
    770 +]
    771 +
    772 +[[package]]
    773 +name = "hyper"
    774 +version = "0.13.10"
    775 +source = "registry+https://github.com/rust-lang/crates.io-index"
    776 +checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
    777 +dependencies = [
    778 + "bytes 0.5.6",
    779 + "futures-channel",
    780 + "futures-core",
    781 + "futures-util",
    782 + "h2",
    783 + "http",
    784 + "http-body",
    785 + "httparse",
    786 + "httpdate",
    787 + "itoa",
    788 + "pin-project",
    789 + "socket2",
    790 + "tokio",
    791 + "tower-service",
    792 + "tracing",
    793 + "want",
    794 +]
    795 +
    796 +[[package]]
    797 +name = "hyper-rustls"
    798 +version = "0.6.2"
    799 +source = "registry+https://github.com/rust-lang/crates.io-index"
    800 +checksum = "71f7b2e5858ab9e19771dc361159f09ee5031734a6f7471fe0947db0238d92b7"
    801 +dependencies = [
    802 + "hyper 0.10.16",
    803 + "rustls",
    804 + "webpki",
    805 + "webpki-roots",
    806 +]
    807 +
    808 +[[package]]
    809 +name = "hyper-tls"
    810 +version = "0.4.3"
    811 +source = "registry+https://github.com/rust-lang/crates.io-index"
    812 +checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
    813 +dependencies = [
    814 + "bytes 0.5.6",
    815 + "hyper 0.13.10",
    816 + "native-tls",
    817 + "tokio",
    818 + "tokio-tls",
    819 +]
    820 +
    821 +[[package]]
    822 +name = "idna"
    823 +version = "0.1.5"
    824 +source = "registry+https://github.com/rust-lang/crates.io-index"
    825 +checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
    826 +dependencies = [
    827 + "matches",
    828 + "unicode-bidi",
    829 + "unicode-normalization",
    830 +]
    831 +
    832 +[[package]]
    833 +name = "idna"
    834 +version = "0.2.3"
    835 +source = "registry+https://github.com/rust-lang/crates.io-index"
    836 +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
    837 +dependencies = [
    838 + "matches",
    839 + "unicode-bidi",
    840 + "unicode-normalization",
    841 +]
    842 +
    843 +[[package]]
    844 +name = "image"
    845 +version = "0.22.5"
    846 +source = "registry+https://github.com/rust-lang/crates.io-index"
    847 +checksum = "08ed2ada878397b045454ac7cfb011d73132c59f31a955d230bd1f1c2e68eb4a"
    848 +dependencies = [
    849 + "byteorder",
    850 + "gif",
    851 + "jpeg-decoder",
    852 + "num-iter",
    853 + "num-rational",
    854 + "num-traits",
    855 + "png",
    856 + "scoped_threadpool",
    857 + "tiff",
    858 +]
    859 +
    860 +[[package]]
    861 +name = "indexmap"
    862 +version = "1.7.0"
    863 +source = "registry+https://github.com/rust-lang/crates.io-index"
    864 +checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
    865 +dependencies = [
    866 + "autocfg",
    867 + "hashbrown",
    868 +]
    869 +
    870 +[[package]]
    871 +name = "inflate"
    872 +version = "0.4.5"
    873 +source = "registry+https://github.com/rust-lang/crates.io-index"
    874 +checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
    875 +dependencies = [
    876 + "adler32",
    877 +]
    878 +
    879 +[[package]]
    880 +name = "iovec"
    881 +version = "0.1.4"
    882 +source = "registry+https://github.com/rust-lang/crates.io-index"
    883 +checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
    884 +dependencies = [
    885 + "libc",
    886 +]
    887 +
    888 +[[package]]
    889 +name = "ipnet"
    890 +version = "2.3.1"
    891 +source = "registry+https://github.com/rust-lang/crates.io-index"
    892 +checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
    893 +
    894 +[[package]]
    895 +name = "itoa"
    896 +version = "0.4.8"
    897 +source = "registry+https://github.com/rust-lang/crates.io-index"
    898 +checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
    899 +
    900 +[[package]]
    901 +name = "jpeg-decoder"
    902 +version = "0.1.22"
    903 +source = "registry+https://github.com/rust-lang/crates.io-index"
    904 +checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
    905 +dependencies = [
    906 + "rayon",
    907 +]
    908 +
    909 +[[package]]
    910 +name = "js-sys"
    911 +version = "0.3.55"
    912 +source = "registry+https://github.com/rust-lang/crates.io-index"
    913 +checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
    914 +dependencies = [
    915 + "wasm-bindgen",
    916 +]
    917 +
    918 +[[package]]
    919 +name = "kernel32-sys"
    920 +version = "0.2.2"
    921 +source = "registry+https://github.com/rust-lang/crates.io-index"
    922 +checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
    923 +dependencies = [
    924 + "winapi 0.2.8",
    925 + "winapi-build",
    926 +]
    927 +
    928 +[[package]]
    929 +name = "language-tags"
    930 +version = "0.2.2"
    931 +source = "registry+https://github.com/rust-lang/crates.io-index"
    932 +checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
    933 +
    934 +[[package]]
    935 +name = "lazy_static"
    936 +version = "1.4.0"
    937 +source = "registry+https://github.com/rust-lang/crates.io-index"
    938 +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    939 +
    940 +[[package]]
    941 +name = "libc"
    942 +version = "0.2.103"
    943 +source = "registry+https://github.com/rust-lang/crates.io-index"
    944 +checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
    945 +
    946 +[[package]]
    947 +name = "log"
    948 +version = "0.3.9"
    949 +source = "registry+https://github.com/rust-lang/crates.io-index"
    950 +checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
    951 +dependencies = [
    952 + "log 0.4.14",
    953 +]
    954 +
    955 +[[package]]
    956 +name = "log"
    957 +version = "0.4.14"
    958 +source = "registry+https://github.com/rust-lang/crates.io-index"
    959 +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
    960 +dependencies = [
    961 + "cfg-if 1.0.0",
    962 +]
    963 +
    964 +[[package]]
    965 +name = "lzw"
    966 +version = "0.10.0"
    967 +source = "registry+https://github.com/rust-lang/crates.io-index"
    968 +checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
    969 +
    970 +[[package]]
    971 +name = "matches"
    972 +version = "0.1.9"
    973 +source = "registry+https://github.com/rust-lang/crates.io-index"
    974 +checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
    975 +
    976 +[[package]]
    977 +name = "memchr"
    978 +version = "2.4.1"
    979 +source = "registry+https://github.com/rust-lang/crates.io-index"
    980 +checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
    981 +
    982 +[[package]]
    983 +name = "memoffset"
    984 +version = "0.6.4"
    985 +source = "registry+https://github.com/rust-lang/crates.io-index"
    986 +checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
    987 +dependencies = [
    988 + "autocfg",
    989 +]
    990 +
    991 +[[package]]
    992 +name = "mime"
    993 +version = "0.2.6"
    994 +source = "registry+https://github.com/rust-lang/crates.io-index"
    995 +checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
    996 +dependencies = [
    997 + "log 0.3.9",
    998 +]
    999 +
   1000 +[[package]]
   1001 +name = "mime"
   1002 +version = "0.3.16"
   1003 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1004 +checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
   1005 +
   1006 +[[package]]
   1007 +name = "mime_guess"
   1008 +version = "2.0.3"
   1009 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1010 +checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
   1011 +dependencies = [
   1012 + "mime 0.3.16",
   1013 + "unicase 2.6.0",
   1014 +]
   1015 +
   1016 +[[package]]
   1017 +name = "mio"
   1018 +version = "0.6.23"
   1019 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1020 +checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
   1021 +dependencies = [
   1022 + "cfg-if 0.1.10",
   1023 + "fuchsia-zircon",
   1024 + "fuchsia-zircon-sys",
   1025 + "iovec",
   1026 + "kernel32-sys",
   1027 + "libc",
   1028 + "log 0.4.14",
   1029 + "miow",
   1030 + "net2",
   1031 + "slab",
   1032 + "winapi 0.2.8",
   1033 +]
   1034 +
   1035 +[[package]]
   1036 +name = "miow"
   1037 +version = "0.2.2"
   1038 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1039 +checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
   1040 +dependencies = [
   1041 + "kernel32-sys",
   1042 + "net2",
   1043 + "winapi 0.2.8",
   1044 + "ws2_32-sys",
   1045 +]
   1046 +
   1047 +[[package]]
   1048 +name = "native-tls"
   1049 +version = "0.2.8"
   1050 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1051 +checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
   1052 +dependencies = [
   1053 + "lazy_static",
   1054 + "libc",
   1055 + "log 0.4.14",
   1056 + "openssl",
   1057 + "openssl-probe",
   1058 + "openssl-sys",
   1059 + "schannel",
   1060 + "security-framework",
   1061 + "security-framework-sys",
   1062 + "tempfile",
   1063 +]
   1064 +
   1065 +[[package]]
   1066 +name = "net2"
   1067 +version = "0.2.37"
   1068 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1069 +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
   1070 +dependencies = [
   1071 + "cfg-if 0.1.10",
   1072 + "libc",
   1073 + "winapi 0.3.9",
   1074 +]
   1075 +
   1076 +[[package]]
   1077 +name = "num-derive"
   1078 +version = "0.2.5"
   1079 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1080 +checksum = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
   1081 +dependencies = [
   1082 + "proc-macro2 0.4.30",
   1083 + "quote 0.6.13",
   1084 + "syn 0.15.44",
   1085 +]
   1086 +
   1087 +[[package]]
   1088 +name = "num-integer"
   1089 +version = "0.1.44"
   1090 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1091 +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
   1092 +dependencies = [
   1093 + "autocfg",
   1094 + "num-traits",
   1095 +]
   1096 +
   1097 +[[package]]
   1098 +name = "num-iter"
   1099 +version = "0.1.42"
   1100 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1101 +checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
   1102 +dependencies = [
   1103 + "autocfg",
   1104 + "num-integer",
   1105 + "num-traits",
   1106 +]
   1107 +
   1108 +[[package]]
   1109 +name = "num-rational"
   1110 +version = "0.2.4"
   1111 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1112 +checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
   1113 +dependencies = [
   1114 + "autocfg",
   1115 + "num-integer",
   1116 + "num-traits",
   1117 +]
   1118 +
   1119 +[[package]]
   1120 +name = "num-traits"
   1121 +version = "0.2.14"
   1122 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1123 +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
   1124 +dependencies = [
   1125 + "autocfg",
   1126 +]
   1127 +
   1128 +[[package]]
   1129 +name = "num_cpus"
   1130 +version = "1.13.0"
   1131 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1132 +checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
   1133 +dependencies = [
   1134 + "hermit-abi",
   1135 + "libc",
   1136 +]
   1137 +
   1138 +[[package]]
   1139 +name = "once_cell"
   1140 +version = "1.8.0"
   1141 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1142 +checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
   1143 +
   1144 +[[package]]
   1145 +name = "openssl"
   1146 +version = "0.10.36"
   1147 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1148 +checksum = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a"
   1149 +dependencies = [
   1150 + "bitflags",
   1151 + "cfg-if 1.0.0",
   1152 + "foreign-types",
   1153 + "libc",
   1154 + "once_cell",
   1155 + "openssl-sys",
   1156 +]
   1157 +
   1158 +[[package]]
   1159 +name = "openssl-probe"
   1160 +version = "0.1.4"
   1161 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1162 +checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
   1163 +
   1164 +[[package]]
   1165 +name = "openssl-sys"
   1166 +version = "0.9.67"
   1167 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1168 +checksum = "69df2d8dfc6ce3aaf44b40dec6f487d5a886516cf6879c49e98e0710f310a058"
   1169 +dependencies = [
   1170 + "autocfg",
   1171 + "cc",
   1172 + "libc",
   1173 + "pkg-config",
   1174 + "vcpkg",
   1175 +]
   1176 +
   1177 +[[package]]
   1178 +name = "pango"
   1179 +version = "0.8.0"
   1180 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1181 +checksum = "1e9c6b728f1be8edb5f9f981420b651d5ea30bdb9de89f1f1262d0084a020577"
   1182 +dependencies = [
   1183 + "bitflags",
   1184 + "glib",
   1185 + "glib-sys",
   1186 + "gobject-sys",
   1187 + "lazy_static",
   1188 + "libc",
   1189 + "pango-sys",
   1190 +]
   1191 +
   1192 +[[package]]
   1193 +name = "pango-sys"
   1194 +version = "0.9.1"
   1195 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1196 +checksum = "86b93d84907b3cf0819bff8f13598ba72843bee579d5ebc2502e4b0367b4be7d"
   1197 +dependencies = [
   1198 + "glib-sys",
   1199 + "gobject-sys",
   1200 + "libc",
   1201 + "pkg-config",
   1202 +]
   1203 +
   1204 +[[package]]
   1205 +name = "pangocairo"
   1206 +version = "0.9.0"
   1207 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1208 +checksum = "bdd1077c0db2e5eb9225cc040514aa856cb6a4c4890c542cf50d37880e1c572d"
   1209 +dependencies = [
   1210 + "bitflags",
   1211 + "cairo-rs",
   1212 + "cairo-sys-rs",
   1213 + "glib",
   1214 + "glib-sys",
   1215 + "gobject-sys",
   1216 + "libc",
   1217 + "pango",
   1218 + "pango-sys",
   1219 + "pangocairo-sys",
   1220 +]
   1221 +
   1222 +[[package]]
   1223 +name = "pangocairo-sys"
   1224 +version = "0.10.1"
   1225 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1226 +checksum = "a3921b31ab776b23e28c8f6e474dda52fdc28bc2689101caeb362ba976719efe"
   1227 +dependencies = [
   1228 + "cairo-sys-rs",
   1229 + "glib-sys",
   1230 + "libc",
   1231 + "pango-sys",
   1232 + "pkg-config",
   1233 +]
   1234 +
   1235 +[[package]]
   1236 +name = "percent-encoding"
   1237 +version = "1.0.1"
   1238 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1239 +checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
   1240 +
   1241 +[[package]]
   1242 +name = "percent-encoding"
   1243 +version = "2.1.0"
   1244 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1245 +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
   1246 +
   1247 +[[package]]
   1248 +name = "pin-project"
   1249 +version = "1.0.8"
   1250 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1251 +checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
   1252 +dependencies = [
   1253 + "pin-project-internal",
   1254 +]
   1255 +
   1256 +[[package]]
   1257 +name = "pin-project-internal"
   1258 +version = "1.0.8"
   1259 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1260 +checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
   1261 +dependencies = [
   1262 + "proc-macro2 1.0.29",
   1263 + "quote 1.0.9",
   1264 + "syn 1.0.77",
   1265 +]
   1266 +
   1267 +[[package]]
   1268 +name = "pin-project-lite"
   1269 +version = "0.1.12"
   1270 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1271 +checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
   1272 +
   1273 +[[package]]
   1274 +name = "pin-project-lite"
   1275 +version = "0.2.7"
   1276 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1277 +checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
   1278 +
   1279 +[[package]]
   1280 +name = "pin-utils"
   1281 +version = "0.1.0"
   1282 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1283 +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
   1284 +
   1285 +[[package]]
   1286 +name = "pkg-config"
   1287 +version = "0.3.20"
   1288 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1289 +checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb"
   1290 +
   1291 +[[package]]
   1292 +name = "png"
   1293 +version = "0.15.3"
   1294 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1295 +checksum = "ef859a23054bbfee7811284275ae522f0434a3c8e7f4b74bd4a35ae7e1c4a283"
   1296 +dependencies = [
   1297 + "bitflags",
   1298 + "crc32fast",
   1299 + "deflate",
   1300 + "inflate",
   1301 +]
   1302 +
   1303 +[[package]]
   1304 +name = "ppv-lite86"
   1305 +version = "0.2.10"
   1306 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1307 +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
   1308 +
   1309 +[[package]]
   1310 +name = "proc-macro-hack"
   1311 +version = "0.5.19"
   1312 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1313 +checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
   1314 +
   1315 +[[package]]
   1316 +name = "proc-macro-nested"
   1317 +version = "0.1.7"
   1318 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1319 +checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
   1320 +
   1321 +[[package]]
   1322 +name = "proc-macro2"
   1323 +version = "0.4.30"
   1324 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1325 +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
   1326 +dependencies = [
   1327 + "unicode-xid 0.1.0",
   1328 +]
   1329 +
   1330 +[[package]]
   1331 +name = "proc-macro2"
   1332 +version = "1.0.29"
   1333 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1334 +checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
   1335 +dependencies = [
   1336 + "unicode-xid 0.2.2",
   1337 +]
   1338 +
   1339 +[[package]]
   1340 +name = "quick-error"
   1341 +version = "1.2.3"
   1342 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1343 +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
   1344 +
   1345 +[[package]]
   1346 +name = "quote"
   1347 +version = "0.6.13"
   1348 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1349 +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
   1350 +dependencies = [
   1351 + "proc-macro2 0.4.30",
   1352 +]
   1353 +
   1354 +[[package]]
   1355 +name = "quote"
   1356 +version = "1.0.9"
   1357 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1358 +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
   1359 +dependencies = [
   1360 + "proc-macro2 1.0.29",
   1361 +]
   1362 +
   1363 +[[package]]
   1364 +name = "rand"
   1365 +version = "0.7.3"
   1366 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1367 +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
   1368 +dependencies = [
   1369 + "getrandom 0.1.16",
   1370 + "libc",
   1371 + "rand_chacha 0.2.2",
   1372 + "rand_core 0.5.1",
   1373 + "rand_hc 0.2.0",
   1374 +]
   1375 +
   1376 +[[package]]
   1377 +name = "rand"
   1378 +version = "0.8.4"
   1379 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1380 +checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
   1381 +dependencies = [
   1382 + "libc",
   1383 + "rand_chacha 0.3.1",
   1384 + "rand_core 0.6.3",
   1385 + "rand_hc 0.3.1",
   1386 +]
   1387 +
   1388 +[[package]]
   1389 +name = "rand_chacha"
   1390 +version = "0.2.2"
   1391 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1392 +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
   1393 +dependencies = [
   1394 + "ppv-lite86",
   1395 + "rand_core 0.5.1",
   1396 +]
   1397 +
   1398 +[[package]]
   1399 +name = "rand_chacha"
   1400 +version = "0.3.1"
   1401 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1402 +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
   1403 +dependencies = [
   1404 + "ppv-lite86",
   1405 + "rand_core 0.6.3",
   1406 +]
   1407 +
   1408 +[[package]]
   1409 +name = "rand_core"
   1410 +version = "0.5.1"
   1411 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1412 +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
   1413 +dependencies = [
   1414 + "getrandom 0.1.16",
   1415 +]
   1416 +
   1417 +[[package]]
   1418 +name = "rand_core"
   1419 +version = "0.6.3"
   1420 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1421 +checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
   1422 +dependencies = [
   1423 + "getrandom 0.2.3",
   1424 +]
   1425 +
   1426 +[[package]]
   1427 +name = "rand_hc"
   1428 +version = "0.2.0"
   1429 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1430 +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
   1431 +dependencies = [
   1432 + "rand_core 0.5.1",
   1433 +]
   1434 +
   1435 +[[package]]
   1436 +name = "rand_hc"
   1437 +version = "0.3.1"
   1438 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1439 +checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
   1440 +dependencies = [
   1441 + "rand_core 0.6.3",
   1442 +]
   1443 +
   1444 +[[package]]
   1445 +name = "rayon"
   1446 +version = "1.5.1"
   1447 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1448 +checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
   1449 +dependencies = [
   1450 + "autocfg",
   1451 + "crossbeam-deque",
   1452 + "either",
   1453 + "rayon-core",
   1454 +]
   1455 +
   1456 +[[package]]
   1457 +name = "rayon-core"
   1458 +version = "1.9.1"
   1459 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1460 +checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
   1461 +dependencies = [
   1462 + "crossbeam-channel",
   1463 + "crossbeam-deque",
   1464 + "crossbeam-utils",
   1465 + "lazy_static",
   1466 + "num_cpus",
   1467 +]
   1468 +
   1469 +[[package]]
   1470 +name = "redox_syscall"
   1471 +version = "0.2.10"
   1472 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1473 +checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
   1474 +dependencies = [
   1475 + "bitflags",
   1476 +]
   1477 +
   1478 +[[package]]
   1479 +name = "redox_users"
   1480 +version = "0.4.0"
   1481 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1482 +checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
   1483 +dependencies = [
   1484 + "getrandom 0.2.3",
   1485 + "redox_syscall",
   1486 +]
   1487 +
   1488 +[[package]]
   1489 +name = "regex"
   1490 +version = "1.5.4"
   1491 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1492 +checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
   1493 +dependencies = [
   1494 + "aho-corasick",
   1495 + "memchr",
   1496 + "regex-syntax",
   1497 +]
   1498 +
   1499 +[[package]]
   1500 +name = "regex-syntax"
   1501 +version = "0.6.25"
   1502 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1503 +checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
   1504 +
   1505 +[[package]]
   1506 +name = "remove_dir_all"
   1507 +version = "0.5.3"
   1508 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1509 +checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
   1510 +dependencies = [
   1511 + "winapi 0.3.9",
   1512 +]
   1513 +
   1514 +[[package]]
   1515 +name = "reqwest"
   1516 +version = "0.10.10"
   1517 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1518 +checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
   1519 +dependencies = [
   1520 + "base64 0.13.0",
   1521 + "bytes 0.5.6",
   1522 + "encoding_rs",
   1523 + "futures-core",
   1524 + "futures-util",
   1525 + "http",
   1526 + "http-body",
   1527 + "hyper 0.13.10",
   1528 + "hyper-tls",
   1529 + "ipnet",
   1530 + "js-sys",
   1531 + "lazy_static",
   1532 + "log 0.4.14",
   1533 + "mime 0.3.16",
   1534 + "mime_guess",
   1535 + "native-tls",
   1536 + "percent-encoding 2.1.0",
   1537 + "pin-project-lite 0.2.7",
   1538 + "serde",
   1539 + "serde_urlencoded",
   1540 + "tokio",
   1541 + "tokio-tls",
   1542 + "url 2.2.2",
   1543 + "wasm-bindgen",
   1544 + "wasm-bindgen-futures",
   1545 + "web-sys",
   1546 + "winreg",
   1547 +]
   1548 +
   1549 +[[package]]
   1550 +name = "ring"
   1551 +version = "0.13.5"
   1552 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1553 +checksum = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a"
   1554 +dependencies = [
   1555 + "cc",
   1556 + "lazy_static",
   1557 + "libc",
   1558 + "untrusted",
   1559 +]
   1560 +
   1561 +[[package]]
   1562 +name = "rustls"
   1563 +version = "0.13.1"
   1564 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1565 +checksum = "942b71057b31981152970d57399c25f72e27a6ee0d207a669d8304cabf44705b"
   1566 +dependencies = [
   1567 + "base64 0.9.3",
   1568 + "log 0.4.14",
   1569 + "ring",
   1570 + "sct",
   1571 + "untrusted",
   1572 + "webpki",
   1573 +]
   1574 +
   1575 +[[package]]
   1576 +name = "ryu"
   1577 +version = "1.0.5"
   1578 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1579 +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
   1580 +
   1581 +[[package]]
   1582 +name = "safemem"
   1583 +version = "0.3.3"
   1584 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1585 +checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
   1586 +
   1587 +[[package]]
   1588 +name = "schannel"
   1589 +version = "0.1.19"
   1590 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1591 +checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
   1592 +dependencies = [
   1593 + "lazy_static",
   1594 + "winapi 0.3.9",
   1595 +]
   1596 +
   1597 +[[package]]
   1598 +name = "scoped_threadpool"
   1599 +version = "0.1.9"
   1600 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1601 +checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
   1602 +
   1603 +[[package]]
   1604 +name = "scopeguard"
   1605 +version = "1.1.0"
   1606 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1607 +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
   1608 +
   1609 +[[package]]
   1610 +name = "sct"
   1611 +version = "0.4.0"
   1612 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1613 +checksum = "cb8f61f9e6eadd062a71c380043d28036304a4706b3c4dd001ff3387ed00745a"
   1614 +dependencies = [
   1615 + "ring",
   1616 + "untrusted",
   1617 +]
   1618 +
   1619 +[[package]]
   1620 +name = "security-framework"
   1621 +version = "2.4.2"
   1622 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1623 +checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
   1624 +dependencies = [
   1625 + "bitflags",
   1626 + "core-foundation",
   1627 + "core-foundation-sys",
   1628 + "libc",
   1629 + "security-framework-sys",
   1630 +]
   1631 +
   1632 +[[package]]
   1633 +name = "security-framework-sys"
   1634 +version = "2.4.2"
   1635 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1636 +checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
   1637 +dependencies = [
   1638 + "core-foundation-sys",
   1639 + "libc",
   1640 +]
   1641 +
   1642 +[[package]]
   1643 +name = "serde"
   1644 +version = "1.0.130"
   1645 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1646 +checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
   1647 +
   1648 +[[package]]
   1649 +name = "serde_derive"
   1650 +version = "1.0.130"
   1651 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1652 +checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
   1653 +dependencies = [
   1654 + "proc-macro2 1.0.29",
   1655 + "quote 1.0.9",
   1656 + "syn 1.0.77",
   1657 +]
   1658 +
   1659 +[[package]]
   1660 +name = "serde_json"
   1661 +version = "1.0.68"
   1662 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1663 +checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
   1664 +dependencies = [
   1665 + "itoa",
   1666 + "ryu",
   1667 + "serde",
   1668 +]
   1669 +
   1670 +[[package]]
   1671 +name = "serde_urlencoded"
   1672 +version = "0.7.0"
   1673 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1674 +checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
   1675 +dependencies = [
   1676 + "form_urlencoded",
   1677 + "itoa",
   1678 + "ryu",
   1679 + "serde",
   1680 +]
   1681 +
   1682 +[[package]]
   1683 +name = "slab"
   1684 +version = "0.4.4"
   1685 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1686 +checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
   1687 +
   1688 +[[package]]
   1689 +name = "socket2"
   1690 +version = "0.3.19"
   1691 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1692 +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
   1693 +dependencies = [
   1694 + "cfg-if 1.0.0",
   1695 + "libc",
   1696 + "winapi 0.3.9",
   1697 +]
   1698 +
   1699 +[[package]]
   1700 +name = "syn"
   1701 +version = "0.15.44"
   1702 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1703 +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
   1704 +dependencies = [
   1705 + "proc-macro2 0.4.30",
   1706 + "quote 0.6.13",
   1707 + "unicode-xid 0.1.0",
   1708 +]
   1709 +
   1710 +[[package]]
   1711 +name = "syn"
   1712 +version = "1.0.77"
   1713 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1714 +checksum = "5239bc68e0fef57495900cfea4e8dc75596d9a319d7e16b1e0a440d24e6fe0a0"
   1715 +dependencies = [
   1716 + "proc-macro2 1.0.29",
   1717 + "quote 1.0.9",
   1718 + "unicode-xid 0.2.2",
   1719 +]
   1720 +
   1721 +[[package]]
   1722 +name = "tempfile"
   1723 +version = "3.2.0"
   1724 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1725 +checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
   1726 +dependencies = [
   1727 + "cfg-if 1.0.0",
   1728 + "libc",
   1729 + "rand 0.8.4",
   1730 + "redox_syscall",
   1731 + "remove_dir_all",
   1732 + "winapi 0.3.9",
   1733 +]
   1734 +
   1735 +[[package]]
   1736 +name = "termcolor"
   1737 +version = "1.1.2"
   1738 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1739 +checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
   1740 +dependencies = [
   1741 + "winapi-util",
   1742 +]
   1743 +
   1744 +[[package]]
   1745 +name = "tiff"
   1746 +version = "0.3.1"
   1747 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1748 +checksum = "d7b7c2cfc4742bd8a32f2e614339dd8ce30dbcf676bb262bd63a2327bc5df57d"
   1749 +dependencies = [
   1750 + "byteorder",
   1751 + "lzw",
   1752 + "num-derive",
   1753 + "num-traits",
   1754 +]
   1755 +
   1756 +[[package]]
   1757 +name = "time"
   1758 +version = "0.1.43"
   1759 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1760 +checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
   1761 +dependencies = [
   1762 + "libc",
   1763 + "winapi 0.3.9",
   1764 +]
   1765 +
   1766 +[[package]]
   1767 +name = "tinyvec"
   1768 +version = "1.5.0"
   1769 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1770 +checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
   1771 +dependencies = [
   1772 + "tinyvec_macros",
   1773 +]
   1774 +
   1775 +[[package]]
   1776 +name = "tinyvec_macros"
   1777 +version = "0.1.0"
   1778 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1779 +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
   1780 +
   1781 +[[package]]
   1782 +name = "tokio"
   1783 +version = "0.2.25"
   1784 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1785 +checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
   1786 +dependencies = [
   1787 + "bytes 0.5.6",
   1788 + "fnv",
   1789 + "futures-core",
   1790 + "iovec",
   1791 + "lazy_static",
   1792 + "memchr",
   1793 + "mio",
   1794 + "pin-project-lite 0.1.12",
   1795 + "slab",
   1796 +]
   1797 +
   1798 +[[package]]
   1799 +name = "tokio-tls"
   1800 +version = "0.3.1"
   1801 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1802 +checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
   1803 +dependencies = [
   1804 + "native-tls",
   1805 + "tokio",
   1806 +]
   1807 +
   1808 +[[package]]
   1809 +name = "tokio-util"
   1810 +version = "0.3.1"
   1811 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1812 +checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
   1813 +dependencies = [
   1814 + "bytes 0.5.6",
   1815 + "futures-core",
   1816 + "futures-sink",
   1817 + "log 0.4.14",
   1818 + "pin-project-lite 0.1.12",
   1819 + "tokio",
   1820 +]
   1821 +
   1822 +[[package]]
   1823 +name = "tower-service"
   1824 +version = "0.3.1"
   1825 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1826 +checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
   1827 +
   1828 +[[package]]
   1829 +name = "tracing"
   1830 +version = "0.1.28"
   1831 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1832 +checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8"
   1833 +dependencies = [
   1834 + "cfg-if 1.0.0",
   1835 + "log 0.4.14",
   1836 + "pin-project-lite 0.2.7",
   1837 + "tracing-core",
   1838 +]
   1839 +
   1840 +[[package]]
   1841 +name = "tracing-core"
   1842 +version = "0.1.20"
   1843 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1844 +checksum = "46125608c26121c81b0c6d693eab5a420e416da7e43c426d2e8f7df8da8a3acf"
   1845 +dependencies = [
   1846 + "lazy_static",
   1847 +]
   1848 +
   1849 +[[package]]
   1850 +name = "tracing-futures"
   1851 +version = "0.2.5"
   1852 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1853 +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
   1854 +dependencies = [
   1855 + "pin-project",
   1856 + "tracing",
   1857 +]
   1858 +
   1859 +[[package]]
   1860 +name = "traitobject"
   1861 +version = "0.1.0"
   1862 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1863 +checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
   1864 +
   1865 +[[package]]
   1866 +name = "try-lock"
   1867 +version = "0.2.3"
   1868 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1869 +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
   1870 +
   1871 +[[package]]
   1872 +name = "typeable"
   1873 +version = "0.1.2"
   1874 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1875 +checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
   1876 +
   1877 +[[package]]
   1878 +name = "unicase"
   1879 +version = "1.4.2"
   1880 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1881 +checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
   1882 +dependencies = [
   1883 + "version_check 0.1.5",
   1884 +]
   1885 +
   1886 +[[package]]
   1887 +name = "unicase"
   1888 +version = "2.6.0"
   1889 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1890 +checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
   1891 +dependencies = [
   1892 + "version_check 0.9.3",
   1893 +]
   1894 +
   1895 +[[package]]
   1896 +name = "unicode-bidi"
   1897 +version = "0.3.6"
   1898 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1899 +checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
   1900 +
   1901 +[[package]]
   1902 +name = "unicode-normalization"
   1903 +version = "0.1.19"
   1904 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1905 +checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
   1906 +dependencies = [
   1907 + "tinyvec",
   1908 +]
   1909 +
   1910 +[[package]]
   1911 +name = "unicode-xid"
   1912 +version = "0.1.0"
   1913 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1914 +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
   1915 +
   1916 +[[package]]
   1917 +name = "unicode-xid"
   1918 +version = "0.2.2"
   1919 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1920 +checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
   1921 +
   1922 +[[package]]
   1923 +name = "untrusted"
   1924 +version = "0.6.2"
   1925 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1926 +checksum = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
   1927 +
   1928 +[[package]]
   1929 +name = "url"
   1930 +version = "1.7.2"
   1931 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1932 +checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
   1933 +dependencies = [
   1934 + "idna 0.1.5",
   1935 + "matches",
   1936 + "percent-encoding 1.0.1",
   1937 +]
   1938 +
   1939 +[[package]]
   1940 +name = "url"
   1941 +version = "2.2.2"
   1942 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1943 +checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
   1944 +dependencies = [
   1945 + "form_urlencoded",
   1946 + "idna 0.2.3",
   1947 + "matches",
   1948 + "percent-encoding 2.1.0",
   1949 +]
   1950 +
   1951 +[[package]]
   1952 +name = "vcpkg"
   1953 +version = "0.2.15"
   1954 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1955 +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
   1956 +
   1957 +[[package]]
   1958 +name = "version_check"
   1959 +version = "0.1.5"
   1960 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1961 +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
   1962 +
   1963 +[[package]]
   1964 +name = "version_check"
   1965 +version = "0.9.3"
   1966 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1967 +checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
   1968 +
   1969 +[[package]]
   1970 +name = "want"
   1971 +version = "0.3.0"
   1972 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1973 +checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
   1974 +dependencies = [
   1975 + "log 0.4.14",
   1976 + "try-lock",
   1977 +]
   1978 +
   1979 +[[package]]
   1980 +name = "wasi"
   1981 +version = "0.9.0+wasi-snapshot-preview1"
   1982 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1983 +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
   1984 +
   1985 +[[package]]
   1986 +name = "wasi"
   1987 +version = "0.10.2+wasi-snapshot-preview1"
   1988 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1989 +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
   1990 +
   1991 +[[package]]
   1992 +name = "wasm-bindgen"
   1993 +version = "0.2.78"
   1994 +source = "registry+https://github.com/rust-lang/crates.io-index"
   1995 +checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
   1996 +dependencies = [
   1997 + "cfg-if 1.0.0",
   1998 + "serde",
   1999 + "serde_json",
   2000 + "wasm-bindgen-macro",
   2001 +]
   2002 +
   2003 +[[package]]
   2004 +name = "wasm-bindgen-backend"
   2005 +version = "0.2.78"
   2006 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2007 +checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
   2008 +dependencies = [
   2009 + "bumpalo",
   2010 + "lazy_static",
   2011 + "log 0.4.14",
   2012 + "proc-macro2 1.0.29",
   2013 + "quote 1.0.9",
   2014 + "syn 1.0.77",
   2015 + "wasm-bindgen-shared",
   2016 +]
   2017 +
   2018 +[[package]]
   2019 +name = "wasm-bindgen-futures"
   2020 +version = "0.4.28"
   2021 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2022 +checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
   2023 +dependencies = [
   2024 + "cfg-if 1.0.0",
   2025 + "js-sys",
   2026 + "wasm-bindgen",
   2027 + "web-sys",
   2028 +]
   2029 +
   2030 +[[package]]
   2031 +name = "wasm-bindgen-macro"
   2032 +version = "0.2.78"
   2033 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2034 +checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
   2035 +dependencies = [
   2036 + "quote 1.0.9",
   2037 + "wasm-bindgen-macro-support",
   2038 +]
   2039 +
   2040 +[[package]]
   2041 +name = "wasm-bindgen-macro-support"
   2042 +version = "0.2.78"
   2043 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2044 +checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
   2045 +dependencies = [
   2046 + "proc-macro2 1.0.29",
   2047 + "quote 1.0.9",
   2048 + "syn 1.0.77",
   2049 + "wasm-bindgen-backend",
   2050 + "wasm-bindgen-shared",
   2051 +]
   2052 +
   2053 +[[package]]
   2054 +name = "wasm-bindgen-shared"
   2055 +version = "0.2.78"
   2056 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2057 +checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
   2058 +
   2059 +[[package]]
   2060 +name = "web-sys"
   2061 +version = "0.3.55"
   2062 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2063 +checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
   2064 +dependencies = [
   2065 + "js-sys",
   2066 + "wasm-bindgen",
   2067 +]
   2068 +
   2069 +[[package]]
   2070 +name = "webpki"
   2071 +version = "0.18.1"
   2072 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2073 +checksum = "17d7967316d8411ca3b01821ee6c332bde138ba4363becdb492f12e514daa17f"
   2074 +dependencies = [
   2075 + "ring",
   2076 + "untrusted",
   2077 +]
   2078 +
   2079 +[[package]]
   2080 +name = "webpki-roots"
   2081 +version = "0.15.0"
   2082 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2083 +checksum = "85d1f408918fd590908a70d36b7ac388db2edc221470333e4d6e5b598e44cabf"
   2084 +dependencies = [
   2085 + "untrusted",
   2086 + "webpki",
   2087 +]
   2088 +
   2089 +[[package]]
   2090 +name = "winapi"
   2091 +version = "0.2.8"
   2092 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2093 +checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
   2094 +
   2095 +[[package]]
   2096 +name = "winapi"
   2097 +version = "0.3.9"
   2098 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2099 +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
   2100 +dependencies = [
   2101 + "winapi-i686-pc-windows-gnu",
   2102 + "winapi-x86_64-pc-windows-gnu",
   2103 +]
   2104 +
   2105 +[[package]]
   2106 +name = "winapi-build"
   2107 +version = "0.1.1"
   2108 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2109 +checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
   2110 +
   2111 +[[package]]
   2112 +name = "winapi-i686-pc-windows-gnu"
   2113 +version = "0.4.0"
   2114 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2115 +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
   2116 +
   2117 +[[package]]
   2118 +name = "winapi-util"
   2119 +version = "0.1.5"
   2120 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2121 +checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
   2122 +dependencies = [
   2123 + "winapi 0.3.9",
   2124 +]
   2125 +
   2126 +[[package]]
   2127 +name = "winapi-x86_64-pc-windows-gnu"
   2128 +version = "0.4.0"
   2129 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2130 +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
   2131 +
   2132 +[[package]]
   2133 +name = "winreg"
   2134 +version = "0.7.0"
   2135 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2136 +checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
   2137 +dependencies = [
   2138 + "winapi 0.3.9",
   2139 +]
   2140 +
   2141 +[[package]]
   2142 +name = "ws2_32-sys"
   2143 +version = "0.2.1"
   2144 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2145 +checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
   2146 +dependencies = [
   2147 + "winapi 0.2.8",
   2148 + "winapi-build",
   2149 +]
   2150 +
   2151 +[[package]]
   2152 +name = "xml-rs"
   2153 +version = "0.8.4"
   2154 +source = "registry+https://github.com/rust-lang/crates.io-index"
   2155 +checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"