2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "advapi32-sys"
|
2016-05-25 02:08:03 +00:00
|
|
|
version = "0.2.0"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-11-29 17:56:30 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.6.10"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-28 02:14:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.7.10"
|
2019-04-28 02:14:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "0.11.0"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-12 01:48:47 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 01:48:47 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2016-07-09 19:18:10 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-07-09 19:18:10 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-09 19:18:10 +00:00
|
|
|
]
|
|
|
|
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.7"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
|
2019-04-23 17:39:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.0.0"
|
2019-04-23 17:39:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2020-01-03 00:22:13 +00:00
|
|
|
version = "0.3.30"
|
2018-05-22 16:55:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"backtrace-sys 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.1.37"
|
2018-05-22 16:55:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2020-05-22 05:18:29 +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 = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"bit-vec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.6.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2016-12-02 22:06:21 +00:00
|
|
|
version = "0.7.0"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.2.1"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-07-21 08:27:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.3.4"
|
2016-07-21 08:27:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.0.54"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.1.10"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.4.11"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "2.33.1"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-12 01:48:47 +00:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-28 02:14:22 +00:00
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
2018-10-14 09:33:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "coreutils"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"filetime 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-28 17:52:56 +00:00
|
|
|
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-09 09:30:19 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unindent 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"users 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uu_arch 0.0.1",
|
|
|
|
"uu_base32 0.0.1",
|
|
|
|
"uu_base64 0.0.1",
|
|
|
|
"uu_basename 0.0.1",
|
|
|
|
"uu_cat 0.0.1",
|
|
|
|
"uu_chgrp 0.0.1",
|
|
|
|
"uu_chmod 0.0.1",
|
|
|
|
"uu_chown 0.0.1",
|
|
|
|
"uu_chroot 0.0.1",
|
|
|
|
"uu_cksum 0.0.1",
|
|
|
|
"uu_comm 0.0.1",
|
|
|
|
"uu_cp 0.0.1",
|
|
|
|
"uu_cut 0.0.1",
|
|
|
|
"uu_date 0.0.1",
|
|
|
|
"uu_df 0.0.1",
|
|
|
|
"uu_dircolors 0.0.1",
|
|
|
|
"uu_dirname 0.0.1",
|
|
|
|
"uu_du 0.0.1",
|
|
|
|
"uu_echo 0.0.1",
|
|
|
|
"uu_env 0.0.1",
|
|
|
|
"uu_expand 0.0.1",
|
|
|
|
"uu_expr 0.0.1",
|
|
|
|
"uu_factor 0.0.1",
|
|
|
|
"uu_false 0.0.1",
|
|
|
|
"uu_fmt 0.0.1",
|
|
|
|
"uu_fold 0.0.1",
|
|
|
|
"uu_groups 0.0.1",
|
|
|
|
"uu_hashsum 0.0.1",
|
|
|
|
"uu_head 0.0.1",
|
|
|
|
"uu_hostid 0.0.1",
|
|
|
|
"uu_hostname 0.0.1",
|
|
|
|
"uu_id 0.0.1",
|
|
|
|
"uu_install 0.0.1",
|
|
|
|
"uu_join 0.0.1",
|
|
|
|
"uu_kill 0.0.1",
|
|
|
|
"uu_link 0.0.1",
|
|
|
|
"uu_ln 0.0.1",
|
|
|
|
"uu_logname 0.0.1",
|
|
|
|
"uu_ls 0.0.1",
|
|
|
|
"uu_mkdir 0.0.1",
|
|
|
|
"uu_mkfifo 0.0.1",
|
|
|
|
"uu_mknod 0.0.1",
|
|
|
|
"uu_mktemp 0.0.1",
|
|
|
|
"uu_more 0.0.1",
|
|
|
|
"uu_mv 0.0.1",
|
|
|
|
"uu_nice 0.0.1",
|
|
|
|
"uu_nl 0.0.1",
|
|
|
|
"uu_nohup 0.0.1",
|
|
|
|
"uu_nproc 0.0.1",
|
|
|
|
"uu_numfmt 0.0.1",
|
|
|
|
"uu_od 0.0.1",
|
|
|
|
"uu_paste 0.0.1",
|
|
|
|
"uu_pathchk 0.0.1",
|
|
|
|
"uu_pinky 0.0.1",
|
|
|
|
"uu_printenv 0.0.1",
|
|
|
|
"uu_printf 0.0.1",
|
|
|
|
"uu_ptx 0.0.1",
|
|
|
|
"uu_pwd 0.0.1",
|
|
|
|
"uu_readlink 0.0.1",
|
|
|
|
"uu_realpath 0.0.1",
|
|
|
|
"uu_relpath 0.0.1",
|
|
|
|
"uu_rm 0.0.1",
|
|
|
|
"uu_rmdir 0.0.1",
|
|
|
|
"uu_seq 0.0.1",
|
|
|
|
"uu_shred 0.0.1",
|
|
|
|
"uu_shuf 0.0.1",
|
|
|
|
"uu_sleep 0.0.1",
|
|
|
|
"uu_sort 0.0.1",
|
|
|
|
"uu_split 0.0.1",
|
|
|
|
"uu_stat 0.0.1",
|
|
|
|
"uu_stdbuf 0.0.1",
|
|
|
|
"uu_sum 0.0.1",
|
|
|
|
"uu_sync 0.0.1",
|
|
|
|
"uu_tac 0.0.1",
|
|
|
|
"uu_tail 0.0.1",
|
|
|
|
"uu_tee 0.0.1",
|
|
|
|
"uu_test 0.0.1",
|
|
|
|
"uu_timeout 0.0.1",
|
|
|
|
"uu_touch 0.0.1",
|
|
|
|
"uu_tr 0.0.1",
|
|
|
|
"uu_true 0.0.1",
|
|
|
|
"uu_truncate 0.0.1",
|
|
|
|
"uu_tsort 0.0.1",
|
|
|
|
"uu_tty 0.0.1",
|
|
|
|
"uu_uname 0.0.1",
|
|
|
|
"uu_unexpand 0.0.1",
|
|
|
|
"uu_uniq 0.0.1",
|
|
|
|
"uu_unlink 0.0.1",
|
|
|
|
"uu_uptime 0.0.1",
|
|
|
|
"uu_users 0.0.1",
|
|
|
|
"uu_wc 0.0.1",
|
|
|
|
"uu_who 0.0.1",
|
|
|
|
"uu_whoami 0.0.1",
|
|
|
|
"uu_yes 0.0.1",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp"
|
2018-07-09 07:50:33 +00:00
|
|
|
version = "0.4.0"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-09 07:50:33 +00:00
|
|
|
"cpp_macros 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_build"
|
2018-07-11 01:16:49 +00:00
|
|
|
version = "0.4.0"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-11 01:16:49 +00:00
|
|
|
"cpp_common 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
"cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synmap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
2018-07-09 07:50:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_common"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-09 07:50:33 +00:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_macros"
|
2018-07-09 07:50:33 +00:00
|
|
|
version = "0.4.0"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-28 02:14:22 +00:00
|
|
|
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-09 07:50:33 +00:00
|
|
|
"cpp_common 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
"cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-30 06:17:54 +00:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_syn"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_synmap"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_synom"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "2.1.2"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-04-14 18:13:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2020-06-09 09:30:19 +00:00
|
|
|
version = "1.0.1"
|
2020-04-14 18:13:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-29 17:56:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.5.3"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2020-04-14 18:13:13 +00:00
|
|
|
version = "0.1.1"
|
2018-05-22 16:55:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-14 18:13:13 +00:00
|
|
|
"backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2020-04-14 18:13:13 +00:00
|
|
|
version = "0.1.1"
|
2018-05-22 16:55:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-14 18:13:13 +00:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.2.10"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.0.7"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-05-24 10:49:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2017-10-06 19:32:04 +00:00
|
|
|
name = "generic-array"
|
|
|
|
version = "0.8.3"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 19:32:04 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.2.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-06 07:17:46 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 07:17:46 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-05-22 07:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-15 22:35:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-03 19:47:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2020-06-05 17:44:30 +00:00
|
|
|
version = "1.6.0"
|
2016-09-03 19:47:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-10-13 22:09:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-05-21 08:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-21 08:58:38 +00:00
|
|
|
"match_cfg 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ioctl-sys"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-04-14 18:13:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "isatty"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-14 18:13:13 +00:00
|
|
|
]
|
|
|
|
|
2019-06-13 12:59:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.8.2"
|
2019-06-13 12:59:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-13 12:59:16 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-25 02:08:03 +00:00
|
|
|
version = "0.2.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-11-29 17:56:30 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-07 01:53:36 +00:00
|
|
|
name = "lazy_static"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.2.66"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-08-30 22:55:28 +00:00
|
|
|
|
2017-10-09 22:09:24 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-03-25 21:25:52 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-25 21:25:52 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 08:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.3.8"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-10-09 22:09:24 +00:00
|
|
|
version = "1.0.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 01:53:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "2.3.3"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "nix"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (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
|
|
|
]
|
|
|
|
|
2020-05-28 17:52:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.1.14"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.1.42"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.2.11"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.13.0"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:16:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2019-04-28 02:14:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "4.3.3"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:05:19 +00:00
|
|
|
"onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
2019-04-03 23:05:19 +00:00
|
|
|
version = "69.1.0"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-22 11:59:57 +00:00
|
|
|
]
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.3.17"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 01:48:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platform-info"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.0.1"
|
2019-04-29 02:37:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-12 01:48:47 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-24 06:11:00 +00:00
|
|
|
]
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-05-28 17:52:56 +00:00
|
|
|
version = "1.0.18"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-01-08 05:16:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-04-14 18:13:13 +00:00
|
|
|
version = "1.2.3"
|
2017-01-08 05:16:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-06-09 09:30:19 +00:00
|
|
|
version = "1.0.7"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-28 17:52:56 +00:00
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 08:20:58 +00:00
|
|
|
]
|
|
|
|
|
2018-10-14 09:33:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-04-23 17:39:22 +00:00
|
|
|
version = "0.5.6"
|
2018-10-14 09:33:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-14 09:33:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-04-23 17:39:22 +00:00
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-13 05:42:20 +00:00
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
]
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-23 17:39:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
2018-10-14 09:33:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-04-23 17:39:22 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-10-14 09:33:44 +00:00
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 08:45:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.4.2"
|
2019-02-07 08:45:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-23 17:39:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-23 17:39:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-05-13 05:42:20 +00:00
|
|
|
version = "0.1.4"
|
2019-04-23 17:39:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 17:39:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.1.56"
|
2017-10-09 22:09:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-09 22:09:24 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-05-28 17:52:56 +00:00
|
|
|
version = "1.3.9"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-28 17:52:56 +00:00
|
|
|
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-05-28 17:52:56 +00:00
|
|
|
version = "0.6.18"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2018-03-02 07:08:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.5.2"
|
2018-03-02 07:08:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2019-04-29 21:06:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.1.16"
|
2018-05-22 16:55:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.0.5"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-28 02:14:22 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
2016-07-09 19:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2018-06-07 15:41:42 +00:00
|
|
|
version = "0.9.0"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-02 22:06:21 +00:00
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 17:56:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
2016-12-02 22:06:21 +00:00
|
|
|
version = "0.7.0"
|
2016-07-09 19:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2018-06-08 07:30:51 +00:00
|
|
|
version = "0.6.0"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.8.0"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-04-14 18:13:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-05-28 17:52:56 +00:00
|
|
|
version = "1.0.30"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-28 17:52:56 +00:00
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-09 09:30:19 +00:00
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
2020-04-14 18:13:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2020-04-14 18:13:13 +00:00
|
|
|
version = "0.6.1"
|
2018-05-22 16:55:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-04-14 18:13:13 +00:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
2016-01-05 03:48:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2020-06-05 17:44:30 +00:00
|
|
|
version = "3.1.0"
|
2016-05-22 20:04:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-01-05 03:48:03 +00:00
|
|
|
dependencies = [
|
2020-06-05 17:44:30 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-05 17:44:30 +00:00
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-05 17:44:30 +00:00
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-01-05 03:48:03 +00:00
|
|
|
]
|
|
|
|
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term_grid"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "0.1.7"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-10-09 22:09:24 +00:00
|
|
|
name = "termion"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.5.5"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-28 02:14:22 +00:00
|
|
|
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-09 22:09:24 +00:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termsize"
|
2019-04-29 02:37:23 +00:00
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termion 1.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 17:56:30 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
]
|
|
|
|
|
2016-05-25 02:08:03 +00:00
|
|
|
[[package]]
|
2016-12-02 22:06:21 +00:00
|
|
|
name = "textwrap"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.11.0"
|
2016-05-25 02:08:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"term_size 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-25 02:08:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.0.1"
|
2016-05-25 02:08:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-25 02:08:03 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2019-02-08 08:45:35 +00:00
|
|
|
version = "0.1.42"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "typenum"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unix_socket"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "users"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_arch"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"platform-info 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_base32"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_base64"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_basename"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_cat"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chgrp"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chmod"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"walker 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chown"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chroot"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_cksum"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_comm"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_cp"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"filetime 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_cut"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_date"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_df"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_dircolors"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_dirname"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_du"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_echo"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_env"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_expand"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_expr"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"onig 4.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_factor"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_false"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_fmt"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_fold"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_groups"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-06-02 21:10:11 +00:00
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hashsum"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (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.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-28 17:52:56 +00:00
|
|
|
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"sha1 0.6.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)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_head"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hostid"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hostname"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hostname 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_id"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_install"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_join"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_kill"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_link"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_ln"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_logname"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_ls"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"isatty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term_grid 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termsize 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mkdir"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mkfifo"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mknod"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mktemp"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-05 17:44:30 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_more"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mv"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nice"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nl"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-28 17:52:56 +00:00
|
|
|
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nohup"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nproc"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-06-02 21:21:13 +00:00
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_numfmt"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_od"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-05 17:44:30 +00:00
|
|
|
"half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2018-03-12 01:48:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_paste"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pathchk"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pinky"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_printenv"
|
|
|
|
version = "0.0.1"
|
2018-06-07 15:41:42 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_printf"
|
|
|
|
version = "0.0.1"
|
2019-04-28 02:14:22 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2019-04-28 02:14:22 +00:00
|
|
|
]
|
2018-03-12 08:20:58 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_ptx"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-28 17:52:56 +00:00
|
|
|
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pwd"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-12-30 06:17:54 +00:00
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_readlink"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2018-03-12 08:20:58 +00:00
|
|
|
|
2016-07-18 20:25:33 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_realpath"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2016-07-18 20:25:33 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_relpath"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-01-08 05:16:32 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_rm"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_rmdir"
|
|
|
|
version = "0.0.1"
|
2017-01-08 05:16:32 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2017-01-08 05:16:32 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_seq"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_shred"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"filetime 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_shuf"
|
|
|
|
version = "0.0.1"
|
2018-06-07 15:41:42 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_sleep"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-05-25 02:08:03 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_sort"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2016-05-25 02:08:03 +00:00
|
|
|
|
2020-04-28 07:34:55 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_split"
|
2020-04-28 07:34:55 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-04-28 07:34:55 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_stat"
|
|
|
|
version = "0.0.1"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-12-27 08:31:19 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_stdbuf"
|
2017-12-27 08:31:19 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-09 09:30:19 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"uu_stdbuf_libstdbuf 0.0.1",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_stdbuf_libstdbuf"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"cpp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cpp_build 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_sum"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_sync"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tac"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tail"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tee"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_test"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_timeout"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-08 08:45:35 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2017-12-27 08:31:19 +00:00
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_touch"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"filetime 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_tr"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2016-07-12 18:56:21 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_true"
|
|
|
|
version = "0.0.1"
|
2016-11-29 17:56:30 +00:00
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2016-07-12 18:56:21 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_truncate"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tsort"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tty"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uname"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"platform-info 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_unexpand"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uniq"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_unlink"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uptime"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_users"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_wc"
|
2015-12-29 14:31:34 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_who"
|
2016-08-30 22:55:28 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2016-08-30 22:55:28 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_whoami"
|
2015-12-29 14:31:34 +00:00
|
|
|
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)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_yes"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
|
|
|
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uucore"
|
2020-05-27 19:05:10 +00:00
|
|
|
version = "0.0.4"
|
2020-05-28 17:52:56 +00:00
|
|
|
source = "git+https://github.com/uutils/uucore.git?branch=canary#9ada33368f1b8bfa3b39135a4a73c2b17d385b5f"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-09 09:30:19 +00:00
|
|
|
"dunce 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-28 17:52:56 +00:00
|
|
|
"nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"platform-info 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"termion 1.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-27 19:05:10 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"wild 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uucore"
|
2020-05-27 19:05:10 +00:00
|
|
|
version = "0.0.4"
|
|
|
|
source = "git+https://github.com/uutils/uucore.git#6b7e1cd29812aa30e28b720fce0e52dcf25f9a74"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-09 09:30:19 +00:00
|
|
|
"dunce 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termion 1.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wild 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uucore_procs"
|
2020-05-27 19:05:10 +00:00
|
|
|
version = "0.0.4"
|
2020-05-28 17:52:56 +00:00
|
|
|
source = "git+https://github.com/uutils/uucore.git?branch=canary#9ada33368f1b8bfa3b39135a4a73c2b17d385b5f"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2020-05-28 17:52:56 +00:00
|
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-09 09:30:19 +00:00
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-28 17:52:56 +00:00
|
|
|
"syn 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
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 = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walker"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wild"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-11-29 17:56:30 +00:00
|
|
|
version = "0.2.8"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.3.8"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-02 07:08:09 +00:00
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 01:53:36 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-28 02:14:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-28 02:14:22 +00:00
|
|
|
]
|
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.2.2"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-22 05:18:29 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-11-29 17:56:30 +00:00
|
|
|
[metadata]
|
|
|
|
"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
|
2019-04-28 02:14:22 +00:00
|
|
|
"checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
2018-03-12 01:48:47 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2020-04-14 18:13:13 +00:00
|
|
|
"checksum backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "ada4c783bb7e7443c14e0480f429ae2cc99da95065aeab7ee1b81ada0419404f"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum backtrace-sys 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
|
|
|
|
"checksum bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
|
|
|
"checksum bit-vec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3"
|
2017-03-27 04:06:23 +00:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814"
|
|
|
|
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
"checksum cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)" = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
|
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
"checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
|
|
|
|
"checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
|
2018-10-14 09:33:44 +00:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-07-09 07:50:33 +00:00
|
|
|
"checksum cpp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d1cd8699ffa1b18fd388183f7762e0545eddbd5c6ec95e9e3b42a4a71a507ff"
|
2018-07-11 01:16:49 +00:00
|
|
|
"checksum cpp_build 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c47531e7e09532ad4827098729794f5e1a5b1c2ccbb5e295498d2e7ab451c445"
|
2018-07-09 07:50:33 +00:00
|
|
|
"checksum cpp_common 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79e39149a7943affa02f5b6e347ca2840a129cc78d5883ee229f0f1c4027d628"
|
|
|
|
"checksum cpp_macros 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6bba562eb4d65561efb6cef4e5f0de5936edfee7c6af7a4dfc323f6f2c997e40"
|
2017-12-30 06:17:54 +00:00
|
|
|
"checksum cpp_syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8cd649bf5b3804d92fe12a60c7698f5a538a6033ed8a668bf5241d4d4f1644e"
|
|
|
|
"checksum cpp_synmap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "897e4f9cdbe2874edd3ffe53718ee5d8b89e2a970057b2c93d3214104f2e90b6"
|
|
|
|
"checksum cpp_synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc8da5694233b646150c785118f77835ad0a49680c7f312a10ef30957c67b6d"
|
2019-04-28 02:14:22 +00:00
|
|
|
"checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
|
2020-06-09 09:30:19 +00:00
|
|
|
"checksum dunce 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b2641c4a7c0c4101df53ea572bffdc561c146f6c2eb09e4df02bc4811e3feeb4"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2020-04-14 18:13:13 +00:00
|
|
|
"checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
|
|
|
|
"checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum filetime 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695"
|
|
|
|
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-05-24 10:49:56 +00:00
|
|
|
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
|
2019-02-07 08:45:30 +00:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2019-06-15 22:35:35 +00:00
|
|
|
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
|
2017-10-13 22:09:09 +00:00
|
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
2020-05-21 08:58:38 +00:00
|
|
|
"checksum hostname 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
2017-10-01 17:06:28 +00:00
|
|
|
"checksum ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e2c4b26352496eaaa8ca7cfa9bd99e93419d3f7983dc6e99c2a35fe9e33504a"
|
2020-04-14 18:13:13 +00:00
|
|
|
"checksum isatty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e31a8281fc93ec9693494da65fbf28c0c2aa60a2eaec25dc58e2f31952e95edc"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2020-05-21 08:58:38 +00:00
|
|
|
"checksum match_cfg 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
2019-04-28 02:14:22 +00:00
|
|
|
"checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2020-05-28 17:52:56 +00:00
|
|
|
"checksum nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4dbdc256eaac2e3bd236d93ad999d3479ef775c863dbda3068c4006a92eec51b"
|
2016-12-02 22:06:21 +00:00
|
|
|
"checksum nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "47e49f6982987135c5e9620ab317623e723bd06738fd85377e8d55f57c8b6487"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
|
|
"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
|
|
|
"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2018-09-18 22:16:34 +00:00
|
|
|
"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
|
2019-04-28 02:14:22 +00:00
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum onig 4.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8518fcb2b1b8c2f45f0ad499df4fda6087fc3475ca69a185c173b8315d2fb383"
|
2019-04-03 23:05:19 +00:00
|
|
|
"checksum onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388410bf5fa341f10e58e6db3975f4bea1ac30247dd79d37a9e5ced3cb4cc3b0"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2019-04-29 02:37:23 +00:00
|
|
|
"checksum platform-info 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f2fd076acdc7a98374de6e300bf3af675997225bef21aecac2219553f04dd7e8"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
|
2020-05-28 17:52:56 +00:00
|
|
|
"checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
|
2020-04-14 18:13:13 +00:00
|
|
|
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2017-12-30 06:17:54 +00:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2020-06-09 09:30:19 +00:00
|
|
|
"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2019-04-23 17:39:22 +00:00
|
|
|
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-04-23 17:39:22 +00:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-02-07 08:45:30 +00:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-04-23 17:39:22 +00:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-04-23 17:39:22 +00:00
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-05-13 05:42:20 +00:00
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-04-23 17:39:22 +00:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2019-02-07 08:45:30 +00:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2017-10-09 22:09:24 +00:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2020-05-28 17:52:56 +00:00
|
|
|
"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
|
|
|
"checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-04-29 21:06:56 +00:00
|
|
|
"checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2018-06-07 15:41:42 +00:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2016-12-02 22:06:21 +00:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-06-08 07:30:51 +00:00
|
|
|
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
2017-10-06 19:32:04 +00:00
|
|
|
"checksum sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a"
|
|
|
|
"checksum sha3 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "26405905b6a56a94c60109cfda62610507ac14a65be531f5767dec5c5a8dd6a0"
|
2019-04-28 02:14:22 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-04-14 18:13:13 +00:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2020-05-28 17:52:56 +00:00
|
|
|
"checksum syn 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)" = "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2"
|
2020-04-14 18:13:13 +00:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2018-03-12 01:48:47 +00:00
|
|
|
"checksum term_grid 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum term_size 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
|
|
|
"checksum termion 1.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
|
2019-04-29 02:37:23 +00:00
|
|
|
"checksum termsize 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5e86d824a8e90f342ad3ef4bd51ef7119a9b681b0cc9f8ee7b2852f02ccd2517"
|
2019-04-28 02:14:22 +00:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2019-02-08 08:45:35 +00:00
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
|
|
|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2017-12-30 06:17:54 +00:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
|
|
"checksum unindent 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "63f18aa3b0e35fed5a0048f029558b1518095ffe2a0a31fb87c93dece93a4993"
|
2017-01-08 05:16:32 +00:00
|
|
|
"checksum unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum users 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
|
2020-05-27 19:05:10 +00:00
|
|
|
"checksum uucore 0.0.4 (git+https://github.com/uutils/uucore.git)" = "<none>"
|
|
|
|
"checksum uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)" = "<none>"
|
|
|
|
"checksum uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)" = "<none>"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum walker 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44971d5e5ae4f7904dffb6260ebd3910e7bcae104a94730e04a24cb6af40646b"
|
2020-06-05 17:44:30 +00:00
|
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-02-07 08:45:30 +00:00
|
|
|
"checksum wild 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "690e5dbd46cfaf2f3bd09875ad94e92cc56459fce505807d6ce5332671aa93ae"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2020-05-22 05:18:29 +00:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2016-11-29 17:56:30 +00:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-04-28 02:14:22 +00:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2018-03-02 07:08:09 +00:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-04-28 02:14:22 +00:00
|
|
|
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|