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-02-27 14:27:23 +00:00
|
|
|
version = "0.7.9"
|
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"
|
|
|
|
version = "1.0.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "0.4.4"
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"predicates 1.0.3 (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-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)",
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (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-02-14 18:18:54 +00:00
|
|
|
version = "0.1.24"
|
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
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (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-02-27 14:27:23 +00:00
|
|
|
"hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.67 (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"
|
|
|
|
|
2020-01-06 11:29:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 18:18:54 +00:00
|
|
|
"byteorder 1.3.4 (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 = "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)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.33.0 (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-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"regex 1.3.4 (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-02-27 14:27:23 +00:00
|
|
|
"which 3.1.0 (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 = "bindgen"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.53.1"
|
2019-12-24 18:44:30 +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)",
|
|
|
|
"cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 18:44:30 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 18:44:30 +00:00
|
|
|
"shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"which 3.1.0 (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-02-14 16:27:35 +00:00
|
|
|
version = "0.2.11"
|
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-01-05 00:07:54 +00:00
|
|
|
"regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.2.0"
|
|
|
|
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"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86 0.2.6 (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-02-14 16:27:35 +00:00
|
|
|
version = "1.0.50"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.1.10"
|
|
|
|
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-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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"
|
|
|
|
version = "2.33.0"
|
|
|
|
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)",
|
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2020-02-14 14:15:24 +00:00
|
|
|
version = "0.3.1"
|
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)",
|
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 14:15:24 +00:00
|
|
|
"criterion-plot 0.4.1 (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-01-20 15:41:38 +00:00
|
|
|
"itertools 0.8.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-02-27 14:27:23 +00:00
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 14:15:24 +00:00
|
|
|
"oorandom 11.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"plotters 0.2.12 (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-02-27 14:27:23 +00:00
|
|
|
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-20 15:41:38 +00:00
|
|
|
"tinytemplate 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2020-02-14 14:15:24 +00:00
|
|
|
version = "0.4.1"
|
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)",
|
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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-02-14 16:27:35 +00:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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-01-20 15:41:38 +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-01-20 15:41:38 +00:00
|
|
|
"memoffset 0.5.3 (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 = [
|
|
|
|
"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-01-20 15:41:38 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-02-14 16:27:35 +00:00
|
|
|
"bstr 0.2.11 (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-01-05 00:07:54 +00:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-02-13 15:39:33 +00:00
|
|
|
"assert_cmd 0.12.0 (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-02-14 14:15:24 +00:00
|
|
|
"criterion 0.3.1 (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-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-02-14 16:30:52 +00:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 18:07:29 +00:00
|
|
|
"http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"integer-encoding 1.1.1 (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-14 16:27:35 +00:00
|
|
|
"num_cpus 1.12.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-02-27 14:27:23 +00:00
|
|
|
"reqwest 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 19:08:58 +00:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"serde_json 1.0.48 (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-02-14 16:27:35 +00:00
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
"tonic 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tonic-build 0.1.1 (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 = "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 = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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"
|
|
|
|
version = "0.3.1"
|
|
|
|
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 = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-02-14 16:27:35 +00:00
|
|
|
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "escargot"
|
|
|
|
version = "0.5.0"
|
|
|
|
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)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"serde_json 1.0.48 (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-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-02-14 16:27:35 +00:00
|
|
|
version = "0.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
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (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-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
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
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.3.4"
|
2019-12-11 23:03:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-14 16:27:35 +00:00
|
|
|
"futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-task 0.3.4 (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)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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"
|
2019-12-11 23:03:00 +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-11-22 21:59:04 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"http 0.2.0 (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-02-14 16:27:35 +00:00
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"tokio-util 0.2.0 (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-02-27 14:27:23 +00:00
|
|
|
version = "0.1.8"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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"
|
|
|
|
version = "0.2.0"
|
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-02-13 15:39:33 +00:00
|
|
|
"http 0.2.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 = "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"
|
|
|
|
version = "0.13.2"
|
|
|
|
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)",
|
|
|
|
"futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"tokio 0.2.11 (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-02-13 15:39:33 +00:00
|
|
|
"hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"tokio-tls 0.3.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 = "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-02-27 14:27:23 +00:00
|
|
|
version = "1.1.1"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"async-trait 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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)",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.1.21"
|
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
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "0.2.67"
|
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-02-14 16:27:35 +00:00
|
|
|
"cc 1.0.50 (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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "6.6.4"
|
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
|
|
|
"bindgen 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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 = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.5.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-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"
|
|
|
|
version = "2.0.1"
|
|
|
|
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"
|
2019-12-11 23:03:00 +00:00
|
|
|
version = "0.6.21"
|
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
|
|
|
"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-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.6.7"
|
|
|
|
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-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"mio 0.6.21 (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)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = [
|
|
|
|
"socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-02-14 16:39:59 +00:00
|
|
|
version = "0.8.0"
|
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"
|
|
|
|
version = "0.2.3"
|
|
|
|
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
|
|
|
"libc 0.2.67 (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)",
|
|
|
|
"openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.2.33"
|
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 = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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]]
|
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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-02-14 16:27:35 +00:00
|
|
|
version = "1.12.0"
|
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
|
|
|
"hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
]
|
|
|
|
|
2020-02-14 14:15:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-02-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.10.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.54"
|
|
|
|
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-02-14 16:27:35 +00:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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]]
|
2020-02-14 18:18:54 +00:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
2019-12-11 23:03:00 +00:00
|
|
|
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-02-14 16:27:35 +00:00
|
|
|
version = "0.4.8"
|
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
|
|
|
"pin-project-internal 0.4.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 = "pin-project-internal"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "0.4.8"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.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-lite"
|
2020-02-14 16:27:35 +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 = "pin-utils"
|
|
|
|
version = "0.1.0-alpha.4"
|
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"
|
|
|
|
version = "0.2.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys 0.3.35 (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-02-14 14:15:24 +00:00
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"web-sys 0.3.35 (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 = "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-02-27 14:27:23 +00:00
|
|
|
version = "1.0.3"
|
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)",
|
|
|
|
]
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.11"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.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 = "proc-macro-nested"
|
|
|
|
version = "0.1.3"
|
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-02-27 14:27:23 +00:00
|
|
|
version = "1.0.9"
|
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-02-14 16:39:59 +00:00
|
|
|
"multimap 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-02-14 16:39:59 +00:00
|
|
|
"which 3.1.0 (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-02-14 16:39:59 +00:00
|
|
|
"anyhow 1.0.26 (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-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:39:59 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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"
|
2019-12-11 23:03:00 +00:00
|
|
|
version = "1.0.2"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (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-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.2.1"
|
2020-01-06 11:29:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-22 21:59:04 +00:00
|
|
|
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-02-27 14:27:23 +00:00
|
|
|
"num_cpus 1.12.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-02-14 16:27:35 +00:00
|
|
|
version = "1.3.4"
|
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
|
|
|
"aho-corasick 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.1.8"
|
|
|
|
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-02-14 16:27:35 +00:00
|
|
|
version = "0.6.14"
|
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-02-27 14:27:23 +00:00
|
|
|
version = "0.10.3"
|
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-02-14 16:27:35 +00:00
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
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
|
|
|
"mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"tokio-tls 0.3.0 (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-02-13 15:39:33 +00:00
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"librocksdb-sys 6.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-22 21:59:04 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "1.0.2"
|
|
|
|
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-02-27 14:27:23 +00:00
|
|
|
"winapi-util 0.1.3 (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"
|
|
|
|
version = "0.1.17"
|
|
|
|
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"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-01-03 19:08:58 +00:00
|
|
|
version = "1.0.104"
|
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-03 19:08:58 +00:00
|
|
|
"serde_derive 1.0.104 (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-01-03 19:08:58 +00:00
|
|
|
version = "1.0.104"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.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 = "serde_json"
|
2020-02-14 16:27:35 +00:00
|
|
|
version = "1.0.48"
|
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)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 19:08:58 +00:00
|
|
|
"serde 1.0.104 (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-01-03 19:08:58 +00:00
|
|
|
"serde 1.0.104 (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 = [
|
2019-12-11 23:03:00 +00:00
|
|
|
"arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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-02-14 16:27:35 +00:00
|
|
|
version = "1.2.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 = "socket2"
|
|
|
|
version = "0.3.11"
|
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
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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-13 15:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sourcefile"
|
|
|
|
version = "0.1.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"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[[package]]
|
2019-12-11 23:03:00 +00:00
|
|
|
name = "syn"
|
2020-02-27 14:27:23 +00:00
|
|
|
version = "1.0.16"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = "tempfile"
|
|
|
|
version = "3.1.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-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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-02-14 16:27:35 +00:00
|
|
|
"winapi-util 0.1.3 (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"
|
|
|
|
version = "0.1.42"
|
2019-11-22 21:59:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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-01-20 15:41:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"serde_json 1.0.48 (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-02-14 16:27:35 +00:00
|
|
|
version = "0.2.11"
|
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
|
|
|
"futures-core 0.3.4 (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-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:03:00 +00:00
|
|
|
"mio 0.6.21 (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)",
|
2019-11-22 21:59:04 +00:00
|
|
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project-lite 0.1.4 (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-02-13 18:07:29 +00:00
|
|
|
"tokio-macros 0.2.4 (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"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 18:07:29 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (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"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"tokio 0.2.11 (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 = "tokio-util"
|
|
|
|
version = "0.2.0"
|
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)",
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-sink 0.3.4 (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)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.11 (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"
|
|
|
|
version = "0.1.1"
|
|
|
|
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)",
|
|
|
|
"async-trait 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-02-27 14:27:23 +00:00
|
|
|
"tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tracing-futures 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (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)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (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 = [
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"tower-limit 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"tower-util 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"tokio 0.2.11 (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)",
|
|
|
|
"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-02-27 14:27:23 +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 = [
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-27 14:27:23 +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 = [
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.8 (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-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"
|
|
|
|
version = "0.3.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
|
|
|
dependencies = [
|
2020-02-14 18:18:54 +00:00
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-load"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core 0.3.4 (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-14 18:18:54 +00:00
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = [
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = [
|
|
|
|
"tokio 0.2.11 (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-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 = [
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"tokio 0.2.11 (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-retry"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = [
|
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pin-project 0.4.8 (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 = "tracing"
|
2020-02-27 14:27:23 +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 = [
|
2019-12-11 23:03:00 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = [
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (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-02-27 14:27:23 +00:00
|
|
|
version = "0.2.3"
|
2020-02-14 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +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-02-14 16:27:35 +00:00
|
|
|
"smallvec 1.2.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"
|
|
|
|
version = "0.8.1"
|
|
|
|
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-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-02-27 14:27:23 +00:00
|
|
|
"winapi-util 0.1.3 (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"
|
|
|
|
version = "0.2.58"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-14 16:27:35 +00:00
|
|
|
"serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.58"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.58"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.58"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.58"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-webidl"
|
|
|
|
version = "0.2.58"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-27 14:27:23 +00:00
|
|
|
"syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 15:39:33 +00:00
|
|
|
"wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "weedle"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-24 18:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-27 14:27:23 +00:00
|
|
|
"libc 0.2.67 (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-02-14 16:27:35 +00:00
|
|
|
version = "0.1.3"
|
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-02-27 14:27:23 +00:00
|
|
|
"checksum aho-corasick 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e63fd144e18ba274ae7095c0197a870a7b9468abc801dd62f190d80817d2ec"
|
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-02-13 15:39:33 +00:00
|
|
|
"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2020-01-06 11:29:11 +00:00
|
|
|
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6283bac8dd7226470d491bc4737816fea4ca1fba7a2847f2e9097fd6bfb4624c"
|
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"
|
|
|
|
"checksum async-trait 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "750b1c38a1dfadd108da0f01c08f4cdc7ff1bb39b325f9c82cc972361780a6e1"
|
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"
|
2020-01-06 11:29:11 +00:00
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
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"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum bindgen 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99de13bb6361e01e493b3db7928085dcc474b7ba4f5481818e53a89d76b8393f"
|
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-02-14 16:27:35 +00:00
|
|
|
"checksum bstr 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "502ae1441a0a5adb8fbd38a5955a6416b9493e92b465de5e4a9bde6a539c2c48"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742"
|
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"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d"
|
2019-11-22 21:59:04 +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"
|
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
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-02-13 15:39:33 +00:00
|
|
|
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
|
|
|
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
2020-02-14 14:15:24 +00:00
|
|
|
"checksum criterion 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc755679c12bda8e5523a71e4d654b6bf2e14bd838dfc48cde6559a05caf7d1"
|
|
|
|
"checksum criterion-plot 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a01e15e0ea58e8234f96146b1f91fa9d0e4dd7a38da93ff7a75d42c0b9d3a545"
|
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-02-13 15:39:33 +00:00
|
|
|
"checksum doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "923dea538cea0aa3025e8685b20d6ee21ef99c4f77e954a30febbaac5ec73a97"
|
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-13 15:39:33 +00:00
|
|
|
"checksum escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74cf96bec282dcdb07099f7e31d9fed323bca9435a09aba7b6d99b7617bca96d"
|
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-02-14 16:27:35 +00:00
|
|
|
"checksum futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780"
|
|
|
|
"checksum futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
|
|
|
|
"checksum futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
|
|
|
|
"checksum futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba"
|
|
|
|
"checksum futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
|
|
|
|
"checksum futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7"
|
|
|
|
"checksum futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6"
|
|
|
|
"checksum futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
|
|
|
|
"checksum futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
|
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"
|
|
|
|
"checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
|
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-02-13 15:39:33 +00:00
|
|
|
"checksum hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fa1c527bbc634be72aa7ba31e4e4def9bbb020f5416916279b7c705cd838893e"
|
|
|
|
"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-02-27 14:27:23 +00:00
|
|
|
"checksum integer-encoding 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "833ff084d6afe5184d5ca7a9c759d3db5e223e5a7055c216e38994e0874056d7"
|
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-02-14 16:27:35 +00:00
|
|
|
"checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
|
|
|
"checksum jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9"
|
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-02-27 14:27:23 +00:00
|
|
|
"checksum libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum librocksdb-sys 6.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e3b727e2dd20ec2fb7ed93f23d9fd5328a0871185485ebdaff007b47d3e27e4"
|
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-01-20 15:41:38 +00:00
|
|
|
"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
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"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
|
|
"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-02-14 16:39:59 +00:00
|
|
|
"checksum multimap 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a97fbd5d00e0e37bfb10f433af8f5aaf631e739368dc9fc28286ca81ca4948dc"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
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-27 14:27:23 +00:00
|
|
|
"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
|
2020-02-14 14:15:24 +00:00
|
|
|
"checksum oorandom 11.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebcec7c9c2a95cacc7cd0ecb89d8a8454eca13906f6deb55258ffff0adeb9405"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)" = "973293749822d7dd6370d6da1e523b0d1db19f06c459134c658b2a4261378b52"
|
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
"checksum openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)" = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
|
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"
|
2020-02-14 18:18:54 +00:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-12-11 23:03:00 +00:00
|
|
|
"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-02-14 16:27:35 +00:00
|
|
|
"checksum pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
|
|
|
|
"checksum pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
|
|
|
|
"checksum pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
|
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-02-14 14:15:24 +00:00
|
|
|
"checksum plotters 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "4e3bb8da247d27ae212529352020f3e5ee16e83c0c258061d27b08ab92675eeb"
|
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-02-27 14:27:23 +00:00
|
|
|
"checksum predicates 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1188bf092c81c18228c383b190c069a8a613c18a046ffa9fdfc0f5fc8fb2da8a"
|
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"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
|
|
|
|
"checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
|
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"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
|
|
|
"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"
|
|
|
|
"checksum regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
|
2020-01-05 00:07:54 +00:00
|
|
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"
|
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-02-27 14:27:23 +00:00
|
|
|
"checksum reqwest 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9f62f24514117d09a8fc74b803d3d65faa27cea1c7378fb12b0d002913f3831"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12069b106981c6103d3eab7dd1c86751482d0779a520b7c14954c8b586c1e643"
|
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"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
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-02-13 15:39:33 +00:00
|
|
|
"checksum schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"
|
|
|
|
"checksum security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"
|
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-01-03 19:08:58 +00:00
|
|
|
"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
|
|
|
"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
|
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-02-14 16:27:35 +00:00
|
|
|
"checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859"
|
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"
|
2019-11-22 21:59:04 +00:00
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2020-01-20 15:41:38 +00:00
|
|
|
"checksum tinytemplate 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a"
|
2020-02-14 16:27:35 +00:00
|
|
|
"checksum tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8fdd17989496f49cdc57978c96f0c9fe5e4a58a8bddc6813c449a4624f6a030b"
|
2020-02-13 18:07:29 +00:00
|
|
|
"checksum tokio-macros 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f4b1e7ed7d5d4c2af3d999904b0eebe76544897cdbfb2b9684bed2174ab20f7c"
|
2020-02-13 15:39:33 +00:00
|
|
|
"checksum tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7bde02a3a5291395f59b06ec6945a3077602fac2b07eeeaf0dee2122f3619828"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
|
2020-02-14 18:18:54 +00:00
|
|
|
"checksum tonic 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08283643b1d483eb7f3fc77069e63b5cba3e4db93514b3d45470e67f123e4e48"
|
|
|
|
"checksum tonic-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0436413ba71545bcc6c2b9a0f9d78d72deb0123c6a75ccdfe7c056f9930f5e52"
|
|
|
|
"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"
|
|
|
|
"checksum tower-limit 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a4030a1dc1ab99ec6fc9475fc18c62f6cc4da035d370fcbd22fe342f9dd16cd"
|
|
|
|
"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"
|
|
|
|
"checksum tower-util 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5702d7890e35b2aae6ee420e8a762547505dbed30c075fbc84ec069a0aa18314"
|
2020-02-27 14:27:23 +00:00
|
|
|
"checksum tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1721cc8cf7d770cc4257872507180f35a4797272f5962f24c806af9e7faf52ab"
|
|
|
|
"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"
|
|
|
|
"checksum tracing-futures 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "58b0b7fd92dc7b71f29623cc6836dd7200f32161a2313dd78be233a8405694f6"
|
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"
|
2019-12-11 23:03:00 +00:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
|
|
"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-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-02-13 15:39:33 +00:00
|
|
|
"checksum wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c"
|
|
|
|
"checksum wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45"
|
|
|
|
"checksum wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8bbdd49e3e28b40dec6a9ba8d17798245ce32b019513a845369c641b275135d9"
|
|
|
|
"checksum wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3"
|
|
|
|
"checksum wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668"
|
|
|
|
"checksum wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601"
|
|
|
|
"checksum wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d"
|
|
|
|
"checksum web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b"
|
|
|
|
"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
|
2019-12-24 18:44:30 +00:00
|
|
|
"checksum which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
|
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-02-14 16:27:35 +00:00
|
|
|
"checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
|
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"
|