KIT-ILIAS-downloader/Cargo.lock

2125 lines
51 KiB
Plaintext
Raw Normal View History

2020-04-21 20:41:28 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "KIT-ILIAS-downloader"
2021-01-05 11:31:38 +00:00
version = "0.2.13"
2020-04-21 20:41:28 +00:00
dependencies = [
"anyhow",
2020-11-28 15:42:26 +00:00
"futures",
2020-11-28 11:56:23 +00:00
"futures-channel",
2020-04-21 20:41:28 +00:00
"futures-util",
"ignore",
2020-04-21 20:41:28 +00:00
"lazy_static",
"parking_lot",
"regex",
"reqwest",
2020-04-21 21:12:05 +00:00
"rpassword",
"rprompt",
2020-04-21 20:41:28 +00:00
"scraper",
"serde_json",
2020-04-21 21:03:30 +00:00
"structopt",
2020-04-21 20:41:28 +00:00
"tokio",
2020-11-01 10:55:44 +00:00
"url",
2020-04-21 20:41:28 +00:00
]
2020-04-21 21:31:47 +00:00
[[package]]
2020-07-13 07:44:27 +00:00
name = "adler"
version = "0.2.3"
2020-04-21 21:31:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2020-04-21 21:31:47 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "aho-corasick"
2020-11-28 11:56:23 +00:00
version = "0.7.15"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
2020-04-21 20:41:28 +00:00
dependencies = [
"memchr",
]
2020-04-21 21:03:30 +00:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 21:03:30 +00:00
]
[[package]]
name = "anyhow"
2020-11-28 11:56:23 +00:00
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
2020-04-21 20:41:28 +00:00
2020-04-21 21:31:47 +00:00
[[package]]
name = "async-compression"
2020-11-28 11:56:23 +00:00
version = "0.3.6"
2020-04-21 21:31:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "fb1ff21a63d3262af46b9f33a826a8d134e2d0d9b2179c86034948b732ea8b2a"
2020-04-21 21:31:47 +00:00
dependencies = [
"bytes",
"flate2",
"futures-core",
"memchr",
2020-11-28 11:56:23 +00:00
"pin-project-lite 0.1.11",
2020-04-21 21:31:47 +00:00
]
2020-04-21 21:03:30 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 21:03:30 +00:00
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "autocfg"
2020-11-01 10:55:44 +00:00
version = "1.0.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-04-21 20:41:28 +00:00
[[package]]
2020-11-01 10:55:44 +00:00
name = "base-x"
2020-11-28 11:56:23 +00:00
version = "0.2.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
2020-04-21 20:41:28 +00:00
2020-06-19 14:51:26 +00:00
[[package]]
name = "base64"
2020-07-13 07:44:27 +00:00
version = "0.12.3"
2020-06-19 14:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2020-06-19 14:51:26 +00:00
2020-11-28 11:56:23 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-04-21 20:41:28 +00:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bstr"
2020-11-01 10:55:44 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
dependencies = [
"memchr",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "bumpalo"
2020-06-19 14:51:26 +00:00
version = "3.4.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2020-04-21 20:41:28 +00:00
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "bytes"
2020-07-15 20:36:39 +00:00
version = "0.5.6"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-15 20:36:39 +00:00
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2020-04-21 20:41:28 +00:00
[[package]]
name = "cc"
2020-11-28 11:56:23 +00:00
version = "1.0.65"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
2020-04-21 20:41:28 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2020-11-01 10:55:44 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-04-21 21:03:30 +00:00
[[package]]
name = "clap"
2020-11-01 10:55:44 +00:00
version = "2.33.3"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2020-04-21 21:03:30 +00:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "cloudabi"
2020-07-15 20:36:39 +00:00
version = "0.1.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-15 20:36:39 +00:00
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
2020-04-21 20:41:28 +00:00
dependencies = [
"bitflags",
]
2020-11-28 11:56:23 +00:00
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
dependencies = [
"cfg-if 0.1.10",
"wasm-bindgen",
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "const_fn"
2020-11-28 11:56:23 +00:00
version = "0.4.3"
2020-11-01 10:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab"
2020-11-01 10:55:44 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "cookie"
2020-11-28 11:56:23 +00:00
version = "0.14.3"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "784ad0fbab4f3e9cef09f20e0aea6000ae08d2cb98ac4c0abc53df18803d702f"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"percent-encoding",
2020-04-21 20:41:28 +00:00
"time",
2020-11-01 10:55:44 +00:00
"version_check",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "cookie_store"
2020-11-01 10:55:44 +00:00
version = "0.12.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "3818dfca4b0cb5211a659bbcbb94225b7127407b2b135e650d717bfb78ab10d3"
2020-04-21 20:41:28 +00:00
dependencies = [
"cookie",
2020-11-01 10:55:44 +00:00
"idna",
2020-04-21 20:41:28 +00:00
"log",
"publicsuffix",
"serde",
"serde_json",
"time",
2020-11-01 10:55:44 +00:00
"url",
2020-04-21 20:41:28 +00:00
]
2020-04-21 21:31:47 +00:00
[[package]]
name = "crc32fast"
2020-11-01 10:55:44 +00:00
version = "1.2.1"
2020-04-21 21:31:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-04-21 21:31:47 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"cfg-if 1.0.0",
2020-04-21 21:31:47 +00:00
]
[[package]]
name = "crossbeam-utils"
2020-11-28 11:56:23 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
dependencies = [
2020-06-19 14:51:26 +00:00
"autocfg",
2020-11-28 11:56:23 +00:00
"cfg-if 1.0.0",
"lazy_static",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "cssparser"
2020-06-19 14:51:26 +00:00
version = "0.27.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
2020-04-21 20:41:28 +00:00
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa",
"matches",
"phf",
"proc-macro2",
"quote",
2020-06-19 14:51:26 +00:00
"smallvec",
2020-04-21 20:41:28 +00:00
"syn",
]
[[package]]
name = "cssparser-macros"
2020-06-19 14:51:26 +00:00
version = "0.6.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
2020-04-21 20:41:28 +00:00
dependencies = [
"quote",
"syn",
]
[[package]]
2020-06-19 14:51:26 +00:00
name = "derive_more"
2020-11-01 10:55:44 +00:00
version = "0.99.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
dependencies = [
2020-06-19 14:51:26 +00:00
"proc-macro2",
"quote",
"syn",
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2020-04-21 20:41:28 +00:00
[[package]]
name = "dtoa"
2020-06-19 14:51:26 +00:00
version = "0.4.6"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
2020-04-21 20:41:28 +00:00
[[package]]
name = "dtoa-short"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59020b8513b76630c49d918c33db9f4c91638e7d3404a28084083b87e33f76f2"
dependencies = [
"dtoa",
]
[[package]]
name = "ego-tree"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
[[package]]
name = "encoding_rs"
2020-11-28 11:56:23 +00:00
version = "0.8.26"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-28 11:56:23 +00:00
"cfg-if 1.0.0",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "error-chain"
2020-11-01 10:55:44 +00:00
version = "0.12.4"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
2020-04-21 20:41:28 +00:00
dependencies = [
"version_check",
]
2020-04-21 21:31:47 +00:00
[[package]]
name = "flate2"
2020-11-28 11:56:23 +00:00
version = "1.0.19"
2020-04-21 21:31:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
2020-04-21 21:31:47 +00:00
dependencies = [
2020-11-28 11:56:23 +00:00
"cfg-if 1.0.0",
2020-04-21 21:31:47 +00:00
"crc32fast",
"libc",
"miniz_oxide",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "fnv"
2020-05-18 09:14:21 +00:00
version = "1.0.7"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-18 09:14:21 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-04-21 20:41:28 +00:00
2020-11-28 11:56:23 +00:00
[[package]]
name = "form_urlencoded"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
"matches",
"percent-encoding",
]
2020-04-21 20:41:28 +00:00
[[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 = "futf"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
dependencies = [
"mac",
"new_debug_unreachable",
]
2020-11-28 15:42:26 +00:00
[[package]]
name = "futures"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "futures-channel"
2020-11-28 11:56:23 +00:00
version = "0.3.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
2020-04-21 20:41:28 +00:00
dependencies = [
"futures-core",
2020-11-28 15:42:26 +00:00
"futures-sink",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "futures-core"
2020-11-28 11:56:23 +00:00
version = "0.3.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
2020-04-21 20:41:28 +00:00
2020-11-28 15:42:26 +00:00
[[package]]
name = "futures-executor"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
2020-04-21 20:41:28 +00:00
[[package]]
name = "futures-macro"
2020-11-28 11:56:23 +00:00
version = "0.3.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2020-11-28 11:56:23 +00:00
version = "0.3.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
2020-04-21 20:41:28 +00:00
[[package]]
name = "futures-task"
2020-11-28 11:56:23 +00:00
version = "0.3.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
2020-05-12 04:49:54 +00:00
dependencies = [
"once_cell",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "futures-util"
2020-11-28 11:56:23 +00:00
version = "0.3.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-28 15:42:26 +00:00
"futures-channel",
2020-04-21 20:41:28 +00:00
"futures-core",
2020-11-28 15:42:26 +00:00
"futures-io",
2020-04-21 20:41:28 +00:00
"futures-macro",
2020-11-28 15:42:26 +00:00
"futures-sink",
2020-04-21 20:41:28 +00:00
"futures-task",
2020-11-28 15:42:26 +00:00
"memchr",
2020-11-28 11:56:23 +00:00
"pin-project 1.0.2",
2020-04-21 20:41:28 +00:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
2020-06-19 14:51:26 +00:00
[[package]]
name = "getrandom"
2020-11-01 10:55:44 +00:00
version = "0.1.15"
2020-06-19 14:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
2020-06-19 14:51:26 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"cfg-if 0.1.10",
2020-06-19 14:51:26 +00:00
"libc",
"wasi",
]
[[package]]
name = "globset"
2020-11-01 10:55:44 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "h2"
2020-11-01 10:55:44 +00:00
version = "0.2.7"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
2020-04-21 20:41:28 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
2020-07-15 20:36:39 +00:00
"tracing",
2020-11-01 10:55:44 +00:00
"tracing-futures",
2020-04-21 20:41:28 +00:00
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-04-21 21:03:30 +00:00
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
"unicode-segmentation",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "hermit-abi"
2020-11-01 10:55:44 +00:00
version = "0.1.17"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
2020-04-21 20:41:28 +00:00
dependencies = [
"libc",
]
[[package]]
name = "html5ever"
2020-06-19 14:51:26 +00:00
version = "0.25.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
2020-04-21 20:41:28 +00:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
"bytes",
"http",
]
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
2020-11-01 10:55:44 +00:00
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2020-04-21 20:41:28 +00:00
[[package]]
name = "hyper"
2020-11-28 11:56:23 +00:00
version = "0.13.9"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
2020-04-21 20:41:28 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
2020-11-01 10:55:44 +00:00
"httpdate",
2020-04-21 20:41:28 +00:00
"itoa",
2020-11-28 11:56:23 +00:00
"pin-project 1.0.2",
2020-06-19 14:51:26 +00:00
"socket2",
2020-04-21 20:41:28 +00:00
"tokio",
"tower-service",
2020-07-15 20:36:39 +00:00
"tracing",
2020-04-21 20:41:28 +00:00
"want",
]
[[package]]
name = "hyper-rustls"
2020-11-01 10:55:44 +00:00
version = "0.21.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
2020-04-21 20:41:28 +00:00
dependencies = [
"bytes",
"futures-util",
2020-04-21 20:41:28 +00:00
"hyper",
"log",
"rustls",
2020-04-21 20:41:28 +00:00
"tokio",
"tokio-rustls",
"webpki",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "ignore"
2020-11-28 11:56:23 +00:00
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
dependencies = [
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "indexmap"
2020-11-01 10:55:44 +00:00
version = "1.6.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"autocfg",
2020-11-01 10:55:44 +00:00
"hashbrown",
2020-04-21 20:41:28 +00:00
]
2020-07-15 20:36:39 +00:00
[[package]]
name = "instant"
2020-11-28 11:56:23 +00:00
version = "0.1.9"
2020-07-15 20:36:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2020-11-01 10:55:44 +00:00
dependencies = [
"cfg-if 1.0.0",
]
2020-07-15 20:36:39 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
2020-04-21 20:41:28 +00:00
[[package]]
name = "itoa"
2020-06-19 14:51:26 +00:00
version = "0.4.6"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2020-04-21 20:41:28 +00:00
[[package]]
name = "js-sys"
2020-11-01 10:55:44 +00:00
version = "0.3.45"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
2020-04-21 20:41:28 +00:00
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 = "libc"
2020-11-01 10:55:44 +00:00
version = "0.2.80"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
2020-04-21 20:41:28 +00:00
[[package]]
name = "lock_api"
2020-11-28 11:56:23 +00:00
version = "0.4.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2020-04-21 20:41:28 +00:00
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
2020-11-01 10:55:44 +00:00
version = "0.4.11"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"cfg-if 0.1.10",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "markup5ever"
2020-06-19 14:51:26 +00:00
version = "0.10.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
2020-04-21 20:41:28 +00:00
dependencies = [
"log",
"phf",
"phf_codegen",
"serde",
"serde_derive",
"serde_json",
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "memchr"
2020-11-01 10:55:44 +00:00
version = "2.3.4"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-04-21 20:41:28 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
"mime",
"unicase",
]
2020-04-21 21:31:47 +00:00
[[package]]
name = "miniz_oxide"
2020-11-01 10:55:44 +00:00
version = "0.4.3"
2020-04-21 21:31:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
2020-04-21 21:31:47 +00:00
dependencies = [
2020-07-13 07:44:27 +00:00
"adler",
2020-11-01 10:55:44 +00:00
"autocfg",
2020-04-21 21:31:47 +00:00
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "mio"
2020-05-03 19:48:24 +00:00
version = "0.6.22"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-03 19:48:24 +00:00
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"cfg-if 0.1.10",
2020-04-21 20:41:28 +00:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
2020-11-28 11:56:23 +00:00
"miow 0.2.2",
2020-04-21 20:41:28 +00:00
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio-named-pipes"
2020-07-13 07:44:27 +00:00
version = "0.1.7"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
2020-04-21 20:41:28 +00:00
dependencies = [
"log",
"mio",
2020-11-28 11:56:23 +00:00
"miow 0.3.6",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "mio-uds"
2020-05-03 19:48:24 +00:00
version = "0.6.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-03 19:48:24 +00:00
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2020-04-21 20:41:28 +00:00
dependencies = [
"iovec",
"libc",
"mio",
]
[[package]]
name = "miow"
2020-11-28 11:56:23 +00:00
version = "0.2.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2020-04-21 20:41:28 +00:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "miow"
2020-11-28 11:56:23 +00:00
version = "0.3.6"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
2020-04-21 20:41:28 +00:00
dependencies = [
"socket2",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "net2"
2020-11-28 11:56:23 +00:00
version = "0.2.36"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"cfg-if 0.1.10",
2020-04-21 20:41:28 +00:00
"libc",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
2020-05-03 19:48:24 +00:00
[[package]]
name = "once_cell"
2020-11-28 11:56:23 +00:00
version = "1.5.2"
2020-05-03 19:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2020-05-03 19:48:24 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "parking_lot"
2020-11-28 11:56:23 +00:00
version = "0.11.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-07-15 20:36:39 +00:00
"instant",
2020-04-21 20:41:28 +00:00
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2020-07-15 20:36:39 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-15 20:36:39 +00:00
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"cfg-if 0.1.10",
2020-04-21 20:41:28 +00:00
"cloudabi",
2020-07-15 20:36:39 +00:00
"instant",
2020-04-21 20:41:28 +00:00
"libc",
"redox_syscall",
2020-06-19 14:51:26 +00:00
"smallvec",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "phf"
2020-06-19 14:51:26 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"phf_macros",
2020-04-21 20:41:28 +00:00
"phf_shared",
2020-06-19 14:51:26 +00:00
"proc-macro-hack",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "phf_codegen"
2020-06-19 14:51:26 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2020-04-21 20:41:28 +00:00
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
2020-06-19 14:51:26 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2020-04-21 20:41:28 +00:00
dependencies = [
"phf_shared",
"rand",
2020-04-21 20:41:28 +00:00
]
2020-06-19 14:51:26 +00:00
[[package]]
name = "phf_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "phf_shared"
2020-06-19 14:51:26 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2020-04-21 20:41:28 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
2020-11-01 10:55:44 +00:00
version = "0.4.27"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"pin-project-internal 0.4.27",
]
[[package]]
name = "pin-project"
2020-11-28 11:56:23 +00:00
version = "1.0.2"
2020-11-01 10:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
2020-11-01 10:55:44 +00:00
dependencies = [
2020-11-28 11:56:23 +00:00
"pin-project-internal 1.0.2",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "pin-project-internal"
2020-11-01 10:55:44 +00:00
version = "0.4.27"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
2020-11-28 11:56:23 +00:00
version = "1.0.2"
2020-11-01 10:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
2020-11-01 10:55:44 +00:00
version = "0.1.11"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2020-04-21 20:41:28 +00:00
2020-11-28 11:56:23 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
2020-04-21 20:41:28 +00:00
[[package]]
name = "pin-utils"
2020-04-28 09:48:44 +00:00
version = "0.1.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-28 09:48:44 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-04-21 20:41:28 +00:00
2020-06-19 14:51:26 +00:00
[[package]]
name = "ppv-lite86"
2020-11-28 11:56:23 +00:00
version = "0.2.10"
2020-06-19 14:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2020-06-19 14:51:26 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2020-04-21 21:03:30 +00:00
[[package]]
name = "proc-macro-error"
2020-11-01 10:55:44 +00:00
version = "1.0.4"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2020-04-21 21:03:30 +00:00
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-11-01 10:55:44 +00:00
version = "1.0.4"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2020-04-21 21:03:30 +00:00
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "proc-macro-hack"
2020-11-01 10:55:44 +00:00
version = "0.5.19"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-04-21 20:41:28 +00:00
[[package]]
name = "proc-macro-nested"
2020-06-19 14:51:26 +00:00
version = "0.1.6"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2020-04-21 20:41:28 +00:00
[[package]]
name = "proc-macro2"
2020-11-01 10:55:44 +00:00
version = "1.0.24"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2020-04-21 20:41:28 +00:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "publicsuffix"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bbaa49075179162b49acac1c6aa45fb4dafb5f13cf6794276d77bc7fd95757b"
dependencies = [
"error-chain",
2020-11-01 10:55:44 +00:00
"idna",
2020-04-21 20:41:28 +00:00
"lazy_static",
"regex",
2020-11-01 10:55:44 +00:00
"url",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "quote"
2020-06-19 14:51:26 +00:00
version = "1.0.7"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
2020-06-19 14:51:26 +00:00
version = "0.7.3"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"getrandom",
2020-04-21 20:41:28 +00:00
"libc",
"rand_chacha",
2020-06-19 14:51:26 +00:00
"rand_core",
"rand_hc",
2020-04-21 20:41:28 +00:00
"rand_pcg",
]
[[package]]
name = "rand_chacha"
2020-06-19 14:51:26 +00:00
version = "0.2.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"ppv-lite86",
"rand_core",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "rand_core"
2020-06-19 14:51:26 +00:00
version = "0.5.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"getrandom",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "rand_hc"
2020-06-19 14:51:26 +00:00
version = "0.2.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"rand_core",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "rand_pcg"
2020-06-19 14:51:26 +00:00
version = "0.2.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"rand_core",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "redox_syscall"
2020-07-13 07:44:27 +00:00
version = "0.1.57"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2020-04-21 20:41:28 +00:00
[[package]]
name = "regex"
2020-11-28 11:56:23 +00:00
version = "1.4.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
2020-04-21 20:41:28 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
2020-11-28 11:56:23 +00:00
version = "0.6.21"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
2020-04-21 20:41:28 +00:00
[[package]]
name = "reqwest"
2020-11-28 11:56:23 +00:00
version = "0.10.9"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-04-21 21:31:47 +00:00
"async-compression",
2020-11-28 11:56:23 +00:00
"base64 0.13.0",
2020-04-21 20:41:28 +00:00
"bytes",
"cookie",
"cookie_store",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-rustls",
2020-11-01 10:55:44 +00:00
"ipnet",
2020-04-21 20:41:28 +00:00
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
2020-11-01 10:55:44 +00:00
"percent-encoding",
2020-11-28 11:56:23 +00:00
"pin-project-lite 0.2.0",
"rustls",
2020-04-21 20:41:28 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"time",
"tokio",
"tokio-rustls",
2020-11-01 10:55:44 +00:00
"url",
2020-04-21 20:41:28 +00:00
"wasm-bindgen",
"wasm-bindgen-futures",
2020-11-28 11:56:23 +00:00
"wasm-bindgen-test",
2020-04-21 20:41:28 +00:00
"web-sys",
"webpki-roots",
2020-04-21 20:41:28 +00:00
"winreg",
]
[[package]]
name = "ring"
2020-11-28 11:56:23 +00:00
version = "0.16.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "70017ed5c555d79ee3538fc63ca09c70ad8f317dcadc1adc2c496b60c22bb24f"
dependencies = [
"cc",
"libc",
2020-05-03 19:48:24 +00:00
"once_cell",
"spin",
"untrusted",
"web-sys",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
]
2020-04-21 21:12:05 +00:00
[[package]]
name = "rpassword"
2020-11-01 10:55:44 +00:00
version = "5.0.0"
2020-04-21 21:12:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9"
2020-04-21 21:12:05 +00:00
dependencies = [
"libc",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 21:12:05 +00:00
]
[[package]]
name = "rprompt"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b386f4748bdae2aefc96857f5fda07647f851d089420e577831e2a14b45230f8"
2020-11-01 10:55:44 +00:00
[[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"
2020-11-01 10:55:44 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
dependencies = [
2020-11-28 11:56:23 +00:00
"base64 0.12.3",
"log",
"ring",
"sct",
"webpki",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "ryu"
2020-06-19 14:51:26 +00:00
version = "1.0.5"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-04-21 20:41:28 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2020-11-28 11:56:23 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2020-04-21 20:41:28 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scraper"
2020-06-19 14:51:26 +00:00
version = "0.12.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "48e02aa790c80c2e494130dec6a522033b6a23603ffc06360e9fe6c611ea2c12"
2020-04-21 20:41:28 +00:00
dependencies = [
"cssparser",
"ego-tree",
"getopts",
"html5ever",
"matches",
"selectors",
2020-06-19 14:51:26 +00:00
"smallvec",
2020-04-21 20:41:28 +00:00
"tendril",
]
[[package]]
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
dependencies = [
"ring",
"untrusted",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "selectors"
2020-06-19 14:51:26 +00:00
version = "0.22.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
2020-04-21 20:41:28 +00:00
dependencies = [
"bitflags",
"cssparser",
2020-06-19 14:51:26 +00:00
"derive_more",
2020-04-21 20:41:28 +00:00
"fxhash",
"log",
"matches",
"phf",
"phf_codegen",
"precomputed-hash",
"servo_arc",
2020-06-19 14:51:26 +00:00
"smallvec",
2020-04-21 20:41:28 +00:00
"thin-slice",
]
2020-11-01 10:55:44 +00:00
[[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"
2020-04-21 20:41:28 +00:00
[[package]]
name = "serde"
2020-11-01 10:55:44 +00:00
version = "1.0.117"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
2020-04-21 20:41:28 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2020-11-01 10:55:44 +00:00
version = "1.0.117"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2020-11-01 10:55:44 +00:00
version = "1.0.59"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
2020-04-21 20:41:28 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
2020-11-28 11:56:23 +00:00
version = "0.7.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-28 11:56:23 +00:00
"form_urlencoded",
2020-04-21 20:41:28 +00:00
"itoa",
2020-11-28 11:56:23 +00:00
"ryu",
2020-04-21 20:41:28 +00:00
"serde",
]
[[package]]
name = "servo_arc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
dependencies = [
"nodrop",
"stable_deref_trait",
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2020-04-21 20:41:28 +00:00
[[package]]
name = "signal-hook-registry"
2020-11-01 10:55:44 +00:00
version = "1.2.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
2020-04-21 20:41:28 +00:00
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
2020-06-19 14:51:26 +00:00
version = "0.3.3"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
2020-04-21 20:41:28 +00:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "smallvec"
2020-11-28 11:56:23 +00:00
version = "1.5.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85"
2020-04-21 20:41:28 +00:00
[[package]]
name = "socket2"
2020-11-28 11:56:23 +00:00
version = "0.3.17"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-28 11:56:23 +00:00
"cfg-if 1.0.0",
2020-04-21 20:41:28 +00:00
"libc",
"redox_syscall",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2020-04-21 20:41:28 +00:00
[[package]]
name = "stable_deref_trait"
2020-07-13 07:44:27 +00:00
version = "1.2.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2020-04-21 20:41:28 +00:00
2020-11-01 10:55:44 +00:00
[[package]]
name = "standback"
2020-11-28 11:56:23 +00:00
version = "0.2.13"
2020-11-01 10:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "cf906c8b8fc3f6ecd1046e01da1d8ddec83e48c8b08b84dcc02b585a6bedf5a8"
2020-11-01 10:55:44 +00:00
dependencies = [
"version_check",
]
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
"rustc_version",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2020-04-21 20:41:28 +00:00
[[package]]
name = "string_cache"
2020-11-28 11:56:23 +00:00
version = "0.8.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a"
2020-04-21 20:41:28 +00:00
dependencies = [
"lazy_static",
"new_debug_unreachable",
"phf_shared",
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
2020-06-19 14:51:26 +00:00
version = "0.5.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
2020-04-21 20:41:28 +00:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
]
2020-04-21 21:03:30 +00:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
2020-11-01 10:55:44 +00:00
version = "0.3.20"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8"
2020-04-21 21:03:30 +00:00
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
2020-11-01 10:55:44 +00:00
version = "0.4.13"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8"
2020-04-21 21:03:30 +00:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "syn"
2020-11-28 11:56:23 +00:00
version = "1.0.52"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "6c1e438504729046a5cfae47f97c30d6d083c7d91d94603efdae3477fc070d4c"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "tendril"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
dependencies = [
"futf",
"mac",
"utf-8",
]
2020-04-21 21:03:30 +00:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "thin-slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
"lazy_static",
]
[[package]]
name = "time"
2020-11-28 11:56:23 +00:00
version = "0.2.23"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "bcdaeea317915d59b2b4cd3b5efcd156c309108664277793f5351700c02ce98b"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"const_fn",
2020-04-21 20:41:28 +00:00
"libc",
2020-11-01 10:55:44 +00:00
"standback",
"stdweb",
"time-macros",
"version_check",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 20:41:28 +00:00
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "time-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
dependencies = [
"proc-macro-hack",
"time-macros-impl",
]
[[package]]
name = "time-macros-impl"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
]
2020-06-19 14:51:26 +00:00
[[package]]
name = "tinyvec"
2020-11-28 11:56:23 +00:00
version = "1.1.0"
2020-06-19 14:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-06-19 14:51:26 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "tokio"
2020-11-28 11:56:23 +00:00
version = "0.2.23"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "a6d7ad61edd59bfcc7e80dababf0f4aed2e6d5e0ba1659356ae889752dfc12ff"
2020-04-21 20:41:28 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"libc",
"memchr",
"mio",
"mio-named-pipes",
"mio-uds",
"num_cpus",
2020-11-28 11:56:23 +00:00
"pin-project-lite 0.1.11",
2020-04-21 20:41:28 +00:00
"signal-hook-registry",
"slab",
"tokio-macros",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "tokio-macros"
2020-11-28 11:56:23 +00:00
version = "0.2.6"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-rustls"
2020-11-01 10:55:44 +00:00
version = "0.14.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
2020-04-21 20:41:28 +00:00
dependencies = [
"futures-core",
"rustls",
2020-04-21 20:41:28 +00:00
"tokio",
"webpki",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "tokio-util"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
2020-11-28 11:56:23 +00:00
"pin-project-lite 0.1.11",
2020-04-21 20:41:28 +00:00
"tokio",
]
[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2020-07-15 20:36:39 +00:00
[[package]]
name = "tracing"
2020-11-28 11:56:23 +00:00
version = "0.1.22"
2020-07-15 20:36:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
2020-07-15 20:36:39 +00:00
dependencies = [
2020-11-28 11:56:23 +00:00
"cfg-if 1.0.0",
2020-07-15 20:36:39 +00:00
"log",
2020-11-28 11:56:23 +00:00
"pin-project-lite 0.2.0",
2020-07-15 20:36:39 +00:00
"tracing-core",
]
[[package]]
name = "tracing-core"
2020-11-01 10:55:44 +00:00
version = "0.1.17"
2020-07-15 20:36:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
2020-07-15 20:36:39 +00:00
dependencies = [
"lazy_static",
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "tracing-futures"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
dependencies = [
"pin-project 0.4.27",
"tracing",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "try-lock"
2020-07-13 07:44:27 +00:00
version = "0.2.3"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-04-21 20:41:28 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
2020-11-28 11:56:23 +00:00
version = "0.1.16"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"tinyvec",
2020-04-21 20:41:28 +00:00
]
2020-04-21 21:03:30 +00:00
[[package]]
name = "unicode-segmentation"
2020-11-28 11:56:23 +00:00
version = "1.7.1"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-04-21 21:03:30 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "unicode-width"
2020-07-13 07:44:27 +00:00
version = "0.1.8"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-04-21 20:41:28 +00:00
[[package]]
name = "unicode-xid"
2020-07-13 07:44:27 +00:00
version = "0.2.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2020-04-21 20:41:28 +00:00
[[package]]
name = "untrusted"
2020-05-03 19:48:24 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-03 19:48:24 +00:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-04-21 20:41:28 +00:00
[[package]]
name = "url"
2020-11-28 11:56:23 +00:00
version = "2.2.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-28 11:56:23 +00:00
"form_urlencoded",
2020-11-01 10:55:44 +00:00
"idna",
2020-04-21 20:41:28 +00:00
"matches",
2020-11-01 10:55:44 +00:00
"percent-encoding",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "utf-8"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
2020-04-21 21:03:30 +00:00
[[package]]
name = "vec_map"
2020-05-06 20:51:02 +00:00
version = "0.8.2"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 20:51:02 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-04-21 21:03:30 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "version_check"
2020-06-19 14:51:26 +00:00
version = "0.9.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-04-21 20:41:28 +00:00
[[package]]
name = "walkdir"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
"same-file",
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
"winapi-util",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2020-06-19 14:51:26 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-04-21 20:41:28 +00:00
[[package]]
name = "wasm-bindgen"
2020-11-01 10:55:44 +00:00
version = "0.2.68"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"cfg-if 0.1.10",
2020-04-21 20:41:28 +00:00
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2020-11-01 10:55:44 +00:00
version = "0.2.68"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
2020-04-21 20:41:28 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2020-11-01 10:55:44 +00:00
version = "0.4.18"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-01 10:55:44 +00:00
"cfg-if 0.1.10",
2020-04-21 20:41:28 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2020-11-01 10:55:44 +00:00
version = "0.2.68"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
2020-04-21 20:41:28 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-11-01 10:55:44 +00:00
version = "0.2.68"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2020-11-01 10:55:44 +00:00
version = "0.2.68"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
2020-04-21 20:41:28 +00:00
2020-11-28 11:56:23 +00:00
[[package]]
name = "wasm-bindgen-test"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34d1cdc8b98a557f24733d50a1199c4b0635e465eecba9c45b214544da197f64"
dependencies = [
"console_error_panic_hook",
"js-sys",
"scoped-tls",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
]
[[package]]
name = "wasm-bindgen-test-macro"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fb9c67be7439ee8ab1b7db502a49c05e51e2835b66796c705134d9b8e1a585"
dependencies = [
"proc-macro2",
"quote",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "web-sys"
2020-11-01 10:55:44 +00:00
version = "0.3.45"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
2020-04-21 20:41:28 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
2020-06-19 14:51:26 +00:00
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2020-11-28 11:56:23 +00:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 11:56:23 +00:00
checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
dependencies = [
"webpki",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
2020-07-13 07:44:27 +00:00
version = "0.3.9"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-13 07:44:27 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-04-21 20:41:28 +00:00
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 = [
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
]
2020-04-21 20:41:28 +00:00
[[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 = "winreg"
2020-06-19 14:51:26 +00:00
version = "0.7.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-07-13 07:44:27 +00:00
"winapi 0.3.9",
2020-04-21 20:41:28 +00:00
]
[[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",
]