coreutils/Cargo.lock

3735 lines
78 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2022-01-15 10:08:07 +00:00
version = 3
2015-12-29 14:31:34 +00:00
[[package]]
name = "Inflector"
version = "0.11.4"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
2015-12-29 14:31:34 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
version = "0.7.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
dependencies = [
2022-08-20 14:27:06 +00:00
"memchr",
2015-12-29 14:31:34 +00:00
]
2023-04-23 21:15:32 +00:00
[[package]]
name = "aho-corasick"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
dependencies = [
"memchr",
]
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-08-16 12:26:26 +00:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-16 12:26:26 +00:00
dependencies = [
"libc",
]
[[package]]
name = "anstream"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
2021-05-28 18:08:46 +00:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "autocfg"
2022-05-22 17:57:19 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bigdecimal"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "binary-heap-plus"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4551d8382e911ecc0d0f0ffb602777988669be09447d536ff4388d1def11296"
dependencies = [
"compare",
]
[[package]]
name = "bindgen"
version = "0.63.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"syn",
"which",
]
2017-03-27 04:06:23 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2017-03-27 04:06:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2017-03-27 04:06:23 +00:00
[[package]]
2021-05-28 18:08:46 +00:00
name = "blake2b_simd"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
dependencies = [
2021-05-28 18:08:46 +00:00
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "blake3"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729b71f35bd3fa1a4c86b85d32c8b9069ea7fe14f7a53cfabb65f62d4265b888"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
"digest",
]
[[package]]
name = "block-buffer"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
"generic-array",
]
[[package]]
name = "bstr"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
dependencies = [
2022-08-20 14:27:06 +00:00
"memchr",
"once_cell",
"regex-automata",
"serde",
]
2022-08-16 12:26:26 +00:00
[[package]]
name = "bumpalo"
version = "3.11.1"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-08-16 12:26:26 +00:00
[[package]]
name = "bytecount"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
[[package]]
name = "byteorder"
2021-03-25 22:28:47 +00:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2017-10-01 17:06:28 +00:00
[[package]]
name = "cc"
version = "1.0.77"
2017-10-01 17:06:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
2017-10-01 17:06:28 +00:00
[[package]]
name = "cexpr"
2022-01-02 01:01:16 +00:00
version = "0.6.0"
2017-10-01 17:06:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 01:01:16 +00:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
2017-10-01 17:06:28 +00:00
2020-10-22 22:33:58 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-10-22 22:33:58 +00:00
2017-03-27 04:06:23 +00:00
[[package]]
name = "chrono"
version = "0.4.26"
2017-03-27 04:06:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2017-03-27 04:06:23 +00:00
dependencies = [
"android-tzdata",
2022-08-16 12:26:26 +00:00
"iana-time-zone",
"num-traits",
"winapi",
2017-03-27 04:06:23 +00:00
]
[[package]]
name = "clang-sys"
2022-10-16 13:52:55 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 13:52:55 +00:00
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
dependencies = [
"glob",
"libc",
"libloading",
]
2022-10-01 10:27:32 +00:00
[[package]]
name = "clap"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.3.0"
2022-10-01 10:27:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
2022-10-01 10:27:32 +00:00
dependencies = [
"anstream",
"anstyle",
2022-10-01 10:27:32 +00:00
"bitflags",
"clap_lex",
2022-07-29 07:18:03 +00:00
"once_cell",
"strsim",
"terminal_size",
2022-01-11 17:54:42 +00:00
]
[[package]]
name = "clap_complete"
version = "4.3.0"
2022-01-11 17:54:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a04ddfaacc3bc9e6ea67d024575fafc2a813027cf374b8f24f7bc233c6b6be12"
2022-01-11 17:54:42 +00:00
dependencies = [
"clap",
2022-01-11 17:54:42 +00:00
]
2022-10-01 10:27:32 +00:00
[[package]]
name = "clap_lex"
version = "0.5.0"
2022-10-01 10:27:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2022-10-01 10:27:32 +00:00
2023-03-04 17:23:33 +00:00
[[package]]
name = "clap_mangen"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0f09a0ca8f0dd8ac92c546b426f466ef19828185c6d504c80c48c9c2768ed9"
dependencies = [
"clap",
"roff",
]
2022-10-16 13:52:55 +00:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "compare"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120133d4db2ec47efe2e26502ee984747630c67f51974fca0b6c1340cf2368d3"
[[package]]
name = "console"
2023-05-27 14:01:15 +00:00
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-27 14:01:15 +00:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
"windows-sys 0.45.0",
]
[[package]]
name = "constant_time_eq"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279"
[[package]]
name = "conv"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
dependencies = [
"custom_derive",
]
2022-08-16 12:26:26 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "coreutils"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
2021-05-29 12:30:30 +00:00
"chrono",
"clap",
2022-01-11 17:54:42 +00:00
"clap_complete",
2023-03-04 17:23:33 +00:00
"clap_mangen",
"conv",
"filetime",
"glob",
"hex-literal",
"is-terminal",
"libc",
2022-08-16 12:37:58 +00:00
"nix",
2022-07-12 13:08:18 +00:00
"once_cell",
"phf",
"phf_codegen",
"pretty_assertions",
"procfs",
"rand",
"rand_pcg",
"regex",
"rlimit",
"rstest",
"selinux",
"sha1",
"tempfile",
"textwrap",
"time",
"unindent",
"uu_arch",
"uu_base32",
"uu_base64",
"uu_basename",
"uu_basenc",
"uu_cat",
"uu_chcon",
"uu_chgrp",
"uu_chmod",
"uu_chown",
"uu_chroot",
"uu_cksum",
"uu_comm",
"uu_cp",
"uu_csplit",
"uu_cut",
"uu_date",
"uu_dd",
"uu_df",
"uu_dir",
"uu_dircolors",
"uu_dirname",
"uu_du",
"uu_echo",
"uu_env",
"uu_expand",
"uu_expr",
"uu_factor",
"uu_false",
"uu_fmt",
"uu_fold",
"uu_groups",
"uu_hashsum",
"uu_head",
"uu_hostid",
"uu_hostname",
"uu_id",
"uu_install",
"uu_join",
"uu_kill",
"uu_link",
"uu_ln",
"uu_logname",
"uu_ls",
"uu_mkdir",
"uu_mkfifo",
"uu_mknod",
"uu_mktemp",
"uu_more",
"uu_mv",
"uu_nice",
"uu_nl",
"uu_nohup",
"uu_nproc",
"uu_numfmt",
"uu_od",
"uu_paste",
"uu_pathchk",
"uu_pinky",
2021-04-09 20:02:25 +00:00
"uu_pr",
"uu_printenv",
"uu_printf",
"uu_ptx",
"uu_pwd",
"uu_readlink",
"uu_realpath",
"uu_relpath",
"uu_rm",
"uu_rmdir",
"uu_runcon",
"uu_seq",
"uu_shred",
"uu_shuf",
"uu_sleep",
"uu_sort",
"uu_split",
"uu_stat",
"uu_stdbuf",
2022-06-24 18:01:02 +00:00
"uu_stty",
"uu_sum",
"uu_sync",
"uu_tac",
"uu_tail",
"uu_tee",
"uu_test",
"uu_timeout",
"uu_touch",
"uu_tr",
"uu_true",
"uu_truncate",
"uu_tsort",
"uu_tty",
"uu_uname",
"uu_unexpand",
"uu_uniq",
"uu_unlink",
"uu_uptime",
"uu_users",
"uu_vdir",
"uu_wc",
"uu_who",
"uu_whoami",
"uu_yes",
"uucore",
2023-06-01 18:38:55 +00:00
"uuhelp_parser",
"walkdir",
"zip",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "coz"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef55b3fe2f5477d59e12bc792e8b3c95a25bd099eadcfae006ecea136de76e2"
dependencies = [
"libc",
"once_cell",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "cpp"
2022-05-22 17:57:19 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "dec5e86d4f6547f0218ad923d9508244a71ef83b763196e6698b4f70f3595185"
dependencies = [
"cpp_macros",
]
[[package]]
name = "cpp_build"
2022-08-20 14:27:06 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-20 14:27:06 +00:00
checksum = "16f4d303b8ec35fb3afd7e963e2c898117f1e49930becb703e4a7ac528ad2dd0"
dependencies = [
"cc",
2022-08-20 14:27:06 +00:00
"cpp_common",
"lazy_static",
2022-08-20 14:27:06 +00:00
"proc-macro2",
"regex",
"syn",
"unicode-xid",
]
[[package]]
name = "cpp_common"
2022-05-22 17:57:19 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "76071bb9c8c4dd2b5eb209907deab7b031323cf1be3dfdc6ec5d37f4f187d8a1"
dependencies = [
"lazy_static",
"proc-macro2",
"syn",
]
[[package]]
name = "cpp_macros"
2022-05-22 17:57:19 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "7fdaa01904c12a8989dbfa110b41ef27efc432ac9934f691b9732f01cb64dc01"
dependencies = [
2023-04-23 21:15:32 +00:00
"aho-corasick 0.7.19",
"byteorder",
2022-08-20 14:27:06 +00:00
"cpp_common",
"lazy_static",
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
"syn",
]
2022-01-30 20:08:14 +00:00
[[package]]
name = "cpufeatures"
version = "0.2.5"
2022-01-30 20:08:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
2022-01-30 20:08:14 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
2020-10-14 19:37:50 +00:00
name = "crossbeam-channel"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
2020-10-14 19:37:50 +00:00
name = "crossbeam-deque"
2022-08-16 12:26:26 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
2020-10-14 19:37:50 +00:00
name = "crossbeam-epoch"
version = "0.9.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
dependencies = [
2022-05-22 17:57:19 +00:00
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossterm"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
dependencies = [
"winapi",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2022-01-30 20:08:14 +00:00
[[package]]
name = "crypto-common"
2022-08-16 12:26:26 +00:00
version = "0.1.6"
2022-01-30 20:08:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-01-30 20:08:14 +00:00
dependencies = [
"generic-array",
"typenum",
2022-01-30 20:08:14 +00:00
]
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
2022-08-20 14:27:06 +00:00
"quote",
"syn",
]
[[package]]
name = "ctrlc"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
dependencies = [
2022-08-16 12:37:58 +00:00
"nix",
"windows-sys 0.48.0",
]
[[package]]
name = "custom_derive"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
2022-10-16 13:52:55 +00:00
[[package]]
name = "cxx"
version = "1.0.82"
2022-10-16 13:52:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
2022-10-16 13:52:55 +00:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.82"
2022-10-16 13:52:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
2022-10-16 13:52:55 +00:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.82"
2022-10-16 13:52:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
2022-10-16 13:52:55 +00:00
[[package]]
name = "cxxbridge-macro"
version = "1.0.82"
2022-10-16 13:52:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
2022-10-16 13:52:55 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "data-encoding"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
[[package]]
name = "data-encoding-macro"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"
dependencies = [
"data-encoding",
"data-encoding-macro-internal",
]
[[package]]
name = "data-encoding-macro-internal"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"
dependencies = [
"data-encoding",
"syn",
]
[[package]]
name = "diff"
2022-08-16 12:26:26 +00:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2022-01-30 20:08:14 +00:00
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "dlv-list"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
[[package]]
name = "dns-lookup"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f332aa79f9e9de741ac013237294ef42ce2e9c6394dc7d766725812f1238812"
dependencies = [
"cfg-if",
"libc",
"socket2",
"windows-sys 0.48.0",
]
[[package]]
name = "dunce"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
2016-11-29 17:56:30 +00:00
[[package]]
name = "either"
version = "1.8.0"
2016-11-29 17:56:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2016-11-29 17:56:30 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "env_logger"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
dependencies = [
"log",
"regex",
]
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "exacl"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cfeb22a59deb24c3262c43ffcafd1eb807180f371f9fcc99098d181b5d639be"
dependencies = [
"bitflags",
"log",
"scopeguard",
"uuid",
]
2022-01-15 10:08:07 +00:00
[[package]]
name = "fastrand"
2022-08-16 12:26:26 +00:00
version = "1.8.0"
2022-01-15 10:08:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-01-15 10:08:07 +00:00
dependencies = [
"instant",
]
[[package]]
name = "file_diff"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31a7a908b8f32538a2143e59a6e4e2508988832d5d4d6f7c156b3cbc762643a5"
2015-12-29 14:31:34 +00:00
[[package]]
name = "filetime"
2023-05-27 14:07:03 +00:00
version = "0.2.20"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-27 14:07:03 +00:00
checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
2015-12-29 14:31:34 +00:00
dependencies = [
"cfg-if",
"libc",
2023-05-27 14:16:18 +00:00
"redox_syscall 0.2.16",
"windows-sys 0.45.0",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "flate2"
2022-08-16 12:26:26 +00:00
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
"crc32fast",
"miniz_oxide",
]
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"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2016-12-02 22:06:21 +00:00
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
[[package]]
name = "fts-sys"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a66c0a21e344f20c87b4ca12643cf4f40a7018f132c98d344e989b959f49dd1"
dependencies = [
"bindgen",
"libc",
]
[[package]]
name = "fundu"
2023-06-01 08:43:09 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 08:43:09 +00:00
checksum = "47af3b646bdd738395be2db903fc11a5923b5e206016b8d4ad6db890bcae9bd5"
[[package]]
name = "futures"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
[[package]]
name = "futures-executor"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
[[package]]
name = "futures-macro"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
[[package]]
name = "futures-task"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
[[package]]
name = "futures-util"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gcd"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a"
2015-12-29 14:31:34 +00:00
[[package]]
name = "generic-array"
2022-08-16 12:26:26 +00:00
version = "0.14.6"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
2022-01-30 20:08:14 +00:00
"version_check",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "getrandom"
2023-06-05 08:09:03 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-05 08:09:03 +00:00
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "half"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
dependencies = [
"crunchy",
]
[[package]]
name = "hashbrown"
2022-08-16 12:26:26 +00:00
version = "0.12.3"
2022-01-11 17:54:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
2022-01-11 17:54:42 +00:00
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "hermit-abi"
version = "0.1.19"
2020-05-22 05:18:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2015-12-29 14:31:34 +00:00
dependencies = [
"libc",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex-literal"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
2015-12-29 14:31:34 +00:00
]
2023-04-23 21:15:32 +00:00
[[package]]
name = "humantime_to_duration"
version = "0.2.1"
2023-04-23 21:15:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "714764645f21cc70c4c151d7798dd158409641f37ad820bed65224aae403cbed"
2023-04-23 21:15:32 +00:00
dependencies = [
"regex",
"time",
]
[[package]]
name = "humantime_to_duration"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a80a233096ddccb74e62145f3a49cacea6a2669ee90f6e144e15fe28f4037c4"
dependencies = [
"chrono",
"regex",
2023-04-23 21:15:32 +00:00
]
2022-08-16 12:26:26 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
2022-08-16 12:26:26 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-16 13:52:55 +00:00
"iana-time-zone-haiku",
2022-08-16 12:26:26 +00:00
"js-sys",
"wasm-bindgen",
"winapi",
2022-08-16 12:26:26 +00:00
]
2022-10-16 13:52:55 +00:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
[[package]]
name = "indicatif"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
dependencies = [
"console",
"number_prefix",
"portable-atomic",
"unicode-width",
]
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2021-05-28 19:07:28 +00:00
[[package]]
name = "instant"
version = "0.1.12"
2021-05-28 19:07:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-05-28 19:07:28 +00:00
dependencies = [
"cfg-if",
2021-05-28 19:07:28 +00:00
]
[[package]]
name = "io-lifetimes"
2023-05-30 14:47:40 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 14:47:40 +00:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
2023-05-30 14:47:40 +00:00
"hermit-abi 0.3.1",
"libc",
2023-05-30 14:47:40 +00:00
"windows-sys 0.48.0",
]
[[package]]
name = "is-terminal"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
2023-03-12 15:26:56 +00:00
"io-lifetimes",
"rustix 0.37.19",
"windows-sys 0.48.0",
]
[[package]]
name = "itertools"
2022-10-16 13:52:55 +00:00
version = "0.10.5"
2021-02-01 22:32:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 13:52:55 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2021-02-01 22:32:38 +00:00
dependencies = [
"either",
2021-02-01 22:32:38 +00:00
]
2022-04-23 19:32:35 +00:00
[[package]]
name = "itoa"
2022-10-16 13:52:55 +00:00
version = "1.0.4"
2022-04-23 19:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 13:52:55 +00:00
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2022-08-16 12:26:26 +00:00
[[package]]
name = "js-sys"
2022-09-14 08:53:28 +00:00
version = "0.3.60"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-14 08:53:28 +00:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2022-08-16 12:26:26 +00:00
dependencies = [
"wasm-bindgen",
]
2022-04-23 19:32:35 +00:00
2022-01-30 20:08:14 +00:00
[[package]]
name = "keccak"
version = "0.1.4"
2022-01-30 20:08:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
dependencies = [
"cpufeatures",
]
2022-01-30 20:08:14 +00:00
[[package]]
name = "kqueue"
2022-10-16 13:52:55 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 13:52:55 +00:00
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
"bitflags",
"libc",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "lazy_static"
2020-05-22 05:18:29 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2015-12-29 14:31:34 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.146"
2016-11-29 17:56:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
2022-10-16 13:52:55 +00:00
[[package]]
name = "link-cplusplus"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
dependencies = [
"cc",
]
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
[[package]]
2021-05-16 16:56:54 +00:00
name = "lock_api"
2022-10-16 13:52:55 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 13:52:55 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
2022-05-22 17:57:19 +00:00
"autocfg",
2021-05-16 16:56:54 +00:00
"scopeguard",
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "log"
2022-05-22 17:57:19 +00:00
version = "0.4.17"
2020-05-22 05:18:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[package]]
name = "lscolors"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a9df1d1fb6d9e92fa043e9eb9a3ecf6892c7b542bae5137cd1e419e40aa8bf"
dependencies = [
"nu-ansi-term",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "md-5"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
dependencies = [
"digest",
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2015-12-29 14:31:34 +00:00
[[package]]
name = "memmap2"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180d4b35be83d33392d1d1bfbd2ae1eca7ff5de1a94d3fc87faaa99a069e7cbd"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
dependencies = [
"adler",
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "mio"
2023-05-27 14:10:23 +00:00
version = "0.8.6"
2020-05-22 05:18:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-27 14:10:23 +00:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2015-12-29 14:31:34 +00:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.45.0",
2015-12-29 14:31:34 +00:00
]
2022-08-16 12:26:26 +00:00
[[package]]
name = "nix"
version = "0.26.2"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2022-08-16 12:26:26 +00:00
dependencies = [
"bitflags",
"cfg-if",
2022-08-16 12:26:26 +00:00
"libc",
"static_assertions",
2022-08-16 12:26:26 +00:00
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
2022-08-20 14:27:06 +00:00
"memchr",
"minimal-lexical",
]
[[package]]
name = "notify"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2"
dependencies = [
"bitflags",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"mio",
"walkdir",
"windows-sys 0.45.0",
]
[[package]]
name = "nu-ansi-term"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df031e117bca634c262e9bd3173776844b6c17a90b3741c9163663b4385af76"
dependencies = [
"windows-sys 0.45.0",
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2017-03-27 04:06:23 +00:00
[[package]]
name = "num-integer"
2022-05-22 17:57:19 +00:00
version = "0.1.45"
2017-03-27 04:06:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2017-03-27 04:06:23 +00:00
dependencies = [
"autocfg",
"num-traits",
2017-03-27 04:06:23 +00:00
]
[[package]]
name = "num-traits"
version = "0.2.15"
2017-03-27 04:06:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-05-22 05:18:29 +00:00
dependencies = [
"autocfg",
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]]
name = "num_cpus"
version = "1.14.0"
2015-12-29 14:31:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
2015-12-29 14:31:34 +00:00
dependencies = [
"hermit-abi 0.1.19",
"libc",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "num_threads"
2022-05-22 17:57:19 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2015-12-29 14:31:34 +00:00
2021-04-22 22:49:05 +00:00
[[package]]
name = "once_cell"
version = "1.18.0"
2021-04-22 22:49:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2021-04-22 22:49:05 +00:00
2016-12-02 22:06:21 +00:00
[[package]]
name = "onig"
version = "6.4.0"
2016-12-02 22:06:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
2016-12-02 22:06:21 +00:00
dependencies = [
"bitflags",
"libc",
"once_cell",
"onig_sys",
2016-12-02 22:06:21 +00:00
]
[[package]]
name = "onig_sys"
2022-08-16 12:26:26 +00:00
version = "69.8.1"
2016-12-02 22:06:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
2016-12-02 22:06:21 +00:00
dependencies = [
"cc",
"pkg-config",
]
[[package]]
name = "ordered-multimap"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
dependencies = [
"dlv-list",
2022-08-16 12:26:26 +00:00
"hashbrown",
]
[[package]]
name = "os_display"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6229bad892b46b0dcfaaeb18ad0d2e56400f5aaea05b768bde96e73676cf75"
dependencies = [
"unicode-width",
]
[[package]]
name = "ouroboros"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
"syn",
]
[[package]]
name = "output_vt100"
2022-05-22 17:57:19 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]
[[package]]
name = "parking_lot"
2022-08-16 12:26:26 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
dependencies = [
"cfg-if",
"libc",
2023-05-27 14:16:18 +00:00
"redox_syscall 0.2.16",
"smallvec",
"windows-sys 0.45.0",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "phf"
2022-10-13 14:18:17 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-13 14:18:17 +00:00
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
2022-10-13 14:18:17 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-13 14:18:17 +00:00
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
2022-10-13 14:18:17 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-13 14:18:17 +00:00
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_shared"
2022-10-13 14:18:17 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-13 14:18:17 +00:00
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-08-16 12:37:58 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2016-12-02 22:06:21 +00:00
[[package]]
name = "pkg-config"
version = "0.3.26"
2016-12-02 22:06:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2015-12-24 06:11:00 +00:00
[[package]]
name = "platform-info"
2023-05-23 09:14:47 +00:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-23 09:14:47 +00:00
checksum = "827dc4f7a81331d48c8abf11b5ac18673b390d33e9632327e286d940289aefab"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "portable-atomic"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-02-01 22:32:38 +00:00
[[package]]
name = "pretty_assertions"
version = "1.3.0"
2021-02-01 22:32:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
dependencies = [
"ctor",
"diff",
"output_vt100",
"yansi",
]
2021-02-01 22:32:38 +00:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
2021-02-01 22:32:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2021-02-01 22:32:38 +00:00
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
"version_check",
]
2018-03-12 08:20:58 +00:00
[[package]]
name = "proc-macro2"
2022-10-16 13:52:55 +00:00
version = "1.0.47"
2018-03-12 08:20:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 13:52:55 +00:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
2018-03-12 08:20:58 +00:00
dependencies = [
2022-05-22 17:57:19 +00:00
"unicode-ident",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "procfs"
2023-03-12 13:08:19 +00:00
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-12 13:08:19 +00:00
checksum = "943ca7f9f29bab5844ecd8fdb3992c5969b6622bb9609b9502fef9b4310e3f1f"
dependencies = [
"bitflags",
"byteorder",
"hex",
"lazy_static",
2023-05-25 13:21:45 +00:00
"rustix 0.36.14",
]
2021-05-31 12:48:12 +00:00
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quickcheck"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
dependencies = [
"env_logger",
"log",
"rand",
]
2018-03-12 08:20:58 +00:00
[[package]]
name = "quote"
2022-08-16 12:26:26 +00:00
version = "1.0.21"
2018-03-12 08:20:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2018-03-12 08:20:58 +00:00
dependencies = [
"proc-macro2",
2018-03-12 08:20:58 +00:00
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_pcg"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
dependencies = [
"rand_core",
]
[[package]]
name = "rayon"
2023-03-11 14:57:10 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 14:57:10 +00:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-03-11 14:57:10 +00:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 14:57:10 +00:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2017-03-27 04:06:23 +00:00
[[package]]
name = "redox_syscall"
2022-08-16 12:26:26 +00:00
version = "0.2.16"
2021-01-21 20:09:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-01-21 20:09:19 +00:00
dependencies = [
"bitflags",
2021-01-21 20:09:19 +00:00
]
2023-05-27 14:16:18 +00:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
[[package]]
name = "reference-counted-singleton"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bfbf25d7eb88ddcbb1ec3d755d0634da8f7657b2cb8b74089121409ab8228f"
[[package]]
name = "regex"
version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
dependencies = [
2023-04-23 21:15:32 +00:00
"aho-corasick 1.0.1",
2022-08-20 14:27:06 +00:00
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2021-06-06 16:04:55 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-06 16:04:55 +00:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
[[package]]
name = "regex-syntax"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2015-12-29 14:31:34 +00:00
[[package]]
name = "rlimit"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8a29d87a652dc4d43c586328706bb5cdff211f3f39a530f240b53f7221dab8e"
dependencies = [
"libc",
]
2023-03-04 17:23:33 +00:00
[[package]]
name = "roff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rstest"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de1bb486a691878cd320c2f0d319ba91eeaa2e894066d8b5f8f117c000e9d962"
dependencies = [
"futures",
"futures-timer",
"rstest_macros",
"rustc_version",
]
[[package]]
name = "rstest_macros"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"rustc_version",
"syn",
"unicode-ident",
]
[[package]]
name = "rust-ini"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
dependencies = [
"cfg-if",
"ordered-multimap",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rustix"
2023-05-25 13:21:45 +00:00
version = "0.36.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 13:21:45 +00:00
checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"
dependencies = [
"bitflags",
2023-05-25 13:21:45 +00:00
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
[[package]]
name = "rustix"
version = "0.37.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
dependencies = [
"bitflags",
2023-05-25 13:21:45 +00:00
"errno",
2023-03-12 15:26:56 +00:00
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
2016-12-02 22:06:21 +00:00
[[package]]
name = "same-file"
2021-03-25 22:28:47 +00:00
version = "1.0.6"
2016-12-02 22:06:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2016-12-02 22:06:21 +00:00
dependencies = [
"winapi-util",
2016-12-02 22:06:21 +00:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-10-16 13:52:55 +00:00
[[package]]
name = "scratch"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
[[package]]
name = "selinux"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a00576725d21b588213fbd4af84cd7e4cc4304e8e9bd6c0f5a1498a3e2ca6a51"
dependencies = [
"bitflags",
"libc",
"once_cell",
"reference-counted-singleton",
"selinux-sys",
"thiserror",
]
[[package]]
name = "selinux-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806d381649bb85347189d2350728817418138d11d738e2482cb644ec7f3c755d"
dependencies = [
"bindgen",
"cc",
"dunce",
"walkdir",
]
[[package]]
name = "semver"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
[[package]]
name = "serde"
version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
2022-01-30 20:08:14 +00:00
"cpufeatures",
"digest",
]
[[package]]
name = "sha3"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
"digest",
2022-01-30 20:08:14 +00:00
"keccak",
]
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "signal-hook"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [
"libc",
"mio",
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
2022-05-22 17:57:19 +00:00
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]]
name = "slab"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
[[package]]
name = "sm3"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebb9a3b702d0a7e33bc4d85a14456633d2b165c2ad839c5fd9a8417c1ab15860"
dependencies = [
"digest",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-05-28 19:07:28 +00:00
[[package]]
name = "smawk"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]
name = "socket2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-01-11 17:54:42 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
version = "1.0.103"
2018-03-12 08:20:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
2018-03-12 08:20:58 +00:00
dependencies = [
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
2022-05-22 17:57:19 +00:00
"unicode-ident",
]
2016-01-05 03:48:03 +00:00
[[package]]
name = "tempfile"
version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2016-01-05 03:48:03 +00:00
dependencies = [
"autocfg",
"cfg-if",
2022-01-15 10:08:07 +00:00
"fastrand",
2023-05-27 14:16:18 +00:00
"redox_syscall 0.3.5",
"rustix 0.37.19",
"windows-sys 0.48.0",
2016-01-05 03:48:03 +00:00
]
[[package]]
name = "term_grid"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
dependencies = [
"unicode-width",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "termcolor"
2022-05-22 17:57:19 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 17:57:19 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
dependencies = [
"rustix 0.37.19",
"windows-sys 0.48.0",
]
[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
dependencies = [
"smawk",
"terminal_size",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
dependencies = [
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
"syn",
]
[[package]]
name = "time"
version = "0.3.20"
2022-04-23 19:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
2022-04-23 19:32:35 +00:00
dependencies = [
"itoa",
"libc",
"num_threads",
"serde",
"time-core",
2022-04-23 19:32:35 +00:00
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2022-04-23 19:32:35 +00:00
[[package]]
name = "time-macros"
version = "0.2.8"
2022-04-23 19:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
dependencies = [
"time-core",
]
2022-04-23 19:32:35 +00:00
[[package]]
name = "typenum"
2022-01-02 01:01:16 +00:00
version = "1.15.0"
2020-05-22 05:18:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 01:01:16 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2015-12-29 14:31:34 +00:00
2022-05-22 17:57:19 +00:00
[[package]]
name = "unicode-ident"
2022-10-16 13:52:55 +00:00
version = "1.0.5"
2022-05-22 17:57:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 13:52:55 +00:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2022-05-22 17:57:19 +00:00
[[package]]
name = "unicode-linebreak"
2022-10-16 13:52:55 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 13:52:55 +00:00
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
dependencies = [
2022-10-16 13:52:55 +00:00
"hashbrown",
"regex",
]
2021-04-04 09:37:29 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
2021-04-04 09:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "unicode-width"
2022-09-14 08:53:28 +00:00
version = "0.1.10"
2020-05-22 05:18:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-14 08:53:28 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "unicode-xid"
version = "0.2.4"
2020-05-22 05:18:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2020-05-22 05:18:29 +00:00
[[package]]
name = "unindent"
version = "0.2.1"
2020-05-22 05:18:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa30f5ea51ff7edfc797c6d3f9ec8cbd8cfedef5371766b7181d33977f4814f"
2020-05-22 05:18:29 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2020-05-22 05:18:29 +00:00
[[package]]
name = "uu_arch"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"platform-info",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_base32"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_base64"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"uu_base32",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_basename"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_basenc"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"uu_base32",
"uucore",
]
2020-05-22 05:18:29 +00:00
[[package]]
name = "uu_cat"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"is-terminal",
2022-08-16 12:37:58 +00:00
"nix",
"thiserror",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_chcon"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"fts-sys",
"libc",
"selinux",
"thiserror",
"uucore",
]
2020-05-22 05:18:29 +00:00
[[package]]
name = "uu_chgrp"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_chmod"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_chown"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_chroot"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_cksum"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"hex",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_comm"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_cp"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"exacl",
"filetime",
"indicatif",
"libc",
"quick-error",
"selinux",
"uucore",
"walkdir",
"xattr",
2020-05-22 05:18:29 +00:00
]
2020-12-28 16:03:04 +00:00
[[package]]
name = "uu_csplit"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-12-28 16:03:04 +00:00
dependencies = [
"clap",
"regex",
"thiserror",
"uucore",
2020-12-28 16:03:04 +00:00
]
2020-05-22 05:18:29 +00:00
[[package]]
name = "uu_cut"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"bstr",
"clap",
"is-terminal",
2022-08-20 14:27:06 +00:00
"memchr",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_date"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"chrono",
"clap",
"humantime_to_duration 0.3.1",
"libc",
"uucore",
"windows-sys 0.48.0",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_dd"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"gcd",
"libc",
"nix",
"signal-hook",
"uucore",
]
2020-05-22 05:18:29 +00:00
[[package]]
name = "uu_df"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"tempfile",
"unicode-width",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_dir"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"uu_ls",
"uucore",
]
2020-05-22 05:18:29 +00:00
[[package]]
name = "uu_dircolors"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_dirname"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_du"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"chrono",
"clap",
"glob",
"uucore",
"windows-sys 0.48.0",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_echo"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_env"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
2022-10-08 16:44:57 +00:00
"nix",
"rust-ini",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_expand"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"unicode-width",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_expr"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"num-bigint",
"num-traits",
"onig",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_factor"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"coz",
"num-traits",
"quickcheck",
"rand",
"smallvec",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_false"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_fmt"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"unicode-width",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_fold"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_groups"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_hashsum"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"hex",
2022-08-20 14:27:06 +00:00
"memchr",
"regex",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_head"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
2022-08-20 14:27:06 +00:00
"memchr",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_hostid"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_hostname"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"hostname",
"uucore",
"windows-sys 0.48.0",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_id"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"selinux",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_install"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"file_diff",
"filetime",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_join"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
2022-08-20 14:27:06 +00:00
"memchr",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_kill"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
2022-08-16 12:37:58 +00:00
"nix",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_link"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_ln"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_logname"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_ls"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"chrono",
"clap",
"glob",
"is-terminal",
"lscolors",
"number_prefix",
2021-04-22 22:49:05 +00:00
"once_cell",
"selinux",
"term_grid",
"terminal_size",
"unicode-width",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_mkdir"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_mkfifo"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_mknod"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_mktemp"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"rand",
"tempfile",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_more"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"crossterm",
"is-terminal",
2022-08-16 12:37:58 +00:00
"nix",
"unicode-segmentation",
"unicode-width",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_mv"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"fs_extra",
"indicatif",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_nice"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
2022-08-16 12:37:58 +00:00
"nix",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_nl"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"regex",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_nohup"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"is-terminal",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_nproc"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"uucore",
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"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"clap",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_od"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"byteorder",
"clap",
"half",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_paste"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
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_pathchk"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"clap",
"libc",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_pinky"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"clap",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "uu_pr"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
2023-06-04 12:17:52 +00:00
"chrono",
"clap",
"itertools",
"quick-error",
2021-05-29 12:30:30 +00:00
"regex",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_printenv"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"uucore",
]
2018-03-12 08:20:58 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_printf"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"uucore",
]
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"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"regex",
"uucore",
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_pwd"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
2018-03-12 08:20:58 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_readlink"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
2018-03-12 08:20:58 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_realpath"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
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_relpath"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"clap",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_rm"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
2022-10-15 20:08:28 +00:00
"libc",
"uucore",
"walkdir",
"windows-sys 0.48.0",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_rmdir"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"libc",
"uucore",
]
[[package]]
name = "uu_runcon"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"libc",
"selinux",
"thiserror",
"uucore",
]
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_seq"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"bigdecimal",
"clap",
"num-bigint",
"num-traits",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_shred"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"clap",
"libc",
"rand",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_shuf"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
2022-08-20 14:27:06 +00:00
"memchr",
2022-01-18 01:07:28 +00:00
"rand",
"rand_core",
"uucore",
]
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_sleep"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"clap",
"fundu",
"uucore",
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"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"binary-heap-plus",
"clap",
"compare",
"ctrlc",
"fnv",
"itertools",
2022-08-20 14:27:06 +00:00
"memchr",
"ouroboros",
"rand",
"rayon",
2021-05-27 20:47:03 +00:00
"tempfile",
"unicode-width",
"uucore",
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"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-04-28 07:34:55 +00:00
dependencies = [
"clap",
2022-08-20 14:27:06 +00:00
"memchr",
"uucore",
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"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"clap",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_stdbuf"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"tempfile",
"uu_stdbuf_libstdbuf",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_stdbuf_libstdbuf"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"cpp",
"cpp_build",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
2022-06-24 18:01:02 +00:00
[[package]]
name = "uu_stty"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2022-06-24 18:01:02 +00:00
dependencies = [
"clap",
2022-06-24 18:01:02 +00:00
"nix",
"uucore",
]
2020-05-22 05:18:29 +00:00
[[package]]
name = "uu_sum"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_sync"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"nix",
"uucore",
"windows-sys 0.48.0",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_tac"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
2022-08-20 14:27:06 +00:00
"memchr",
"memmap2",
"regex",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_tail"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"fundu",
"is-terminal",
"libc",
"memchr",
"notify",
"rstest",
"same-file",
"uucore",
"winapi-util",
"windows-sys 0.48.0",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_tee"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_test"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
"redox_syscall 0.3.5",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_timeout"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"libc",
2022-08-16 12:37:58 +00:00
"nix",
"uucore",
]
2017-03-27 04:06:23 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_touch"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"filetime",
"humantime_to_duration 0.2.1",
"time",
"uucore",
"windows-sys 0.48.0",
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"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"nom",
"uucore",
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_true"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2016-11-29 17:56:30 +00:00
dependencies = [
"clap",
"uucore",
]
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_truncate"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_tsort"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_tty"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"is-terminal",
"nix",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_uname"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"platform-info",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_unexpand"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"unicode-width",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_uniq"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_unlink"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_uptime"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"chrono",
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_users"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"uucore",
2020-05-22 05:18:29 +00:00
]
2015-12-29 14:31:34 +00:00
[[package]]
name = "uu_vdir"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"uu_ls",
"uucore",
]
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_wc"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"bytecount",
"clap",
"libc",
2022-08-16 12:37:58 +00:00
"nix",
"thiserror",
"unicode-width",
"uucore",
2015-12-29 14:31:34 +00:00
]
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_who"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
dependencies = [
"clap",
"uucore",
]
2015-12-29 14:31:34 +00:00
[[package]]
2020-05-22 05:18:29 +00:00
name = "uu_whoami"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2015-12-29 14:31:34 +00:00
dependencies = [
"clap",
"libc",
"uucore",
"windows-sys 0.48.0",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uu_yes"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"clap",
"itertools",
2022-08-16 12:37:58 +00:00
"nix",
"uucore",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uucore"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"blake2b_simd",
"blake3",
"clap",
"data-encoding",
"data-encoding-macro",
"digest",
"dns-lookup",
"dunce",
2022-07-29 03:41:28 +00:00
"glob",
"hex",
"itertools",
"libc",
"md-5",
"memchr",
2022-08-16 12:37:58 +00:00
"nix",
"once_cell",
"os_display",
"sha1",
"sha2",
"sha3",
"sm3",
"tempfile",
"thiserror",
"time",
"uucore_procs",
"walkdir",
"wild",
2021-08-27 16:24:46 +00:00
"winapi-util",
"windows-sys 0.48.0",
"z85",
2020-05-22 05:18:29 +00:00
]
[[package]]
name = "uucore_procs"
2023-06-01 06:25:23 +00:00
version = "0.0.19"
2020-05-22 05:18:29 +00:00
dependencies = [
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
2023-06-01 18:38:55 +00:00
"uuhelp_parser",
2020-05-22 05:18:29 +00:00
]
2023-06-01 18:38:55 +00:00
[[package]]
name = "uuhelp_parser"
2023-06-01 19:06:34 +00:00
version = "0.0.19"
2023-06-01 18:38:55 +00:00
[[package]]
name = "uuid"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
[[package]]
name = "version_check"
2022-01-02 01:01:16 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 01:01:16 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-05-22 05:18:29 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
2020-05-22 05:18:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-05-22 05:18:29 +00:00
dependencies = [
"same-file",
"winapi",
"winapi-util",
2015-12-29 14:31:34 +00:00
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-08-16 12:26:26 +00:00
[[package]]
name = "wasm-bindgen"
2022-09-14 08:53:28 +00:00
version = "0.2.83"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-14 08:53:28 +00:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2022-08-16 12:26:26 +00:00
dependencies = [
"cfg-if",
2022-08-16 12:26:26 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-09-14 08:53:28 +00:00
version = "0.2.83"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-14 08:53:28 +00:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2022-08-16 12:26:26 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
2022-08-16 12:26:26 +00:00
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-09-14 08:53:28 +00:00
version = "0.2.83"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-14 08:53:28 +00:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-08-16 12:26:26 +00:00
dependencies = [
2022-08-20 14:27:06 +00:00
"quote",
2022-08-16 12:26:26 +00:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-09-14 08:53:28 +00:00
version = "0.2.83"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-14 08:53:28 +00:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2022-08-16 12:26:26 +00:00
dependencies = [
"proc-macro2",
2022-08-20 14:27:06 +00:00
"quote",
2022-08-16 12:26:26 +00:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-09-14 08:53:28 +00:00
version = "0.2.83"
2022-08-16 12:26:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-14 08:53:28 +00:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-08-16 12:26:26 +00:00
[[package]]
name = "which"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
dependencies = [
2022-01-02 01:01:16 +00:00
"either",
"libc",
"once_cell",
]
[[package]]
name = "wild"
2022-08-16 12:26:26 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 12:26:26 +00:00
checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74"
dependencies = [
"glob",
]
[[package]]
name = "winapi"
2020-10-14 19:37:50 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2021-03-25 22:28:47 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2017-10-01 17:06:28 +00:00
[[package]]
name = "xattr"
version = "1.0.0"
2017-10-01 17:06:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea263437ca03c1522846a4ddafbca2542d0ad5ed9b784909d4b27b76f62bc34a"
2017-10-01 17:06:28 +00:00
dependencies = [
"libc",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "z85"
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
[[package]]
name = "zip"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
dependencies = [
"byteorder",
"crc32fast",
2022-05-22 17:57:19 +00:00
"crossbeam-utils",
"flate2",
]