mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
b33ce67d91
The basic implementation of join with some tests. The supported options: -1, -2, -j, -a, -i.
1639 lines
52 KiB
TOML
1639 lines
52 KiB
TOML
[root]
|
|
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",
|
|
"filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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",
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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",
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"readlink 0.0.1",
|
|
"realpath 0.0.1",
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"relpath 0.0.1",
|
|
"rm 0.0.1",
|
|
"rmdir 0.0.1",
|
|
"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",
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"test 0.0.1",
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "advapi32-sys"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "arch"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base32"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[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"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-vec"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[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"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cat"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "chgrp"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chmod"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chroot"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cksum"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.27.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "comm"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cp"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"xattr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cut"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "date"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[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)",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirname"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "du"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "echo"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "env"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expand"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expr"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"onig 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "factor"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fake-simd"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "false"
|
|
version = "0.0.1"
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fmt"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "fold"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon-sys"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getopts"
|
|
version = "0.2.15"
|
|
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"
|
|
|
|
[[package]]
|
|
name = "groups"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "hashsum"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"md5 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "head"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "hostid"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hostname"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "id"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "install"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ioctl-sys"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "join"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kill"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.33"
|
|
source = "git+https://github.com/rust-lang/libc.git#5054b3cbab1571c8e853d87cdca47debe8f68e4d"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libstdbuf"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "link"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ln"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "logname"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ls"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pretty-bytes 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"term_grid 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"termsize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "md5"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mkdir"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mkfifo"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mknod"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mktemp"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "more"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mv"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nice"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nl"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nodrop"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "nohup"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nproc"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.1.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-iter"
|
|
version = "0.1.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.1.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "numfmt"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "od"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"half 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "onig"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"onig_sys 65.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "onig_sys"
|
|
version = "65.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pathchk"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pinky"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pretty-bytes"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "printenv"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "printf"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptx"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pwd"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "readlink"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "realpath"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "redox_termios"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "relpath"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.2.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)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rm"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"remove_dir_all 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rmdir"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "seq"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha1"
|
|
version = "0.2.0"
|
|
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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shred"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shuf"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sleep"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sort"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "split"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stat"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdbuf"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libstdbuf 0.0.1",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "sum"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sync"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (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.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tac"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tail"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (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.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tee"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempdir"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "2.2.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.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "term_grid"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termion"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termsize"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"atty 0.2.3 (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.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.38"
|
|
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.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "timeout"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "touch"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tr"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "true"
|
|
version = "0.0.1"
|
|
|
|
[[package]]
|
|
name = "truncate"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tsort"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tty"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "uname"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unexpand"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unindent"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "uniq"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unix_socket"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unlink"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unreachable"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uptime"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "users"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf8-ranges"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "uucore"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"data-encoding 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.33 (git+https://github.com/rust-lang/libc.git)",
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vec_map"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "void"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[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.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "who"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "whoami"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.8"
|
|
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 = "xattr"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yes"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uucore 0.0.1",
|
|
]
|
|
|
|
[metadata]
|
|
"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
|
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
|
"checksum atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "21e50800ec991574876040fff8ee46b136a53e985286fbe6a3bdfe6421b78860"
|
|
"checksum bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9bf6104718e80d7b26a68fdbacff3481cfc05df670821affc7e9cbc1884400c"
|
|
"checksum bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f"
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
|
"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"
|
|
"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
|
|
"checksum cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9b13a57efd6b30ecd6598ebdb302cca617930b5470647570468a65d12ef9719"
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|
"checksum chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9"
|
|
"checksum clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b8c532887f1a292d17de05ae858a8fe50a301e196f9ef0ddb7ccd0d1d00f180"
|
|
"checksum cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "e14cd15a7cbc2c6a905677e54b831ee91af2ff43b352010f6133236463b65cac"
|
|
"checksum data-encoding 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d867ddbf09de0b73e09ec798972fb7f870495a0893f6f736c1855448c5a56789"
|
|
"checksum digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
|
|
"checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
"checksum filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "aa75ec8f7927063335a9583e7fa87b0110bb888cf766dc01b54c0ff70d760c8e"
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
|
|
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
|
|
"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
|
|
"checksum getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "65922871abd2f101a2eb0eaebadc66668e54a87ad9c3dd82520b5f86ede5eff9"
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
|
"checksum half 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3e8c68f037ac990d590887da5c017491c5af2aa493c1036ce486b06330a6622d"
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
|
"checksum ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e2c4b26352496eaaa8ca7cfa9bd99e93419d3f7983dc6e99c2a35fe9e33504a"
|
|
"checksum itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3f2be4da1690a039e9ae5fd575f706a63ad5a2120f161b1d653c9da3930dd21"
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
"checksum lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "236eb37a62591d4a41a89b7763d7de3e06ca02d5ab2815446a8bae5d2f8c2d57"
|
|
"checksum libc 0.2.33 (git+https://github.com/rust-lang/libc.git)" = "<none>"
|
|
"checksum libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "5ba3df4dcb460b9dfbd070d41c94c19209620c191b0340b929ce748a2bcd42d2"
|
|
"checksum md5 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b6d9aab58e540f50b59d5cfa7f0da4c3d437476890e1e0b6206e230dce55a23c"
|
|
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
|
"checksum nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "47e49f6982987135c5e9620ab317623e723bd06738fd85377e8d55f57c8b6487"
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525"
|
|
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
|
|
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
|
|
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
|
|
"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d"
|
|
"checksum onig 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1271a3f93197303deda8aedcd96ed2dbb908f61c0954ae70bf7a42f536dc35d7"
|
|
"checksum onig_sys 65.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fbdee58fb75f5b7749ebc8f601f570961eed595dfe4c2bb9a542e2f7ae20b946"
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
|
"checksum pretty-bytes 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "009d6edd2c1dbf2e1c0cd48a2f7766e03498d49ada7109a01c6911815c685316"
|
|
"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4"
|
|
"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
|
|
"checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509"
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
|
"checksum remove_dir_all 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0882bc41b0ba6131c7f0ce97233b62d8099e3f3abc60d4938185d3e35439c0cc"
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
|
"checksum semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd61b85a0fa777f7fb7c454b9189b2941b110d1385ce84d7f76efdf1606a85"
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
|
|
"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"
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
|
"checksum tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "11ce2fe9db64b842314052e2421ac61a73ce41b898dc8e3750398b219c5fc1e0"
|
|
"checksum term_grid 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b56a46b68f4aa347ba5512b1abc12dcb641ff0e9aa3cb49b007595a320e369c5"
|
|
"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"
|
|
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
|
|
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
|
|
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
|
|
"checksum typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a99dc6780ef33c78780b826cf9d2a78840b72cae9474de4bcaf9051e60ebbd"
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
|
"checksum unindent 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "10743f62eafa8863b3dbb35cd6abbb609c963dd98940142a85bc530b753e33a4"
|
|
"checksum unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
"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"
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
"checksum walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780"
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
|
"checksum walker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0488b82b198ac3588ba688f5e56cbd53e0b6dad64f075e67c15647e54aac610"
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
"checksum xattr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb373b92de38a4301d66bec009929b4fb83120ea1c4a401be89dbe0b9777443"
|