2019-04-21 22:25:22 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2018-06-08 22:41:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.7.13"
|
2018-06-08 22:41:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 22:41:01 +02:00
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
2020-06-28 15:55:46 +02:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-28 15:55:46 +02:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2020-06-28 15:55:46 +02:00
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.7"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.0"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.12.3"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-07 22:39:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.5.2"
|
2018-06-07 22:39:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"bit-vec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 22:39:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.6.2"
|
2018-06-07 22:39:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.2.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.4.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.5.5"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"loom 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.55"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.1.10"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cggitem_sets"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02: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-06-28 15:55:46 +02:00
|
|
|
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:07:02 +02:00
|
|
|
"select 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"simple_logger 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.4.11"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.9.3"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.7.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.7.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.4.6"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.8.23"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.7"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-21 22:25:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2018-06-07 22:39:25 +02:00
|
|
|
version = "0.1.4"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.5"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.5"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
|
|
|
version = "0.6.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.1.14"
|
2019-10-03 08:03:02 +02: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-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.2.5"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.23.0"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"markup5ever 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.2.1"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.3.1"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "1.3.4"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.13.6"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.4.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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-06-28 15:55:46 +02:00
|
|
|
"unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-09 12:35:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.4.0"
|
2018-06-09 12:35:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-09 12:35:47 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.1.4"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.4.6"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-06-28 18:01:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "1.4.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.71"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.8"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "loom"
|
|
|
|
version = "0.3.4"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"generator 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.8.1"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"string_cache 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"string_cache_codegen 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.1.8"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-08 22:41:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "2.3.3"
|
2018-06-08 22:41:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.3.16"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "2.0.3"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.6.22"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.4"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"openssl 0.10.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.34"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2018-06-07 22:39:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.4"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.1.43"
|
2018-06-07 22:39:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 22:39:25 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "num-traits"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.12"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.10.30"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2019-04-21 22:25:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.9.58"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.7.24"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.7.24"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.7.24"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.7.24"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2020-06-28 18:01:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "0.4.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "0.4.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.3.17"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.8"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.4.30"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.18"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.7"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.7.3"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02: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)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.2"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "rand_core"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.4.2"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-08 22:41:01 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
2018-06-08 22:41:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 22:41:01 +02:00
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-08 22:41:01 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
2018-06-08 22:41:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 22:41:01 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "rand_jitter"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.1.4"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
2018-06-04 22:51:18 +02:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.1.56"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.3.9"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"aho-corasick 0.7.13 (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.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.6.18"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.5.3"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.10.6"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"encoding_rs 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"js-sys 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime_guess 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-futures 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"web-sys 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "ryu"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.5"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.1.19"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "scoped-tls"
|
|
|
|
version = "0.1.2"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.4.4"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.4.3"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
2018-06-07 22:39:25 +02:00
|
|
|
name = "select"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.4.3"
|
2019-10-03 08:07:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-06-05 00:02:35 +02:00
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
2018-06-05 00:02:35 +02:00
|
|
|
]
|
|
|
|
|
2019-04-21 22:25:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.114"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.114"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.55"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.6.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simple_logger"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.6.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.2.3"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.4.2"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "socket2"
|
|
|
|
version = "0.3.12"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-28 15:55:46 +02:00
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.7.5"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"string_cache_codegen 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.4.4"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_shared"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "0.15.44"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-09 00:19:24 +02:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.33"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "tempfile"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "3.1.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.4.1"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-07 22:39:25 +02:00
|
|
|
"futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 00:02:35 +02:00
|
|
|
]
|
|
|
|
|
2018-06-08 22:41:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.1"
|
2018-06-08 22:41:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 22:41:01 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.1.43"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2020-06-28 15:55:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.2.21"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:55:46 +02:00
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "tokio-tls"
|
|
|
|
version = "0.3.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.3.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 18:01:50 +02:00
|
|
|
"bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 18:01:50 +02:00
|
|
|
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.2"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "2.6.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-21 22:25:22 +02:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.1.13"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-04-21 22:25:22 +02:00
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"tinyvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.1"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
2019-10-03 08:03:02 +02:00
|
|
|
name = "url"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "2.1.1"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-06-05 00:02:35 +02:00
|
|
|
|
2018-06-08 22:41:01 +02:00
|
|
|
[[package]]
|
2019-10-03 08:03:02 +02:00
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.5"
|
2018-06-08 22:41:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.10"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.9.2"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.3.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-03 08:03:02 +02:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 22:25:22 +02:00
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-06-28 18:01:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.63"
|
|
|
|
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)",
|
|
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-macro 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.63"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.13"
|
|
|
|
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)",
|
|
|
|
"js-sys 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"web-sys 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.63"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-macro-support 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.63"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-backend 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.63"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.3.9"
|
2018-06-04 22:51:18 +02: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-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "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"
|
|
|
|
|
2018-06-09 08:31:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2020-06-28 18:01:50 +02:00
|
|
|
version = "0.7.0"
|
2018-06-09 08:31:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:55:46 +02:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-09 08:31:15 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[metadata]
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
|
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
|
|
|
"checksum bit-vec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3"
|
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
|
|
|
"checksum bytes 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "118cf036fbb97d0816e3c34b2d7a1e8cfc60f68fcf63d550ddbe9bd5f59c213b"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)" = "b1be3409f94d7bdceeb5f5fac551039d9b3f00e25da7a74fc4d33400a0d96368"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
|
|
|
|
"checksum core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
|
|
"checksum core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
"checksum dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
|
|
|
|
"checksum encoding_rs 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171"
|
|
|
|
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-06-07 22:39:25 +02:00
|
|
|
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
|
|
|
|
"checksum futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
|
|
|
|
"checksum futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
|
|
|
|
"checksum futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
|
|
|
|
"checksum futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
|
|
|
|
"checksum generator 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "add72f17bb81521258fcc8a7a3245b1e184e916bfbe34f0ea89558f440df5c68"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce65ac8028cf5a287a7dbf6c4e0a6cf2dcf022ed5b167a81bae66ebf599a8b7"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
|
|
|
|
"checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f"
|
|
|
|
"checksum hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
|
|
|
|
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
"checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum js-sys 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "ce10c23ad2ea25ceca0093bd3192229da4c5b3c0f2de499c1ecac0d98d452177"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)" = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum loom 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecc775857611e1df29abba5c41355cdf540e7e9d4acfdf0f355eefee82330b7"
|
2018-06-05 00:02:35 +02:00
|
|
|
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum markup5ever 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f1af46a727284117e09780d05038b1ce6fc9c76cc6df183c3dae5a8955a25e21"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
|
"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
"checksum mime_guess 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
|
|
"checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
|
|
|
|
"checksum net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
|
|
|
|
"checksum new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
"checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
|
|
|
"checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
|
|
|
"checksum openssl 0.10.30 (registry+https://github.com/rust-lang/crates.io-index)" = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)" = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
|
|
|
|
"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
|
|
|
|
"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
|
|
|
|
"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
|
|
|
|
"checksum pin-project-internal 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
|
|
|
|
"checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
|
|
|
|
"checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
|
|
|
"checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
|
2018-06-05 00:02:35 +02:00
|
|
|
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
|
|
|
"checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
|
|
|
"checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
"checksum schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum security-framework 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
|
|
|
|
"checksum security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
|
2019-10-03 08:07:02 +02:00
|
|
|
"checksum select 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ac645958c62108d11f90f8d34e4dc2799c838fc995ed4c2075867a2a8d5be76b"
|
2019-04-21 22:25:22 +02: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-06-28 15:55:46 +02:00
|
|
|
"checksum serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
|
|
|
|
"checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
|
|
|
|
"checksum serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)" = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum simple_logger 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fea0c4611f32f4c2bac73754f22dca1f57e6c1945e0590dae4e5f2a077b92367"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum string_cache 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "89c058a82f9fd69b1becf8c274f412281038877c553182f1d02eb027045a2d67"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum string_cache_codegen 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6"
|
2018-06-05 00:02:35 +02:00
|
|
|
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
|
2019-10-03 08:03:02 +02:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
|
|
"checksum time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
|
|
"checksum tinyvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58"
|
|
|
|
"checksum tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
|
|
|
"checksum tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
|
|
"checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2019-04-21 22:25:22 +02:00
|
|
|
"checksum utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
|
|
|
|
"checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2020-06-28 18:01:50 +02:00
|
|
|
"checksum wasm-bindgen 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)" = "4c2dc4aa152834bc334f506c1a06b866416a8b6697d5c9f75b9a689c8486def0"
|
|
|
|
"checksum wasm-bindgen-backend 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)" = "ded84f06e0ed21499f6184df0e0cb3494727b0c5da89534e0fcc55c51d812101"
|
|
|
|
"checksum wasm-bindgen-futures 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "64487204d863f109eb77e8462189d111f27cb5712cc9fdb3461297a76963a2f6"
|
|
|
|
"checksum wasm-bindgen-macro 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)" = "838e423688dac18d73e31edce74ddfac468e37b1506ad163ffaf0a46f703ffe3"
|
|
|
|
"checksum wasm-bindgen-macro-support 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)" = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92"
|
|
|
|
"checksum wasm-bindgen-shared 0.2.63 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ba19973a58daf4db6f352eda73dc0e289493cd29fb2632eb172085b6521acd"
|
|
|
|
"checksum web-sys 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "7b72fe77fd39e4bd3eaa4412fd299a0be6b3dfe9d2597e2f1c20beb968f41d17"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2020-06-28 15:55:46 +02:00
|
|
|
"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
"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-06-28 18:01:50 +02:00
|
|
|
"checksum winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
2018-06-04 22:51:18 +02:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|