vpncloud/Cargo.lock

813 lines
37 KiB
Plaintext
Raw Normal View History

2019-12-04 08:32:35 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2015-11-28 16:54:52 +00:00
[[package]]
name = "aho-corasick"
2020-04-17 20:35:24 +00:00
version = "0.7.10"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-04-17 20:35:24 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "attohttpc"
2020-04-17 20:35:24 +00:00
version = "0.10.1"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-04-17 20:35:24 +00:00
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-11-28 16:54:52 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "base-x"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-06-30 08:05:37 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "bitflags"
2019-12-04 08:32:35 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "boxfnonce"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bumpalo"
2020-05-28 06:59:00 +00:00
version = "3.3.0"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-20 21:03:41 +00:00
[[package]]
name = "bytes"
2020-04-17 20:35:24 +00:00
version = "0.5.4"
2017-05-09 07:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-12-04 08:32:35 +00:00
name = "cc"
2020-05-28 06:59:00 +00:00
version = "1.0.54"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-12-04 08:32:35 +00:00
name = "cfg-if"
version = "0.1.10"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-11-23 14:21:22 +00:00
[[package]]
name = "daemonize"
2019-12-04 08:32:35 +00:00
version = "0.4.1"
2016-11-23 14:21:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-04 08:32:35 +00:00
"boxfnonce 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
2016-11-23 14:21:22 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-11-28 16:54:52 +00:00
[[package]]
name = "docopt"
2019-12-04 08:32:35 +00:00
version = "1.1.0"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-04 08:32:35 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-19 15:11:48 +00:00
"strsim 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
2015-11-28 16:54:52 +00:00
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "dtoa"
2020-02-20 21:52:40 +00:00
version = "0.4.5"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-29 08:45:54 +00:00
[[package]]
name = "fnv"
2020-05-28 06:59:00 +00:00
version = "1.0.7"
2016-03-29 08:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-04 08:32:35 +00:00
[[package]]
name = "getrandom"
2020-01-25 12:56:21 +00:00
version = "0.1.14"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
[[package]]
2019-03-20 21:03:41 +00:00
name = "http"
2020-04-17 20:35:24 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-04-17 20:35:24 +00:00
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2019-02-15 21:42:13 +00:00
name = "idna"
2020-04-17 20:35:24 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-02-15 21:42:13 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
"unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "igd"
2020-05-28 06:59:00 +00:00
version = "0.11.0"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-04-17 20:35:24 +00:00
"attohttpc 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"xmltree 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-20 21:03:41 +00:00
]
[[package]]
name = "itoa"
2020-01-25 12:56:21 +00:00
version = "0.4.5"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "js-sys"
2020-05-07 08:41:10 +00:00
version = "0.3.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-05-07 08:41:10 +00:00
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
2016-08-05 06:40:02 +00:00
[[package]]
name = "lazy_static"
2019-12-04 08:32:35 +00:00
version = "1.4.0"
2016-08-05 06:40:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-01-01 23:35:14 +00:00
name = "libc"
2020-05-28 06:59:00 +00:00
version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "linked-hash-map"
2020-05-07 08:41:10 +00:00
version = "0.5.3"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-02-15 21:42:13 +00:00
name = "log"
2019-12-04 08:32:35 +00:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-01 23:35:14 +00:00
dependencies = [
2019-12-04 08:32:35 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-01 23:35:14 +00:00
]
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "matches"
version = "0.1.8"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-01 23:35:14 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "memchr"
2020-04-17 20:35:24 +00:00
version = "2.3.3"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-11-28 16:54:52 +00:00
[[package]]
name = "nix"
2019-12-04 08:32:35 +00:00
version = "0.14.1"
2016-03-29 08:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-04 08:32:35 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-29 08:45:54 +00:00
]
[[package]]
name = "nix"
2020-02-20 21:52:40 +00:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2020-05-07 08:41:10 +00:00
[[package]]
name = "once_cell"
2020-05-28 06:59:00 +00:00
version = "1.4.0"
2020-05-07 08:41:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "percent-encoding"
2020-04-17 20:35:24 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-11-28 16:54:52 +00:00
[[package]]
name = "pkg-config"
2019-12-04 08:32:35 +00:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ppv-lite86"
2020-05-28 06:59:00 +00:00
version = "0.2.8"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "privdrop"
2020-02-20 21:52:40 +00:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
2020-02-20 21:52:40 +00:00
"nix 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2020-01-25 12:56:21 +00:00
[[package]]
name = "proc-macro-hack"
2020-05-28 06:59:00 +00:00
version = "0.5.16"
2020-01-25 12:56:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-01 23:35:14 +00:00
[[package]]
name = "proc-macro2"
2020-05-28 06:59:00 +00:00
version = "1.0.17"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-04 08:32:35 +00:00
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "quote"
2020-05-28 06:59:00 +00:00
version = "1.0.6"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "rand"
2020-01-25 12:56:21 +00:00
version = "0.7.3"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-01-25 12:56:21 +00:00
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "rand_chacha"
2020-04-17 20:35:24 +00:00
version = "0.2.2"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-01 23:35:14 +00:00
]
[[package]]
2019-12-04 08:32:35 +00:00
name = "rand_core"
version = "0.5.1"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-01-25 12:56:21 +00:00
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-01 23:35:14 +00:00
]
[[package]]
2019-12-04 08:32:35 +00:00
name = "rand_hc"
version = "0.2.0"
2019-02-14 21:51:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-04 08:32:35 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-14 21:51:10 +00:00
]
2017-05-04 05:11:23 +00:00
[[package]]
name = "redox_syscall"
2019-12-04 08:32:35 +00:00
version = "0.1.56"
2017-05-04 05:11:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-01 23:35:14 +00:00
[[package]]
name = "regex"
2020-05-07 08:41:10 +00:00
version = "1.3.7"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-04-17 20:35:24 +00:00
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-11-28 16:54:52 +00:00
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "regex-syntax"
2020-04-17 20:35:24 +00:00
version = "0.6.17"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-02-21 15:57:25 +00:00
[[package]]
name = "remove_dir_all"
2019-12-04 08:32:35 +00:00
version = "0.5.2"
2019-02-21 15:57:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-04 08:32:35 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-21 15:57:25 +00:00
]
2019-01-04 12:53:12 +00:00
[[package]]
name = "ring"
2020-05-07 08:41:10 +00:00
version = "0.16.13"
2019-01-04 12:53:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"web-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-04 12:53:12 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ryu"
2020-05-07 08:41:10 +00:00
version = "1.0.4"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-01 23:35:14 +00:00
[[package]]
name = "serde"
2020-05-28 06:59:00 +00:00
version = "1.0.110"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-05-28 06:59:00 +00:00
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "serde_derive"
2020-05-28 06:59:00 +00:00
version = "1.0.110"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "serde_json"
2020-05-28 06:59:00 +00:00
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-04-17 20:35:24 +00:00
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_yaml"
2020-05-28 06:59:00 +00:00
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-02-20 21:52:40 +00:00
"dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-21 17:02:41 +00:00
"yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-11-28 16:54:52 +00:00
[[package]]
name = "signal"
2019-12-04 08:32:35 +00:00
version = "0.7.0"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-11-28 16:54:52 +00:00
]
[[package]]
name = "siphasher"
2020-05-07 08:41:10 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-01 23:35:14 +00:00
[[package]]
name = "smallvec"
2020-05-07 08:41:10 +00:00
version = "1.4.0"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2020-04-17 20:35:24 +00:00
name = "spin"
version = "0.5.2"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-02-14 21:51:10 +00:00
[[package]]
2020-04-17 20:35:24 +00:00
name = "standback"
2020-05-07 08:41:10 +00:00
version = "0.2.8"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"stdweb-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
"stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"syn 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
2019-02-14 21:51:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-01 23:35:14 +00:00
[[package]]
name = "strsim"
2019-12-19 15:11:48 +00:00
version = "0.9.3"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "syn"
2020-05-28 06:59:00 +00:00
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-02 06:35:11 +00:00
]
2019-02-21 15:57:25 +00:00
[[package]]
name = "tempfile"
2019-12-04 08:32:35 +00:00
version = "3.1.0"
2019-02-21 15:57:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-04 08:32:35 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-21 15:57:25 +00:00
]
2016-05-02 06:35:11 +00:00
[[package]]
name = "thread_local"
2020-01-25 12:56:21 +00:00
version = "1.0.1"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-04 08:32:35 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-02 06:35:11 +00:00
]
2015-11-28 16:54:52 +00:00
[[package]]
name = "time"
2020-05-28 06:59:00 +00:00
version = "0.2.16"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-25 12:56:21 +00:00
dependencies = [
2020-04-17 20:35:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"standback 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
"stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
"time-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
]
[[package]]
name = "time-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"time-macros-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
]
[[package]]
name = "time-macros-impl"
2020-05-07 08:41:10 +00:00
version = "0.1.1"
2020-01-25 12:56:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"standback 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"syn 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
]
2015-11-28 16:54:52 +00:00
2017-05-04 05:11:23 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-05-04 05:11:23 +00:00
dependencies = [
2019-02-15 21:42:13 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-01 23:35:14 +00:00
]
[[package]]
2019-02-15 21:42:13 +00:00
name = "unicode-normalization"
2020-01-25 12:56:21 +00:00
version = "0.1.12"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-07 08:41:10 +00:00
"smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-04 05:11:23 +00:00
]
[[package]]
2019-01-01 23:35:14 +00:00
name = "unicode-xid"
2019-12-04 08:32:35 +00:00
version = "0.2.0"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-04 12:53:12 +00:00
[[package]]
name = "untrusted"
2020-05-07 08:41:10 +00:00
version = "0.7.1"
2019-01-04 12:53:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-02-15 21:42:13 +00:00
[[package]]
name = "url"
2020-04-17 20:35:24 +00:00
version = "2.1.1"
2019-02-15 21:42:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-04-17 20:35:24 +00:00
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-15 21:42:13 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-04-17 20:35:24 +00:00
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-15 21:42:13 +00:00
]
2020-05-07 08:41:10 +00:00
[[package]]
name = "version_check"
2020-05-28 06:59:00 +00:00
version = "0.9.2"
2020-05-07 08:41:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-01 21:50:04 +00:00
[[package]]
name = "vpncloud"
2020-04-17 20:35:24 +00:00
version = "1.3.0"
2019-01-01 21:50:04 +00:00
dependencies = [
2020-05-28 06:59:00 +00:00
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"daemonize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"igd 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
2020-02-20 21:52:40 +00:00
"privdrop 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-25 12:56:21 +00:00
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"ring 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"signal 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"siphasher 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"time 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-21 17:02:41 +00:00
"yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-01 23:35:14 +00:00
]
2019-03-20 21:03:41 +00:00
[[package]]
2019-12-04 08:32:35 +00:00
name = "wasi"
2020-01-25 12:56:21 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wasm-bindgen"
2020-05-07 08:41:10 +00:00
version = "0.2.62"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"wasm-bindgen-macro 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2020-05-07 08:41:10 +00:00
version = "0.2.62"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"bumpalo 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-28 06:59:00 +00:00
"proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"wasm-bindgen-shared 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2020-05-07 08:41:10 +00:00
version = "0.2.62"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"wasm-bindgen-macro-support 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-05-07 08:41:10 +00:00
version = "0.2.62"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-28 06:59:00 +00:00
"proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-07 08:41:10 +00:00
"wasm-bindgen-backend 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2020-05-07 08:41:10 +00:00
version = "0.2.62"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "web-sys"
2020-05-07 08:41:10 +00:00
version = "0.3.39"
2019-03-20 21:03:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-05-07 08:41:10 +00:00
"js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-04 08:32:35 +00:00
]
2019-03-20 21:03:41 +00:00
2019-01-01 23:35:14 +00:00
[[package]]
name = "winapi"
2019-12-04 08:32:35 +00:00
version = "0.3.8"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "xml-rs"
2020-05-07 08:41:10 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "xmltree"
2020-04-17 20:35:24 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-07 08:41:10 +00:00
"xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "yaml-rust"
2019-03-21 17:02:41 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-07 08:41:10 +00:00
"linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-08-05 06:40:02 +00:00
[metadata]
2020-04-17 20:35:24 +00:00
"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
"checksum attohttpc 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "baf13118df3e3dce4b5ac930641343b91b656e4e72c8f8325838b01a4b1c9d45"
"checksum base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1"
2019-12-04 08:32:35 +00:00
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
"checksum boxfnonce 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426"
2020-05-28 06:59:00 +00:00
"checksum bumpalo 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5356f1d23ee24a1f785a56d1d1a5f0fd5b0f6a0c0fb2412ce11da71649ab78f6"
2020-04-17 20:35:24 +00:00
"checksum bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2020-05-28 06:59:00 +00:00
"checksum cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)" = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
2019-12-04 08:32:35 +00:00
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
"checksum daemonize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70c24513e34f53b640819f0ac9f705b673fcf4006d7aab8778bee72ebfc89815"
2020-04-17 20:35:24 +00:00
"checksum discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2019-12-04 08:32:35 +00:00
"checksum docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969"
2020-02-20 21:52:40 +00:00
"checksum dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
2020-05-28 06:59:00 +00:00
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-01-25 12:56:21 +00:00
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
2020-04-17 20:35:24 +00:00
"checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2020-05-28 06:59:00 +00:00
"checksum igd 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e8cad093dcfafa3770b737b9d570cf4d44177e90785385716d90322ef60ddc4"
2020-01-25 12:56:21 +00:00
"checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
2020-05-07 08:41:10 +00:00
"checksum js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5a448de267e7358beaf4a5d849518fe9a0c13fce7afd44b06e68550e5562a7"
2019-12-04 08:32:35 +00:00
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-05-28 06:59:00 +00:00
"checksum libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)" = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
2020-05-07 08:41:10 +00:00
"checksum linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2019-12-04 08:32:35 +00:00
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2019-02-15 21:42:13 +00:00
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2020-04-17 20:35:24 +00:00
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2019-12-04 08:32:35 +00:00
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
2020-02-20 21:52:40 +00:00
"checksum nix 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dd0eaf8df8bab402257e0a5c17a254e4cc1f72a93588a1ddfb5d356c801aa7cb"
2020-05-28 06:59:00 +00:00
"checksum once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
2020-04-17 20:35:24 +00:00
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-12-04 08:32:35 +00:00
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2020-05-28 06:59:00 +00:00
"checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2020-02-20 21:52:40 +00:00
"checksum privdrop 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "939fa7cbfef9c15c65cf2fb3ed57f3f2a14dca1757a556aa1ba4a7f998b2b479"
2020-05-28 06:59:00 +00:00
"checksum proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
"checksum proc-macro2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "1502d12e458c49a4c9cbff560d0fe0060c252bc29799ed94ca2ed4bb665a0101"
"checksum quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
2020-01-25 12:56:21 +00:00
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2020-04-17 20:35:24 +00:00
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-12-04 08:32:35 +00:00
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2020-05-07 08:41:10 +00:00
"checksum regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
2020-04-17 20:35:24 +00:00
"checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2019-12-04 08:32:35 +00:00
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2020-05-07 08:41:10 +00:00
"checksum ring 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)" = "703516ae74571f24b465b4a1431e81e2ad51336cb0ded733a55a1aa3eccac196"
2020-04-17 20:35:24 +00:00
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2020-05-07 08:41:10 +00:00
"checksum ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
2020-04-17 20:35:24 +00:00
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2020-05-28 06:59:00 +00:00
"checksum serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)" = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c"
"checksum serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)" = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984"
"checksum serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)" = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
"checksum serde_yaml 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)" = "16c7a592a1ec97c9c1c68d75b6e537dcbf60c7618e038e7841e00af1d9ccf0c4"
2020-04-17 20:35:24 +00:00
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2019-12-04 08:32:35 +00:00
"checksum signal 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9"
2020-05-07 08:41:10 +00:00
"checksum siphasher 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
"checksum smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
2019-12-04 08:32:35 +00:00
"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2020-05-07 08:41:10 +00:00
"checksum standback 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "47e4b8c631c998468961a9ea159f064c5c8499b95b5e4a34b77849d45949d540"
2020-04-17 20:35:24 +00:00
"checksum stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
"checksum stdweb-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
"checksum stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
"checksum stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2019-12-19 15:11:48 +00:00
"checksum strsim 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2020-05-28 06:59:00 +00:00
"checksum syn 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "ef781e621ee763a2a40721a8861ec519cb76966aee03bb5d00adb6a31dc1c1de"
2019-12-04 08:32:35 +00:00
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2020-01-25 12:56:21 +00:00
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2020-05-28 06:59:00 +00:00
"checksum time 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3a51cadc5b1eec673a685ff7c33192ff7b7603d0b75446fb354939ee615acb15"
2020-01-25 12:56:21 +00:00
"checksum time-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ae9b6e9f095bc105e183e3cd493d72579be3181ad4004fceb01adbe9eecab2d"
2020-05-07 08:41:10 +00:00
"checksum time-macros-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
2019-02-15 21:42:13 +00:00
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2020-01-25 12:56:21 +00:00
"checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
2019-12-04 08:32:35 +00:00
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2020-05-07 08:41:10 +00:00
"checksum untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-04-17 20:35:24 +00:00
"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2020-05-28 06:59:00 +00:00
"checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2016-08-05 06:40:02 +00:00
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2020-01-25 12:56:21 +00:00
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-05-07 08:41:10 +00:00
"checksum wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "e3c7d40d09cdbf0f4895ae58cf57d92e1e57a9dd8ed2e8390514b54a47cc5551"
"checksum wasm-bindgen-backend 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "c3972e137ebf830900db522d6c8fd74d1900dcfc733462e9a12e942b00b4ac94"
"checksum wasm-bindgen-macro 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "2cd85aa2c579e8892442954685f0d801f9129de24fa2136b2c6a539c76b65776"
"checksum wasm-bindgen-macro-support 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "8eb197bd3a47553334907ffd2f16507b4f4f01bbec3ac921a7719e0decdfe72a"
"checksum wasm-bindgen-shared 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "a91c2916119c17a8e316507afaaa2dd94b47646048014bbdf6bef098c1bb58ad"
"checksum web-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)" = "8bc359e5dd3b46cb9687a051d50a2fdd228e4ba7cf6fcf861a5365c3d671a642"
2019-12-04 08:32:35 +00:00
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2019-01-01 23:35:14 +00:00
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-05-07 08:41:10 +00:00
"checksum xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
2020-04-17 20:35:24 +00:00
"checksum xmltree 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77a607efe600db25447a8d9bab1f39217a82c4ba160b51b027d7c4f6053004df"
2019-03-21 17:02:41 +00:00
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"