2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.0.3"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-29 13:28:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.6.6"
|
2018-01-29 13:28:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-04 15:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 15:35:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 15:35:56 +02:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 15:35:56 +02:00
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "base64"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.9.2"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.0.3"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.2.1"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.2.4"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.4.9"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-30 08:29:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.3.3"
|
2018-01-30 08:29:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 08:29:34 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 08:29:34 +01:00
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.0.18"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.4"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-04 08:28:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 08:28:13 +02:00
|
|
|
]
|
|
|
|
|
2018-08-04 15:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 15:35:56 +02:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.2.3"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-27 12:56:36 +01:00
|
|
|
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.2.3"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-27 12:56:36 +01:00
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
2018-01-26 13:29:28 +01:00
|
|
|
|
2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.3.2"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
]
|
|
|
|
|
2018-08-04 10:35:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 10:35:00 +02:00
|
|
|
]
|
|
|
|
|
2018-01-27 04:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.4.3"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-28 07:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
]
|
|
|
|
|
2018-08-04 08:28:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fern"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 08:28:13 +02:00
|
|
|
]
|
|
|
|
|
2018-08-08 04:47:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-30 08:29:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.0.2"
|
2018-01-30 08:29:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miniz_oxide_c_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 08:29:34 +01:00
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-27 12:56:36 +01:00
|
|
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "futures"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.23"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "futures-cpupool"
|
|
|
|
version = "0.1.8"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.54"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "httparse"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.3.2"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "hyper"
|
2018-07-28 07:33:06 +02:00
|
|
|
version = "0.11.27"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-27 12:56:36 +01:00
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
2018-01-26 13:29:28 +01:00
|
|
|
|
2018-01-27 05:02:49 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "hyper-tls"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.4"
|
2018-01-27 05:02:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-27 12:56:36 +01:00
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-01-27 05:02:49 +01:00
|
|
|
|
2018-01-29 11:57:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.5"
|
2018-01-29 11:57:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 11:57:06 +01:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 11:57:06 +01:00
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-27 04:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.4.2"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-26 13:29:28 +01: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)",
|
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.1.0"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-07 16:22:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-01-27 12:56:36 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-08 08:42:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.2.43"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.16"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-31 07:14:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "liftinstall"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-08-04 08:28:13 +02:00
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 15:35:56 +02:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 10:35:00 +02:00
|
|
|
"dirs 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 08:28:13 +02:00
|
|
|
"fern 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"mime_guess 1.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-31 07:14:31 +01:00
|
|
|
"nfd 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"reqwest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-31 07:14:31 +01:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-08 04:47:32 +02:00
|
|
|
"tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 12:17:01 +02:00
|
|
|
"walkdir 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"web-view 0.2.1 (git+https://github.com/Boscop/web-view.git?rev=555f422d09cbb94e82a728d47e9e07ca91963f6e)",
|
2018-08-03 14:21:34 +02:00
|
|
|
"winres 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-08 08:42:09 +02:00
|
|
|
"xz-decom 0.2.0 (git+https://github.com/j-selby/xz-decom.git?rev=f5e9576)",
|
2018-08-08 04:47:32 +02:00
|
|
|
"zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-31 07:14:31 +01:00
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.4.3"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-29 11:57:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.7"
|
2018-01-29 11:57:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-29 13:28:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 13:28:14 +01:00
|
|
|
]
|
|
|
|
|
2018-08-07 16:22:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "mime"
|
|
|
|
version = "0.2.6"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-27 12:56:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.3.8"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2018-07-28 07:33:06 +02:00
|
|
|
version = "1.8.6"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-03 13:50:44 +02:00
|
|
|
"phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-01-26 13:29:28 +01:00
|
|
|
|
2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "2.0.0-alpha.6"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-03 13:50:44 +02:00
|
|
|
"phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-30 08:29:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.3"
|
2018-01-30 08:29:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 08:29:34 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide_c_api"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.3"
|
2018-01-30 08:29:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miniz_oxide 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 08:29:34 +01:00
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.6.15"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01: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)",
|
|
|
|
]
|
|
|
|
|
2018-01-30 08:29:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "msdos_time"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.6"
|
2018-01-30 08:29:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 08:29:34 +01:00
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
|
|
|
version = "0.1.5"
|
|
|
|
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)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.2.33"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
2018-01-27 05:02:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nfd"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-07 16:22:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-04 08:28:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.8.0"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.2.8"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "openssl"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.9.24"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-27 12:56:36 +01:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "openssl-sys"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.9.35"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2018-05-03 13:50:44 +02:00
|
|
|
version = "0.7.22"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-03 13:50:44 +02:00
|
|
|
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2018-05-03 13:50:44 +02:00
|
|
|
version = "0.7.22"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-03 13:50:44 +02:00
|
|
|
"phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2018-05-03 13:50:44 +02:00
|
|
|
version = "0.7.22"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-03 13:50:44 +02:00
|
|
|
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2018-05-03 13:50:44 +02:00
|
|
|
version = "0.7.22"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.3.13"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-30 08:29:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "podio"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-07 16:22:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-27 04:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.6.5"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-07 16:22:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-01-27 04:27:41 +01:00
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.3.22"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
2018-05-03 13:50:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-03 13:50:44 +02:00
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.40"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-04 15:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 15:35:56 +02:00
|
|
|
]
|
|
|
|
|
2018-01-29 13:28:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.2.11"
|
2018-01-29 13:28:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 13:28:14 +01:00
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 13:28:14 +01:00
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.5.6"
|
2018-01-29 13:28:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-07 16:22:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-01-29 13:28:14 +01:00
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "relay"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.1"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.8.7"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"hyper-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
"native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
"tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.2.0"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-07 12:17:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 12:17:01 +02:00
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.13"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
2018-01-29 08:21:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 08:21:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-27 04:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.0.71"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.0.71"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 04:27:41 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.0.24"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 04:27:41 +01:00
|
|
|
]
|
|
|
|
|
2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.5.2"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.2.3"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.4.1"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-04 15:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-27 04:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.14.7"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 04:27:41 +01:00
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "take"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-08 04:47:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
|
|
|
version = "0.4.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.3.7"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
2018-08-04 15:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 15:35:56 +02:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-29 13:28:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 13:28:14 +01:00
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.40"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-codec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "tokio-core"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.17"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-fs"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.7"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-proto"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-07 16:22:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-service"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tls"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
"native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-udp"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-27 04:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.4.6"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 04:27:41 +01:00
|
|
|
]
|
|
|
|
|
2018-07-28 07:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-07 16:22:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-27 04:27:41 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "unicase"
|
|
|
|
version = "1.4.2"
|
2018-01-27 04:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-27 12:56:36 +01:00
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-27 12:56:36 +01:00
|
|
|
]
|
2018-01-27 04:27:41 +01:00
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "unicase"
|
|
|
|
version = "2.1.0"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-29 11:57:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 11:57:06 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.7"
|
2018-01-29 11:57:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-04 15:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
2018-01-27 12:56:36 +01:00
|
|
|
name = "unicode-xid"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.0"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-29 13:28:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-29 11:57:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "1.7.1"
|
2018-01-29 11:57:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 11:57:06 +01:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-03 15:08:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-29 13:28:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-30 05:53:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2018-07-28 07:33:06 +02:00
|
|
|
version = "0.6.5"
|
2018-01-30 05:53:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 05:53:28 +01:00
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.2.4"
|
2018-01-27 12:56:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-04 15:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-27 12:56:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.1.4"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-29 13:28:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-07 12:17:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 12:17:01 +02:00
|
|
|
]
|
|
|
|
|
2018-07-28 07:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-26 13:29:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "web-view"
|
2018-07-28 07:33:06 +02:00
|
|
|
version = "0.2.1"
|
|
|
|
source = "git+https://github.com/Boscop/web-view.git?rev=555f422d09cbb94e82a728d47e9e07ca91963f6e#555f422d09cbb94e82a728d47e9e07ca91963f6e"
|
2018-01-26 13:29:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-03 15:08:26 +02:00
|
|
|
"urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-28 07:33:06 +02:00
|
|
|
"webview-sys 0.1.0 (git+https://github.com/Boscop/web-view.git?rev=555f422d09cbb94e82a728d47e9e07ca91963f6e)",
|
2018-05-03 15:08:26 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webview-sys"
|
|
|
|
version = "0.1.0"
|
2018-07-28 07:33:06 +02:00
|
|
|
source = "git+https://github.com/Boscop/web-view.git?rev=555f422d09cbb94e82a728d47e9e07ca91963f6e#555f422d09cbb94e82a728d47e9e07ca91963f6e"
|
2018-05-03 15:08:26 +02:00
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-08-07 16:22:44 +02:00
|
|
|
version = "0.3.5"
|
2018-01-26 13:29:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-03 14:21:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winres"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-03 14:21:34 +02:00
|
|
|
]
|
|
|
|
|
2018-01-27 12:56:36 +01: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)",
|
|
|
|
]
|
|
|
|
|
2018-08-08 04:47:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-08 08:42:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "xz-decom"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/j-selby/xz-decom.git?rev=f5e9576#f5e9576c71b7476689821991f51fcf0cdc93aa96"
|
|
|
|
dependencies = [
|
|
|
|
"xz-embedded-sys 0.1.1 (git+https://github.com/j-selby/xz-decom.git?rev=f5e9576)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xz-embedded-sys"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "git+https://github.com/j-selby/xz-decom.git?rev=f5e9576#f5e9576c71b7476689821991f51fcf0cdc93aa96"
|
|
|
|
dependencies = [
|
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-30 08:29:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2018-08-08 04:47:32 +02:00
|
|
|
version = "0.4.2"
|
2018-01-30 08:29:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 16:22:44 +02:00
|
|
|
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 08:29:34 +01:00
|
|
|
"podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 16:22:44 +02:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-26 13:29:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[metadata]
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
|
|
|
"checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa"
|
2018-08-04 15:35:56 +02:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
2018-08-04 15:35:56 +02:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "85415d2594767338a74a30c1d370b2f3262ec1b4ed2d7bba5b3faf4de40467d9"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
|
|
|
|
"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
|
|
|
"checksum byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8389c509ec62b9fe8eca58c502a0acaf017737355615243496cde4994f8fa4f9"
|
|
|
|
"checksum bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e178b8e0e239e844b083d5a0d4a156b2654e67f9f80144d48398fcd736a24fb8"
|
|
|
|
"checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
|
2018-01-30 08:29:34 +01:00
|
|
|
"checksum bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2c5162604199bbb17690ede847eaa6120a3f33d5ab4dcc8e7c25b16d849ae79b"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "2119ea4867bd2b8ed3aecab467709720b2d55b1bcfe09f772fd68066eaf15275"
|
|
|
|
"checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e"
|
2018-08-04 08:28:13 +02:00
|
|
|
"checksum chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e48d85528df61dc964aa43c5f6ca681a19cfa74939b2348d204bd08a981f2fb0"
|
2018-08-04 15:35:56 +02:00
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
|
|
|
|
"checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
|
|
|
"checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7"
|
|
|
|
"checksum crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2af0e75710d6181e234c8ecc79f14a97907850a541b13b0be1dd10992f2e4620"
|
|
|
|
"checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b"
|
2018-08-04 10:35:00 +02:00
|
|
|
"checksum dirs 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "37a76dd8b997af7107d0bb69d43903cf37153a18266f8b3fdb9911f28efb5444"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
|
2018-07-28 07:33:06 +02:00
|
|
|
"checksum encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98fd0f24d1fb71a4a6b9330c8ca04cbd4e7cc5d846b54ca74ff376bc7c9f798d"
|
2018-08-04 08:28:13 +02:00
|
|
|
"checksum fern 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "57915fe00a83af935983eb2d00b0ecc62419c4741b28c207ecbf98fd4a1b94c8"
|
2018-08-08 04:47:32 +02:00
|
|
|
"checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "37847f133aae7acf82bb9577ccd8bda241df836787642654286e79679826a54b"
|
2018-01-26 13:29:28 +01:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2018-01-27 12:56:36 +01: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"
|
2018-01-26 13:29:28 +01:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "884dbe32a6ae4cd7da5c6db9b78114449df9953b8d490c9d7e1b51720b922c62"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2018-01-27 05:02:49 +01:00
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540"
|
2018-07-28 07:33:06 +02:00
|
|
|
"checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum hyper-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ffb1bd5e518d3065840ab315dbbf44e4420e5f7d80e2cb93fa6ffffc50522378"
|
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606"
|
2018-01-26 13:29:28 +01:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef"
|
2018-08-08 08:42:09 +02:00
|
|
|
"checksum libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
|
|
|
|
"checksum libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7d4b4c7aff5bac19b956f693d0ea0eade8066deb092186ae954fa6ba14daab98"
|
2018-01-26 13:29:28 +01:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2"
|
|
|
|
"checksum matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "835511bab37c34c47da5cb44844bea2cfde0236db0b506f90ea4224482c9774a"
|
2018-01-29 13:28:14 +01:00
|
|
|
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "fe51c8699d2dc522bf8c1ebe26ea2193d151fb54bcdfd7d0318750c189994cd9"
|
2018-07-28 07:33:06 +02:00
|
|
|
"checksum mime_guess 1.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2d4c0961143b8efdcfa29c3ae63281601b446a4a668165454b6c90f8024954c5"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed"
|
|
|
|
"checksum miniz_oxide 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9ba430291c9d6cedae28bcd2d49d1c32fc57d60cd49086646c5dd5673a870eb5"
|
|
|
|
"checksum miniz_oxide_c_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5a5b8234d6103ebfba71e29786da4608540f862de5ce980a1c94f86a40ca0d51"
|
|
|
|
"checksum mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)" = "4fcfcb32d63961fb6f367bfd5d21e4600b92cd310f71f9dca25acae196eb1560"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2018-01-27 05:02:49 +01:00
|
|
|
"checksum nfd 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8e752e3c216bc8a491c5b59fa46da10f1379ae450b19ac688e07f4bb55042e98"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
2018-08-04 08:28:13 +02:00
|
|
|
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
|
|
|
"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
|
|
|
|
"checksum openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a3605c298474a3aa69de92d21139fb5e2a81688d308262359d85cdd0d12a7985"
|
|
|
|
"checksum openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)" = "912f301a749394e1025d9dcddef6106ddee9252620e6d0a0e5f8d0681de9b129"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2018-05-03 13:50:44 +02:00
|
|
|
"checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
|
|
|
|
"checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b"
|
|
|
|
"checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998"
|
|
|
|
"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "104630aa1c83213cbc76db0703630fcb0421dac3585063be4ce9a8a2feeaa745"
|
2018-01-30 08:29:34 +01:00
|
|
|
"checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "cccdc7557a98fe98453030f077df7f3a042052fae465bb61d2c2c41435cfd9b6"
|
|
|
|
"checksum quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3372dc35766b36a99ce2352bd1b6ea0137c38d215cc0c8780bf6de6df7842ba9"
|
|
|
|
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
|
2018-05-03 13:50:44 +02:00
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
2018-08-04 15:35:56 +02:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
|
|
|
|
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
|
|
|
|
"checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
|
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
|
|
|
"checksum reqwest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e7e237e32c3bfa55c95e29af872c8f481471d70b8a5ec15d85f4d274ffd92dd9"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
2018-08-07 12:17:01 +02:00
|
|
|
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f"
|
|
|
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"
|
|
|
|
"checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead"
|
2018-01-29 08:21:37 +01: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"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)" = "6dfad05c8854584e5f72fb859385ecdfa03af69c3fd0572f0da2d4c95f060bdb"
|
|
|
|
"checksum serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)" = "b719c6d5e9f73fbc37892246d5852333f040caa617b8873c6aced84bcb28e7bb"
|
|
|
|
"checksum serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c6908c7b925cd6c590358a4034de93dbddb20c45e1d021931459fd419bf0e2"
|
|
|
|
"checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1"
|
|
|
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
|
2018-08-04 15:35:56 +02:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum syn 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e2e13df71f29f9440b50261a5882c86eac334f1badb3134ec26f0de2f1418e44"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
|
2018-08-08 04:47:32 +02:00
|
|
|
"checksum tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "e8f41ca4a5689f06998f0247fcb60da6c760f1950cc9df2a10d71575ad0b062a"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2018-08-04 15:35:56 +02:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
|
|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
2018-01-29 13:28:14 +01:00
|
|
|
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
|
|
|
|
"checksum tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee337e5f4e501fc32966fec6fe0ca0cc1c237b0b1b14a335f8bfe3c5f06e286"
|
|
|
|
"checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb"
|
|
|
|
"checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
|
|
|
"checksum tokio-executor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "424f0c87ecd66b863045d84e384cb7ce0ae384d8b065b9f0363d29c0d1b30b2f"
|
|
|
|
"checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135"
|
|
|
|
"checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8703a5762ff6913510dc64272c714c4389ffd8c4b3cf602879b8bd14ff06b604"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum tokio-tcp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5b4c329b47f071eb8a746040465fa751bd95e4716e98daef6a9b4e434c17d565"
|
|
|
|
"checksum tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "24ab84f574027b0e875378f31575cf175360891919e93a3490f07e76e00e4efb"
|
|
|
|
"checksum tokio-timer 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1c76b4e97a4f61030edff8bd272364e4f731b9f54c7307eb4eb733c3926eb96a"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772f4b04e560117fe3b0a53e490c16ddc8ba6ec437015d91fa385564996ed913"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0"
|
|
|
|
"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
|
2018-07-28 07:33:06 +02:00
|
|
|
"checksum try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
|
|
"checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a"
|
2018-01-29 11:57:06 +01:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
|
2018-08-04 15:35:56 +02:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2018-01-29 13:28:14 +01:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
|
2018-05-03 15:08:26 +02:00
|
|
|
"checksum urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed"
|
2018-01-29 13:28:14 +01:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2018-07-28 07:33:06 +02:00
|
|
|
"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474"
|
2018-08-04 15:35:56 +02:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051"
|
2018-01-29 13:28:14 +01:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-08-07 12:17:01 +02:00
|
|
|
"checksum walkdir 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1b768ba943161a9226ccd59b26bcd901e5d60e6061f4fcad3034784e0c7372b"
|
2018-07-28 07:33:06 +02:00
|
|
|
"checksum want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1"
|
|
|
|
"checksum web-view 0.2.1 (git+https://github.com/Boscop/web-view.git?rev=555f422d09cbb94e82a728d47e9e07ca91963f6e)" = "<none>"
|
|
|
|
"checksum webview-sys 0.1.0 (git+https://github.com/Boscop/web-view.git?rev=555f422d09cbb94e82a728d47e9e07ca91963f6e)" = "<none>"
|
2018-01-26 13:29:28 +01:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-08-07 16:22:44 +02:00
|
|
|
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
|
2018-01-26 13:29:28 +01:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-08-03 14:21:34 +02:00
|
|
|
"checksum winres 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f07dabda4e79413ecac65bc9a2234ad3d85dc49f9d289f868cd9d8611d88f28d"
|
2018-01-27 12:56:36 +01:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2018-08-08 04:47:32 +02:00
|
|
|
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
2018-08-08 08:42:09 +02:00
|
|
|
"checksum xz-decom 0.2.0 (git+https://github.com/j-selby/xz-decom.git?rev=f5e9576)" = "<none>"
|
|
|
|
"checksum xz-embedded-sys 0.1.1 (git+https://github.com/j-selby/xz-decom.git?rev=f5e9576)" = "<none>"
|
2018-08-08 04:47:32 +02:00
|
|
|
"checksum zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36b9e08fb518a65cf7e08a1e482573eb87a2f4f8c6619316612a3c1f162fe822"
|