| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
| |
| [[package]] |
| name = "base64" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.72" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cloudabi" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "cmake" |
| version = "0.1.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "curl" |
| version = "0.4.42" |
| dependencies = [ |
| "anyhow", |
| "curl-sys", |
| "libc", |
| "mio", |
| "mio-extras", |
| "openssl-probe", |
| "openssl-sys", |
| "schannel", |
| "socket2", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "curl-sys" |
| version = "0.4.52+curl-7.81.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14b8c2d1023ea5fded5b7b892e4b8e95f70038a421126a056761a84246a28971" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libnghttp2-sys", |
| "libz-sys", |
| "mesalink", |
| "openssl-sys", |
| "pkg-config", |
| "rustls-ffi", |
| "vcpkg", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "enum_to_u8_slice_derive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8479a225129affae259452fd418b67af025ac86f60663a893baa407bc9897f43" |
| dependencies = [ |
| "quote 0.3.15", |
| "syn 0.11.11", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
| dependencies = [ |
| "atty", |
| "humantime", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "fuchsia-zircon" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| dependencies = [ |
| "bitflags", |
| "fuchsia-zircon-sys", |
| ] |
| |
| [[package]] |
| name = "fuchsia-zircon-sys" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
| dependencies = [ |
| "quick-error", |
| ] |
| |
| [[package]] |
| name = "iovec" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "kernel32-sys" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
| dependencies = [ |
| "winapi 0.2.8", |
| "winapi-build", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "lazycell" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.112" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" |
| |
| [[package]] |
| name = "libnghttp2-sys" |
| version = "0.1.7+1.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" |
| dependencies = [ |
| "cc", |
| "cmake", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
| dependencies = [ |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| ] |
| |
| [[package]] |
| name = "maybe-uninit" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
| |
| [[package]] |
| name = "mesalink" |
| version = "1.1.0-cratesio" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05616fdd96cc48e233f660ce28e936950163b21f28bde25649acf55de411970a" |
| dependencies = [ |
| "base64 0.10.1", |
| "bitflags", |
| "enum_to_u8_slice_derive", |
| "env_logger", |
| "lazy_static", |
| "libc", |
| "parking_lot", |
| "ring", |
| "rustls 0.16.0", |
| "sct 0.6.1", |
| "untrusted", |
| "walkdir", |
| "webpki 0.21.4", |
| "webpki-roots", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.6.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" |
| dependencies = [ |
| "cfg-if 0.1.10", |
| "fuchsia-zircon", |
| "fuchsia-zircon-sys", |
| "iovec", |
| "kernel32-sys", |
| "libc", |
| "log", |
| "miow", |
| "net2", |
| "slab", |
| "winapi 0.2.8", |
| ] |
| |
| [[package]] |
| name = "mio-extras" |
| version = "2.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" |
| dependencies = [ |
| "lazycell", |
| "log", |
| "mio", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" |
| dependencies = [ |
| "kernel32-sys", |
| "net2", |
| "winapi 0.2.8", |
| "ws2_32-sys", |
| ] |
| |
| [[package]] |
| name = "net2" |
| version = "0.2.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" |
| dependencies = [ |
| "cfg-if 0.1.10", |
| "libc", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "num_enum" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad" |
| dependencies = [ |
| "num_enum_derive", |
| ] |
| |
| [[package]] |
| name = "num_enum_derive" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21" |
| dependencies = [ |
| "proc-macro-crate", |
| "proc-macro2", |
| "quote 1.0.14", |
| "syn 1.0.85", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" |
| |
| [[package]] |
| name = "openssl-src" |
| version = "111.17.0+1.1.1m" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05d6a336abd10814198f66e2a91ccd7336611f30334119ca8ce300536666fcf4" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "openssl-sys" |
| version = "0.9.72" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb" |
| dependencies = [ |
| "autocfg", |
| "cc", |
| "libc", |
| "openssl-src", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
| dependencies = [ |
| "cfg-if 0.1.10", |
| "cloudabi", |
| "libc", |
| "redox_syscall", |
| "rustc_version", |
| "smallvec", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe" |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83" |
| dependencies = [ |
| "thiserror", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" |
| dependencies = [ |
| "unicode-xid 0.2.2", |
| ] |
| |
| [[package]] |
| name = "quick-error" |
| version = "1.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| |
| [[package]] |
| name = "quote" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.1.57" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
| |
| [[package]] |
| name = "regex" |
| version = "1.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
| |
| [[package]] |
| name = "ring" |
| version = "0.16.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
| dependencies = [ |
| "cc", |
| "libc", |
| "once_cell", |
| "spin", |
| "untrusted", |
| "web-sys", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e" |
| dependencies = [ |
| "base64 0.10.1", |
| "log", |
| "ring", |
| "sct 0.6.1", |
| "webpki 0.21.4", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84" |
| dependencies = [ |
| "log", |
| "ring", |
| "sct 0.7.0", |
| "webpki 0.22.0", |
| ] |
| |
| [[package]] |
| name = "rustls-ffi" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9da52707cca59e6eef8a78f3ad8d04024254a168ed1b41eb4dfa9616eace781a" |
| dependencies = [ |
| "libc", |
| "log", |
| "num_enum", |
| "rustls 0.20.2", |
| "rustls-pemfile", |
| "sct 0.7.0", |
| "webpki 0.22.0", |
| ] |
| |
| [[package]] |
| name = "rustls-pemfile" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9" |
| dependencies = [ |
| "base64 0.13.0", |
| ] |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
| dependencies = [ |
| "lazy_static", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| |
| [[package]] |
| name = "sct" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "sct" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
| dependencies = [ |
| "semver-parser", |
| ] |
| |
| [[package]] |
| name = "semver-parser" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.133" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" |
| |
| [[package]] |
| name = "smallvec" |
| version = "0.6.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" |
| dependencies = [ |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "socket2" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516" |
| dependencies = [ |
| "libc", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| |
| [[package]] |
| name = "syn" |
| version = "0.11.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
| dependencies = [ |
| "quote 0.3.15", |
| "synom", |
| "unicode-xid 0.0.4", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.85" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" |
| dependencies = [ |
| "proc-macro2", |
| "quote 1.0.14", |
| "unicode-xid 0.2.2", |
| ] |
| |
| [[package]] |
| name = "synom" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
| dependencies = [ |
| "unicode-xid 0.0.4", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" |
| dependencies = [ |
| "proc-macro2", |
| "quote 1.0.14", |
| "syn 1.0.85", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" |
| dependencies = [ |
| "same-file", |
| "winapi 0.3.9", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b" |
| dependencies = [ |
| "bumpalo", |
| "lazy_static", |
| "log", |
| "proc-macro2", |
| "quote 1.0.14", |
| "syn 1.0.85", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9" |
| dependencies = [ |
| "quote 1.0.14", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab" |
| dependencies = [ |
| "proc-macro2", |
| "quote 1.0.14", |
| "syn 1.0.85", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "webpki" |
| version = "0.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "webpki" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a262ae37dd9d60f60dd473d1158f9fbebf110ba7b6a5051c8160460f6043718b" |
| dependencies = [ |
| "webpki 0.21.4", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-build" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| dependencies = [ |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "ws2_32-sys" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
| dependencies = [ |
| "winapi 0.2.8", |
| "winapi-build", |
| ] |