2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "advapi32-sys"
|
2016-05-25 02:08:03 +00:00
|
|
|
version = "0.2.0"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-11-29 17:56:30 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2018-10-14 09:36:23 +00:00
|
|
|
version = "0.6.8"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-07 01:53:36 +00:00
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "0.11.0"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-12 01:48:47 +00:00
|
|
|
dependencies = [
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 01:48:47 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2016-07-09 19:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arch"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-03-12 01:48:47 +00:00
|
|
|
"platform-info 0.1.0 (git+https://github.com/uutils/platform-info)",
|
2016-07-09 19:18:10 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "0.2.8"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
]
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-22 16:55:05 +00:00
|
|
|
"rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base32"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-11 07:15:40 +00:00
|
|
|
"clippy 0.0.212 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 22:55:28 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "basename"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2018-06-11 19:57:56 +00:00
|
|
|
version = "0.5.0"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-11 19:57:56 +00:00
|
|
|
"bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2018-06-11 19:57:56 +00:00
|
|
|
version = "0.5.0"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2016-12-02 22:06:21 +00:00
|
|
|
version = "0.7.0"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 02:12:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2017-12-07 01:53:36 +00:00
|
|
|
version = "1.0.1"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-07-21 08:27:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2017-12-07 01:53:36 +00:00
|
|
|
version = "1.2.1"
|
2016-07-21 08:27:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2018-06-07 15:41:42 +00:00
|
|
|
version = "0.5.6"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-07 15:41:42 +00:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 08:20:58 +00:00
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cat"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-06-13 03:25:46 +00:00
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-08 05:16:32 +00:00
|
|
|
"unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "1.0.6"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2017-07-15 19:03:43 +00:00
|
|
|
version = "0.1.2"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chgrp"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
2018-06-12 23:59:05 +00:00
|
|
|
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 22:55:28 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chmod"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
2018-03-02 07:08:09 +00:00
|
|
|
"walker 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-07-12 18:56:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chown"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-11 07:15:40 +00:00
|
|
|
"clippy 0.0.212 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-12 18:56:21 +00:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uucore 0.0.1",
|
2018-06-12 23:59:05 +00:00
|
|
|
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-12 18:56:21 +00:00
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2018-06-25 07:25:17 +00:00
|
|
|
version = "0.4.4"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-18 07:40:46 +00:00
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chroot"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cksum"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2018-06-27 07:27:24 +00:00
|
|
|
version = "2.32.0"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-12 01:48:47 +00:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 01:53:36 +00:00
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-27 07:27:24 +00:00
|
|
|
"textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 07:24:50 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-02 22:06:21 +00:00
|
|
|
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clippy"
|
2018-07-11 07:15:40 +00:00
|
|
|
version = "0.0.212"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-07 15:41:42 +00:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-11 07:15:40 +00:00
|
|
|
"backtrace 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy_lints 0.0.212 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 07:46:09 +00:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-11 07:15:40 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 08:20:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clippy_lints"
|
2018-07-11 07:15:40 +00:00
|
|
|
version = "0.0.212"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-07 15:41:42 +00:00
|
|
|
"cargo_metadata 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:28 +00:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 08:20:58 +00:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 08:20:58 +00:00
|
|
|
"quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 07:21:55 +00:00
|
|
|
"regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 08:20:58 +00:00
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 08:20:58 +00:00
|
|
|
]
|
|
|
|
|
2018-10-14 09:33:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2017-12-07 01:53:36 +00:00
|
|
|
version = "0.1.29"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-12 01:48:47 +00:00
|
|
|
"cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "comm"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 22:55:28 +00:00
|
|
|
"uucore 0.0.1",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cp"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-06-27 07:27:24 +00:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 07:21:13 +00:00
|
|
|
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-01 17:06:28 +00:00
|
|
|
"ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 03:25:46 +00:00
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
2018-06-12 23:59:05 +00:00
|
|
|
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-01 17:06:28 +00:00
|
|
|
"xattr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp"
|
2018-07-09 07:50:33 +00:00
|
|
|
version = "0.4.0"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-09 07:50:33 +00:00
|
|
|
"cpp_macros 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_build"
|
2018-07-11 01:16:49 +00:00
|
|
|
version = "0.4.0"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-11 01:16:49 +00:00
|
|
|
"cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_common 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
"cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synmap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:28 +00:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
2018-07-09 07:50:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_common"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:28 +00:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-09 07:50:33 +00:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_macros"
|
2018-07-09 07:50:33 +00:00
|
|
|
version = "0.4.0"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-14 09:36:23 +00:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-09 07:50:33 +00:00
|
|
|
"cpp_common 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
"cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:28 +00:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_syn"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_synmap"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_synom"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cut"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2018-05-22 16:55:05 +00:00
|
|
|
version = "2.1.1"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "date"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-06-25 07:25:17 +00:00
|
|
|
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-27 07:27:24 +00:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-27 04:06:23 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-05-22 07:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dircolors"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirname"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 22:55:28 +00:00
|
|
|
"uucore 0.0.1",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "du"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-05 02:12:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "duct"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 02:12:15 +00:00
|
|
|
"os_pipe 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"shared_child 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "echo"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-11-29 17:56:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2017-10-09 22:09:24 +00:00
|
|
|
version = "1.4.0"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expand"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 07:24:50 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "expr"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 02:12:15 +00:00
|
|
|
"onig 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "factor"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-10-14 09:33:44 +00:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "false"
|
|
|
|
version = "0.0.1"
|
2017-12-27 08:31:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2019-02-08 07:21:13 +00:00
|
|
|
version = "0.2.4"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-09 22:09:24 +00:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fmt"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 07:24:50 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2017-10-09 22:09:24 +00:00
|
|
|
version = "1.0.6"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fold"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-09 22:09:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.3.3"
|
2017-10-09 22:09:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-07 01:53:36 +00:00
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.3.3"
|
2017-10-09 22:09:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2017-10-06 19:32:04 +00:00
|
|
|
name = "generic-array"
|
|
|
|
version = "0.8.3"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2017-10-09 22:09:24 +00:00
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 01:48:47 +00:00
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 19:32:04 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2018-07-06 07:17:46 +00:00
|
|
|
version = "0.2.18"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-06 07:17:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2016-05-22 07:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "groups"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-09-03 19:47:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2018-10-14 09:35:46 +00:00
|
|
|
version = "1.3.0"
|
2016-09-03 19:47:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashsum"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-10-06 19:32:04 +00:00
|
|
|
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-13 22:09:09 +00:00
|
|
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
"md5 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 07:46:09 +00:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 07:21:55 +00:00
|
|
|
"regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 07:30:51 +00:00
|
|
|
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 19:32:04 +00:00
|
|
|
"sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha3 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "head"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-10-13 22:09:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostid"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "id"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-07-12 18:56:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "install"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-12 18:56:21 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ioctl-sys"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-13 21:02:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "join"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-06-27 07:27:24 +00:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-13 21:02:42 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-25 02:08:03 +00:00
|
|
|
version = "0.2.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-11-29 17:56:30 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kill"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-07 01:53:36 +00:00
|
|
|
name = "lazy_static"
|
2019-02-08 08:45:28 +00:00
|
|
|
version = "1.2.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2018-03-05 02:12:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-03-29 07:30:02 +00:00
|
|
|
version = "0.2.51"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-08-30 22:55:28 +00:00
|
|
|
|
2017-10-09 22:09:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libstdbuf"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-09 07:50:33 +00:00
|
|
|
"cpp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-11 01:16:49 +00:00
|
|
|
"cpp_build 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "link"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ln"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logname"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-03-25 21:25:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ls"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:28 +00:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 22:16:34 +00:00
|
|
|
"number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 01:48:47 +00:00
|
|
|
"term_grid 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"termsize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 07:24:50 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-25 21:25:52 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.3.7"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-10-09 22:09:24 +00:00
|
|
|
version = "1.0.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 01:53:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mkdir"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mkfifo"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-05-22 07:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mknod"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-22 07:46:54 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-01-05 03:48:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mktemp"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-14 09:33:44 +00:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-01-05 03:48:03 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2016-08-30 22:55:28 +00:00
|
|
|
name = "more"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-02 22:06:21 +00:00
|
|
|
"nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-22 10:31:41 +00:00
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 22:55:28 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mv"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nice"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2016-12-02 22:06:21 +00:00
|
|
|
version = "0.8.1"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-02 22:06:21 +00:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-15 19:03:43 +00:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 22:55:28 +00:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 02:12:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 02:12:15 +00:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nl"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-10-14 09:36:23 +00:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 07:46:09 +00:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 07:21:55 +00:00
|
|
|
"regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2017-10-09 22:09:24 +00:00
|
|
|
version = "0.1.12"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nohup"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nproc"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 01:53:36 +00:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.1.36"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-02 07:08:09 +00:00
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.2.1"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2017-12-07 01:53:36 +00:00
|
|
|
version = "1.8.0"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:16:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2017-10-09 22:09:24 +00:00
|
|
|
name = "numfmt"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-23 19:49:43 +00:00
|
|
|
"uucore 0.0.1",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
2017-10-09 22:09:24 +00:00
|
|
|
name = "od"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-12-07 01:53:36 +00:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-14 09:35:46 +00:00
|
|
|
"half 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
2018-03-05 02:12:15 +00:00
|
|
|
version = "3.1.1"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-05 02:12:15 +00:00
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:28 +00:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 02:12:15 +00:00
|
|
|
"onig_sys 67.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
2018-03-05 02:12:15 +00:00
|
|
|
version = "67.1.0"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-07 01:53:36 +00:00
|
|
|
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 02:12:15 +00:00
|
|
|
"duct 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-02 22:06:21 +00:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 02:12:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
|
|
|
version = "0.6.0"
|
|
|
|
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)",
|
|
|
|
"nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-05-22 11:59:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathchk"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-22 11:59:57 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-04 23:47:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pinky"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 01:48:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platform-info"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/uutils/platform-info#d8f497798725694c821cfe3a65cbd2c21d16762a"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 01:48:47 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "printenv"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-24 06:11:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "printf"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-06-15 07:24:33 +00:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-24 06:11:00 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.2.3"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ptx"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-10-14 09:36:23 +00:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 07:46:09 +00:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 07:21:55 +00:00
|
|
|
"regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pwd"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-01-08 05:16:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2018-06-13 03:25:46 +00:00
|
|
|
version = "1.2.2"
|
2017-01-08 05:16:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quine-mc_cluskey"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.3.22"
|
|
|
|
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)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 08:45:30 +00:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-07 08:45:30 +00:00
|
|
|
version = "0.4.6"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-07 08:45:30 +00:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 08:45:30 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-10-14 09:33:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-14 09:33:44 +00:00
|
|
|
"rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "readlink"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "realpath"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.1.37"
|
2017-10-09 22:09:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-09 22:09:24 +00:00
|
|
|
dependencies = [
|
2018-03-02 07:08:09 +00:00
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-10-15 07:46:09 +00:00
|
|
|
version = "1.0.3"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-14 09:36:23 +00:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 07:21:55 +00:00
|
|
|
"regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 07:46:09 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-06-14 07:21:55 +00:00
|
|
|
version = "0.6.1"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relpath"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-02 07:08:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2018-06-12 16:41:14 +00:00
|
|
|
version = "0.5.1"
|
2018-03-02 07:08:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-12 16:41:14 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rm"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 07:25:31 +00:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
2018-06-12 23:59:05 +00:00
|
|
|
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmdir"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-02 07:08:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-users"
|
|
|
|
version = "0.6.0"
|
2018-03-12 01:48:47 +00:00
|
|
|
source = "git+https://github.com/uutils/rust-users#e64253f2b995e7f1a458c68a7eca66e0171d183a"
|
2018-03-02 07:08:09 +00:00
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
]
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2018-06-12 23:59:05 +00:00
|
|
|
version = "1.0.2"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-12 23:59:05 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
2016-07-09 19:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2018-06-07 15:41:42 +00:00
|
|
|
version = "0.9.0"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-02 22:06:21 +00:00
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 17:56:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
2016-12-02 22:06:21 +00:00
|
|
|
version = "0.7.0"
|
2016-07-09 19:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seq"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive_internals 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2018-06-08 07:30:51 +00:00
|
|
|
version = "0.6.0"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 02:12:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shared_child"
|
|
|
|
version = "0.3.2"
|
|
|
|
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)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 02:12:15 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-01-04 07:15:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shred"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-02-08 07:21:13 +00:00
|
|
|
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-14 09:33:44 +00:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-01-04 07:15:19 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuf"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-14 09:33:44 +00:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sleep"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sort"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 07:24:33 +00:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 03:25:03 +00:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "split"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-07-09 19:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stat"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-09 19:18:10 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdbuf"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"libstdbuf 0.0.1",
|
2018-06-12 16:41:14 +00:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.7.0"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sum"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.12.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-25 02:08:03 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tac"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tail"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-20 01:47:40 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-22 10:31:41 +00:00
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tee"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
2018-06-12 16:41:14 +00:00
|
|
|
version = "0.3.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-07 08:45:30 +00:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 16:41:14 +00:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-01-05 03:48:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2017-10-09 22:09:24 +00:00
|
|
|
version = "2.2.0"
|
2016-05-22 20:04:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-01-05 03:48:03 +00:00
|
|
|
dependencies = [
|
2016-05-25 02:08:03 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 17:56:30 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-01-05 03:48:03 +00:00
|
|
|
]
|
|
|
|
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term_grid"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "0.1.7"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-15 07:24:50 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-10-09 22:09:24 +00:00
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termsize"
|
2017-10-09 22:09:24 +00:00
|
|
|
version = "0.1.5"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-12 01:48:47 +00:00
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 17:56:30 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-17 01:39:53 +00:00
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-05-25 02:08:03 +00:00
|
|
|
[[package]]
|
2016-12-02 22:06:21 +00:00
|
|
|
name = "textwrap"
|
2018-06-27 07:27:24 +00:00
|
|
|
version = "0.10.0"
|
2016-05-25 02:08:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-15 07:24:50 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-25 02:08:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-10-15 07:46:09 +00:00
|
|
|
version = "0.3.6"
|
2016-05-25 02:08:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-08 08:45:28 +00:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-25 02:08:03 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2019-02-08 08:45:35 +00:00
|
|
|
version = "0.1.42"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 07:08:09 +00:00
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "timeout"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "touch"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-02-08 07:21:13 +00:00
|
|
|
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tr"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-06-11 19:57:56 +00:00
|
|
|
"bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "true"
|
|
|
|
version = "0.0.1"
|
2017-12-27 08:31:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "truncate"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tsort"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tty"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.1"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uname"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-06-27 07:27:24 +00:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 01:48:47 +00:00
|
|
|
"platform-info 0.1.0 (git+https://github.com/uutils/platform-info)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unexpand"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 07:24:50 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2018-06-15 07:24:50 +00:00
|
|
|
version = "0.1.5"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-07-18 20:25:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2018-06-11 07:29:30 +00:00
|
|
|
version = "0.1.3"
|
2016-07-18 20:25:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uniq"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-01-08 05:16:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unix_socket"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-15 19:03:43 +00:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-08 05:16:32 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unlink"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uptime"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-05-25 02:08:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2016-12-02 22:06:21 +00:00
|
|
|
version = "1.0.0"
|
2016-05-25 02:08:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uucore"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-05-22 16:55:05 +00:00
|
|
|
"data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 17:21:12 +00:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 08:45:30 +00:00
|
|
|
"wild 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-12-27 08:31:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uutils"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"arch 0.0.1",
|
|
|
|
"base32 0.0.1",
|
|
|
|
"base64 0.0.1",
|
|
|
|
"basename 0.0.1",
|
|
|
|
"cat 0.0.1",
|
|
|
|
"chgrp 0.0.1",
|
|
|
|
"chmod 0.0.1",
|
|
|
|
"chown 0.0.1",
|
|
|
|
"chroot 0.0.1",
|
|
|
|
"cksum 0.0.1",
|
|
|
|
"comm 0.0.1",
|
|
|
|
"cp 0.0.1",
|
|
|
|
"cut 0.0.1",
|
|
|
|
"date 0.0.1",
|
|
|
|
"dircolors 0.0.1",
|
|
|
|
"dirname 0.0.1",
|
|
|
|
"du 0.0.1",
|
|
|
|
"echo 0.0.1",
|
|
|
|
"env 0.0.1",
|
|
|
|
"expand 0.0.1",
|
|
|
|
"expr 0.0.1",
|
|
|
|
"factor 0.0.1",
|
|
|
|
"false 0.0.1",
|
2019-02-08 07:21:13 +00:00
|
|
|
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-27 08:31:19 +00:00
|
|
|
"fmt 0.0.1",
|
|
|
|
"fold 0.0.1",
|
|
|
|
"groups 0.0.1",
|
|
|
|
"hashsum 0.0.1",
|
|
|
|
"head 0.0.1",
|
|
|
|
"hostid 0.0.1",
|
|
|
|
"hostname 0.0.1",
|
|
|
|
"id 0.0.1",
|
|
|
|
"install 0.0.1",
|
|
|
|
"join 0.0.1",
|
|
|
|
"kill 0.0.1",
|
2019-02-08 08:45:28 +00:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-27 08:31:19 +00:00
|
|
|
"link 0.0.1",
|
|
|
|
"ln 0.0.1",
|
|
|
|
"logname 0.0.1",
|
|
|
|
"ls 0.0.1",
|
|
|
|
"mkdir 0.0.1",
|
|
|
|
"mkfifo 0.0.1",
|
|
|
|
"mknod 0.0.1",
|
|
|
|
"mktemp 0.0.1",
|
|
|
|
"more 0.0.1",
|
|
|
|
"mv 0.0.1",
|
|
|
|
"nice 0.0.1",
|
|
|
|
"nl 0.0.1",
|
|
|
|
"nohup 0.0.1",
|
|
|
|
"nproc 0.0.1",
|
|
|
|
"numfmt 0.0.1",
|
|
|
|
"od 0.0.1",
|
|
|
|
"paste 0.0.1",
|
|
|
|
"pathchk 0.0.1",
|
|
|
|
"pinky 0.0.1",
|
|
|
|
"printenv 0.0.1",
|
|
|
|
"printf 0.0.1",
|
|
|
|
"ptx 0.0.1",
|
|
|
|
"pwd 0.0.1",
|
2019-02-07 08:45:30 +00:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-27 08:31:19 +00:00
|
|
|
"readlink 0.0.1",
|
|
|
|
"realpath 0.0.1",
|
2018-10-15 07:46:09 +00:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-27 08:31:19 +00:00
|
|
|
"relpath 0.0.1",
|
|
|
|
"rm 0.0.1",
|
|
|
|
"rmdir 0.0.1",
|
2018-03-05 02:12:15 +00:00
|
|
|
"rust-users 0.6.0 (git+https://github.com/uutils/rust-users)",
|
2017-12-27 08:31:19 +00:00
|
|
|
"seq 0.0.1",
|
|
|
|
"shred 0.0.1",
|
|
|
|
"shuf 0.0.1",
|
|
|
|
"sleep 0.0.1",
|
|
|
|
"sort 0.0.1",
|
|
|
|
"split 0.0.1",
|
|
|
|
"stat 0.0.1",
|
|
|
|
"stdbuf 0.0.1",
|
|
|
|
"sum 0.0.1",
|
|
|
|
"sync 0.0.1",
|
|
|
|
"tac 0.0.1",
|
|
|
|
"tail 0.0.1",
|
|
|
|
"tee 0.0.1",
|
2018-06-12 16:41:14 +00:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-27 08:31:19 +00:00
|
|
|
"test 0.0.1",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-27 08:31:19 +00:00
|
|
|
"timeout 0.0.1",
|
|
|
|
"touch 0.0.1",
|
|
|
|
"tr 0.0.1",
|
|
|
|
"true 0.0.1",
|
|
|
|
"truncate 0.0.1",
|
|
|
|
"tsort 0.0.1",
|
|
|
|
"tty 0.0.1",
|
|
|
|
"uname 0.0.1",
|
|
|
|
"unexpand 0.0.1",
|
2018-06-11 07:29:30 +00:00
|
|
|
"unindent 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-27 08:31:19 +00:00
|
|
|
"uniq 0.0.1",
|
|
|
|
"unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unlink 0.0.1",
|
|
|
|
"uptime 0.0.1",
|
|
|
|
"users 0.0.1",
|
|
|
|
"uucore 0.0.1",
|
|
|
|
"wc 0.0.1",
|
|
|
|
"who 0.0.1",
|
|
|
|
"whoami 0.0.1",
|
|
|
|
"yes 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2016-12-02 22:06:21 +00:00
|
|
|
version = "0.8.0"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2016-08-30 22:55:28 +00:00
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-07-12 18:56:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2018-06-12 23:59:05 +00:00
|
|
|
version = "2.1.4"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-12 23:59:05 +00:00
|
|
|
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-12 18:56:21 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walker"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "1.0.1"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wc"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-06 07:17:46 +00:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "who"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-07-11 07:15:40 +00:00
|
|
|
"clippy 0.0.212 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 22:55:28 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-05-25 02:08:03 +00:00
|
|
|
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-27 07:27:24 +00:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
2018-06-07 07:25:43 +00:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wild"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-11-29 17:56:30 +00:00
|
|
|
version = "0.2.8"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-06-07 07:25:43 +00:00
|
|
|
version = "0.3.5"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-02 07:08:09 +00:00
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 01:53:36 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-29 07:30:02 +00:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-01 17:06:28 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yes"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-06-27 07:27:24 +00:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"uucore 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-11-29 17:56:30 +00:00
|
|
|
[metadata]
|
|
|
|
"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
|
2018-10-14 09:36:23 +00:00
|
|
|
"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a"
|
2018-03-12 01:48:47 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
"checksum atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "af80143d6f7608d746df1520709e5d141c96f240b0e62b0aa41bdfb53374d9d4"
|
2018-05-22 16:55:05 +00:00
|
|
|
"checksum backtrace 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea58cd16fd6c9d120b5bcb01d63883ae4cc7ba2aed35c1841b862a3c7ef6639"
|
|
|
|
"checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661"
|
2018-06-11 19:57:56 +00:00
|
|
|
"checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a"
|
|
|
|
"checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf"
|
2017-03-27 04:06:23 +00:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2018-03-05 02:12:15 +00:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2017-12-07 01:53:36 +00:00
|
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814"
|
|
|
|
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
2017-12-07 01:53:36 +00:00
|
|
|
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum cargo_metadata 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "682476b87b3e22cd3820d86b26cd8603cd84ab76dce7547b2631858347aa8967"
|
2018-03-12 01:48:47 +00:00
|
|
|
"checksum cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fedf677519ac9e865c4ff43ef8f930773b37ed6e6ea61b6b83b400a7b5787f49"
|
2017-07-15 19:03:43 +00:00
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
2018-06-25 07:25:17 +00:00
|
|
|
"checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
|
2018-06-27 07:27:24 +00:00
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
2018-07-11 07:15:40 +00:00
|
|
|
"checksum clippy 0.0.212 (registry+https://github.com/rust-lang/crates.io-index)" = "7e253af13a0cc39c7f22cf16f1be49d593dedc5895fe2fbb15f14d66ead00533"
|
|
|
|
"checksum clippy_lints 0.0.212 (registry+https://github.com/rust-lang/crates.io-index)" = "bd2326065405649672adbd5cb30dad2fad3a470935653d51c70591d47d3a8512"
|
2018-10-14 09:33:44 +00:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2017-12-07 01:53:36 +00:00
|
|
|
"checksum cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "56d741ea7a69e577f6d06b36b7dff4738f680593dc27a701ffa8506b73ce28bb"
|
2018-07-09 07:50:33 +00:00
|
|
|
"checksum cpp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d1cd8699ffa1b18fd388183f7762e0545eddbd5c6ec95e9e3b42a4a71a507ff"
|
2018-07-11 01:16:49 +00:00
|
|
|
"checksum cpp_build 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c47531e7e09532ad4827098729794f5e1a5b1c2ccbb5e295498d2e7ab451c445"
|
2018-07-09 07:50:33 +00:00
|
|
|
"checksum cpp_common 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79e39149a7943affa02f5b6e347ca2840a129cc78d5883ee229f0f1c4027d628"
|
|
|
|
"checksum cpp_macros 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6bba562eb4d65561efb6cef4e5f0de5936edfee7c6af7a4dfc323f6f2c997e40"
|
2017-12-30 06:17:54 +00:00
|
|
|
"checksum cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8cd649bf5b3804d92fe12a60c7698f5a538a6033ed8a668bf5241d4d4f1644e"
|
|
|
|
"checksum cpp_synmap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "897e4f9cdbe2874edd3ffe53718ee5d8b89e2a970057b2c93d3214104f2e90b6"
|
|
|
|
"checksum cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc8da5694233b646150c785118f77835ad0a49680c7f312a10ef30957c67b6d"
|
2018-05-22 16:55:05 +00:00
|
|
|
"checksum data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67df0571a74bf0d97fb8b2ed22abdd9a48475c96bd327db968b7d9cace99655e"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
2018-03-05 02:12:15 +00:00
|
|
|
"checksum duct 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8c553d79f40e74f7f611e49bf3429b6760cff79596b61818291c27cc0b18549d"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
2018-05-22 16:55:05 +00:00
|
|
|
"checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
|
|
|
|
"checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2019-02-08 07:21:13 +00:00
|
|
|
"checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2019-02-07 08:45:30 +00:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
|
2018-07-06 07:17:46 +00:00
|
|
|
"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2018-10-14 09:35:46 +00:00
|
|
|
"checksum half 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9353c2a89d550b58fa0061d8ed8d002a7d8cdf2494eb0e432859bd3a9e543836"
|
2017-10-13 22:09:09 +00:00
|
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
|
|
|
"checksum if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "61bb90bdd39e3af69b0172dfc6130f6cd6332bf040fbb9bdd4401d37adbd48b8"
|
2017-10-01 17:06:28 +00:00
|
|
|
"checksum ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e2c4b26352496eaaa8ca7cfa9bd99e93419d3f7983dc6e99c2a35fe9e33504a"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-02-08 08:45:28 +00:00
|
|
|
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
|
2018-03-05 02:12:15 +00:00
|
|
|
"checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b"
|
2019-03-29 07:30:02 +00:00
|
|
|
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum md5 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "daa1004633f76cdcd5a9d83ffcfe615e30ca7a2a638fcc8b8039a2dac21289d7"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
2017-12-07 01:53:36 +00:00
|
|
|
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
|
2016-12-02 22:06:21 +00:00
|
|
|
"checksum nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "47e49f6982987135c5e9620ab317623e723bd06738fd85377e8d55f57c8b6487"
|
2018-03-05 02:12:15 +00:00
|
|
|
"checksum nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2c5afeb0198ec7be8569d666644b574345aad2e95a53baf3a532da3e0f3fb32"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe"
|
|
|
|
"checksum num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3c2bd9b9d21e48e956b763c9f37134dc62d9e95da6edb3f672cacb6caf3cd3"
|
2017-12-07 01:53:36 +00:00
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
2018-09-18 22:16:34 +00:00
|
|
|
"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
|
2018-03-05 02:12:15 +00:00
|
|
|
"checksum onig 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf9c54a94ac4d9f3eec22b189b8a727e2ded82aee21e8ae7ffbba2468739161b"
|
|
|
|
"checksum onig_sys 67.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34d894e8da3390097d99eb197eac2ec443277551388eff0f97c5f789933350ee"
|
|
|
|
"checksum os_pipe 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f547689aea1f11fac90333d573854a8e3e52a9160df1c42aefa8cd16734a3c0"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2016-12-02 22:06:21 +00:00
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
2018-03-12 01:48:47 +00:00
|
|
|
"checksum platform-info 0.1.0 (git+https://github.com/uutils/platform-info)" = "<none>"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
|
2018-06-13 03:25:46 +00:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
|
2017-12-30 06:17:54 +00:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
|
2019-02-07 08:45:30 +00:00
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2018-10-14 09:33:44 +00:00
|
|
|
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
|
|
|
"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
|
2019-02-07 08:45:30 +00:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-10-15 07:46:09 +00:00
|
|
|
"checksum regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3d8c9f33201f46669484bacc312b00e7541bed6aaf296dffe2bb4e0ac6b8ce2a"
|
2018-06-14 07:21:55 +00:00
|
|
|
"checksum regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05b06a75f5217880fc5e905952a42750bf44787e56a6c6d6852ed0992f5e1d54"
|
2018-06-12 16:41:14 +00:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
2018-03-05 02:12:15 +00:00
|
|
|
"checksum rust-users 0.6.0 (git+https://github.com/uutils/rust-users)" = "<none>"
|
2018-05-22 16:55:05 +00:00
|
|
|
"checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
|
2018-06-12 23:59:05 +00:00
|
|
|
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2016-12-02 22:06:21 +00:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "4763b773978e495252615e814d2ad04773b2c1f85421c7913869a537f35cb406"
|
|
|
|
"checksum serde_derive 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "8ab31f00ae5574bb643c196d5e302961c122da1c768604c6d16a35c5d551948a"
|
|
|
|
"checksum serde_derive_internals 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc848d073be32cd982380c06587ea1d433bc1a4c4a111de07ec2286a3ddade8"
|
|
|
|
"checksum serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fab6c4d75bedcf880711c85e39ebf8ccc70d0eba259899047ec5d7436643ee17"
|
2018-06-08 07:30:51 +00:00
|
|
|
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a"
|
|
|
|
"checksum sha3 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "26405905b6a56a94c60109cfda62610507ac14a65be531f5767dec5c5a8dd6a0"
|
2018-03-05 02:12:15 +00:00
|
|
|
"checksum shared_child 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcd5e483b3475af9bc2a35311c2f3bbf0bd98fde91410ab15a0d4ba3c3127b4e"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2018-05-22 16:55:05 +00:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)" = "8c5bc2d6ff27891209efa5f63e9de78648d7801f085e4653701a692ce938d6fd"
|
2018-05-22 16:55:05 +00:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
|
2018-06-12 16:41:14 +00:00
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "11ce2fe9db64b842314052e2421ac61a73ce41b898dc8e3750398b219c5fc1e0"
|
2018-03-12 01:48:47 +00:00
|
|
|
"checksum term_grid 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
|
|
"checksum termsize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4e3cde4e7c68acfef795660eba99817550b0d7b6d79ebb8e75439358ca5b680f"
|
2018-06-27 07:27:24 +00:00
|
|
|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
2018-10-15 07:46:09 +00:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2019-02-08 08:45:35 +00:00
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
|
2018-03-12 01:48:47 +00:00
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
|
2018-06-15 07:24:50 +00:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2017-12-30 06:17:54 +00:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2018-03-12 08:20:58 +00:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2018-06-11 07:29:30 +00:00
|
|
|
"checksum unindent 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "834b4441326c660336850c5c0926cc20548e848967a5f57bc20c2b741c8d41f4"
|
2017-01-08 05:16:32 +00:00
|
|
|
"checksum unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7"
|
2016-12-02 22:06:21 +00:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
|
|
|
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-06-12 23:59:05 +00:00
|
|
|
"checksum walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum walker 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44971d5e5ae4f7904dffb6260ebd3910e7bcae104a94730e04a24cb6af40646b"
|
2019-02-07 08:45:30 +00:00
|
|
|
"checksum wild 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "690e5dbd46cfaf2f3bd09875ad94e92cc56459fce505807d6ce5332671aa93ae"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-06-07 07:25:43 +00:00
|
|
|
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2017-10-01 17:06:28 +00:00
|
|
|
"checksum xattr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb373b92de38a4301d66bec009929b4fb83120ea1c4a401be89dbe0b9777443"
|