2020-05-25 22:37:24 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.6.10"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.11.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-06-13 23:16:44 +03:00
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
2017-08-19 23:48:51 +03:00
|
|
|
|
2017-09-05 15:55:10 +03:00
|
|
|
[[package]]
|
2020-05-25 22:37:24 +03:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
2020-05-25 22:37:24 +03:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bart"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bart_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-15 18:19:44 +03:00
|
|
|
"itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.9.3"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-15 18:19:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.2.1"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-15 15:54:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.3.4"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.12"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.54"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.10"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.11"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "2.33.1"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-13 23:16:44 +03:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2018-10-05 12:56:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-05 12:56:53 +03:00
|
|
|
]
|
|
|
|
|
2017-11-14 13:35:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "codegen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-14 13:35:13 +03:00
|
|
|
"sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.7.3"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03: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)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.8.2"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.7.2"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
2020-05-25 22:37:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.4"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-15 18:19:44 +03:00
|
|
|
name = "diesel_derives"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.1"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"proc-macro2 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_infer_schema"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.0"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"infer_schema_macros 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"migrations_macros 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2017-10-30 18:35:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.12"
|
2017-10-30 18:35:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-15 15:54:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.5"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.5.3"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-15 15:54:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-05-25 22:37:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-15 18:19:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.3.3"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.3.3"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.29"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-cpupool"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.1.8"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2017-09-15 15:54:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-15 15:54:47 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.3.4"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.11.27"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.5"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2017-12-17 19:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.2.8"
|
2017-12-17 19:14:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"indoc-impl 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro-hack 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-17 19:14:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indoc-impl"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.2.8"
|
2017-12-17 19:14:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"proc-macro-hack 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unindent 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-17 19:14:39 +03:00
|
|
|
]
|
|
|
|
|
2017-12-15 18:19:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "infer_schema_internals"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.0"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"diesel 1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "infer_schema_macros"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.0"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"infer_schema_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.4"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2017-12-15 18:19:44 +03:00
|
|
|
version = "0.6.5"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.5"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[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 = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2017-12-15 18:19:44 +03:00
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-25 22:37:24 +03:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.70"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-25 22:37:24 +03:00
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.9.3"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-25 22:37:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-08-19 23:48:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-25 22:37:24 +03:00
|
|
|
name = "lock_api"
|
|
|
|
version = "0.3.4"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.8"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-06-13 23:16:44 +03:00
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
2017-08-19 23:48:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
2017-12-15 18:19:44 +03:00
|
|
|
name = "maplit"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.2"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-15 18:19:44 +03:00
|
|
|
name = "matches"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-02 17:19:23 +03:00
|
|
|
[[package]]
|
2017-12-15 18:19:44 +03:00
|
|
|
name = "memchr"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "2.3.3"
|
2017-11-02 17:19:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.5.4"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-25 22:37:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-06-13 23:16:44 +03:00
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
2017-12-15 18:19:44 +03:00
|
|
|
name = "migrations_internals"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.1"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-12-15 18:19:44 +03:00
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"diesel 1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
]
|
2017-08-19 23:48:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
2017-12-15 18:19:44 +03:00
|
|
|
name = "migrations_macros"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.4.2"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.3.16"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.6.22"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-05-25 22:37:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.2.34"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2017-09-15 15:54:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.14"
|
2017-09-15 15:54:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.1.42"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.42"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.40"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.2.11"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-25 22:37:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-08-19 23:48:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.6.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)",
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.7.2"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 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)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2017-12-15 18:19:44 +03:00
|
|
|
version = "1.0.1"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.3.17"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-17 19:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.2"
|
2017-12-17 19:14:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"proc-macro-hack-impl 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-17 19:14:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack-impl"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.2"
|
2017-12-17 19:14:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-13 22:55:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.30"
|
2018-06-13 22:55:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.15"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2018-10-03 19:24:55 +03:00
|
|
|
version = "0.1.2"
|
|
|
|
source = "git+https://github.com/maghoff/pulldown-cmark.git#e5dea36c4891413e58654fc0b9d9d0eeb3374fa5"
|
2017-08-19 23:48:51 +03:00
|
|
|
dependencies = [
|
2017-10-28 15:26:01 +03:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-13 22:55:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.6.13"
|
2018-06-13 22:55:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 22:55:06 +03:00
|
|
|
]
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.6"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"proc-macro2 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
2017-09-05 15:55:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.8.8"
|
2017-09-05 15:55:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scheduled-thread-pool 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-05 15:55:10 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r2d2-diesel"
|
2018-01-06 11:29:15 +03:00
|
|
|
version = "1.0.0"
|
2017-09-05 15:55:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"diesel 1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"r2d2 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.3.23"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-05 15:55:10 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.6"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2018-10-05 12:56:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.5.6"
|
2018-10-05 12:56:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-05 12:56:53 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.3.1"
|
2018-10-05 12:56:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-05 12:56:53 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.2"
|
2018-10-05 12:56:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
2020-05-25 22:37:24 +03:00
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-25 22:37:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-08-19 23:48:51 +03:00
|
|
|
|
2017-12-15 18:19:44 +03:00
|
|
|
[[package]]
|
2020-05-25 22:37:24 +03:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.56"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.2.11"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.5.6"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-06-13 23:16:44 +03:00
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"ucd-util 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
2017-08-19 23:48:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
2017-12-15 18:19:44 +03:00
|
|
|
name = "relay"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.1.1"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2020-05-25 22:37:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-05-25 22:37:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "0.1.3"
|
|
|
|
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)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-15 15:54:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sausagewiki"
|
2017-11-20 12:12:10 +03:00
|
|
|
version = "0.1.0-dev"
|
2017-09-15 15:54:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bart 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bart_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-14 13:35:13 +03:00
|
|
|
"codegen 0.1.0",
|
2020-05-25 22:37:24 +03:00
|
|
|
"diesel 1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"diesel_infer_schema 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"indoc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-03 19:24:55 +03:00
|
|
|
"pulldown-cmark 0.1.2 (git+https://github.com/maghoff/pulldown-cmark.git)",
|
2017-09-15 15:54:47 +03:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"r2d2 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 11:29:15 +03:00
|
|
|
"r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"seahash 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 20:21:36 +03:00
|
|
|
"serde_plain 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-21 12:42:09 +03:00
|
|
|
"titlecase 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-15 15:54:47 +03:00
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-05 15:55:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.2.4"
|
2017-09-05 15:55:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-05 15:55:10 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.1.2"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-06-13 23:16:44 +03:00
|
|
|
name = "scopeguard"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.1.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-17 22:25:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "3.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
2018-06-17 22:25:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
2018-06-13 23:16:44 +03:00
|
|
|
name = "serde"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.110"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-06-13 23:16:44 +03:00
|
|
|
name = "serde_derive"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.110"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"proc-macro2 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2017-09-05 18:07:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.53"
|
2017-09-05 18:07:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-05 18:07:57 +03:00
|
|
|
]
|
|
|
|
|
2018-09-18 20:21:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_plain"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 20:21:36 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.5.5"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03: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)",
|
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2017-09-15 15:54:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-15 18:19:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.4.2"
|
2017-12-15 18:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-21 00:31:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.4"
|
2017-09-21 00:31:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-21 00:31:25 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-05-25 22:37:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.8.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 22:55:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.15.44"
|
2018-06-13 22:55:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 22:55:06 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.23"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"proc-macro2 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "take"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.11.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.3.6"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.43"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2017-09-21 12:42:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "titlecase"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-15 18:19:44 +03:00
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.22"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-codec"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.2"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-21 12:42:09 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-core"
|
2018-06-13 23:16:44 +03:00
|
|
|
version = "0.1.17"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-current-thread"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.10"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-fs"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.7"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.13"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-proto"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-25 22:37:24 +03:00
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.12"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (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)",
|
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-service"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-sync"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.4"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.18"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (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)",
|
|
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.2.13"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-udp"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-uds"
|
|
|
|
version = "0.2.6"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-15 15:54:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.12.0"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.8"
|
2017-09-15 15:54:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "2.6.0"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.12"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-25 22:37:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-08-19 23:48:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.7"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-13 22:55:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-21 00:31:25 +03:00
|
|
|
[[package]]
|
2020-05-25 22:37:24 +03:00
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
2017-09-21 00:31:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-17 19:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.1.5"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.7.2"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 18:19:44 +03:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-19 23:48:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "1.0.4"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.2.8"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.8.2"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-15 18:19:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.9.1"
|
2017-08-19 23:48:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "1.0.7"
|
|
|
|
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)",
|
|
|
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-25 22:37:24 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 23:16:44 +03:00
|
|
|
"try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-05-25 22:37:24 +03:00
|
|
|
version = "0.3.8"
|
2018-06-13 23:16:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-19 23:48:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-13 23:16:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-19 23:48:51 +03: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-05-25 22:37:24 +03:00
|
|
|
"checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum bart 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f9d52a5c46e2abe28ae1c2ecdaa320c01e424c29a56acb7a6222141c78bae7"
|
|
|
|
"checksum bart_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "39fdc9035ac29aeb14993e2cdae217de7ccc9f9960eae0c5a12d541ca11c6af1"
|
|
|
|
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2017-09-15 15:54:47 +03:00
|
|
|
"checksum block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814"
|
|
|
|
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
"checksum cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)" = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
|
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
"checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
|
|
|
|
"checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
|
2018-10-05 12:56:53 +03:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2020-05-25 22:37:24 +03: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"
|
|
|
|
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
|
|
|
|
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
|
|
"checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
|
|
|
|
"checksum diesel 1.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "33d7ca63eb2efea87a7f56a283acc49e2ce4b2bd54adf7465dc1d81fef13d8fc"
|
|
|
|
"checksum diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
|
|
|
"checksum diesel_infer_schema 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7bea70d0798a3d8489e1d5493bb2111a1ab2da434191b9e9605f167c01a20680"
|
|
|
|
"checksum diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
|
|
|
"checksum diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
2017-09-15 15:54:47 +03:00
|
|
|
"checksum digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2017-09-15 15:54:47 +03:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2017-09-15 15:54:47 +03:00
|
|
|
"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
|
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
|
|
"checksum indoc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "098a82c5223d3162a32d79f84e43d718c32f050d07b796285684ee43059bc8c4"
|
|
|
|
"checksum indoc-impl 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "55cf2a15c870db1b07595cc9adaece19fac97d59a16665e79cd728b391a6b711"
|
|
|
|
"checksum infer_schema_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90e390df38a4e5cb4337a76db5b736f239e08f3ab7e8e42a34548617f0113f64"
|
|
|
|
"checksum infer_schema_macros 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07b667b471ef99645989ceea451be288b6e669eeb8951d3f0fbd310677588ac6"
|
|
|
|
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2017-12-15 18:19:44 +03:00
|
|
|
"checksum itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3f2be4da1690a039e9ae5fd575f706a63ad5a2120f161b1d653c9da3930dd21"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2017-12-15 18:19:44 +03:00
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
"checksum libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)" = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f"
|
|
|
|
"checksum libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d3711dfd91a1081d2458ad2d06ea30a8755256e74038be2ad927d94e1c955ca8"
|
|
|
|
"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
|
|
"checksum maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
"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"
|
|
|
|
"checksum memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
|
|
|
|
"checksum migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
|
|
|
"checksum migrations_macros 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
|
|
|
"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
"checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
|
|
|
"checksum mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
|
|
|
|
"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum nom 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf51a729ecf40266a2368ad335a5fdde43471f545a967109cd62146ecf8b66ff"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
|
|
"checksum num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
|
|
|
|
"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
|
|
|
"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
"checksum parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
|
|
|
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
|
|
|
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
|
|
|
"checksum parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
2017-12-15 18:19:44 +03:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
|
|
|
"checksum proc-macro-hack 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "463bf29e7f11344e58c9e01f171470ab15c925c6822ad75028cc1c0e1d1eb63b"
|
|
|
|
"checksum proc-macro-hack-impl 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "38c47dcb1594802de8c02f3b899e2018c78291168a22c281be21ea0fb4796842"
|
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
|
"checksum proc-macro2 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "70a50b9351bfa8d65a7d93ce712dc63d2fd15ddbf2c36990fc7cac344859c04f"
|
2018-10-03 19:24:55 +03:00
|
|
|
"checksum pulldown-cmark 0.1.2 (git+https://github.com/maghoff/pulldown-cmark.git)" = "<none>"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
"checksum quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
|
|
|
|
"checksum r2d2 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1497e40855348e4a8a40767d8e55174bce1e445a3ac9254ad44ad468ee0485af"
|
2018-01-06 11:29:15 +03:00
|
|
|
"checksum r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9c29bad92da76d02bc2c020452ebc3a3fe6fa74cfab91e711c43116e4fb1a3"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
|
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
|
|
|
|
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
|
|
|
|
"checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
"checksum ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum scheduled-thread-pool 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0988d7fdf88d5e5fcf5923a0f1e8ab345f3e98ab4bc6bc45a2d5ff7f7458fbf6"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
"checksum seahash 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "58f57ca1d128a43733fd71d583e837b1f22239a37ebea09cde11d8d9a9080f47"
|
|
|
|
"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"
|
|
|
|
"checksum serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)" = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c"
|
|
|
|
"checksum serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)" = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984"
|
|
|
|
"checksum serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)" = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
|
2018-09-18 20:21:36 +03:00
|
|
|
"checksum serde_plain 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "625fb0da2b006092b426a94acc1611bec52f2ec27bb27b266a9f93c29ee38eda"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2017-09-15 15:54:47 +03:00
|
|
|
"checksum sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
"checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
|
|
|
"checksum smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
|
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)" = "58fd09df59565db3399efbba34ba8a2fec1307511ebd245d0061ff9d42691673"
|
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
|
"checksum syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "95b5f192649e48a5302a13f2feb224df883b98933222369e4b3b0fe2a5447269"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
"checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
|
"checksum time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2017-09-21 12:42:09 +03:00
|
|
|
"checksum titlecase 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0650399a761c61e9691ccc878bce2608291f7c18d8f84d188e6e11748a5316c8"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
|
|
|
"checksum tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
|
|
|
|
"checksum tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
|
|
|
|
"checksum tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
|
|
|
|
"checksum tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
|
|
|
|
"checksum tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
|
|
|
|
"checksum tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
|
|
|
|
"checksum tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
|
|
|
|
"checksum tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
|
|
|
|
"checksum tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
|
|
|
"checksum ucd-util 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c85f514e095d348c279b1e5cd76795082cf15bd59b93207832abe0b1d8fed236"
|
|
|
|
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
|
|
|
|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2018-06-13 22:55:06 +03:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
|
|
"checksum unindent 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "63f18aa3b0e35fed5a0048f029558b1518095ffe2a0a31fb87c93dece93a4993"
|
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
|
|
"checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
|
|
|
|
"checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
|
|
|
"checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2020-05-25 22:37:24 +03:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-06-13 23:16:44 +03:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2017-08-19 23:48:51 +03:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|