2019-04-19 11:27:02 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
2020-01-11 05:11:05 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6f33b5018f120946c1dcf279194f238a9f146725593ead1c08fa47ff22b0b5d3"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"const-random",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-02-10 13:08:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "0989268a37e128d4d7a8028f1c60099430113fdbc70419010601ce51a228e4fe"
|
2020-02-10 13:08:49 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"const-random",
|
2020-02-10 13:08:49 -05:00
|
|
|
]
|
|
|
|
|
2019-02-07 17:46:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.7.8"
|
2019-02-07 17:46:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811"
|
2019-02-07 17:46:52 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"memchr",
|
2019-02-07 17:46:52 -05:00
|
|
|
]
|
|
|
|
|
2020-02-23 09:37:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2019-02-07 16:19:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-02-07 16:19:50 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi 0.3.8",
|
2019-02-07 16:19:50 -05:00
|
|
|
]
|
|
|
|
|
2019-11-07 17:26:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2020-01-05 09:19:29 -05:00
|
|
|
version = "1.0.26"
|
2019-11-07 17:26:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anymap"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
|
2019-11-07 17:26:49 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "0.4.4"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2019-08-22 16:33:55 -04:00
|
|
|
name = "arrayref"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.3.6"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "0.5.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ast_node"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7d96b5937e2a8b8dd9eac561c192f7fef2ab0cbc06c445e67b9e637ab158c52b"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"darling",
|
|
|
|
"pmutil",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"swc_macros_common",
|
|
|
|
"syn 1.0.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2020-02-23 09:37:43 -05:00
|
|
|
version = "0.3.0"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-23 09:37:43 -05:00
|
|
|
checksum = "670843da104a1339d46c967382f78d9debb1713aee20e09ba1b25445076f40f4"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-23 09:37:43 -05:00
|
|
|
"brotli",
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.5.4",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.2.14"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2019-01-07 10:36:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "1.0.0"
|
2019-01-07 10:36:08 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2019-01-07 10:36:08 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.44"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e4036b9bf40f3cf16aba72a3d65e8a520fc4bafcdc7079aea8f848c58c5b5536"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"backtrace-sys",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rustc-demangle",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "0.1.32"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2019-01-26 07:58:19 -05:00
|
|
|
version = "0.10.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"byteorder",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-11-14 08:31:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2019-11-14 08:31:39 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "1.2.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
2019-08-22 16:33:55 -04:00
|
|
|
name = "blake2b_simd"
|
2020-01-05 11:41:54 -05:00
|
|
|
version = "0.5.10"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
2020-02-23 09:37:43 -05:00
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.0"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-23 09:37:43 -05:00
|
|
|
checksum = "7f29919120f08613aadcd4383764e00526fc9f18b6c0895814faeed0dd78613e"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-23 09:37:43 -05:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-23 09:37:43 -05:00
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.0"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-23 09:37:43 -05:00
|
|
|
checksum = "2a9f2b517b96b19d8f91c1ff5b1cf498e688850b32eae5d58e02d15c4d4fdc0c"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-23 09:37:43 -05:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "3.2.0"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742"
|
2019-08-28 18:58:42 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "1.3.4"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2019-03-29 14:50:07 -04:00
|
|
|
version = "0.4.12"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"byteorder",
|
|
|
|
"iovec",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-12-15 05:47:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.5.4"
|
2019-12-15 05:47:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
|
2019-12-15 05:47:26 -05:00
|
|
|
|
2019-08-02 11:58:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "0.2.3"
|
2019-08-02 11:58:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
2019-08-02 11:58:09 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"ppv-lite86",
|
2019-08-02 11:58:09 -04:00
|
|
|
]
|
|
|
|
|
2020-01-05 09:19:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_gn"
|
|
|
|
version = "0.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5ba7d7f7b201dfcbc314b14f2176c92f8ba521dab538b40e426ffed25ed7cd80"
|
2020-01-05 09:19:29 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "1.0.50"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-11-27 11:03:58 -05:00
|
|
|
version = "0.1.10"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chashmap"
|
|
|
|
version = "2.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff41a3c2c1e39921b9003de14bf0439c7b63a9039637c291e1a64925d8ddfa45"
|
|
|
|
dependencies = [
|
|
|
|
"owning_ref 0.3.3",
|
|
|
|
"parking_lot 0.4.8",
|
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-03-31 17:54:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-04-15 11:26:24 -04:00
|
|
|
version = "2.33.0"
|
2019-03-31 17:54:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-03-31 17:54:58 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2019-03-31 17:54:58 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bitflags",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "const-random"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"const-random-macro",
|
|
|
|
"proc-macro-hack",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-random-macro"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"getrandom",
|
|
|
|
"proc-macro-hack",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.1.5"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.6.4"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.6.2"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
2019-08-28 20:05:01 -04:00
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.7.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
2019-11-07 17:26:49 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ct-logs"
|
2019-08-28 18:58:42 -04:00
|
|
|
version = "0.6.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"sct",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"strsim 0.9.3",
|
|
|
|
"syn 1.0.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"darling_core",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-02-10 13:08:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "3.4.0"
|
2020-02-10 13:08:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "97fc2bebacc83d7ff26f697f347fa70d4973219f87a4ad2dd3690f4129b157b7"
|
2020-02-10 13:08:49 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"ahash 0.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"num_cpus",
|
|
|
|
"qadapt-spin",
|
2020-02-10 13:08:49 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno"
|
2020-02-20 10:29:21 -05:00
|
|
|
version = "0.34.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"atty",
|
|
|
|
"base64 0.11.0",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.5.4",
|
|
|
|
"clap",
|
|
|
|
"deno_core",
|
|
|
|
"deno_typescript",
|
|
|
|
"dirs",
|
|
|
|
"dlopen",
|
|
|
|
"dprint-plugin-typescript",
|
|
|
|
"futures 0.3.4",
|
|
|
|
"fwdansi",
|
|
|
|
"glob",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"nix",
|
|
|
|
"notify",
|
|
|
|
"os_pipe",
|
2020-02-26 01:01:24 -05:00
|
|
|
"pty",
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand 0.7.3",
|
|
|
|
"regex",
|
|
|
|
"remove_dir_all",
|
|
|
|
"reqwest",
|
|
|
|
"ring",
|
|
|
|
"rustyline",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"source-map-mappings",
|
|
|
|
"sys-info",
|
|
|
|
"tempfile",
|
|
|
|
"termcolor",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"url",
|
|
|
|
"utime",
|
|
|
|
"walkdir",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-05 11:56:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_core"
|
2020-02-20 10:29:21 -05:00
|
|
|
version = "0.34.0"
|
2020-01-05 11:56:18 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"derive_deref",
|
|
|
|
"downcast-rs",
|
|
|
|
"futures 0.3.4",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rusty_v8",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
2020-01-05 11:56:18 -05:00
|
|
|
]
|
|
|
|
|
2019-09-02 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_typescript"
|
2020-02-20 10:29:21 -05:00
|
|
|
version = "0.34.0"
|
2019-09-02 17:07:11 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"deno_core",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2019-09-02 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2020-02-06 18:34:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive_deref"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "11554fdb0aa42363a442e0c4278f51c9621e20c1ce3bac51d79e60646f3b8b8f"
|
2020-02-06 18:34:40 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2020-02-06 18:34:40 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2019-08-02 11:58:09 -04:00
|
|
|
version = "2.0.2"
|
2019-05-29 23:08:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
2019-05-29 23:08:19 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys",
|
2019-05-29 23:08:19 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2019-08-02 11:58:09 -04:00
|
|
|
version = "0.3.4"
|
2019-05-29 23:08:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
|
2019-05-29 23:08:19 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dlopen"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"dlopen_derive",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.8",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlopen_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2019-10-23 12:32:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "1.1.1"
|
2019-10-23 12:32:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6"
|
2019-10-23 12:32:28 -04:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dprint-core"
|
2020-02-10 13:08:49 -05:00
|
|
|
version = "0.10.0"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1571f0f9a597eab84bb34b9e1caad52f1482661c8d5f191632524355a560f30f"
|
2020-02-03 15:52:32 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde",
|
2020-02-03 15:52:32 -05:00
|
|
|
]
|
2020-01-29 21:16:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dprint-plugin-typescript"
|
2020-02-21 00:13:11 -05:00
|
|
|
version = "0.6.1"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "35436beb5b5c902deae6063f3e47a62ba94703828c527381cb05d48be8027cfe"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"dprint-core",
|
|
|
|
"serde",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_parser",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.4.5"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
2019-08-28 20:05:01 -04:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "0.8.22"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "enum_kind"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6e57153e35187d51f08471d5840459ff29093473e7bedd004a1414985aab92f3"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"pmutil",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"swc_macros_common",
|
|
|
|
"syn 1.0.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-02-26 01:01:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "0.1.6"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2019-12-30 08:57:17 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "from_variant"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "039885ad6579a86b94ad8df696cce8c530da496bf7b07b12fec8d6c4cd654bb9"
|
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"swc_macros_common",
|
|
|
|
"syn 1.0.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1616e68919f49d311720c3cf316e0a3522d8f2bd08f8da35f6b8a0fa12f9234b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fsevent-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a41f1722e9bf862f62429d192f37d0c82c589aa18783aa06f0c4e5c3c90649fb"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-01-26 07:58:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
2019-02-11 20:08:21 -05:00
|
|
|
version = "0.1.1"
|
2019-01-26 07:58:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-01-26 07:58:19 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2019-09-12 16:20:15 -04:00
|
|
|
version = "0.1.29"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-11-16 19:17:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
"num_cpus",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.4"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures 0.1.29",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
|
|
|
"tokio-io",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
2019-05-30 11:07:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fwdansi"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "1.1.0"
|
2019-05-30 11:07:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
|
2019-05-30 11:07:58 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"memchr",
|
|
|
|
"termcolor",
|
2019-08-02 11:58:09 -04:00
|
|
|
]
|
|
|
|
|
2020-02-10 13:08:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2020-02-10 13:08:49 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"byteorder",
|
2020-02-10 13:08:49 -05:00
|
|
|
]
|
|
|
|
|
2019-08-02 11:58:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.1.14"
|
2019-08-02 11:58:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2019-08-02 11:58:09 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2019-05-30 11:07:58 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.5.4",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"ahash 0.2.18",
|
|
|
|
"autocfg 0.1.7",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"unicode-segmentation",
|
2019-11-07 17:26:49 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.1.7"
|
2019-11-07 17:26:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e2c55f143919fbc0bc77e427fe2d74cf23786d7c1875666f2fde3ac3c659bb67"
|
2019-11-07 17:26:49 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.5.4",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.5.4",
|
|
|
|
"http",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2019-08-02 11:58:09 -04:00
|
|
|
version = "1.3.4"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.13.2"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "fa1c527bbc634be72aa7ba31e4e4def9bbb020f5416916279b7c705cd838893e"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.5.4",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"net2",
|
|
|
|
"pin-project",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"want",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2019-07-15 14:00:27 -04:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "hyper-rustls"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.19.1"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f6ea6215c7314d450ee45970ab8b3851ab447a0e6bafdd19e31b20a42dbb7faf"
|
2019-07-15 14:00:27 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.5.4",
|
|
|
|
"ct-logs",
|
|
|
|
"futures-util",
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"webpki",
|
2019-07-15 14:00:27 -04:00
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hyper_hello"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"hyper",
|
|
|
|
"tokio",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2019-09-23 14:40:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2019-09-23 14:40:38 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-09-23 14:40:38 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "1.3.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
|
2019-11-07 17:26:49 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"autocfg 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc39ee997811267bf8aa0b10e1674c5bea6caacc1957eede5ea45251fe33c6d5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2019-11-07 17:26:49 -05:00
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "0.1.4"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.4.5"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.3.35"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"wasm-bindgen",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-12 16:20:15 -04:00
|
|
|
version = "1.4.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.2.67"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"owning_ref 0.4.0",
|
|
|
|
"scopeguard",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-08-02 11:58:09 -04:00
|
|
|
version = "0.4.8"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "2.3.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "53445de381a1f436797497c61d851644d0e8e88e6140f22872ad33a704933978"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.3.16"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-08-28 20:05:01 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"mime",
|
|
|
|
"unicase",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.3.6"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"adler32",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-12-15 05:47:26 -05:00
|
|
|
version = "0.6.21"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow 0.2.1",
|
|
|
|
"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",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-named-pipes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"miow 0.3.3",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
|
|
|
version = "0.6.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"iovec",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"socket2",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2019-04-23 11:59:22 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2019-08-02 11:58:09 -04:00
|
|
|
version = "0.14.1"
|
2019-04-23 11:59:22 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2019-04-23 11:59:22 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"void",
|
2019-04-23 11:59:22 -04:00
|
|
|
]
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "4.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check 0.1.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
|
|
|
version = "5.0.0-pre.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b00c0b65188bffb5598c302e19b062feb94adef02c31f15622a163c95d673c3"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"anymap",
|
|
|
|
"bitflags",
|
|
|
|
"chashmap",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
|
|
|
"winapi 0.3.8",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"autocfg 1.0.0",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"autocfg 1.0.0",
|
|
|
|
"num-traits",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"autocfg 1.0.0",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "1.12.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2020-02-10 13:08:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
|
2020-02-10 13:08:49 -05:00
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2019-12-30 08:57:17 -05:00
|
|
|
|
2019-09-10 11:09:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "0.9.1"
|
2019-09-10 11:09:54 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "db4d06355a7090ce852965b2d08e11426c315438462638c6d721448d0b47aa22"
|
2019-09-10 11:09:54 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
2019-09-10 11:09:54 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "149d8f5b97f3c1133e3cfcd8886449959e856b557ff281e292b733d7c69e005e"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"owning_ref 0.3.3",
|
|
|
|
"parking_lot_core 0.2.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.4.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
|
|
|
"rand 0.4.6",
|
|
|
|
"smallvec 0.6.13",
|
|
|
|
"winapi 0.3.8",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"rustc_version",
|
|
|
|
"smallvec 0.6.13",
|
|
|
|
"winapi 0.3.8",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "2.1.0"
|
2019-08-02 11:58:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-08-02 11:58:09 -04:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"phf_shared",
|
|
|
|
"rand 0.7.3",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"siphasher",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-09-23 14:40:38 -04:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "pin-project"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.4.8"
|
2019-09-23 14:40:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"pin-project-internal",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.4.8"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
2019-09-23 14:40:38 -04:00
|
|
|
|
2019-12-15 05:47:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.1.4"
|
2019-12-15 05:47:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
|
2019-12-15 05:47:26 -05:00
|
|
|
|
2019-11-16 19:17:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0-alpha.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pmutil"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-08-02 11:58:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "0.2.6"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2019-11-16 19:17:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"unicode-xid 0.1.0",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "1.0.8"
|
2019-08-22 16:33:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
|
2019-08-22 16:33:55 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"unicode-xid 0.2.0",
|
2019-08-22 16:33:55 -04:00
|
|
|
]
|
|
|
|
|
2020-02-26 01:01:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8"
|
|
|
|
dependencies = [
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-02-21 13:21:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "qadapt-spin"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f611c8f8569fbe485c26a15f2fbcc4c1c95577081b361766fe97beece56b16f"
|
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 0.4.30",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2019-08-22 16:33:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-08-22 16:33:55 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 1.0.8",
|
2019-08-22 16:33:55 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-01-26 07:58:19 -05:00
|
|
|
version = "0.4.6"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"rdrand",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.1.1",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rand_hc 0.1.0",
|
|
|
|
"rand_isaac",
|
|
|
|
"rand_jitter",
|
|
|
|
"rand_os",
|
|
|
|
"rand_pcg 0.1.2",
|
|
|
|
"rand_xorshift",
|
|
|
|
"winapi 0.3.8",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-08-02 11:58:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.7.3"
|
2019-08-02 11:58:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-08-02 11:58:09 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.1",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
|
|
|
"rand_pcg 0.2.1",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"rand_core 0.3.1",
|
2019-08-02 11:58:09 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-08-02 11:58:09 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"c2-chacha",
|
|
|
|
"rand_core 0.5.1",
|
2019-08-02 11:58:09 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-01-26 07:58:19 -05:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-01-26 07:58:19 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand_core 0.4.2",
|
2019-01-26 07:58:19 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-22 16:33:55 -04:00
|
|
|
version = "0.4.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-08-02 11:58:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-09-12 16:20:15 -04:00
|
|
|
version = "0.5.1"
|
2019-08-02 11:58:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-08-02 11:58:09 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"getrandom",
|
2019-08-02 11:58:09 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand_core 0.3.1",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-08-02 11:58:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-08-02 11:58:09 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand_core 0.5.1",
|
2019-08-02 11:58:09 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand_core 0.3.1",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"winapi 0.3.8",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-01-07 10:36:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-29 14:50:07 -04:00
|
|
|
version = "0.1.3"
|
2019-01-07 10:36:08 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-01-07 10:36:08 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rdrand",
|
|
|
|
"winapi 0.3.8",
|
2019-01-07 10:36:08 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"rand_core 0.4.2",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand_core 0.5.1",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand_core 0.3.1",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-01-09 19:22:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand_core 0.3.1",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-08-02 11:58:09 -04:00
|
|
|
version = "0.1.56"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.3.4"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"rust-argon2",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-02-07 17:46:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "1.3.4"
|
2019-02-07 17:46:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
|
2019-02-07 17:46:52 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2019-02-07 17:46:52 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.6.14"
|
2019-02-07 17:46:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"
|
2019-02-07 17:46:52 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-06-15 09:19:13 -04:00
|
|
|
version = "0.5.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2020-02-23 09:37:43 -05:00
|
|
|
version = "0.10.2"
|
2019-12-30 14:14:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-23 09:37:43 -05:00
|
|
|
checksum = "bae3fc32eacd4a5200c6b34bd6c057b07fb64f5a1e55bb67d624cc1393354621"
|
2020-02-21 13:21:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
|
|
|
"base64 0.11.0",
|
|
|
|
"bytes 0.5.4",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustls",
|
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.16.11"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cc",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-08-22 16:33:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.7.0"
|
2019-08-22 16:33:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
|
2019-08-22 16:33:55 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"base64 0.11.0",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
2019-08-22 16:33:55 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-08-22 16:33:55 -04:00
|
|
|
version = "0.1.16"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"semver",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2019-08-28 18:58:42 -04:00
|
|
|
version = "0.16.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"base64 0.10.1",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "51ffebdbb48c14f84eba0b715197d673aff1dd22cc1007ca647e28483bbcc307"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"openssl-probe",
|
|
|
|
"rustls",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2020-01-05 09:19:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rusty_v8"
|
2020-01-29 07:03:42 -05:00
|
|
|
version = "0.2.1"
|
2020-01-05 09:19:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8ed9530934df58a5be648916e142858b473558a0df6356b59e083c1c3c2f7d32"
|
2020-01-05 09:19:29 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bitflags",
|
|
|
|
"cargo_gn",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"which",
|
2020-01-05 09:19:29 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2020-01-05 11:41:54 -05:00
|
|
|
version = "5.0.6"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "a23cb19702a8d6afb6edb3c842386e680d4883760e0df74e6848e23c2a87a635"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"dirs",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"nix",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-11-07 17:26:49 -05:00
|
|
|
version = "1.0.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-02-17 13:11:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-02-17 13:11:45 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi-util",
|
2020-02-17 13:11:45 -05:00
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.1.17"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"lazy_static",
|
|
|
|
"winapi 0.3.8",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2019-08-28 18:58:42 -04:00
|
|
|
version = "0.6.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"core-foundation-sys",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"semver-parser",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "1.0.104"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
2019-08-22 20:27:51 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde_derive",
|
2019-08-22 20:27:51 -04:00
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-05-16 23:17:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "1.0.104"
|
2019-05-16 23:17:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
2019-05-16 23:17:50 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
2019-05-16 23:17:50 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "1.0.48"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "0.6.1"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"dtoa",
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
"url",
|
2019-05-10 23:03:03 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "1.2.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"arc-swap",
|
|
|
|
"libc",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "83da420ee8d1a89e640d0948c646c1c088758d3a3c538f943bfa97bdac17929d"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-01-09 19:22:46 -05:00
|
|
|
version = "0.4.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"maybe-uninit",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "1.2.0"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
|
2019-12-30 08:57:17 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2019-08-22 16:33:55 -04:00
|
|
|
version = "0.3.11"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "source-map-mappings"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "89babfa6891f638e3e30c5dd248368937015b627a9704aaa8c9d3b9177bf8bfa"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"rand 0.4.6",
|
|
|
|
"vlq",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sourcefile"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
|
2019-08-28 18:58:42 -04:00
|
|
|
|
2019-02-11 20:08:21 -05:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2019-08-28 18:58:42 -04:00
|
|
|
version = "0.5.2"
|
2019-02-11 20:08:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-02-11 20:08:21 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"lazy_static",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"phf_shared",
|
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_enum"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "94fdb6536756cfd35ee18b9a9972ab2a699d405cc57e0ad0532022960f30d581"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"pmutil",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"swc_macros_common",
|
|
|
|
"syn 1.0.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-03-31 17:54:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-15 11:26:24 -04:00
|
|
|
version = "0.8.0"
|
2019-03-31 17:54:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-03-31 17:54:58 -04:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_atoms"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "46682d5a27e12d8b86168ea2fcb3aae2e0625f24bf109dee4bca24b2b51e03ce"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_common"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.5.3"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "c66390c6f5d8846eba68c0cfc599872c55df2f34ee69294f7ec6d61f1ea1f6a5"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"ast_node",
|
|
|
|
"atty",
|
|
|
|
"cfg-if",
|
|
|
|
"dashmap",
|
|
|
|
"either",
|
|
|
|
"from_variant",
|
|
|
|
"fxhash",
|
|
|
|
"hashbrown",
|
|
|
|
"log",
|
|
|
|
"parking_lot 0.7.1",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"string_cache",
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_ast"
|
2020-02-18 10:34:24 -05:00
|
|
|
version = "0.17.0"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "9702641d277f6304ec52a1a84e3bb31218ade02f7d863cf2e40912765be0b9dc"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"enum_kind",
|
|
|
|
"num-bigint",
|
|
|
|
"serde",
|
|
|
|
"string_enum",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_parser"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.19.1"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "449c59d6588e09488e4ad5cfb794268f4c1c21961b6cfa1743478b6b801f463a"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"either",
|
|
|
|
"enum_kind",
|
|
|
|
"log",
|
|
|
|
"num-bigint",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"smallvec 1.2.0",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_parser_macros",
|
|
|
|
"unicode-xid 0.2.0",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_parser_macros"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7b3ae6f346378d597ff91095bb1b926e3e1f3504babd30968b939c96d2529b2a"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"pmutil",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"swc_macros_common",
|
|
|
|
"syn 1.0.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_macros_common"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d1638e13581d32a5ef0ea74fadb9d2325b30f3fdb17ac8d38cb6da5f83f1b92b"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"pmutil",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.15.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "1.0.14"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"unicode-xid 0.2.0",
|
2019-08-22 16:33:55 -04:00
|
|
|
]
|
|
|
|
|
2019-09-27 19:09:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sys-info"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "0079fe39cec2c8215e21b0bc4ccec9031004c160b88358f531b601e96b77f0df"
|
2019-09-27 19:09:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2019-09-27 19:09:42 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-08-02 11:58:09 -04:00
|
|
|
version = "3.1.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-05-29 23:53:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "1.1.0"
|
2019-05-29 23:53:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2019-05-29 23:53:14 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi-util",
|
2019-05-29 23:53:14 -04:00
|
|
|
]
|
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "test_plugin"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"deno",
|
|
|
|
"deno_core",
|
|
|
|
"futures 0.3.4",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2019-03-31 17:54:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-15 11:26:24 -04:00
|
|
|
version = "0.11.0"
|
2019-03-31 17:54:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-03-31 17:54:58 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"unicode-width",
|
2019-03-31 17:54:58 -04:00
|
|
|
]
|
|
|
|
|
2019-02-07 17:46:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "1.0.1"
|
2019-02-07 17:46:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2019-02-07 17:46:52 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"lazy_static",
|
2019-02-07 17:46:52 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2019-01-09 19:22:46 -05:00
|
|
|
version = "0.1.42"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi 0.3.8",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-12-15 05:47:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.2.11"
|
2019-12-15 05:47:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8fdd17989496f49cdc57978c96f0c9fe5e4a58a8bddc6813c449a4624f6a030b"
|
2019-12-15 05:47:26 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.5.4",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"mio-named-pipes",
|
|
|
|
"mio-uds",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi 0.3.8",
|
2019-12-15 05:47:26 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.1.13"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"log",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-12-15 05:47:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.2.4"
|
2019-12-15 05:47:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f4b1e7ed7d5d4c2af3d999904b0eebe76544897cdbfb2b9684bed2174ab20f7c"
|
2019-12-15 05:47:26 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "tokio-rustls"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.12.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "141afec0978abae6573065a48882c6bae44c5cc61db9b511ac4abf6a09bfd9cc"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-core",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.2.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bytes 0.5.4",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.2"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2019-08-28 20:05:01 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "2.6.0"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"version_check 0.9.1",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"matches",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-01-30 10:08:51 -05:00
|
|
|
version = "0.1.12"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
|
2019-01-26 07:58:19 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"smallvec 1.2.0",
|
2019-01-26 07:58:19 -05:00
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "1.6.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "0.1.7"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-12-05 15:30:20 -05:00
|
|
|
|
2019-08-22 16:33:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-08-22 16:33:55 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2019-08-28 18:58:42 -04:00
|
|
|
version = "0.7.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-09-23 14:40:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "2.1.1"
|
2019-09-23 14:40:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2019-09-23 14:40:38 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-09-23 14:40:38 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-05-01 05:08:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utime"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "055058552ca15c566082fc61da433ae678f78986a6f16957e33162d1b218792a"
|
2019-05-01 05:08:12 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.2.8",
|
2019-05-01 05:08:12 -04:00
|
|
|
]
|
|
|
|
|
2019-03-31 17:54:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2019-03-31 17:54:58 -04:00
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2019-08-28 18:58:42 -04:00
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2019-12-30 08:57:17 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "vlq"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-02-17 13:11:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2020-02-17 13:11:45 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"same-file",
|
|
|
|
"winapi 0.3.8",
|
|
|
|
"winapi-util",
|
2020-02-17 13:11:45 -05:00
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"log",
|
|
|
|
"try-lock",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2019-08-22 16:33:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-08-22 16:33:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-08-22 16:33:55 -04:00
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.2.58"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.2.58"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
|
|
|
"wasm-bindgen-shared",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.4.8"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8bbdd49e3e28b40dec6a9ba8d17798245ce32b019513a845369c641b275135d9"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.2.58"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"quote 1.0.2",
|
|
|
|
"wasm-bindgen-macro-support",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.2.58"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.2.58"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601"
|
2019-08-28 18:58:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-webidl"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.2.58"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"anyhow",
|
|
|
|
"heck",
|
|
|
|
"log",
|
|
|
|
"proc-macro2 1.0.8",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.14",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"weedle",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.3.35"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"anyhow",
|
|
|
|
"js-sys",
|
|
|
|
"sourcefile",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-webidl",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2020-02-21 13:21:51 -05:00
|
|
|
version = "0.21.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2019-08-28 18:58:42 -04:00
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "a262ae37dd9d60f60dd473d1158f9fbebf110ba7b6a5051c8160460f6043718b"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"webpki",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "weedle"
|
|
|
|
version = "0.10.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"nom",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-01-05 09:19:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
|
2020-01-05 09:19:29 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"failure",
|
|
|
|
"libc",
|
2020-01-05 09:19:29 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-09-12 16:20:15 -04:00
|
|
|
version = "0.3.8"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-05-29 23:53:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.1.3"
|
2019-05-29 23:53:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
|
2019-05-29 23:53:14 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi 0.3.8",
|
2019-05-29 23:53:14 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi 0.3.8",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|