2019-02-20 02:02:09 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2017-06-04 21:23:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.0.4"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.7.6"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
2016-11-14 00:45:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ape"
|
2017-12-11 13:00:00 +00:00
|
|
|
version = "0.2.0"
|
2016-11-14 00:45:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-14 00:45:12 +00:00
|
|
|
]
|
|
|
|
|
2016-11-21 08:13:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "app_dirs"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "1.2.1"
|
2017-07-07 05:55:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-11-21 08:13:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-21 08:13:55 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-21 08:13:55 +00:00
|
|
|
]
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
2019-09-28 22:39:33 +00:00
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.5"
|
2019-08-06 07:44:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.11"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2019-02-20 02:02:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.6"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-03 20:08:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.3.38"
|
2016-12-03 20:08:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-03 20:08:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.31"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
2017-12-10 02:30:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.9.3"
|
2017-12-10 02:30:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-03 20:08:55 +00:00
|
|
|
]
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
2018-10-29 00:27:47 +00:00
|
|
|
name = "base64"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.10.1"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-07-07 03:49:34 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
2016-09-15 06:33:38 +00:00
|
|
|
|
2017-12-07 03:44:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.2.0"
|
2017-12-10 02:30:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-07 03:44:54 +00:00
|
|
|
[[package]]
|
2019-09-28 22:39:33 +00:00
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.8"
|
2017-12-07 03:44:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-06 07:44:04 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
2017-12-07 03:44:54 +00:00
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "1.3.2"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.12"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-07 03:44:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.0.45"
|
2017-12-07 03:44:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-03 20:08:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.10"
|
2016-12-03 20:08:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.4.9"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
2018-10-07 00:03:06 +00:00
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
|
|
|
|
2016-10-23 22:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "1.0.1"
|
2016-10-23 22:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.4"
|
2019-08-06 07:44:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:03:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.11.1"
|
2018-10-27 21:03:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-11 07:44:20 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "cookie"
|
|
|
|
version = "0.12.0"
|
2017-12-07 03:44:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
2019-02-20 02:02:09 +00:00
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "cookie_store"
|
|
|
|
version = "0.7.0"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.6.4"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.6.2"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.0"
|
2016-12-03 20:08:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.7.1"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.7.2"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.1.2"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-23 22:12:49 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.6.6"
|
2018-10-07 00:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-11-11 07:44:20 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-11 07:44:20 +00:00
|
|
|
]
|
2018-10-07 00:24:06 +00:00
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 09:25:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"darling_macro 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
]
|
|
|
|
|
2017-06-04 21:23:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.7.20"
|
2017-06-04 21:23:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 21:23:29 +00:00
|
|
|
]
|
|
|
|
|
2017-09-22 04:32:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2019-08-06 09:25:47 +00:00
|
|
|
version = "0.7.2"
|
2017-09-22 04:32:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 09:25:47 +00:00
|
|
|
"darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"derive_builder_core 0.5.0 (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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-22 04:32:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2019-08-06 09:25:47 +00:00
|
|
|
version = "0.5.0"
|
2017-09-22 04:32:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 09:25:47 +00:00
|
|
|
"darling 0.9.0 (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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-22 04:32:42 +00:00
|
|
|
]
|
|
|
|
|
2018-10-27 21:03:56 +00:00
|
|
|
[[package]]
|
2018-11-11 07:44:20 +00:00
|
|
|
name = "devise"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.2.0"
|
2018-11-11 07:44:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:03:56 +00:00
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"devise_codegen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"devise_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-11-11 07:44:20 +00:00
|
|
|
name = "devise_codegen"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.2.0"
|
2018-11-11 07:44:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:03:56 +00:00
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"devise_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-11-11 07:44:20 +00:00
|
|
|
name = "devise_core"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.2.0"
|
2018-11-11 07:44:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:03:56 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00: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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
]
|
|
|
|
|
2017-11-03 19:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "1.4.2"
|
2017-12-11 04:41:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-11-03 19:14:53 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"diesel_derives 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
"libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-03 19:14:53 +00:00
|
|
|
]
|
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
2017-12-11 04:41:52 +00:00
|
|
|
name = "diesel_derives"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "1.4.0"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00: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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-11 04:41:52 +00:00
|
|
|
name = "diesel_migrations"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "1.4.0"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"migrations_macros 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_users 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)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2017-05-09 04:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.4"
|
2017-05-09 04:18:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.5.3"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-japanese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-korean"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-simpchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-singlebyte"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-tradchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_index_tests"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.8.20"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
2017-09-22 04:32:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.12.1"
|
2017-09-22 04:32:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-12-03 20:08:55 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-03 20:08:55 +00:00
|
|
|
]
|
|
|
|
|
2017-12-11 03:05:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.5"
|
2017-12-11 03:05:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-11 03:05:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.5"
|
2017-12-11 03:05:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00: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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-11 03:05:19 +00:00
|
|
|
]
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.2.7"
|
2018-10-27 21:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
2019-09-02 21:28:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flame"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 21:28:25 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flamer"
|
2019-09-29 00:02:42 +00:00
|
|
|
version = "0.4.0"
|
2019-09-02 21:28:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"flame 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 00:02:42 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 21:28:25 +00:00
|
|
|
]
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.0.11"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
2017-12-07 03:44:54 +00:00
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.0"
|
2018-10-27 21:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "2.0.1"
|
2018-10-27 21:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
2019-02-20 02:02:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-07 03:44:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.3.3"
|
2017-12-07 03:44:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 03:44:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.3.3"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
2017-07-07 03:49:34 +00:00
|
|
|
name = "futures"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.29"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-07-07 03:49:34 +00:00
|
|
|
name = "futures-cpupool"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.8"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2018-10-27 17:56:04 +00:00
|
|
|
version = "0.3.55"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 08:49:22 +00:00
|
|
|
]
|
|
|
|
|
2016-09-23 08:39:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.2.21"
|
2016-09-23 08:39:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-07 00:03:06 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
2016-09-23 08:39:55 +00:00
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.12"
|
2019-08-06 07:44:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2016-10-23 22:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.10.3"
|
2016-10-23 22:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-23 22:12:49 +00:00
|
|
|
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.26"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.18"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "1.3.4"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.10.16"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-27 17:56:04 +00:00
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-11 07:44:20 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.12.35"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 08:30:40 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.3.2"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
2016-08-15 02:22:45 +00:00
|
|
|
[[package]]
|
2016-09-15 06:33:38 +00:00
|
|
|
name = "id3"
|
2019-08-06 09:25:47 +00:00
|
|
|
version = "0.3.0"
|
2016-12-02 01:18:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-08-15 02:22:45 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-15 02:22:45 +00:00
|
|
|
]
|
|
|
|
|
2019-08-06 09:25:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.5"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 08:30:40 +00:00
|
|
|
]
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-10-23 22:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.22.2"
|
2016-10-23 22:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"gif 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jpeg-decoder 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"png 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"tiff 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-23 22:12:49 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.2.0"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-23 22:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inflate"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.4.5"
|
2016-10-23 22:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-07 00:03:06 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
2016-10-23 22:12:49 +00:00
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
"inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.2"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-09 04:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.4"
|
2017-05-09 04:18:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-23 22:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.16"
|
2016-10-23 22:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-17 10:05:31 +00:00
|
|
|
]
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-02 21:28:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.4.0"
|
2017-12-07 03:44:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "1.2.1"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-17 00:34:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lewton"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.9.4"
|
2016-11-17 00:34:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-29 00:27:47 +00:00
|
|
|
"ogg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-17 00:34:36 +00:00
|
|
|
]
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.2.62"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2018-10-27 21:33:28 +00:00
|
|
|
version = "0.9.3"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsystemd"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 08:49:22 +00:00
|
|
|
"nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 08:49:22 +00:00
|
|
|
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"try_or 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.5.2"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.5"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.3.9"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-07 00:03:06 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.8"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
2016-08-14 08:30:40 +00:00
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.2"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
2016-10-23 22:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lzw"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.8"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "2.2.1"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.5.1"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-06 07:44:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-10-07 00:03:06 +00:00
|
|
|
|
2016-11-17 01:27:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metaflac"
|
2017-12-10 02:30:51 +00:00
|
|
|
version = "0.1.8"
|
2019-09-02 22:15:16 +00:00
|
|
|
source = "git+https://github.com/agersant/rust-metaflac#1eb01191de4ab591611f0a16b6e36b0cf2ea592f"
|
2016-11-17 01:27:53 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-17 01:27:53 +00:00
|
|
|
]
|
|
|
|
|
2017-12-11 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "1.4.0"
|
2017-12-11 04:41:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-11 04:41:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "1.4.0"
|
2017-12-11 04:41:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-11 04:41:52 +00: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)",
|
|
|
|
]
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2017-06-04 20:17:27 +00:00
|
|
|
version = "0.2.6"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 08:30:40 +00:00
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.3.14"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "2.0.1"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz-sys"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.12"
|
2018-10-27 17:56:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 17:56:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.3.2"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.6.19"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
2017-12-11 03:05:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mp3-duration"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.6"
|
2017-12-11 03:05:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-11 03:05:19 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.2.3"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl 0.10.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"openssl-sys 0.9.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.2.33"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 08:49:22 +00:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.13"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "4.0.13"
|
2018-10-27 21:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
"inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
"mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.42"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.44"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.43"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.2.5"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00: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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.41"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.39"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.42"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.2.2"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.2.8"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-06 07:44:04 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
2016-09-15 06:33:38 +00:00
|
|
|
|
2016-12-02 01:18:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "1.10.1"
|
2016-12-02 01:18:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
2016-11-17 00:34:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ogg"
|
2018-10-29 00:27:47 +00:00
|
|
|
version = "0.7.0"
|
2016-11-17 00:34:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-17 00:34:36 +00:00
|
|
|
]
|
|
|
|
|
2016-11-21 08:13:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ole32-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.10.24"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.9.49"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.4.0"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.7.1"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.4.0"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
2019-09-28 23:38:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-27 21:03:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.2"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:03:56 +00:00
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"pear_codegen 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pear_codegen"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.2"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:03:56 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00: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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"yansi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2017-12-07 03:44:54 +00:00
|
|
|
version = "1.0.1"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.3.16"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-23 22:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2019-08-06 09:25:47 +00:00
|
|
|
version = "0.15.0"
|
2016-10-23 22:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-23 22:12:49 +00:00
|
|
|
]
|
|
|
|
|
2017-12-03 21:40:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polaris"
|
2019-04-08 01:53:43 +00:00
|
|
|
version = "0.10.0"
|
2017-12-03 21:40:54 +00:00
|
|
|
dependencies = [
|
2017-12-11 13:00:00 +00:00
|
|
|
"ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 21:28:25 +00:00
|
|
|
"flame 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 00:02:42 +00:00
|
|
|
"flamer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"id3 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"image 0.22.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"lewton 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 08:49:22 +00:00
|
|
|
"libsystemd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 22:15:16 +00:00
|
|
|
"metaflac 0.1.8 (git+https://github.com/agersant/rust-metaflac)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"mp3-duration 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 23:38:43 +00:00
|
|
|
"pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"rocket 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rocket_contrib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 04:32:55 +00:00
|
|
|
"rusqlite 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:24:06 +00:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 05:41:47 +00:00
|
|
|
"rustfm-scrobble 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 23:54:37 +00:00
|
|
|
"simplelog 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-03 21:40:54 +00:00
|
|
|
"unix-daemonize 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 01:13:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.30"
|
2018-10-07 00:03:06 +00: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)",
|
2017-12-03 21:40:54 +00:00
|
|
|
]
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.5.3"
|
2019-08-06 07:44:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2017-05-09 04:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 01:13:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.6.13"
|
2018-10-07 01:13:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 01:13:44 +00:00
|
|
|
]
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
2019-02-20 02:02:09 +00:00
|
|
|
name = "rand"
|
|
|
|
version = "0.3.23"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.4.6"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
2019-09-28 23:38:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (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)",
|
|
|
|
]
|
|
|
|
|
2016-09-15 06:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.6.5"
|
2016-09-15 06:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.7.2"
|
2019-08-06 07:44:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 06:33:38 +00:00
|
|
|
]
|
|
|
|
|
2019-02-20 02:02:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.3.1"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 09:25:47 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-06 09:25:47 +00:00
|
|
|
version = "0.4.2"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.5.1"
|
2019-08-06 07:44:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2019-02-20 02:02:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2019-02-20 02:02:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.4"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.3"
|
2019-02-20 02:02:09 +00: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)",
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.2"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-02-20 02:02:09 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-10-07 00:03:06 +00:00
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.2.0"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.6.0"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-23 22:12:49 +00:00
|
|
|
]
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.56"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.3.1"
|
2019-08-06 07:44:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.3.1"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.6.12"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.5.2"
|
2017-12-07 03:44:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 03:44:54 +00:00
|
|
|
]
|
|
|
|
|
2018-03-07 05:36:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.9.20"
|
2018-03-07 05:36:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-11 07:44:20 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-07 05:36:10 +00:00
|
|
|
]
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.13.5"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:24:06 +00:00
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
2018-10-27 21:03:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocket"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.2"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:03:56 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"pear 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"rocket_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rocket_http 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
"state 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.2"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:03:56 +00:00
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"devise 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rocket_http 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
]
|
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocket_contrib"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.2"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:33:28 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"rocket 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
2018-10-27 21:03:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.4.2"
|
2019-02-20 02:02:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-27 21:03:56 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"cookie 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"pear 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
"state 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:03:56 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2018-10-07 04:32:55 +00:00
|
|
|
version = "0.14.0"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
"libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-crypto"
|
|
|
|
version = "0.2.36"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-27 17:56:04 +00:00
|
|
|
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 08:30:40 +00:00
|
|
|
]
|
|
|
|
|
2016-12-03 20:08:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.16"
|
2016-12-03 20:08:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2017-06-04 20:17:27 +00:00
|
|
|
version = "0.3.24"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-07 05:36:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfm-scrobble"
|
2019-08-29 05:41:47 +00:00
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-07 05:36:10 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-07 05:36:10 +00:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-07 05:36:10 +00:00
|
|
|
"wrapped-vec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
2018-10-07 00:03:06 +00:00
|
|
|
name = "ryu"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "1.0.0"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.3.2"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "1.0.5"
|
2018-10-27 21:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.16"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
2016-10-23 22:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.9"
|
2016-10-23 22:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2017-12-07 03:44:54 +00:00
|
|
|
version = "0.3.3"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.3.1"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.3.1"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-09 04:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.0.101"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-06 07:44:04 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
2017-06-04 20:17:27 +00:00
|
|
|
|
|
|
|
[[package]]
|
2017-07-07 03:49:34 +00:00
|
|
|
name = "serde_derive"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.0.101"
|
2017-05-09 04:18:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
2017-05-09 04:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "1.0.40"
|
2017-05-09 04:18:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 20:17:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.5.5"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-11 07:44:20 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-09 04:18:49 +00:00
|
|
|
]
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-21 08:13:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shell32-sys"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.2"
|
2016-11-21 08:13:55 +00:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2017-10-13 00:09:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
2019-09-28 23:54:37 +00:00
|
|
|
version = "0.7.3"
|
2017-10-13 00:09:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-13 00:09:54 +00:00
|
|
|
]
|
|
|
|
|
2017-12-07 03:44:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.4.2"
|
2017-12-07 03:44:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.6.10"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:03:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "state"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.2.1"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-06 07:44:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-10-07 00:30:01 +00:00
|
|
|
|
2019-08-06 09:25:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-09 04:18:49 +00:00
|
|
|
[[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-10-07 01:13:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.15.44"
|
2018-10-07 01:13:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00: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-10-07 00:03:06 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-09 04:18:49 +00: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)",
|
|
|
|
]
|
|
|
|
|
2017-12-11 03:05:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.10.2"
|
2017-12-11 03:05:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00: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)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-11 03:05:19 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "3.1.0"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
|
|
|
|
2017-10-13 00:09:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.5.2"
|
2017-10-13 00:09:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-13 00:09:54 +00:00
|
|
|
]
|
|
|
|
|
2019-09-02 21:28:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 21:28:25 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 21:28:25 +00:00
|
|
|
]
|
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.3.6"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2019-08-06 09:25:47 +00:00
|
|
|
version = "0.3.1"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.42"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-buf"
|
|
|
|
version = "0.1.1"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 08:30:40 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-current-thread"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.6"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.8"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.12"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.9"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"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)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-sync"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.3"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.1.15"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:03:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.2.11"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-07 05:36:10 +00:00
|
|
|
]
|
|
|
|
|
2016-08-28 22:53:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.4.10"
|
2016-08-28 22:53:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-28 22:53:39 +00:00
|
|
|
]
|
|
|
|
|
2019-08-06 09:25:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.5.3"
|
2019-08-06 09:25:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 09:25:47 +00:00
|
|
|
]
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
2017-06-04 20:17:27 +00:00
|
|
|
version = "0.1.0"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "try_from"
|
|
|
|
version = "0.3.2"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-06 07:44:04 +00:00
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
2016-08-14 08:30:40 +00:00
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try_or"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
2019-08-06 07:44:04 +00:00
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "1.11.2"
|
2019-08-07 08:49:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2017-06-04 20:17:27 +00:00
|
|
|
version = "1.4.2"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 08:30:40 +00:00
|
|
|
]
|
|
|
|
|
2017-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "2.5.1"
|
2017-07-07 03:49:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-07 03:49:34 +00:00
|
|
|
]
|
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2017-07-07 03:49:34 +00:00
|
|
|
version = "0.3.4"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 08:30:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.8"
|
2018-10-07 00:03:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-02-20 02:02:09 +00:00
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
]
|
2018-10-07 00:03:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.1.6"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-09 04:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-07 00:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-31 05:45:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unix-daemonize"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 01:36:54 +00:00
|
|
|
]
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2018-10-07 00:24:06 +00:00
|
|
|
version = "0.6.2"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-15 02:22:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-11-11 07:44:20 +00:00
|
|
|
version = "1.7.2"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00: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-07 03:44:54 +00:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 08:30:40 +00:00
|
|
|
]
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-17 10:05:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.7.4"
|
2016-09-17 10:05:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-07 00:30:01 +00:00
|
|
|
dependencies = [
|
2019-02-20 02:02:09 +00:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
]
|
2016-09-17 10:05:31 +00:00
|
|
|
|
2017-06-26 01:36:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.2.7"
|
2017-06-26 01:36:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-04 20:17:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.1.5"
|
2017-06-04 20:17:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-07 08:49:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "2.2.9"
|
2018-10-27 21:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 07:44:04 +00:00
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-20 02:02:09 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 00:30:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2019-08-06 07:44:04 +00:00
|
|
|
version = "0.2.0"
|
2018-10-07 00:30:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-07 00:30:01 +00:00
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-28 22:39:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-18 04:38:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
2018-01-06 22:31:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-12-18 04:38:02 +00:00
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-09-28 22:39:33 +00:00
|
|
|
version = "0.3.8"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-06 22:31:48 +00:00
|
|
|
dependencies = [
|
2018-10-07 00:03:06 +00:00
|
|
|
"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)",
|
2018-01-06 22:31:48 +00:00
|
|
|
]
|
2016-08-14 08:30:40 +00:00
|
|
|
|
2016-12-18 04:38:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
2018-01-06 22:31:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-12-18 04:38:02 +00:00
|
|
|
|
2016-08-14 08:30:40 +00:00
|
|
|
[[package]]
|
2018-01-06 22:31:48 +00:00
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.4.0"
|
2018-01-06 22:31:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:33:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "0.1.2"
|
2018-10-27 21:33:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-27 21:33:28 +00:00
|
|
|
]
|
|
|
|
|
2018-01-06 22:31:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-10-07 00:03:06 +00:00
|
|
|
version = "0.4.0"
|
2016-08-14 08:30:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 07:44:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-28 22:39:33 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 07:44:04 +00:00
|
|
|
]
|
|
|
|
|
2018-03-07 05:36:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wrapped-vec"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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-07-07 03:49:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-21 08:13:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
2019-02-20 02:02:09 +00:00
|
|
|
version = "2.2.0"
|
2016-11-21 08:13:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-27 21:03:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-20 02:02:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-31 08:29:23 +00:00
|
|
|
[metadata]
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
2017-12-11 13:00:00 +00:00
|
|
|
"checksum ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "890eeb3dc52632a4b762e3ea6ac37475a35577f22fce09bb6e758c2aaf38a229"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e73a24bad9bd6a94d6395382a6c69fe071708ae4409f763c5475e14ee896313d"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
|
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
|
|
|
|
"checksum backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a606a02debe2813760609f57a64a2ffd27d9fdf5b2f133eaca0b248dd92cdd2"
|
|
|
|
"checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
"checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09"
|
|
|
|
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
|
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
"checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
"checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum cookie 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99be24cfcf40d56ed37fd11c2123be833959bbc5bddecb46e1c2e442e15fa3e0"
|
|
|
|
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
|
|
|
|
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
|
|
|
|
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
|
|
|
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
|
|
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
|
|
|
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
|
|
|
|
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
|
|
|
|
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
2019-08-06 09:25:47 +00:00
|
|
|
"checksum darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fcfbcb0c5961907597a7d1148e3af036268f2b773886b8bb3eeb1e1281d3d3d6"
|
|
|
|
"checksum darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6afc018370c3bff3eb51f89256a6bdb18b4fdcda72d577982a14954a7a0b402c"
|
|
|
|
"checksum darling_macro 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c6d8dac1c6f1d29a41c4712b4400f878cb4fcc4c7628f298dd75038e024998d1"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)" = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
|
2019-08-06 09:25:47 +00:00
|
|
|
"checksum derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ac53fa6a3cda160df823a9346442525dcaf1e171999a1cf23e67067e4fd64d4"
|
|
|
|
"checksum derive_builder_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0288a23da9333c246bb18c143426074a6ae96747995c5819d2947b64cd942b37"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum devise 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e04ba2d03c5fa0d954c061fc8c9c288badadffc272ebb87679a89846de3ed3"
|
|
|
|
"checksum devise_codegen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "066ceb7928ca93a9bedc6d0e612a8a0424048b0ab1f75971b203d01420c055d7"
|
|
|
|
"checksum devise_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf41c59b22b5e3ec0ea55c7847e5f358d340f3a8d6d53a5cf4f1564967f96487"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d24935ba50c4a8dc375a0fd1f8a2ba6bdbdc4125713126a74b965d6a01a06d7"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum diesel_derives 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "62a27666098617d52c487a41f70de23d44a1dc1f3aa5877ceba2790fb1f1cab4"
|
|
|
|
"checksum diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2016-10-31 08:29:23 +00:00
|
|
|
"checksum encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
|
|
"checksum encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
|
"checksum encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
|
"checksum encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
|
"checksum encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
|
"checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
|
|
"checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)" = "87240518927716f79692c2ed85bfe6e98196d18c6401ec75355760233a7e12e9"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd7380b54ced79dda72ecc35cc4fbbd1da6bba54afaa37e96fd1c2a308cd469"
|
2019-09-02 21:28:25 +00:00
|
|
|
"checksum flame 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc2706461e1ee94f55cab2ed2e3d34ae9536cfa830358ef80acff1a3dacab30"
|
2019-09-29 00:02:42 +00:00
|
|
|
"checksum flamer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "36b732da54fd4ea34452f2431cf464ac7be94ca4b339c9cd3d3d12eb06fe7aab"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682"
|
2018-10-07 00:30:01 +00:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2017-12-07 03:44:54 +00:00
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
|
|
"checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2018-10-27 17:56:04 +00:00
|
|
|
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
|
|
|
|
"checksum gif 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4"
|
|
|
|
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
|
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
|
|
|
"checksum hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
|
2019-08-06 09:25:47 +00:00
|
|
|
"checksum id3 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96cbe2d2d42930674ef20d3f02026641d0fd62d97b2a173cc2406cedbebc069e"
|
|
|
|
"checksum ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
|
|
|
"checksum image 0.22.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ee0665404aa0f2ad154021777b785878b0e5b1c1da030455abc3d9ed257c2c67"
|
|
|
|
"checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
|
2018-10-27 21:33:28 +00:00
|
|
|
"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
|
|
|
|
"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum jpeg-decoder 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "c1aae18ffeeae409c6622c3b6a7ee49792a7e5a062eea1b135fbb74e301792ba"
|
2016-10-31 08:29:23 +00: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"
|
2019-09-02 21:28:25 +00:00
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum lewton 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8d542c1a317036c45c2aa1cf10cc9d403ca91eb2d333ef1a4917e5cb10628bd0"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
|
2018-10-27 21:33:28 +00:00
|
|
|
"checksum libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d3711dfd91a1081d2458ad2d06ea30a8755256e74038be2ad927d94e1c955ca8"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum libsystemd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b613f5b2b8b90db24f7b81310b9c9b8f5cff11929bd95044f8a1084cf9442f0a"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
|
|
"checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
2016-10-31 08:29:23 +00:00
|
|
|
"checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
|
|
|
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
|
2019-09-02 22:15:16 +00:00
|
|
|
"checksum metaflac 0.1.8 (git+https://github.com/agersant/rust-metaflac)" = "<none>"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8089920229070f914b9ce9b07ef60e175b2b9bc2d35c3edd8bf4433604e863b9"
|
|
|
|
"checksum migrations_macros 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1664412abf7db2b8a6d58be42a38b099780cc542b5b350383b805d88932833fe"
|
2017-06-04 20:17:27 +00:00
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
|
|
|
|
"checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
|
2018-10-27 21:33:28 +00:00
|
|
|
"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
|
2017-07-07 03:49:34 +00:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum mp3-duration 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2029a947b0d4ce8c5f1acf6676c3bec6d6c037514e7e80df0729576be81e06f3"
|
|
|
|
"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4dbdc256eaac2e3bd236d93ad999d3479ef775c863dbda3068c4006a92eec51b"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1191efa2b8fe041decb55c238a125b7a1aeb6fad7a525133a02be5ec949ff3cb"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
|
|
|
"checksum num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1"
|
|
|
|
"checksum num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
|
|
|
|
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
|
|
|
"checksum num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454"
|
|
|
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
|
|
|
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
|
2018-10-29 00:27:47 +00:00
|
|
|
"checksum ogg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d79f1db9148be9d0e174bb3ac890f6030fcb1ed947267c5a91ee4c91b5a91e15"
|
2016-11-21 08:13:55 +00:00
|
|
|
"checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum openssl 0.10.24 (registry+https://github.com/rust-lang/crates.io-index)" = "8152bb5a9b5b721538462336e3bef9a539f892715e5037fda0f984577311af15"
|
2018-10-07 00:30:01 +00:00
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum openssl-sys 0.9.49 (registry+https://github.com/rust-lang/crates.io-index)" = "f4fad9e54bd23bd4cbbe48fdc08a1b8091707ac869ef8508edea2fec77dcc884"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
|
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
2019-09-28 23:38:43 +00:00
|
|
|
"checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum pear 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c26d2b92e47063ffce70d3e3b1bd097af121a9e0db07ca38a6cc1cf0cc85ff25"
|
|
|
|
"checksum pear_codegen 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "336db4a192cc7f54efeb0c4e11a9245394824cc3bcbd37ba3ff51240c35d7a6e"
|
2017-12-07 03:44:54 +00:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
"checksum pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea"
|
2019-08-06 09:25:47 +00:00
|
|
|
"checksum png 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8422b27bb2c013dd97b9aef69e161ce262236f49aaf46a0489011c8ff0264602"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
|
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afdc77cc74ec70ed262262942ebb7dac3d479e9e5cfa2da1841c0806f6cdabcc"
|
|
|
|
"checksum publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9bf259a81de2b2eb9850ec990ec78e6a25319715584fd7652b9b26f96fcb1510"
|
2017-05-09 04:18:49 +00:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-02-20 02:02:09 +00: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"
|
2019-09-28 23:38:43 +00:00
|
|
|
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-08-06 09:25:47 +00:00
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
|
|
|
|
"checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
|
|
|
|
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
|
|
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)" = "0f6d896143a583047512e59ac54a215cb203c29cc941917343edea3be8df9c78"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum rocket 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "42c1e9deb3ef4fa430d307bfccd4231434b707ca1328fae339c43ad1201cc6f7"
|
|
|
|
"checksum rocket_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "79aa1366f9b2eccddc05971e17c5de7bb75a5431eb12c2b5c66545fd348647f4"
|
|
|
|
"checksum rocket_contrib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e0fa5c1392135adc0f96a02ba150ac4c765e27c58dbfd32aa40678e948f6e56f"
|
|
|
|
"checksum rocket_http 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b1391457ee4e80b40d4b57fa5765c0f2836b20d73bcbee4e3f35d93cf3b80817"
|
2018-10-07 04:32:55 +00:00
|
|
|
"checksum rusqlite 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9d9118f1ce84d8d0b67f9779936432fb42bb620cef2122409d786892cce9a3c"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
|
2017-06-04 20:17:27 +00:00
|
|
|
"checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2017-06-04 20:17:27 +00:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-08-29 05:41:47 +00:00
|
|
|
"checksum rustfm-scrobble 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "41f1808a9f29abd0c10a8cf1dcd0311a2d9fb106fb92634c528eccb33efb9658"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b08423011dae9a5ca23f07cf57dac3857f5c885d352b76f6d95f4aea9434d0"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2017-12-07 03:44:54 +00:00
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
|
|
|
"checksum security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2"
|
|
|
|
"checksum security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
|
|
|
|
"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
|
|
|
|
"checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c"
|
2019-09-28 23:54:37 +00:00
|
|
|
"checksum simplelog 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2b6e1abbebfa1e8e010dd97fae39622173374ec93ff0e05b88123f7d927514b6"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2018-10-27 21:03:56 +00:00
|
|
|
"checksum state 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7345c971d1ef21ffdbd103a75990a15eb03604fc8b8852ca8cb418ee1a099028"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
|
2019-08-06 09:25:47 +00:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
2017-05-09 04:18:49 +00:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
|
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
|
2017-05-09 04:18:49 +00:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
|
|
"checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
2019-09-02 21:28:25 +00:00
|
|
|
"checksum thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2019-08-06 09:25:47 +00:00
|
|
|
"checksum tiff 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b7c2cfc4742bd8a32f2e614339dd8ce30dbcf676bb262bd63a2327bc5df57d"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
|
|
|
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
|
|
|
|
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
|
|
|
|
"checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac"
|
|
|
|
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
|
|
|
|
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
|
|
|
|
"checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19"
|
|
|
|
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
|
2017-06-04 20:17:27 +00:00
|
|
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
2018-10-07 00:30:01 +00:00
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum try_or 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d70eaad66ee689bc3cbc300a9996e5f94608ac6b4598322367411d5f0574541"
|
2016-10-31 08:29:23 +00:00
|
|
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
2017-06-04 20:17:27 +00:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
|
2017-07-07 03:49:34 +00:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
|
2017-05-09 04:18:49 +00:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2017-05-31 05:45:27 +00:00
|
|
|
"checksum unix-daemonize 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "531faed80732acaa13d1016c66d6a9180b5045c4fcef8daa20bb2baf46b13907"
|
2018-10-07 00:24:06 +00:00
|
|
|
"checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
|
2018-11-11 07:44:20 +00:00
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
|
|
|
"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2019-08-07 08:49:22 +00:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
|
|
|
|
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
2016-10-31 08:29:23 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-09-28 22:39:33 +00:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2016-10-31 08:29:23 +00:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2018-10-07 00:03:06 +00:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-08-06 07:44:04 +00:00
|
|
|
"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
2018-03-07 05:36:10 +00:00
|
|
|
"checksum wrapped-vec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06c29bb4abe93d1c8ef79b60f270d0efcaa6c5c97aaaaaaa0d477ea72f5f9e45"
|
2017-07-07 03:49:34 +00:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
|
2018-10-27 21:03:56 +00:00
|
|
|
"checksum yansi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d60c3b48c9cdec42fb06b3b84b5b087405e1fa1c644a1af3930e4dfafe93de48"
|
2019-02-20 02:02:09 +00:00
|
|
|
"checksum yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
|