coreutils/Cargo.lock

1251 lines
32 KiB
Plaintext
Raw Normal View History

2015-12-29 14:31:34 +00:00
[root]
name = "uutils"
version = "0.0.1"
dependencies = [
"arch 0.0.1",
"base32 0.0.1",
2015-12-29 14:31:34 +00:00
"base64 0.0.1",
"basename 0.0.1",
"cat 0.0.1",
"chgrp 0.0.1",
2015-12-29 14:31:34 +00:00
"chmod 0.0.1",
"chown 0.0.1",
2015-12-29 14:31:34 +00:00
"chroot 0.0.1",
"cksum 0.0.1",
"comm 0.0.1",
"cp 0.0.1",
"cut 0.0.1",
"dircolors 0.0.1",
2015-12-29 14:31:34 +00:00
"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",
2016-05-25 02:08:03 +00:00
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +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",
2015-12-29 14:31:34 +00:00
"kill 0.0.1",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"link 0.0.1",
"ln 0.0.1",
"logname 0.0.1",
"ls 0.0.1",
2015-12-29 14:31:34 +00:00
"mkdir 0.0.1",
"mkfifo 0.0.1",
"mknod 0.0.1",
2016-01-05 03:48:03 +00:00
"mktemp 0.0.1",
"more 0.0.1",
2015-12-29 14:31:34 +00:00
"mv 0.0.1",
"nice 0.0.1",
"nl 0.0.1",
"nohup 0.0.1",
"nproc 0.0.1",
"od 0.0.1",
"paste 0.0.1",
"pathchk 0.0.1",
2016-08-04 23:47:50 +00:00
"pinky 0.0.1",
2015-12-29 14:31:34 +00:00
"printenv 0.0.1",
2015-12-24 06:11:00 +00:00
"printf 0.0.1",
2015-12-29 14:31:34 +00:00
"ptx 0.0.1",
"pwd 0.0.1",
2016-05-25 02:08:03 +00:00
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"readlink 0.0.1",
"realpath 0.0.1",
2016-05-25 02:08:03 +00:00
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"relpath 0.0.1",
"rm 0.0.1",
"rmdir 0.0.1",
"seq 0.0.1",
2016-01-04 07:15:19 +00:00
"shred 0.0.1",
2015-12-29 14:31:34 +00:00
"shuf 0.0.1",
"sleep 0.0.1",
"sort 0.0.1",
"split 0.0.1",
"stat 0.0.1",
2015-12-29 14:31:34 +00:00
"stdbuf 0.0.1",
"sum 0.0.1",
"sync 0.0.1",
"tac 0.0.1",
"tail 0.0.1",
"tee 0.0.1",
"tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"test 0.0.1",
2016-05-25 02:08:03 +00:00
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +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",
"unindent 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uniq 0.0.1",
"unlink 0.0.1",
"uptime 0.0.1",
"users 0.0.1",
"uucore 0.0.1",
"wc 0.0.1",
"who 0.0.1",
2015-12-29 14:31:34 +00:00
"whoami 0.0.1",
"yes 0.0.1",
]
[[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-05-25 02:08:03 +00:00
"winapi 0.2.7 (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"
2016-05-25 02:08:03 +00:00
version = "0.5.2"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "arch"
version = "0.0.1"
dependencies = [
"uucore 0.0.1",
]
[[package]]
name = "atty"
version = "0.1.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)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "base32"
version = "0.0.1"
dependencies = [
"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 = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "bit-set"
2016-05-25 02:08:03 +00:00
version = "0.4.0"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "bit-vec"
2016-05-25 02:08:03 +00:00
version = "0.4.3"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bitflags"
version = "0.4.0"
source = "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 = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "cfg-if"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "chgrp"
version = "0.0.1"
dependencies = [
"uucore 0.0.1",
"walkdir 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "chmod"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
"walker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "chown"
version = "0.0.1"
dependencies = [
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
"walkdir 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "chroot"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "cksum"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "comm"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 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 = "cp"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "cut"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "data-encoding"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dircolors"
version = "0.0.1"
dependencies = [
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 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 = [
2016-05-25 02:08:03 +00:00
"libc 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 = "du"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "echo"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "env"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "expand"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "expr"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "false"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "filetime"
2016-05-25 02:08:03 +00:00
version = "0.1.10"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "fold"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "gcc"
2016-05-25 02:08:03 +00:00
version = "0.3.28"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "getopts"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[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",
]
[[package]]
name = "hashsum"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "hostid"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "id"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "install"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
2015-12-24 06:11:00 +00:00
[[package]]
name = "itertools"
2016-05-25 02:08:03 +00:00
version = "0.4.15"
2015-12-24 06:11:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-05-25 02:08:03 +00:00
"winapi 0.2.7 (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 = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "lazy_static"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-12-29 14:31:34 +00:00
[[package]]
name = "libc"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
2016-05-25 02:08:03 +00:00
version = "0.2.11"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.15"
source = "git+https://github.com/rust-lang/libc.git#49d64cae0699ed9d9ed84810d737a26b0b519da8"
2015-12-29 14:31:34 +00:00
[[package]]
name = "link"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "ls"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pretty-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"term_grid 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"termsize 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "memchr"
2016-05-25 02:08:03 +00:00
version = "0.1.11"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "mknod"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
2016-01-05 03:48:03 +00:00
[[package]]
name = "mktemp"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 2.1.3 (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]]
name = "more"
2015-12-29 14:31:34 +00:00
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"nix 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "mv"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "nix"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
"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 = [
2016-05-25 02:08:03 +00:00
"aho-corasick 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "nohup"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "nom"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-12-29 14:31:34 +00:00
[[package]]
name = "nproc"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "num_cpus"
2016-05-25 02:08:03 +00:00
version = "0.2.12"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "od"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2016-07-18 20:46:04 +00:00
"unindent 0.1.0 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "pathchk"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
2016-08-04 23:47:50 +00:00
[[package]]
name = "pinky"
version = "0.0.1"
dependencies = [
"uucore 0.0.1",
]
[[package]]
name = "pretty-bytes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "printenv"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
2016-05-25 02:08:03 +00:00
"itertools 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-24 06:11:00 +00:00
"uucore 0.0.1",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "ptx"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"aho-corasick 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "pwd"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "rand"
2016-05-25 02:08:03 +00:00
version = "0.3.14"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "regex"
2016-05-25 02:08:03 +00:00
version = "0.1.71"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"aho-corasick 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "regex-syntax"
2016-05-25 02:08:03 +00:00
version = "0.3.3"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "relpath"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "rm"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "rmdir"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "rust-crypto"
2016-05-25 02:08:03 +00:00
version = "0.2.36"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "rustc-serialize"
2016-05-25 02:08:03 +00:00
version = "0.3.19"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc_version"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "semver"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "semver"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"nom 1.2.3 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
2016-01-04 07:15:19 +00:00
[[package]]
name = "shred"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2016-01-04 07:15:19 +00:00
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"semver 0.2.3 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "stat"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "stdbuf"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "sum"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "sync"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (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)",
"libc 0.2.11 (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
"winapi 0.2.7 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "tee"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "tempdir"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"rand 0.3.14 (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"
version = "2.1.3"
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)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
2016-01-05 03:48:03 +00:00
]
[[package]]
name = "term_grid"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "termsize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "test"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = "thread-id"
version = "2.0.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)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "thread_local"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "time"
2016-05-25 02:08:03 +00:00
version = "0.1.35"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-05-25 02:08:03 +00:00
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.7 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "touch"
version = "0.0.1"
dependencies = [
2016-05-25 02:08:03 +00:00
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"time 0.1.35 (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 = [
2016-05-25 02:08:03 +00:00
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "true"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "truncate"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "uname"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "unexpand"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "unicode-width"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unindent"
version = "0.1.0"
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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "unlink"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (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 = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "users"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
2016-05-25 02:08:03 +00:00
[[package]]
name = "utf8-ranges"
version = "0.1.3"
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 = [
"data-encoding 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.15 (git+https://github.com/rust-lang/libc.git)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "void"
version = "1.0.2"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "walkdir"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "walker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wc"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]
[[package]]
name = "who"
version = "0.0.1"
dependencies = [
"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)",
2015-12-29 14:31:34 +00:00
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
2016-05-25 02:08:03 +00:00
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "winapi"
2016-05-25 02:08:03 +00:00
version = "0.2.7"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "yes"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2016-05-25 02:08:03 +00:00
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-29 14:31:34 +00:00
"uucore 0.0.1",
]