2019-11-22 21:59:04 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.7.10"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "1.0.28"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.4.6"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-01-06 11:29:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.6"
|
2020-01-06 11:29:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-28 21:48:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-01-06 11:29:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2020-04-05 20:32:32 +00:00
|
|
|
version = "1.0.1"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
2020-02-14 18:18:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.1.30"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-07 16:05:46 +00:00
|
|
|
version = "0.2.14"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"hermit-abi 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2019-12-11 23:03:00 +00:00
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.52.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-11 23:03:00 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
2020-01-06 11:29:11 +00:00
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 00:07:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.13"
|
2020-01-05 00:07:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 00:07:54 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "3.2.1"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "1.3.4"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.5.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.52"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.3.6"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-11 23:03:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-04-05 20:35:27 +00:00
|
|
|
version = "0.1.10"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "0.28.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "2.33.1"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-07 16:05:46 +00:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
2020-01-06 11:29:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.1.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.7.0"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.7.0"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-04-06 14:19:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.0"
|
|
|
|
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-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.2"
|
2020-01-20 15:41:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"criterion-plot 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"oorandom 11.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"plotters 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tinytemplate 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.4.2"
|
2020-01-20 15:41:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
]
|
|
|
|
|
2019-12-24 18:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "croaring"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.4.4"
|
2019-12-24 18:44:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"croaring-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 18:44:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "croaring-sys"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.4.4"
|
2019-12-24 18:44:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 18:44:30 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.7.3"
|
2020-01-20 15:41:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.8.2"
|
2020-01-20 15:41:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 00:07:54 +00:00
|
|
|
[[package]]
|
2020-01-07 16:05:46 +00:00
|
|
|
name = "crossbeam-utils"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.7.2"
|
2020-01-20 15:41:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-01-07 16:05:46 +00:00
|
|
|
[[package]]
|
2020-01-05 00:07:54 +00:00
|
|
|
name = "csv"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "1.1.3"
|
2020-01-05 00:07:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 00:07:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.1.10"
|
2020-01-05 00:07:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 00:07:54 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "delorean"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-04-05 20:32:32 +00:00
|
|
|
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:29:02 +00:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:02:39 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-06 14:19:12 +00:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"criterion 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"croaring 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-01 16:52:00 +00:00
|
|
|
"delorean_test_helpers 0.1.0",
|
2020-05-11 19:09:10 +00:00
|
|
|
"delorean_wal 0.1.0",
|
2020-01-06 11:29:11 +00:00
|
|
|
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:32:08 +00:00
|
|
|
"dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-03-12 02:02:13 +00:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:30:52 +00:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"integer-encoding 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 18:07:29 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-28 21:48:32 +00:00
|
|
|
"nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-06 14:19:12 +00:00
|
|
|
"num 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:39:59 +00:00
|
|
|
"prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-19 14:43:38 +00:00
|
|
|
"prost-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 18:07:29 +00:00
|
|
|
"serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"snafu 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-28 14:13:47 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tonic 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:00 +00:00
|
|
|
"tonic-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-05-01 16:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "delorean_test_helpers"
|
|
|
|
version = "0.1.0"
|
2020-05-08 17:45:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2020-05-01 16:52:00 +00:00
|
|
|
|
2020-04-23 15:26:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "delorean_utilities"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"structopt 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:09:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "delorean_wal"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"delorean_test_helpers 0.1.0",
|
|
|
|
"futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"snafu 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-23 15:26:37 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-01-06 11:29:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
"dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.3.3"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "dotenv"
|
2020-02-14 16:32:08 +00:00
|
|
|
version = "0.15.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "dtoa"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.4.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2020-01-07 16:05:46 +00:00
|
|
|
version = "0.8.22"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2019-12-24 18:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-07 16:05:46 +00:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 18:44:30 +00:00
|
|
|
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-17 17:41:28 +00:00
|
|
|
name = "fixedbitset"
|
2020-02-14 16:39:59 +00:00
|
|
|
version = "0.2.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00: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-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-11 23:03:00 +00:00
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"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-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-io 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-task 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)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "futures-channel"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00: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)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00: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)",
|
|
|
|
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-11 19:25:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-12-11 23:03:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"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-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-macro 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-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro-nested 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-01-07 16:05:46 +00:00
|
|
|
version = "0.1.14"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-07 16:05:46 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.5"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00: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)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.1.12"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "http"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.2.1"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "httparse"
|
|
|
|
version = "1.3.4"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-11 23:03:00 +00:00
|
|
|
dependencies = [
|
2020-01-07 16:05:46 +00:00
|
|
|
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.13.5"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"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)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-11 23:03:00 +00:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "1.3.2"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2019-12-09 18:04:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "integer-encoding"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "1.1.5"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2019-12-17 17:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-05-11 19:25:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.4.5"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.39"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00: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"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-24 18:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-28 21:48:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2020-04-05 20:35:27 +00:00
|
|
|
version = "0.6.2"
|
2020-02-28 21:48:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-28 21:48:32 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-28 21:48:32 +00:00
|
|
|
"static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.69"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-27 14:27:23 +00:00
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "memchr"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "2.3.3"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.5.4"
|
2020-01-20 15:41:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.16"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "2.0.3"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.6.22"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00: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)",
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-13 18:07:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio-named-pipes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 18:07:29 +00:00
|
|
|
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.6.8"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-11 19:25:54 +00:00
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00: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)",
|
|
|
|
]
|
|
|
|
|
2020-02-13 18:07:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 18:07:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-17 17:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.8.1"
|
2019-12-17 17:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.2.4"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"openssl 0.10.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"openssl-sys 0.9.56 (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)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "net2"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.34"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-11 23:03:00 +00:00
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
2020-02-28 21:48:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "nom"
|
|
|
|
version = "4.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-28 21:48:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"lexical-core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-28 21:48:32 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-04-06 14:19:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-complex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-rational 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.2.11"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.13.0"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"hermit-abi 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
2020-05-11 19:25:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-14 14:15:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "11.1.1"
|
2020-02-14 14:15:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.10.29"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.9.56"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-17 17:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2020-02-14 16:39:59 +00:00
|
|
|
version = "0.5.0"
|
2019-12-17 17:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:39:59 +00:00
|
|
|
"fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 17:41:28 +00:00
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.4.16"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project-internal 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "pin-project-internal"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.4.16"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "pin-project-lite"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.1.5"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "pin-utils"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.1.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-14 14:15:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.14"
|
2020-02-14 14:15:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"web-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 14:15:24 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.6"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "1.0.4"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-04-15 20:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-15 20:00:54 +00:00
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-15 20:00:54 +00:00
|
|
|
"syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "proc-macro-hack"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.5.15"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "proc-macro-nested"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.1.4"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "proc-macro2"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.12"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-11 23:03:00 +00:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2019-12-17 17:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2020-02-14 16:39:59 +00:00
|
|
|
version = "0.6.1"
|
2019-12-17 17:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:39:59 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-derive 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 17:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2020-02-14 16:39:59 +00:00
|
|
|
version = "0.6.1"
|
2019-12-17 17:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:39:59 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 17:41:28 +00:00
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"multimap 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:39:59 +00:00
|
|
|
"petgraph 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 17:41:28 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 17:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2020-02-14 16:39:59 +00:00
|
|
|
version = "0.6.1"
|
2019-12-17 17:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 17:41:28 +00:00
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-17 17:41:28 +00:00
|
|
|
name = "prost-types"
|
2020-02-14 16:39:59 +00:00
|
|
|
version = "0.6.1"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 17:41:28 +00:00
|
|
|
dependencies = [
|
2020-02-14 16:39:59 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 17:41:28 +00:00
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "quick-error"
|
2020-01-07 16:05:46 +00:00
|
|
|
version = "1.2.3"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.4"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.7.3"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-07 16:05:46 +00:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.2.2"
|
2020-01-06 11:29:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-07 16:05:46 +00:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00: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)",
|
|
|
|
]
|
|
|
|
|
2020-01-06 11:29:11 +00:00
|
|
|
[[package]]
|
2020-02-14 18:18:54 +00:00
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
2020-01-06 11:29:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 18:18:54 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.56"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-01-06 11:29:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
2020-01-06 11:29:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.3.7"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 00:07:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.1.9"
|
2020-01-05 00:07:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.6.17"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-17 17:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.10.4"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00: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)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"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-02-13 15:39:33 +00:00
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project-lite 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-futures 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"web-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-01-06 11:29:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.7.0"
|
2020-01-06 11:29:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
"blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-06 11:29:11 +00:00
|
|
|
]
|
|
|
|
|
2019-12-24 18:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "1.1.0"
|
2019-12-24 18:44:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.1.19"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "1.1.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.4.4"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00: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)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.4.3"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 15:41:38 +00: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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "serde"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.110"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-11 23:03:00 +00:00
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "serde_derive"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.110"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "serde_json"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.53"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.6.1"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.2.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"arc-swap 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "slab"
|
|
|
|
version = "0.4.2"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-11 23:03:00 +00:00
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "smallvec"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.4.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-03-12 02:02:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snafu"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.6.7"
|
2020-03-12 02:02:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"snafu-derive 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-03-12 02:02:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu-derive"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.6.7"
|
2020-03-12 02:02:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-03-12 02:02:13 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "socket2"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.3.12"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-02-28 21:48:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-04-15 20:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.14"
|
2020-04-15 20:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-15 20:00:54 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"structopt-derive 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-15 20:00:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.4.7"
|
2020-04-15 20:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro-error 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-15 20:00:54 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "syn"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.19"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-04-15 20:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn-mid"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-15 20:00:54 +00:00
|
|
|
]
|
|
|
|
|
2019-12-17 17:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 17:41:28 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "termcolor"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "1.1.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-11 23:03:00 +00:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "thread_local"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "1.0.1"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "time"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.1.43"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "1.0.4"
|
2020-01-20 15:41:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "tokio"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.20"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-07 16:05:46 +00:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 18:07:29 +00:00
|
|
|
"mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project-lite 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 18:07:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.2.5"
|
2020-02-13 18:07:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 18:07:29 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tls"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.1"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 20:24:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00: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)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project-lite 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
2020-02-14 18:18:54 +00:00
|
|
|
name = "tonic"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.1"
|
2020-02-14 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"async-trait 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:00 +00:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00: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)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:00 +00:00
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-derive 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:00 +00:00
|
|
|
"tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-balance 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-load 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-make 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
2020-04-05 20:35:00 +00:00
|
|
|
version = "0.2.0"
|
2020-02-14 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-buffer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-discover 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-layer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"tower-limit 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-load-shed 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-retry 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-timeout 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"tower-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-balance"
|
2020-02-13 15:39:33 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-14 18:18:54 +00:00
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00: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)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-discover 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-layer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-load 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-make 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"tower-ready-cache 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
2020-02-13 15:39:33 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-02-14 18:18:54 +00:00
|
|
|
name = "tower-buffer"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-layer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-discover"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.0"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2020-02-14 18:18:54 +00:00
|
|
|
name = "tower-limit"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.3.1"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-11-22 21:59:04 +00:00
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-layer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
"tower-load 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-load"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-discover 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-load-shed"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-layer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-make"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-ready-cache"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.3.1"
|
2020-02-14 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00: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)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-retry"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-layer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-14 18:18:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-timeout"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-layer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-14 18:18:54 +00:00
|
|
|
name = "tower-util"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "0.3.1"
|
2020-02-14 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00: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)",
|
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2020-04-05 20:35:27 +00:00
|
|
|
version = "0.1.13"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"tracing-attributes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
2020-02-14 18:18:54 +00:00
|
|
|
name = "tracing-attributes"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.1.7"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-14 18:18:54 +00:00
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
2020-02-13 15:39:33 +00:00
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2020-02-14 18:18:54 +00:00
|
|
|
name = "tracing-core"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.1.10"
|
2020-02-14 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.4"
|
2020-02-14 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:35:27 +00:00
|
|
|
"tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "treeline"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.2"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-11 23:03:00 +00:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "unicode-normalization"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.1.12"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.6.0"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.7"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "unicode-xid"
|
2019-11-22 21:59:04 +00:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-11 23:03:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "2.1.1"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-11-22 21:59:04 +00:00
|
|
|
dependencies = [
|
2019-12-11 23:03:00 +00:00
|
|
|
"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)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.8.2"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-04-05 20:24:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-05 20:24:42 +00:00
|
|
|
]
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-01-07 16:05:46 +00:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.62"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-macro 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.62"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:24:42 +00:00
|
|
|
"bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.4.12"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-05 20:35:27 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-11 19:25:54 +00:00
|
|
|
"js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"web-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.62"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-macro-support 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.62"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-backend 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.2.62"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.3.39"
|
2020-02-13 15:39:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
2019-12-24 18:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2020-04-05 20:24:42 +00:00
|
|
|
version = "3.1.1"
|
2019-12-24 18:44:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-11 19:25:54 +00:00
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 18:44:30 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.8"
|
|
|
|
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"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-11 19:25:54 +00:00
|
|
|
version = "0.1.5"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00: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-04-05 20:24:42 +00:00
|
|
|
"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum arc-swap 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2020-02-28 21:48:32 +00:00
|
|
|
"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
2020-01-06 11:29:11 +00:00
|
|
|
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2020-04-05 20:32:32 +00:00
|
|
|
"checksum assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da"
|
2020-02-14 18:18:54 +00:00
|
|
|
"checksum async-stream 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "22068c0c19514942eefcfd4daf8976ef1aad84e61539f95cd200c35202f80af5"
|
|
|
|
"checksum async-stream-impl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25f9db3b38af870bf7e5cc649167533b493928e50744e2c30ae350230b414670"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum async-trait 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "da71fef07bc806586090247e971229289f64c210a278ee5ae419314eb386b31d"
|
2020-01-07 16:05:46 +00:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2019-12-24 18:44:30 +00:00
|
|
|
"checksum bindgen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1c85344eb535a31b62f0af37be84441ba9e7f0f4111eb0530f43d15e513fe57"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-01-07 16:05:46 +00:00
|
|
|
"checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
"checksum bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d"
|
2020-04-05 20:35:27 +00:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2020-04-05 20:24:42 +00:00
|
|
|
"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"
|
2020-04-06 14:19:12 +00:00
|
|
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum criterion 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "63f696897c88b57f4ffe3c69d8e1a0613c7d0e6c4833363c8560fbde9c47b966"
|
|
|
|
"checksum criterion-plot 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ddeaf7989f00f2e1d871a26a110f3ed713632feac17f65f03ca938c542618b60"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum croaring 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "52e9057c1caf8e9debd6f938a12ff24028f3c7f85d24f502f46f3c9601905464"
|
|
|
|
"checksum croaring-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b7d3b66d75dc466ec547604de0517eb4e1a51fd79a83eaff4409f81167dacdc8"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
|
|
|
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2020-01-06 11:29:11 +00:00
|
|
|
"checksum dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
|
|
|
"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2020-02-14 16:32:08 +00:00
|
|
|
"checksum dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2020-01-07 16:05:46 +00:00
|
|
|
"checksum encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
|
2019-12-24 18:44:30 +00:00
|
|
|
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2020-02-14 16:39:59 +00:00
|
|
|
"checksum fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2020-02-13 15:39:33 +00: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-11-22 21:59:04 +00: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"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
|
|
|
|
"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-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
|
|
|
|
"checksum futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
|
|
|
|
"checksum futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
|
|
|
|
"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"
|
2020-01-07 16:05:46 +00:00
|
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum hermit-abi 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum integer-encoding 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2019-12-17 17:41:28 +00:00
|
|
|
"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5a448de267e7358beaf4a5d849518fe9a0c13fce7afd44b06e68550e5562a7"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-12-24 18:44:30 +00:00
|
|
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
2020-04-05 20:35:27 +00:00
|
|
|
"checksum lexical-core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d7043aa5c05dd34fb73b47acb8c3708eac428de4545ea3682ed2f11293ebd890"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum mime_guess 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
2020-02-13 18:07:29 +00:00
|
|
|
"checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2020-02-13 18:07:29 +00:00
|
|
|
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum multimap 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
|
|
|
|
"checksum native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
|
2020-02-28 21:48:32 +00:00
|
|
|
"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
2020-02-28 21:48:32 +00:00
|
|
|
"checksum nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
|
2020-04-06 14:19:12 +00:00
|
|
|
"checksum num 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
|
|
|
"checksum num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
|
"checksum num-complex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
|
|
|
"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
|
|
"checksum num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
|
|
|
|
"checksum num-rational 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
"checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
|
|
|
|
"checksum oorandom 11.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "94af325bc33c7f60191be4e2c984d48aaa21e2854f473b85398344b60c9b6358"
|
|
|
|
"checksum openssl 0.10.29 (registry+https://github.com/rust-lang/crates.io-index)" = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum openssl-sys 0.9.56 (registry+https://github.com/rust-lang/crates.io-index)" = "f02309a7f127000ed50594f0b50ecc69e7c654e16d41b4e8156d1b3df8e0b52e"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2020-02-14 16:39:59 +00:00
|
|
|
"checksum petgraph 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29c127eea4a29ec6c85d153c59dc1213f33ec74cead30fe4730aecc88cc1fd92"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum pin-project 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "81d480cb4e89522ccda96d0eed9af94180b7a5f93fb28f66e1fd7d68431663d1"
|
|
|
|
"checksum pin-project-internal 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "a82996f11efccb19b685b14b5df818de31c1edcee3daa256ab5775dd98e72feb"
|
|
|
|
"checksum pin-project-lite 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f7505eeebd78492e0f6108f7171c4948dbb120ee8119d9d77d0afa5469bef67f"
|
|
|
|
"checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum plotters 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "f9b1d9ca091d370ea3a78d5619145d1b59426ab0c9eedbad2514a4cee08bf389"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum predicates 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
|
|
|
|
"checksum predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
|
2020-04-15 20:00:54 +00:00
|
|
|
"checksum proc-macro-error 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678"
|
|
|
|
"checksum proc-macro-error-attr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
|
|
|
|
"checksum proc-macro-nested 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "8872cf6f48eee44265156c111456a700ab3483686b3f96df4cf5481c89157319"
|
2020-02-14 16:39:59 +00:00
|
|
|
"checksum prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212"
|
|
|
|
"checksum prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26"
|
|
|
|
"checksum prost-derive 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72"
|
|
|
|
"checksum prost-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa"
|
2020-01-07 16:05:46 +00:00
|
|
|
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4c1f4b0efa5fc5e8ceb705136bfee52cfdb6a4e3509f770b478cd6ed434232a7"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2020-02-14 18:18:54 +00:00
|
|
|
"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
|
|
|
"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
|
|
"checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
|
2019-12-17 17:41:28 +00:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b81e49ddec5109a9dcfc5f2a317ff53377c915e9ae9d4f2fb50914b85614e2"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
|
|
|
|
"checksum rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-05-11 19:25:54 +00: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"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)" = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c"
|
|
|
|
"checksum serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)" = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984"
|
|
|
|
"checksum serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)" = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
|
|
|
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
"checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
|
|
|
|
"checksum snafu 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a46f872f9a2ee1ad10a6d18003ab012a235c8f5bb90fa986202231a62e570575"
|
|
|
|
"checksum snafu-derive 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d107ea16557fc819e8f9165ce4f5586b40449ba4a30a25814f71b442c7ddbe9e"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
2020-02-28 21:48:32 +00:00
|
|
|
"checksum static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum structopt 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "863246aaf5ddd0d6928dfeb1a9ca65f505599e4e1b399935ef7e75107516b4ef"
|
|
|
|
"checksum structopt-derive 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d239ca4b13aee7a2142e6795cbd69e457665ff8037aed33b3effdc430d2f927a"
|
|
|
|
"checksum syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "e8e5aa70697bb26ee62214ae3288465ecec0000f05182f039b477001f08f5ae7"
|
2020-04-15 20:00:54 +00:00
|
|
|
"checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
|
2019-12-17 17:41:28 +00:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
|
|
"checksum tinytemplate 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "45e4bc5ac99433e0dcb8b9f309dd271a165ae37dde129b9e0ce1bfdd8bfe4891"
|
|
|
|
"checksum tokio 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "05c1d570eb1a36f0345a5ce9c6c6e665b70b73d11236912c0b477616aeec47b1"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum tonic 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4afef9ce97ea39593992cf3fa00ff33b1ad5eb07665b31355df63a690e38c736"
|
2020-04-05 20:35:00 +00:00
|
|
|
"checksum tonic-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d8d21cb568e802d77055ab7fcd43f0992206de5028de95c8d3a41118d32e8e"
|
2020-02-14 18:18:54 +00:00
|
|
|
"checksum tower 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd3169017c090b7a28fce80abaad0ab4f5566423677c9331bb320af7e49cfe62"
|
|
|
|
"checksum tower-balance 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a792277613b7052448851efcf98a2c433e6f1d01460832dc60bef676bc275d4c"
|
|
|
|
"checksum tower-buffer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c4887dc2a65d464c8b9b66e0e4d51c2fd6cf5b3373afc72805b0a60bce00446a"
|
|
|
|
"checksum tower-discover 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f6b5000c3c54d269cc695dff28136bb33d08cbf1df2c48129e143ab65bf3c2a"
|
|
|
|
"checksum tower-layer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a35d656f2638b288b33495d1053ea74c40dc05ec0b92084dd71ca5566c4ed1dc"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum tower-limit 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "92c3040c5dbed68abffaa0d4517ac1a454cd741044f33ab0eefab6b8d1361404"
|
2020-02-14 18:18:54 +00:00
|
|
|
"checksum tower-load 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8cc79fc3afd07492b7966d7efa7c6c50f8ed58d768a6075dd7ae6591c5d2017b"
|
|
|
|
"checksum tower-load-shed 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f021e23900173dc315feb4b6922510dae3e79c689b74c089112066c11f0ae4e"
|
|
|
|
"checksum tower-make 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce50370d644a0364bf4877ffd4f76404156a248d104e2cc234cd391ea5cdc965"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum tower-ready-cache 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4eabb6620e5481267e2ec832c780b31cad0c15dcb14ed825df5076b26b591e1f"
|
2020-02-14 18:18:54 +00:00
|
|
|
"checksum tower-retry 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e6727956aaa2f8957d4d9232b308fe8e4e65d99db30f42b225646e86c9b6a952"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
2020-02-14 18:18:54 +00:00
|
|
|
"checksum tower-timeout 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "127b8924b357be938823eaaec0608c482d40add25609481027b96198b2e4b31e"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum tower-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d1093c19826d33807c72511e68f73b4a0469a3f22c2bd5f7d5212178b4b89674"
|
2020-04-05 20:35:27 +00:00
|
|
|
"checksum tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1721cc8cf7d770cc4257872507180f35a4797272f5962f24c806af9e7faf52ab"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum tracing-attributes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbad39da2f9af1cae3016339ad7f2c7a9e870f12e8fd04c4fd7ef35b30c0d2b"
|
|
|
|
"checksum tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0aa83a9a47081cd522c09c81b31aec2c9273424976f922ad61c053b58350b715"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
|
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
|
|
|
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2020-01-07 16:05:46 +00:00
|
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "e3c7d40d09cdbf0f4895ae58cf57d92e1e57a9dd8ed2e8390514b54a47cc5551"
|
|
|
|
"checksum wasm-bindgen-backend 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "c3972e137ebf830900db522d6c8fd74d1900dcfc733462e9a12e942b00b4ac94"
|
|
|
|
"checksum wasm-bindgen-futures 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "8a369c5e1dfb7569e14d62af4da642a3cbc2f9a3652fe586e26ac22222aa4b04"
|
|
|
|
"checksum wasm-bindgen-macro 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "2cd85aa2c579e8892442954685f0d801f9129de24fa2136b2c6a539c76b65776"
|
|
|
|
"checksum wasm-bindgen-macro-support 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "8eb197bd3a47553334907ffd2f16507b4f4f01bbec3ac921a7719e0decdfe72a"
|
|
|
|
"checksum wasm-bindgen-shared 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "a91c2916119c17a8e316507afaaa2dd94b47646048014bbdf6bef098c1bb58ad"
|
|
|
|
"checksum web-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)" = "8bc359e5dd3b46cb9687a051d50a2fdd228e4ba7cf6fcf861a5365c3d671a642"
|
2020-04-05 20:24:42 +00:00
|
|
|
"checksum which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
|
|
|
"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"
|
2020-05-11 19:25:54 +00:00
|
|
|
"checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|