2021-03-16 21:32:55 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-01-15 10:08:07 +00:00
|
|
|
version = 3
|
|
|
|
|
2022-02-17 21:24:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-04-23 21:15:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-08-16 12:41:47 +00:00
|
|
|
version = "1.0.4"
|
2023-04-23 21:15:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 12:41:47 +00:00
|
|
|
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
|
2023-04-23 21:15:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-05-29 10:29:34 +00:00
|
|
|
[[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"
|
2022-09-07 16:55:32 +00:00
|
|
|
version = "0.1.5"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 16:55:32 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-16 12:26:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-29 05:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-09-04 15:47:49 +00:00
|
|
|
version = "0.5.0"
|
2023-03-29 05:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 15:47:49 +00:00
|
|
|
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
|
2023-03-29 05:19:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-05-30 05:21:01 +00:00
|
|
|
"anstyle-query",
|
2023-03-29 05:19:47 +00:00
|
|
|
"anstyle-wincon",
|
2023-05-30 05:21:01 +00:00
|
|
|
"colorchoice",
|
2023-03-29 05:19:47 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-05-30 05:21:01 +00:00
|
|
|
version = "1.0.0"
|
2023-03-29 05:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 05:21:01 +00:00
|
|
|
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
|
2023-03-29 05:19:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-05-30 05:21:01 +00:00
|
|
|
version = "0.2.0"
|
2023-03-29 05:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 05:21:01 +00:00
|
|
|
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
|
2023-03-29 05:19:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-05-30 05:21:01 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-03-29 05:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-09-04 15:47:49 +00:00
|
|
|
version = "2.1.0"
|
2023-03-29 05:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 15:47:49 +00:00
|
|
|
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
|
2023-03-29 05:19:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-05-30 05:21:01 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-29 05:19:47 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-02-10 07:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
2019-04-23 17:39:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-05-22 17:57:19 +00:00
|
|
|
version = "1.1.0"
|
2019-04-23 17:39:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-22 17:57:19 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-04-23 17:39:22 +00:00
|
|
|
|
seq: use BigDecimal to represent floats (#2698)
* seq: use BigDecimal to represent floats
Use `BigDecimal` to represent arbitrary precision floats in order to
prevent numerical precision issues when iterating over a sequence of
numbers. This commit makes several changes at once to accomplish this
goal.
First, it creates a new struct, `PreciseNumber`, that is responsible for
storing not only the number itself but also the number of digits (both
integer and decimal) needed to display it. This information is collected
at the time of parsing the number, which lives in the new
`numberparse.rs` module.
Second, it uses the `BigDecimal` struct to store arbitrary precision
floating point numbers instead of the previous `f64` primitive
type. This protects against issues of numerical precision when
repeatedly accumulating a very small increment.
Third, since neither the `BigDecimal` nor `BigInt` types have a
representation of infinity, minus infinity, minus zero, or NaN, we add
the `ExtendedBigDecimal` and `ExtendedBigInt` enumerations which extend
the basic types with these concepts.
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
2021-11-06 14:44:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
2023-07-05 10:30:04 +00:00
|
|
|
version = "0.4.0"
|
seq: use BigDecimal to represent floats (#2698)
* seq: use BigDecimal to represent floats
Use `BigDecimal` to represent arbitrary precision floats in order to
prevent numerical precision issues when iterating over a sequence of
numbers. This commit makes several changes at once to accomplish this
goal.
First, it creates a new struct, `PreciseNumber`, that is responsible for
storing not only the number itself but also the number of digits (both
integer and decimal) needed to display it. This information is collected
at the time of parsing the number, which lives in the new
`numberparse.rs` module.
Second, it uses the `BigDecimal` struct to store arbitrary precision
floating point numbers instead of the previous `f64` primitive
type. This protects against issues of numerical precision when
repeatedly accumulating a very small increment.
Third, since neither the `BigDecimal` nor `BigInt` types have a
representation of infinity, minus infinity, minus zero, or NaN, we add
the `ExtendedBigDecimal` and `ExtendedBigInt` enumerations which extend
the basic types with these concepts.
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
2021-11-06 14:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 10:30:04 +00:00
|
|
|
checksum = "5274a6b6e0ee020148397245b973e30163b7bffbc6d473613f850cb99888581e"
|
seq: use BigDecimal to represent floats (#2698)
* seq: use BigDecimal to represent floats
Use `BigDecimal` to represent arbitrary precision floats in order to
prevent numerical precision issues when iterating over a sequence of
numbers. This commit makes several changes at once to accomplish this
goal.
First, it creates a new struct, `PreciseNumber`, that is responsible for
storing not only the number itself but also the number of digits (both
integer and decimal) needed to display it. This information is collected
at the time of parsing the number, which lives in the new
`numberparse.rs` module.
Second, it uses the `BigDecimal` struct to store arbitrary precision
floating point numbers instead of the previous `f64` primitive
type. This protects against issues of numerical precision when
repeatedly accumulating a very small increment.
Third, since neither the `BigDecimal` nor `BigInt` types have a
representation of infinity, minus infinity, minus zero, or NaN, we add
the `ExtendedBigDecimal` and `ExtendedBigInt` enumerations which extend
the basic types with these concepts.
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
2021-11-06 14:44:42 +00:00
|
|
|
dependencies = [
|
2023-07-05 10:30:04 +00:00
|
|
|
"libm",
|
seq: use BigDecimal to represent floats (#2698)
* seq: use BigDecimal to represent floats
Use `BigDecimal` to represent arbitrary precision floats in order to
prevent numerical precision issues when iterating over a sequence of
numbers. This commit makes several changes at once to accomplish this
goal.
First, it creates a new struct, `PreciseNumber`, that is responsible for
storing not only the number itself but also the number of digits (both
integer and decimal) needed to display it. This information is collected
at the time of parsing the number, which lives in the new
`numberparse.rs` module.
Second, it uses the `BigDecimal` struct to store arbitrary precision
floating point numbers instead of the previous `f64` primitive
type. This protects against issues of numerical precision when
repeatedly accumulating a very small increment.
Third, since neither the `BigDecimal` nor `BigInt` types have a
representation of infinity, minus infinity, minus zero, or NaN, we add
the `ExtendedBigDecimal` and `ExtendedBigInt` enumerations which extend
the basic types with these concepts.
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
2021-11-06 14:44:42 +00:00
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-05-16 19:13:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "binary-heap-plus"
|
2022-10-22 08:19:47 +00:00
|
|
|
version = "0.5.0"
|
2021-05-16 19:13:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 08:19:47 +00:00
|
|
|
checksum = "e4551d8382e911ecc0d0f0ffb602777988669be09447d536ff4388d1def11296"
|
2021-05-16 19:13:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"compare",
|
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-03-13 09:40:13 +00:00
|
|
|
version = "0.63.0"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 09:40:13 +00:00
|
|
|
checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885"
|
2022-11-15 06:05:37 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-11-15 06:05:37 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-07-07 11:36:30 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-15 06:05:37 +00:00
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-20 01:38:57 +00:00
|
|
|
version = "1.3.2"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 01:38:57 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2023-08-07 05:03:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
|
|
|
|
2020-12-08 22:32:02 +00:00
|
|
|
[[package]]
|
2021-05-28 18:08:46 +00:00
|
|
|
name = "blake2b_simd"
|
2023-02-10 08:56:24 +00:00
|
|
|
version = "1.0.1"
|
2020-12-08 22:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 08:56:24 +00:00
|
|
|
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
|
2020-12-08 22:32:02 +00:00
|
|
|
dependencies = [
|
2021-05-28 18:08:46 +00:00
|
|
|
"arrayref",
|
2022-03-30 22:40:52 +00:00
|
|
|
"arrayvec",
|
2023-09-05 08:45:14 +00:00
|
|
|
"constant_time_eq 0.2.6",
|
2022-02-10 07:16:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2023-09-05 08:43:26 +00:00
|
|
|
version = "1.4.1"
|
2022-02-10 07:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:43:26 +00:00
|
|
|
checksum = "199c42ab6972d92c9f8995f086273d25c42fc0f7b2a1fcefba465c1352d25ba5"
|
2022-02-10 07:16:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2022-03-30 22:40:52 +00:00
|
|
|
"arrayvec",
|
2022-02-10 07:16:44 +00:00
|
|
|
"cc",
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2023-09-05 08:43:26 +00:00
|
|
|
"constant_time_eq 0.3.0",
|
2022-02-10 07:16:44 +00:00
|
|
|
"digest",
|
2020-12-08 22:32:02 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-09-07 16:55:32 +00:00
|
|
|
version = "0.10.3"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 16:55:32 +00:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2021-06-30 21:47:48 +00:00
|
|
|
"generic-array",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-07-05 18:14:40 +00:00
|
|
|
version = "1.6.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 18:14:40 +00:00
|
|
|
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex-automata",
|
2022-10-12 07:29:26 +00:00
|
|
|
"serde",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2022-08-16 12:26:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-11-21 07:02:15 +00:00
|
|
|
version = "3.11.1"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 07:02:15 +00:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2022-08-16 12:26:26 +00:00
|
|
|
|
2021-08-25 09:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2022-06-06 15:15:45 +00:00
|
|
|
version = "0.6.3"
|
2021-08-25 09:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 15:15:45 +00:00
|
|
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
2021-08-25 09:24:00 +00:00
|
|
|
|
2016-07-21 08:27:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-25 22:28:47 +00:00
|
|
|
version = "1.4.3"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-07-05 08:14:12 +00:00
|
|
|
version = "1.0.79"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 08:14:12 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2017-10-01 17:06:28 +00:00
|
|
|
|
2021-06-19 18:26: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"
|
2021-06-19 18:26:28 +00:00
|
|
|
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"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-10-22 22:33:58 +00:00
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-08-30 22:40:44 +00:00
|
|
|
version = "0.4.28"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 22:40:44 +00:00
|
|
|
checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f"
|
2017-03-27 04:06:23 +00:00
|
|
|
dependencies = [
|
2023-05-29 10:29:34 +00:00
|
|
|
"android-tzdata",
|
2022-08-16 12:26:26 +00:00
|
|
|
"iana-time-zone",
|
2021-06-08 21:14:19 +00:00
|
|
|
"num-traits",
|
2023-08-29 14:51:18 +00:00
|
|
|
"windows-targets 0.48.0",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-10-16 13:52:55 +00:00
|
|
|
version = "1.4.0"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-16 13:52:55 +00:00
|
|
|
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
2021-08-21 20:02:49 +00:00
|
|
|
"glob",
|
2021-06-19 18:26:28 +00:00
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2022-10-01 10:27:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-04 15:47:49 +00:00
|
|
|
version = "4.4.2"
|
2023-03-29 05:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 15:47:49 +00:00
|
|
|
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
|
2023-03-29 05:19:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-09-04 15:47:49 +00:00
|
|
|
version = "4.4.2"
|
2022-10-01 10:27:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 15:47:49 +00:00
|
|
|
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
|
2022-10-01 10:27:32 +00:00
|
|
|
dependencies = [
|
2023-03-29 05:19:47 +00:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap_lex",
|
2022-09-07 16:55:32 +00:00
|
|
|
"strsim",
|
2023-02-09 12:48:59 +00:00
|
|
|
"terminal_size",
|
2022-01-11 17:54:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2023-08-24 18:30:39 +00:00
|
|
|
version = "4.4.0"
|
2022-01-11 17:54:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 18:30:39 +00:00
|
|
|
checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
|
2022-01-11 17:54:42 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-01-11 17:54:42 +00:00
|
|
|
]
|
|
|
|
|
2022-10-01 10:27:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-05-30 05:21:01 +00:00
|
|
|
version = "0.5.0"
|
2022-10-01 10:27:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 05:21:01 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-16 19:13:37 +00:00
|
|
|
[[package]]
|
2023-05-30 05:21:01 +00:00
|
|
|
name = "colorchoice"
|
2023-03-29 05:19:47 +00:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 05:21:01 +00:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-03-29 05:19:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-05-30 05:21:01 +00:00
|
|
|
name = "compare"
|
|
|
|
version = "0.1.0"
|
2023-03-29 05:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 05:21:01 +00:00
|
|
|
checksum = "120133d4db2ec47efe2e26502ee984747630c67f51974fca0b6c1340cf2368d3"
|
2023-03-29 05:19:47 +00:00
|
|
|
|
2022-09-05 08:56:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-05-27 14:01:15 +00:00
|
|
|
version = "0.15.7"
|
2022-09-05 08:56:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 14:01:15 +00:00
|
|
|
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
2022-09-05 08:56:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2022-11-21 07:02:15 +00:00
|
|
|
"lazy_static",
|
2022-09-05 08:56:04 +00:00
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2023-05-30 05:21:01 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-09-05 08:56:04 +00:00
|
|
|
]
|
|
|
|
|
2023-06-18 14:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-random"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"
|
|
|
|
dependencies = [
|
|
|
|
"const-random-macro",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-random-macro"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"tiny-keccak",
|
|
|
|
]
|
|
|
|
|
2022-11-21 07:02:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2023-09-05 08:45:14 +00:00
|
|
|
version = "0.2.6"
|
2022-11-21 07:02:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:45:14 +00:00
|
|
|
checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6"
|
2022-11-21 07:02:15 +00:00
|
|
|
|
2023-09-05 08:43:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.3.0"
|
2022-11-21 07:02:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:43:26 +00:00
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
2022-11-21 07:02:15 +00:00
|
|
|
|
2020-10-26 20:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "conv"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
|
2020-10-26 20:26:25 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"custom_derive",
|
2020-10-26 20:26:25 +00:00
|
|
|
]
|
|
|
|
|
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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-05-29 12:30:30 +00:00
|
|
|
"chrono",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-01-11 17:54:42 +00:00
|
|
|
"clap_complete",
|
2023-03-04 17:23:33 +00:00
|
|
|
"clap_mangen",
|
2021-06-08 21:14:19 +00:00
|
|
|
"conv",
|
|
|
|
"filetime",
|
2021-08-21 20:02:49 +00:00
|
|
|
"glob",
|
2022-02-12 17:12:02 +00:00
|
|
|
"hex-literal",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2022-07-12 13:08:18 +00:00
|
|
|
"once_cell",
|
2022-01-30 09:56:44 +00:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2021-04-24 14:43:13 +00:00
|
|
|
"pretty_assertions",
|
2022-09-07 16:55:32 +00:00
|
|
|
"procfs",
|
2022-01-22 17:54:24 +00:00
|
|
|
"rand",
|
2022-09-12 16:36:51 +00:00
|
|
|
"rand_pcg",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex",
|
2021-06-02 16:06:56 +00:00
|
|
|
"rlimit",
|
2022-12-11 21:17:03 +00:00
|
|
|
"rstest",
|
2021-06-19 18:26:28 +00:00
|
|
|
"selinux",
|
2021-06-08 21:14:19 +00:00
|
|
|
"sha1",
|
|
|
|
"tempfile",
|
2022-09-07 16:55:32 +00:00
|
|
|
"textwrap",
|
2022-09-09 14:49:03 +00:00
|
|
|
"time",
|
2021-06-08 21:14:19 +00:00
|
|
|
"unindent",
|
|
|
|
"uu_arch",
|
|
|
|
"uu_base32",
|
|
|
|
"uu_base64",
|
|
|
|
"uu_basename",
|
2021-08-04 22:28:14 +00:00
|
|
|
"uu_basenc",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uu_cat",
|
2021-08-05 04:39:37 +00:00
|
|
|
"uu_chcon",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uu_chgrp",
|
|
|
|
"uu_chmod",
|
|
|
|
"uu_chown",
|
|
|
|
"uu_chroot",
|
|
|
|
"uu_cksum",
|
|
|
|
"uu_comm",
|
|
|
|
"uu_cp",
|
|
|
|
"uu_csplit",
|
|
|
|
"uu_cut",
|
|
|
|
"uu_date",
|
|
|
|
"uu_dd",
|
|
|
|
"uu_df",
|
2022-04-15 15:30:40 +00:00
|
|
|
"uu_dir",
|
2021-06-08 21:14:19 +00:00
|
|
|
"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",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uu_printenv",
|
|
|
|
"uu_printf",
|
|
|
|
"uu_ptx",
|
|
|
|
"uu_pwd",
|
|
|
|
"uu_readlink",
|
|
|
|
"uu_realpath",
|
|
|
|
"uu_relpath",
|
|
|
|
"uu_rm",
|
|
|
|
"uu_rmdir",
|
2021-08-20 01:38:57 +00:00
|
|
|
"uu_runcon",
|
2021-06-08 21:14:19 +00:00
|
|
|
"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",
|
2021-06-08 21:14:19 +00:00
|
|
|
"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",
|
2022-04-15 15:30:40 +00:00
|
|
|
"uu_vdir",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uu_wc",
|
|
|
|
"uu_who",
|
|
|
|
"uu_whoami",
|
|
|
|
"uu_yes",
|
|
|
|
"uucore",
|
2023-06-01 18:38:55 +00:00
|
|
|
"uuhelp_parser",
|
2021-03-30 18:53:02 +00:00
|
|
|
"walkdir",
|
2022-02-17 21:24:41 +00:00
|
|
|
"zip",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2021-04-29 13:56:56 +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
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp"
|
2023-08-16 12:40:43 +00:00
|
|
|
version = "0.5.9"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 12:40:43 +00:00
|
|
|
checksum = "bfa65869ef853e45c60e9828aa08cdd1398cb6e13f3911d9cb2a079b144fcd64"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cpp_macros",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_build"
|
2023-08-16 12:40:43 +00:00
|
|
|
version = "0.5.9"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 12:40:43 +00:00
|
|
|
checksum = "0e361fae2caf9758164b24da3eedd7f7d7451be30d90d8e7b5d2be29a2f0cf5b"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cc",
|
2022-08-20 14:27:06 +00:00
|
|
|
"cpp_common",
|
2021-06-08 21:14:19 +00:00
|
|
|
"lazy_static",
|
2022-08-20 14:27:06 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"regex",
|
2023-08-10 08:50:49 +00:00
|
|
|
"syn 2.0.23",
|
2022-08-20 14:27:06 +00:00
|
|
|
"unicode-xid",
|
2018-07-09 07:50:33 +00:00
|
|
|
]
|
|
|
|
|
2021-02-22 14:07:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_common"
|
2023-08-16 12:40:43 +00:00
|
|
|
version = "0.5.9"
|
2021-02-22 14:07:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 12:40:43 +00:00
|
|
|
checksum = "3e1a2532e4ed4ea13031c13bc7bc0dbca4aae32df48e9d77f0d1e743179f2ea1"
|
2021-02-22 14:07:51 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
2023-08-10 08:50:49 +00:00
|
|
|
"syn 2.0.23",
|
2021-02-22 14:07:51 +00:00
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_macros"
|
2023-08-16 12:40:43 +00:00
|
|
|
version = "0.5.9"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 12:40:43 +00:00
|
|
|
checksum = "47ec9cc90633446f779ef481a9ce5a0077107dd5b87016440448d908625a83fd"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2023-08-16 12:40:43 +00:00
|
|
|
"aho-corasick",
|
2021-06-08 21:14:19 +00:00
|
|
|
"byteorder",
|
2022-08-20 14:27:06 +00:00
|
|
|
"cpp_common",
|
2021-06-08 21:14:19 +00:00
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
2022-08-20 14:27:06 +00:00
|
|
|
"quote",
|
2023-08-10 08:50:49 +00:00
|
|
|
"syn 2.0.23",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
2022-01-30 20:08:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-09-07 16:55:32 +00:00
|
|
|
version = "0.2.5"
|
2022-01-30 20:08:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 16:55:32 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2022-01-30 20:08:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-17 21:24:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2022-02-17 21:24:41 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2020-10-14 19:37:50 +00:00
|
|
|
name = "crossbeam-channel"
|
2023-05-23 08:34:06 +00:00
|
|
|
version = "0.5.8"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-23 08:34:06 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-06-08 21:14:19 +00:00
|
|
|
"crossbeam-utils",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-14 19:37:50 +00:00
|
|
|
name = "crossbeam-deque"
|
2022-08-16 12:26:26 +00:00
|
|
|
version = "0.8.2"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 12:26:26 +00:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-06-08 21:14:19 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-14 19:37:50 +00:00
|
|
|
name = "crossbeam-epoch"
|
2023-05-23 08:34:06 +00:00
|
|
|
version = "0.9.14"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-23 08:34:06 +00:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2022-05-22 17:57:19 +00:00
|
|
|
"autocfg",
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-06-08 21:14:19 +00:00
|
|
|
"crossbeam-utils",
|
2023-02-09 13:02:40 +00:00
|
|
|
"memoffset",
|
2021-06-08 21:14:19 +00:00
|
|
|
"scopeguard",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-05-23 08:34:06 +00:00
|
|
|
version = "0.8.15"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-23 08:34:06 +00:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-24 17:02:03 +00:00
|
|
|
name = "crossterm"
|
2023-08-07 05:03:04 +00:00
|
|
|
version = "0.27.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 05:03:04 +00:00
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 2.3.3",
|
2021-04-24 17:02:03 +00:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
2021-07-01 21:33:30 +00:00
|
|
|
"signal-hook-mio",
|
2022-08-21 07:43:10 +00:00
|
|
|
"winapi",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-24 17:02:03 +00:00
|
|
|
name = "crossterm_winapi"
|
2023-08-07 05:03:04 +00:00
|
|
|
version = "0.9.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 05:03:04 +00:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2022-08-21 07:43:10 +00:00
|
|
|
"winapi",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2022-09-08 20:21:18 +00:00
|
|
|
[[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",
|
2022-02-21 21:51:00 +00:00
|
|
|
"typenum",
|
2022-01-30 20:08:14 +00:00
|
|
|
]
|
|
|
|
|
2021-08-02 16:52:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2023-09-04 12:46:01 +00:00
|
|
|
version = "3.4.1"
|
2021-08-02 16:52:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 12:46:01 +00:00
|
|
|
checksum = "82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf"
|
2021-08-02 16:52:22 +00:00
|
|
|
dependencies = [
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2023-05-30 10:01:25 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-08-02 16:52:22 +00:00
|
|
|
]
|
|
|
|
|
2020-10-26 20:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "custom_derive"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
|
2020-10-26 20:26:25 +00:00
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2023-05-22 11:32:58 +00:00
|
|
|
version = "2.4.0"
|
2021-08-04 22:28:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 11:32:58 +00:00
|
|
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
2021-08-04 22:28:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro"
|
2023-05-22 12:36:42 +00:00
|
|
|
version = "0.1.13"
|
2021-08-04 22:28:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 12:36:42 +00:00
|
|
|
checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"
|
2021-08-04 22:28:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro-internal"
|
2023-05-22 12:36:42 +00:00
|
|
|
version = "0.1.11"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 12:36:42 +00:00
|
|
|
checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"
|
2021-08-04 22:28:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
2023-07-07 11:36:30 +00:00
|
|
|
"syn 1.0.109",
|
2021-08-04 22:28:14 +00:00
|
|
|
]
|
2016-08-30 22:55:28 +00:00
|
|
|
|
2021-04-24 14:43:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2022-08-16 12:26:26 +00:00
|
|
|
version = "0.1.13"
|
2021-04-24 14:43:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 12:26:26 +00:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2021-04-24 14:43:13 +00:00
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-22 12:49:11 +00:00
|
|
|
version = "0.10.7"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 12:49:11 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2022-01-30 20:08:14 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2022-02-10 07:16:44 +00:00
|
|
|
"subtle",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2021-08-21 20:02:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
2023-06-18 14:05:34 +00:00
|
|
|
version = "0.5.0"
|
2021-08-21 20:02:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-18 14:05:34 +00:00
|
|
|
checksum = "d529fd73d344663edfd598ccb3f344e46034db51ebd103518eae34338248ad73"
|
|
|
|
dependencies = [
|
|
|
|
"const-random",
|
|
|
|
]
|
2021-08-21 20:02:49 +00:00
|
|
|
|
2021-05-13 08:17:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dns-lookup"
|
2023-05-30 06:37:02 +00:00
|
|
|
version = "2.0.2"
|
2021-05-13 08:17:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 06:37:02 +00:00
|
|
|
checksum = "8f332aa79f9e9de741ac013237294ef42ce2e9c6394dc7d766725812f1238812"
|
2021-05-13 08:17:57 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-05-13 08:17:57 +00:00
|
|
|
"libc",
|
|
|
|
"socket2",
|
2023-05-30 06:37:02 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-05-13 08:17:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-14 18:13:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2023-04-19 16:14:17 +00:00
|
|
|
version = "1.0.4"
|
2020-04-14 18:13:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-19 16:14:17 +00:00
|
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
2020-04-14 18:13:13 +00:00
|
|
|
|
2016-11-29 17:56:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-09-07 16:55:32 +00:00
|
|
|
version = "1.8.0"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 16:55:32 +00:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2016-11-29 17:56:30 +00:00
|
|
|
|
2022-09-05 08:56:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2020-07-04 18:48:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2022-01-22 17:54:24 +00:00
|
|
|
version = "0.8.4"
|
2020-07-04 18:48:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 17:54:24 +00:00
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
2020-07-04 18:48:57 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"log",
|
|
|
|
"regex",
|
2020-07-04 18:48:57 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 05:17:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-06-06 20:22:27 +00:00
|
|
|
version = "0.3.1"
|
2023-03-29 05:17:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 20:22:27 +00:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-03-29 05:17:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-06-06 20:22:27 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-29 05:17:11 +00:00
|
|
|
]
|
|
|
|
|
2022-09-07 16:55:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-08-29 23:27:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "exacl"
|
2023-03-28 08:14:38 +00:00
|
|
|
version = "0.10.0"
|
2021-08-29 23:27:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 08:14:38 +00:00
|
|
|
checksum = "1cfeb22a59deb24c3262c43ffcafd1eb807180f371f9fcc99098d181b5d639be"
|
2021-08-29 23:27:47 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-08-29 23:27:47 +00:00
|
|
|
"log",
|
|
|
|
"scopeguard",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-01-15 10:08:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-08-10 21:29:25 +00:00
|
|
|
version = "2.0.0"
|
2022-01-15 10:08:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 21:29:25 +00:00
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
2022-01-15 10:08:07 +00:00
|
|
|
|
2021-03-27 08:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "file_diff"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "31a7a908b8f32538a2143e59a6e4e2508988832d5d4d6f7c156b3cbc762643a5"
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-08-06 14:10:01 +00:00
|
|
|
version = "0.2.22"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-06 14:10:01 +00:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2023-09-08 06:51:03 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2023-08-06 14:10:01 +00:00
|
|
|
"windows-sys 0.48.0",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2022-02-17 21:24:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-08-16 12:26:26 +00:00
|
|
|
version = "1.0.24"
|
2022-02-17 21:24:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 12:26:26 +00:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
2022-02-17 21:24:41 +00:00
|
|
|
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"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2016-12-02 22:06:21 +00:00
|
|
|
|
2020-05-24 10:49:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
2023-02-03 22:09:24 +00:00
|
|
|
version = "1.3.0"
|
2020-05-24 10:49:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 22:09:24 +00:00
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
2020-05-24 10:49:56 +00:00
|
|
|
|
2021-09-18 16:07:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2022-04-22 07:54:21 +00:00
|
|
|
version = "4.1.0"
|
2021-09-18 16:07:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 07:54:21 +00:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2021-09-18 16:07:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-08-05 04:39:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fts-sys"
|
2023-03-13 09:40:13 +00:00
|
|
|
version = "0.2.4"
|
2021-08-05 04:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 09:40:13 +00:00
|
|
|
checksum = "9a66c0a21e344f20c87b4ca12643cf4f40a7018f132c98d344e989b959f49dd1"
|
2021-08-05 04:39:37 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"bindgen",
|
2021-08-05 04:39:37 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-06 09:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fundu"
|
2023-08-08 07:05:53 +00:00
|
|
|
version = "2.0.0"
|
2023-06-26 04:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-08 07:05:53 +00:00
|
|
|
checksum = "6c04cb831a8dccadfe3774b07cba4574a1ec24974d761510e65d8a543c2d7cb4"
|
2023-06-26 04:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"fundu-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fundu-core"
|
2023-08-08 07:05:53 +00:00
|
|
|
version = "0.3.0"
|
2023-02-06 09:13:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-08 07:05:53 +00:00
|
|
|
checksum = "76a889e633afd839fb5b04fe53adfd588cefe518e71ec8d3c929698c6daf2acd"
|
2023-02-06 09:13:31 +00:00
|
|
|
|
2022-12-11 21:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-10 08:38:15 +00:00
|
|
|
"syn 2.0.23",
|
2022-12-11 21:17:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-08-10 08:38:15 +00:00
|
|
|
version = "0.3.28"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 08:38:15 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-06-08 21:14:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gcd"
|
2023-03-28 12:50:30 +00:00
|
|
|
version = "2.3.0"
|
2021-06-08 21:14:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:50:30 +00:00
|
|
|
checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a"
|
2021-02-22 14:07:51 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2017-10-06 19:32:04 +00:00
|
|
|
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"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"typenum",
|
2022-01-30 20:08:14 +00:00
|
|
|
"version_check",
|
2017-10-06 19:32:04 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2021-06-30 21:47:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-05 08:09:03 +00:00
|
|
|
version = "0.2.9"
|
2021-06-30 21:47:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 08:09:03 +00:00
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
2021-06-30 21:47:48 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-06-30 21:47:48 +00:00
|
|
|
"libc",
|
2022-09-09 14:49:03 +00:00
|
|
|
"wasi",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2019-06-15 22:35:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-03-27 05:36:00 +00:00
|
|
|
version = "0.3.1"
|
2019-06-15 22:35:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-27 05:36:00 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2019-06-15 22:35:35 +00:00
|
|
|
|
2016-09-03 19:47:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2023-09-05 05:06:00 +00:00
|
|
|
version = "2.3.1"
|
2016-09-03 19:47:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 05:06:00 +00:00
|
|
|
checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872"
|
2022-09-08 20:21:18 +00:00
|
|
|
dependencies = [
|
2023-09-05 05:06:00 +00:00
|
|
|
"cfg-if",
|
2022-09-08 20:21:18 +00:00
|
|
|
"crunchy",
|
|
|
|
]
|
2016-09-03 19:47:36 +00:00
|
|
|
|
2023-06-18 14:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "hermit-abi"
|
2023-07-04 14:40:58 +00:00
|
|
|
version = "0.3.2"
|
2023-02-21 20:52:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 14:40:58 +00:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-02-21 20:52:18 +00:00
|
|
|
|
2017-10-13 22:09:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2022-02-21 17:49:12 +00:00
|
|
|
version = "0.4.3"
|
2017-10-13 22:09:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-21 17:49:12 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2017-10-13 22:09:09 +00:00
|
|
|
|
2022-02-12 17:12:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex-literal"
|
2023-04-05 15:30:31 +00:00
|
|
|
version = "0.4.1"
|
2022-02-12 17:12:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 15:30:31 +00:00
|
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
2022-02-12 17:12:02 +00:00
|
|
|
|
2020-05-21 08:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
2020-05-21 08:58:38 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
2022-08-21 07:43:10 +00:00
|
|
|
"winapi",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2022-08-16 12:26:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2022-11-21 07:02:15 +00:00
|
|
|
version = "0.1.53"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 07:02:15 +00:00
|
|
|
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",
|
2022-08-21 07:43:10 +00:00
|
|
|
"winapi",
|
2022-08-16 12:26:26 +00:00
|
|
|
]
|
|
|
|
|
2022-10-16 13:52:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-07-05 08:14:12 +00:00
|
|
|
version = "0.1.2"
|
2022-10-16 13:52:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 08:14:12 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-10-16 13:52:55 +00:00
|
|
|
dependencies = [
|
2023-07-05 08:14:12 +00:00
|
|
|
"cc",
|
2022-10-16 13:52:55 +00:00
|
|
|
]
|
|
|
|
|
2022-09-05 08:56:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2023-02-09 12:48:59 +00:00
|
|
|
version = "0.17.3"
|
2022-09-05 08:56:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 12:48:59 +00:00
|
|
|
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
|
2022-09-05 08:56:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"number_prefix",
|
2022-11-14 06:12:39 +00:00
|
|
|
"portable-atomic",
|
2022-09-05 08:56:04 +00:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-09-18 16:07:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2022-04-22 07:54:21 +00:00
|
|
|
version = "0.9.6"
|
2021-09-18 16:07:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 07:54:21 +00:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2021-09-18 16:07:57 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-09-18 16:07:57 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2023-02-21 20:52:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-05-30 14:47:40 +00:00
|
|
|
version = "1.0.11"
|
2023-02-21 20:52:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:47:40 +00:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-02-21 20:52:18 +00:00
|
|
|
dependencies = [
|
2023-07-04 14:40:58 +00:00
|
|
|
"hermit-abi",
|
2023-02-21 20:52:18 +00:00
|
|
|
"libc",
|
2023-05-30 14:47:40 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-21 20:52:18 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-06-22 13:43:21 +00:00
|
|
|
version = "0.11.0"
|
2021-02-01 22:32:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-22 13:43:21 +00:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2021-02-01 22:32:38 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"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"
|
2023-08-12 11:38:45 +00:00
|
|
|
version = "0.3.64"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-12 11:38:45 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
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"
|
2023-05-05 19:32:32 +00:00
|
|
|
version = "0.1.4"
|
2022-01-30 20:08:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-05 19:32:32 +00:00
|
|
|
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
|
2022-11-21 07:02:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
2022-01-30 20:08:14 +00:00
|
|
|
|
2021-09-23 11:34:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
2022-10-16 13:52:55 +00:00
|
|
|
version = "1.0.7"
|
2021-09-23 11:34:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-16 13:52:55 +00:00
|
|
|
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
|
2021-09-23 11:34:20 +00:00
|
|
|
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 = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-09-23 11:34:20 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2017-12-07 01:53:36 +00:00
|
|
|
name = "lazy_static"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-25 19:09:01 +00:00
|
|
|
version = "0.2.147"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 19:09:01 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2016-08-30 22:55:28 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-11-21 07:02:15 +00:00
|
|
|
version = "0.7.4"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 07:02:15 +00:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2022-08-21 07:43:10 +00:00
|
|
|
"winapi",
|
2021-06-19 18:26:28 +00:00
|
|
|
]
|
|
|
|
|
2023-07-05 10:30:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
|
|
|
|
2023-02-21 20:52:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
|
2023-03-29 05:17:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-06-06 20:22:27 +00:00
|
|
|
version = "0.3.8"
|
2023-03-29 05:17:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 20:22:27 +00:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-03-29 05:17:11 +00:00
|
|
|
|
2023-08-10 21:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
|
|
|
|
2021-04-28 18:54:27 +00:00
|
|
|
[[package]]
|
2021-05-16 16:56:54 +00:00
|
|
|
name = "lock_api"
|
2022-10-16 13:52:55 +00:00
|
|
|
version = "0.4.9"
|
2021-04-28 18:54:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-16 13:52:55 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2021-04-28 18:54:27 +00:00
|
|
|
dependencies = [
|
2022-05-22 17:57:19 +00:00
|
|
|
"autocfg",
|
2021-05-16 16:56:54 +00:00
|
|
|
"scopeguard",
|
2021-04-28 18:54:27 +00:00
|
|
|
]
|
|
|
|
|
2017-10-09 22:09:24 +00:00
|
|
|
[[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"
|
2016-03-25 21:25:52 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-02-22 14:07:51 +00:00
|
|
|
]
|
|
|
|
|
2021-04-21 16:05:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lscolors"
|
2023-07-24 12:18:40 +00:00
|
|
|
version = "0.15.0"
|
2021-04-21 16:05:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 12:18:40 +00:00
|
|
|
checksum = "bf7015a04103ad78abb77e4b79ed151e767922d1cfde5f62640471c629a2320d"
|
2021-04-21 16:05:02 +00:00
|
|
|
dependencies = [
|
2022-11-20 12:20:42 +00:00
|
|
|
"nu-ansi-term",
|
2021-04-21 16:05:02 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 08:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
2020-05-21 08:58:38 +00:00
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
2022-02-21 21:51:00 +00:00
|
|
|
name = "md-5"
|
2022-09-22 06:37:09 +00:00
|
|
|
version = "0.10.5"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-22 06:37:09 +00:00
|
|
|
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
|
2022-02-21 21:51:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-09-02 16:37:00 +00:00
|
|
|
version = "2.6.2"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 16:37:00 +00:00
|
|
|
checksum = "5486aed0026218e61b8a01d5fbd5a0a134649abb71a0e53b7bc088529dced86e"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2021-10-06 19:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-06-08 11:02:36 +00:00
|
|
|
version = "0.7.0"
|
2021-10-06 19:08:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:02:36 +00:00
|
|
|
checksum = "180d4b35be83d33392d1d1bfbd2ae1eca7ff5de1a94d3fc87faaa99a069e7cbd"
|
2021-10-06 19:08:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-21 07:02:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-05-23 08:34:06 +00:00
|
|
|
version = "0.8.0"
|
2022-11-21 07:02:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-23 08:34:06 +00:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2022-11-21 07:02:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-10-24 03:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2021-11-18 10:45:14 +00:00
|
|
|
version = "0.2.1"
|
2021-10-24 03:40:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 10:45:14 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-10-24 03:40:42 +00:00
|
|
|
|
2022-02-17 21:24:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-09-07 16:55:32 +00:00
|
|
|
version = "0.5.4"
|
2022-02-17 21:24:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 16:55:32 +00:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2022-02-17 21:24:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2021-04-24 17:02:03 +00:00
|
|
|
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 = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-04-24 17:02:03 +00:00
|
|
|
"log",
|
2022-09-09 14:49:03 +00:00
|
|
|
"wasi",
|
2023-05-30 05:21:01 +00:00
|
|
|
"windows-sys 0.45.0",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2022-08-16 12:26:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-09-04 12:46:01 +00:00
|
|
|
version = "0.27.1"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 12:46:01 +00:00
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
2022-08-16 12:26:26 +00:00
|
|
|
dependencies = [
|
2023-09-04 12:46:01 +00:00
|
|
|
"bitflags 2.3.3",
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2022-08-16 12:26:26 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-03-27 05:20:16 +00:00
|
|
|
version = "7.1.3"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-27 05:20:16 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2021-10-24 03:40:42 +00:00
|
|
|
"minimal-lexical",
|
2021-06-19 18:26:28 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 16:07:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2023-06-16 00:01:15 +00:00
|
|
|
version = "6.0.1"
|
2022-05-22 22:51:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 00:01:15 +00:00
|
|
|
checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51"
|
2021-09-18 16:07:57 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-09-23 11:34:20 +00:00
|
|
|
"crossbeam-channel",
|
2021-09-18 16:07:57 +00:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2021-09-23 11:34:20 +00:00
|
|
|
"kqueue",
|
2021-09-18 16:07:57 +00:00
|
|
|
"libc",
|
2022-04-22 07:54:21 +00:00
|
|
|
"mio",
|
2021-09-18 16:07:57 +00:00
|
|
|
"walkdir",
|
2023-05-30 05:21:01 +00:00
|
|
|
"windows-sys 0.45.0",
|
2021-09-18 16:07:57 +00:00
|
|
|
]
|
|
|
|
|
2022-11-20 12:20:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
2023-07-24 12:18:40 +00:00
|
|
|
version = "0.49.0"
|
2022-11-20 12:20:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 12:18:40 +00:00
|
|
|
checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
|
2022-11-20 12:20:42 +00:00
|
|
|
dependencies = [
|
2023-07-24 12:18:40 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-20 12:20:42 +00:00
|
|
|
]
|
|
|
|
|
2021-05-29 21:25:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2023-08-23 00:11:14 +00:00
|
|
|
version = "0.4.4"
|
2021-05-29 21:25:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-23 00:11:14 +00:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2021-05-29 21:25:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-04-24 17:02:03 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-07-21 01:07:21 +00:00
|
|
|
version = "0.2.16"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 01:07:21 +00:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"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"
|
2023-07-04 14:40:58 +00:00
|
|
|
version = "1.16.0"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 14:40:58 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2023-07-04 14:40:58 +00:00
|
|
|
"hermit-abi",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2022-04-27 06:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2022-05-22 17:57:19 +00:00
|
|
|
version = "0.1.6"
|
2022-04-27 06:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-22 17:57:19 +00:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2022-04-27 06:43:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:16:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2020-12-22 12:53:20 +00:00
|
|
|
version = "0.4.0"
|
2018-09-18 22:16:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2021-04-22 22:49:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-04 14:03:47 +00:00
|
|
|
version = "1.18.0"
|
2021-04-22 22:49:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-04 14:03:47 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2021-04-22 22:49:05 +00:00
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
2022-08-25 06:58:40 +00:00
|
|
|
version = "6.4.0"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-25 06:58:40 +00:00
|
|
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
2016-12-02 22:06:21 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2022-08-25 06:58:40 +00:00
|
|
|
"once_cell",
|
2021-06-08 21:14:19 +00:00
|
|
|
"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 = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
2016-05-22 11:59:57 +00:00
|
|
|
]
|
|
|
|
|
2021-08-21 20:02:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
2023-06-18 14:05:34 +00:00
|
|
|
version = "0.6.0"
|
2021-08-21 20:02:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-18 14:05:34 +00:00
|
|
|
checksum = "4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e"
|
2021-08-21 20:02:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
2023-07-25 12:20:48 +00:00
|
|
|
"hashbrown",
|
2021-08-21 20:02:49 +00:00
|
|
|
]
|
|
|
|
|
2021-10-13 15:29:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_display"
|
2022-04-03 10:51:48 +00:00
|
|
|
version = "0.1.3"
|
2021-10-13 15:29:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-03 10:51:48 +00:00
|
|
|
checksum = "7a6229bad892b46b0dcfaaeb18ad0d2e56400f5aaea05b768bde96e73676cf75"
|
2021-10-13 15:29:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-04-24 17:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-08-16 12:26:26 +00:00
|
|
|
version = "0.12.1"
|
2021-04-24 17:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 12:26:26 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2021-04-24 17:02:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-08-06 14:12:32 +00:00
|
|
|
version = "0.9.8"
|
2021-04-24 17:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-06 14:12:32 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2021-04-24 17:02:03 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-04-24 17:02:03 +00:00
|
|
|
"libc",
|
2023-09-08 06:51:03 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2021-03-16 20:27:24 +00:00
|
|
|
"smallvec",
|
2023-08-17 08:06:56 +00:00
|
|
|
"windows-targets 0.48.0",
|
2021-04-24 17:02:03 +00:00
|
|
|
]
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2023-06-11 12:05:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parse_datetime"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fecceaede7767a9a98058687a321bc91742eff7670167a34104afb30fc8757df"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2022-01-30 09:56:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-06-24 11:23:11 +00:00
|
|
|
version = "0.11.2"
|
2022-01-30 09:56:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-24 11:23:11 +00:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2022-01-30 09:56:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-06-24 08:25:07 +00:00
|
|
|
version = "0.11.2"
|
2022-01-30 09:56:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-24 08:25:07 +00:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
2022-01-30 09:56:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-10-13 14:18:17 +00:00
|
|
|
version = "0.11.1"
|
2022-01-30 09:56:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-13 14:18:17 +00:00
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
|
2022-01-30 09:56:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-06-24 11:23:11 +00:00
|
|
|
version = "0.11.2"
|
2022-01-30 09:56:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-24 11:23:11 +00:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2022-01-30 09:56:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-12-11 21:17:03 +00:00
|
|
|
[[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"
|
2022-11-21 07:02:15 +00:00
|
|
|
version = "0.3.26"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 07:02:15 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2015-12-24 06:11:00 +00:00
|
|
|
|
2021-02-22 14:07:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platform-info"
|
2023-07-12 07:04:26 +00:00
|
|
|
version = "2.0.2"
|
2021-02-22 14:07:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 07:04:26 +00:00
|
|
|
checksum = "d6259c4860e53bf665016f1b2f46a8859cadfa717581dc9d597ae4069de6300f"
|
2021-02-22 14:07:51 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2022-08-21 07:43:10 +00:00
|
|
|
"winapi",
|
2021-02-22 14:07:51 +00:00
|
|
|
]
|
|
|
|
|
2022-11-14 06:12:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16"
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2020-06-05 17:44:30 +00:00
|
|
|
name = "ppv-lite86"
|
2022-11-21 07:02:15 +00:00
|
|
|
version = "0.2.17"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 07:02:15 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2021-02-01 22:32:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-24 14:43:13 +00:00
|
|
|
name = "pretty_assertions"
|
2023-07-13 07:29:33 +00:00
|
|
|
version = "1.4.0"
|
2021-02-01 22:32:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-13 07:29:33 +00:00
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
2021-04-24 14:43:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"diff",
|
2022-09-07 16:55:32 +00:00
|
|
|
"yansi",
|
2021-04-24 14:43:13 +00:00
|
|
|
]
|
2021-02-01 22:32:38 +00:00
|
|
|
|
2023-06-18 14:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.20+deprecated"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-06-29 08:18:50 +00:00
|
|
|
version = "1.0.63"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 08:18:50 +00:00
|
|
|
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
|
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
|
|
|
]
|
|
|
|
|
2022-09-07 16:55:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "procfs"
|
2023-03-12 13:08:19 +00:00
|
|
|
version = "0.15.1"
|
2022-09-07 16:55:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-12 13:08:19 +00:00
|
|
|
checksum = "943ca7f9f29bab5844ecd8fdb3992c5969b6622bb9609b9502fef9b4310e3f1f"
|
2022-09-07 16:55:32 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-09-07 16:55:32 +00:00
|
|
|
"byteorder",
|
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
2023-08-09 05:47:30 +00:00
|
|
|
"rustix 0.36.15",
|
2022-09-07 16:55:32 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2020-07-04 18:48:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
2022-01-22 17:54:24 +00:00
|
|
|
version = "1.0.3"
|
2020-07-04 18:48:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 17:54:24 +00:00
|
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
2020-07-04 18:48:57 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"env_logger",
|
2021-06-08 21:14:19 +00:00
|
|
|
"log",
|
2022-01-22 17:54:24 +00:00
|
|
|
"rand",
|
2020-07-04 18:48:57 +00:00
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-07-07 11:36:30 +00:00
|
|
|
version = "1.0.29"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 11:36:30 +00:00
|
|
|
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
|
2018-03-12 08:20:58 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"proc-macro2",
|
2018-03-12 08:20:58 +00:00
|
|
|
]
|
|
|
|
|
2021-06-30 21:47:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-04-25 21:08:13 +00:00
|
|
|
version = "0.8.5"
|
2021-06-30 21:47:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-25 21:08:13 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-06-30 21:47:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-01-22 17:54:24 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2021-06-30 21:47:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-01-22 17:54:24 +00:00
|
|
|
"rand_core",
|
2021-06-30 21:47:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-16 22:08:41 +00:00
|
|
|
version = "0.6.4"
|
2021-06-30 21:47:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 22:08:41 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-06-30 21:47:48 +00:00
|
|
|
dependencies = [
|
2022-01-22 17:54:24 +00:00
|
|
|
"getrandom",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2022-09-12 16:36:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-03-11 14:57:10 +00:00
|
|
|
version = "1.7.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-11 14:57:10 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-03-11 14:57:10 +00:00
|
|
|
version = "1.11.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-11 14:57:10 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
2020-07-17 18:16:50 +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 = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-27 14:16:18 +00:00
|
|
|
]
|
|
|
|
|
2023-09-08 06:51:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ded0bce2d41cc3c57aefa284708ced249a64acb01745dbbe72bd78610bfd644c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reference-counted-singleton"
|
2022-09-07 16:55:32 +00:00
|
|
|
version = "0.1.2"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 16:55:32 +00:00
|
|
|
checksum = "f1bfbf25d7eb88ddcbb1ec3d755d0634da8f7657b2cb8b74089121409ab8228f"
|
2021-06-19 18:26:28 +00:00
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-09-02 16:37:00 +00:00
|
|
|
version = "1.9.5"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 16:37:00 +00:00
|
|
|
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
|
2018-06-07 15:41:42 +00:00
|
|
|
dependencies = [
|
2023-08-16 12:40:43 +00:00
|
|
|
"aho-corasick",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2023-07-06 05:41:42 +00:00
|
|
|
"regex-automata",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex-syntax",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-09-02 16:37:00 +00:00
|
|
|
version = "0.3.8"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 16:37:00 +00:00
|
|
|
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
|
2023-07-06 05:41:42 +00:00
|
|
|
dependencies = [
|
2023-08-16 12:40:43 +00:00
|
|
|
"aho-corasick",
|
2023-07-06 05:41:42 +00:00
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-08-26 16:50:39 +00:00
|
|
|
version = "0.7.5"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 16:50:39 +00:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2023-07-07 11:36:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698"
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2021-06-02 16:06:56 +00:00
|
|
|
name = "rlimit"
|
2023-07-19 22:20:31 +00:00
|
|
|
version = "0.10.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 22:20:31 +00:00
|
|
|
checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-02 16:06:56 +00:00
|
|
|
"libc",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-12-11 21:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rstest"
|
2023-08-13 10:02:53 +00:00
|
|
|
version = "0.18.2"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 10:02:53 +00:00
|
|
|
checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"rstest_macros",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rstest_macros"
|
2023-08-13 10:02:53 +00:00
|
|
|
version = "0.18.2"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 10:02:53 +00:00
|
|
|
checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-07-07 11:36:30 +00:00
|
|
|
"glob",
|
2022-12-11 21:17:03 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-07 11:36:30 +00:00
|
|
|
"regex",
|
|
|
|
"relative-path",
|
2022-12-11 21:17:03 +00:00
|
|
|
"rustc_version",
|
2023-07-07 11:36:30 +00:00
|
|
|
"syn 2.0.23",
|
2022-12-11 21:17:03 +00:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2019-04-29 21:06:56 +00:00
|
|
|
name = "rust-ini"
|
2023-06-18 14:05:34 +00:00
|
|
|
version = "0.19.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-18 14:05:34 +00:00
|
|
|
checksum = "7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091"
|
2021-08-21 20:02:49 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2021-08-21 20:02:49 +00:00
|
|
|
"ordered-multimap",
|
|
|
|
]
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-12-11 21:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-02-21 20:52:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-08-09 05:47:30 +00:00
|
|
|
version = "0.36.15"
|
2023-02-21 20:52:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-09 05:47:30 +00:00
|
|
|
checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"
|
2023-02-21 20:52:18 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-25 13:21:45 +00:00
|
|
|
"errno",
|
2023-03-29 05:17:11 +00:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.1.4",
|
2023-05-30 05:21:01 +00:00
|
|
|
"windows-sys 0.45.0",
|
2023-03-29 05:17:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-08-09 05:47:30 +00:00
|
|
|
version = "0.37.23"
|
2023-03-29 05:17:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-09 05:47:30 +00:00
|
|
|
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
2023-03-29 05:17:11 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-25 13:21:45 +00:00
|
|
|
"errno",
|
2023-03-12 15:26:56 +00:00
|
|
|
"io-lifetimes",
|
2022-09-07 16:55:32 +00:00
|
|
|
"libc",
|
2023-06-06 20:22:27 +00:00
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
2022-09-07 16:55:32 +00:00
|
|
|
]
|
|
|
|
|
2023-08-10 21:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.3.3",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.4.5",
|
|
|
|
"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"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2016-12-02 22:06:21 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi-util",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2023-06-12 13:58:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2023-06-25 19:15:50 +00:00
|
|
|
version = "1.0.1"
|
2023-06-12 13:58:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 19:15:50 +00:00
|
|
|
checksum = "4c309e515543e67811222dbc9e3dd7e1056279b782e1dacffe4242b718734fb6"
|
2023-06-12 13:58:49 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "selinux"
|
2023-02-23 23:41:34 +00:00
|
|
|
version = "0.4.0"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-23 23:41:34 +00:00
|
|
|
checksum = "a00576725d21b588213fbd4af84cd7e4cc4304e8e9bd6c0f5a1498a3e2ca6a51"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
2023-08-07 05:03:04 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-06-19 18:26:28 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"reference-counted-singleton",
|
|
|
|
"selinux-sys",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "selinux-sys"
|
2023-03-13 09:40:13 +00:00
|
|
|
version = "0.6.2"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 09:40:13 +00:00
|
|
|
checksum = "806d381649bb85347189d2350728817418138d11d738e2482cb644ec7f3c755d"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"bindgen",
|
2021-06-19 18:26:28 +00:00
|
|
|
"cc",
|
|
|
|
"dunce",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-12-11 21:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
|
|
|
|
|
2022-10-12 07:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-11-21 07:02:15 +00:00
|
|
|
version = "1.0.147"
|
2022-10-12 07:29:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 07:02:15 +00:00
|
|
|
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
2022-10-12 07:29:26 +00:00
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2022-09-16 22:08:41 +00:00
|
|
|
version = "0.10.5"
|
2022-01-19 18:31:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 22:08:41 +00:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2022-01-19 18:31:54 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2022-02-12 17:12:02 +00:00
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
2022-01-19 18:31:54 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-06-15 19:18:09 +00:00
|
|
|
version = "0.10.7"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 19:18:09 +00:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2022-01-30 20:08:14 +00:00
|
|
|
"cpufeatures",
|
2021-06-30 21:47:48 +00:00
|
|
|
"digest",
|
2017-10-06 19:32:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
2023-05-05 19:32:32 +00:00
|
|
|
version = "0.10.8"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-05 19:32:32 +00:00
|
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2021-06-30 21:47:48 +00:00
|
|
|
"digest",
|
2022-01-30 20:08:14 +00:00
|
|
|
"keccak",
|
2017-10-06 19:32:04 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2021-03-16 20:27:24 +00:00
|
|
|
version = "1.1.0"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-16 20:27:24 +00:00
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
2021-06-19 18:26:28 +00:00
|
|
|
|
2021-06-12 00:00:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-07-18 17:13:29 +00:00
|
|
|
version = "0.3.17"
|
2021-06-12 00:00:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 17:13:29 +00:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2021-06-12 00:00:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2021-07-01 21:33:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
2022-04-17 19:41:07 +00:00
|
|
|
version = "0.2.3"
|
2021-07-01 21:33:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 19:41:07 +00:00
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
2021-07-01 21:33:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2021-06-12 00:00:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-30 09:56:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-05-22 17:57:19 +00:00
|
|
|
version = "0.3.10"
|
2022-01-30 09:56:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-22 17:57:19 +00:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2022-01-30 09:56:44 +00:00
|
|
|
|
2022-12-11 21:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-02-13 03:40:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sm3"
|
2023-05-16 11:30:17 +00:00
|
|
|
version = "0.4.2"
|
2023-02-13 03:40:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 11:30:17 +00:00
|
|
|
checksum = "ebb9a3b702d0a7e33bc4d85a14456633d2b165c2ad839c5fd9a8417c1ab15860"
|
2023-02-13 03:40:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2020-07-29 18:51:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-07-05 22:57:39 +00:00
|
|
|
version = "1.11.0"
|
2020-07-29 18:51:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 22:57:39 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2021-05-28 19:07:28 +00:00
|
|
|
|
2021-08-21 22:42:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smawk"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
|
|
|
|
|
2021-05-13 08:17:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-05-30 06:37:02 +00:00
|
|
|
version = "0.5.3"
|
2021-05-13 08:17:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 06:37:02 +00:00
|
|
|
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
2021-05-13 08:17:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-05-30 06:37:02 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-05-13 08:17:57 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-02-10 07:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-07-06 13:07:10 +00:00
|
|
|
version = "1.0.109"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-06 13:07:10 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2018-03-12 08:20:58 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"proc-macro2",
|
2022-08-20 14:27:06 +00:00
|
|
|
"quote",
|
2022-05-22 17:57:19 +00:00
|
|
|
"unicode-ident",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
2023-07-07 11:36:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2016-01-05 03:48:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-08-18 22:40:06 +00:00
|
|
|
version = "3.8.0"
|
2016-05-22 20:04:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-18 22:40:06 +00:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2016-01-05 03:48:03 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2022-01-15 10:08:07 +00:00
|
|
|
"fastrand",
|
2023-09-08 06:51:03 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2023-08-10 21:29:25 +00:00
|
|
|
"rustix 0.38.8",
|
2023-06-06 20:22:27 +00:00
|
|
|
"windows-sys 0.48.0",
|
2016-01-05 03:48:03 +00:00
|
|
|
]
|
|
|
|
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term_grid"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "0.1.7"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-08-21 22:42:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2023-05-30 06:36:49 +00:00
|
|
|
version = "0.2.6"
|
2021-08-21 22:42:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 06:36:49 +00:00
|
|
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
2021-08-21 22:42:03 +00:00
|
|
|
dependencies = [
|
2023-08-09 05:47:30 +00:00
|
|
|
"rustix 0.37.23",
|
2023-05-30 06:36:49 +00:00
|
|
|
"windows-sys 0.48.0",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
]
|
|
|
|
|
2021-08-21 22:42:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-11-21 07:02:15 +00:00
|
|
|
version = "0.16.0"
|
2021-08-21 22:42:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 07:02:15 +00:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2021-08-21 22:42:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"smawk",
|
2023-02-09 12:48:59 +00:00
|
|
|
"terminal_size",
|
2021-08-21 22:42:03 +00:00
|
|
|
"unicode-linebreak",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
2022-03-17 13:06:29 +00:00
|
|
|
|
2021-01-11 21:01:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-10-12 07:27:42 +00:00
|
|
|
version = "1.0.37"
|
2021-01-11 21:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-12 07:27:42 +00:00
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
2021-01-11 21:01:14 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"thiserror-impl",
|
2021-01-11 21:01:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-10-12 07:27:42 +00:00
|
|
|
version = "1.0.37"
|
2021-01-11 21:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-12 07:27:42 +00:00
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
2021-01-11 21:01:14 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"proc-macro2",
|
2022-08-20 14:27:06 +00:00
|
|
|
"quote",
|
2023-07-07 11:36:30 +00:00
|
|
|
"syn 1.0.109",
|
2021-01-11 21:01:14 +00:00
|
|
|
]
|
|
|
|
|
2022-09-07 16:55:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-26 19:47:12 +00:00
|
|
|
version = "0.3.20"
|
2022-04-23 19:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 19:47:12 +00:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2022-04-23 19:32:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2022-10-25 06:51:50 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-04-23 19:32:35 +00:00
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
2022-10-25 06:51:50 +00:00
|
|
|
[[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"
|
2023-03-26 19:47:12 +00:00
|
|
|
version = "0.2.8"
|
2022-04-23 19:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 19:47:12 +00:00
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
2022-10-25 06:51:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-04-23 19:32:35 +00:00
|
|
|
|
2023-06-18 14:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2021-08-21 22:42:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-linebreak"
|
2023-07-25 12:20:48 +00:00
|
|
|
version = "0.1.5"
|
2021-08-21 22:42:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-25 12:20:48 +00:00
|
|
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
2021-08-21 22:42:03 +00:00
|
|
|
|
2021-04-04 09:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-03-29 14:32:56 +00:00
|
|
|
version = "1.10.1"
|
2021-04-04 09:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 14:32:56 +00:00
|
|
|
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"
|
2022-09-16 22:08:41 +00:00
|
|
|
version = "0.2.4"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 22:08:41 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2020-05-22 05:18:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2023-03-29 21:18:11 +00:00
|
|
|
version = "0.2.1"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:18:11 +00:00
|
|
|
checksum = "5aa30f5ea51ff7edfc797c6d3f9ec8cbd8cfedef5371766b7181d33977f4814f"
|
2020-05-22 05:18:29 +00:00
|
|
|
|
2023-03-29 05:19:47 +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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"platform-info",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_base32"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_base64"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-29 08:59:43 +00:00
|
|
|
"uu_base32",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_basename"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-08-04 22:28:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_basenc"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2021-08-04 22:28:14 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-08-04 22:28:14 +00:00
|
|
|
"uu_base32",
|
|
|
|
"uucore",
|
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_cat"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2021-04-10 20:19:53 +00:00
|
|
|
"thiserror",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-08-05 04:39:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_chcon"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2021-08-05 04:39:37 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-08-05 04:39:37 +00:00
|
|
|
"fts-sys",
|
|
|
|
"libc",
|
2021-08-06 13:52:34 +00:00
|
|
|
"selinux",
|
2021-08-05 04:39:37 +00:00
|
|
|
"thiserror",
|
|
|
|
"uucore",
|
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_chgrp"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chmod"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chown"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chroot"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_cksum"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2023-02-13 03:40:16 +00:00
|
|
|
"hex",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_comm"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_cp"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-08-29 23:27:47 +00:00
|
|
|
"exacl",
|
2021-06-08 21:14:19 +00:00
|
|
|
"filetime",
|
2022-09-05 08:56:04 +00:00
|
|
|
"indicatif",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2022-01-31 20:56:47 +00:00
|
|
|
"quick-error",
|
2021-08-29 23:27:47 +00:00
|
|
|
"selinux",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"walkdir",
|
|
|
|
"xattr",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2020-12-28 16:03:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_csplit"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-12-28 16:03:04 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex",
|
|
|
|
"thiserror",
|
|
|
|
"uucore",
|
2020-12-28 16:03:04 +00:00
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_cut"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-24 16:04:42 +00:00
|
|
|
"bstr",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_date"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"chrono",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-03-30 18:53:02 +00:00
|
|
|
"libc",
|
2023-06-11 12:05:26 +00:00
|
|
|
"parse_datetime",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2023-05-30 06:36:57 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-03-16 21:32:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_dd"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2021-03-16 21:32:55 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"gcd",
|
2021-06-17 21:33:30 +00:00
|
|
|
"libc",
|
2023-02-24 03:05:16 +00:00
|
|
|
"nix",
|
2021-06-12 00:00:25 +00:00
|
|
|
"signal-hook",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2021-03-16 21:32:55 +00:00
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_df"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2023-06-10 07:22:01 +00:00
|
|
|
"tempfile",
|
2022-04-19 08:40:10 +00:00
|
|
|
"unicode-width",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2022-04-15 15:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_dir"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2022-04-15 15:30:40 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-04-15 15:30:40 +00:00
|
|
|
"uu_ls",
|
|
|
|
"uucore",
|
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_dircolors"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_dirname"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_du"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-07 06:41:04 +00:00
|
|
|
"chrono",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-04-11 20:50:01 +00:00
|
|
|
"glob",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2023-05-30 06:36:57 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_echo"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_env"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-10-08 16:44:57 +00:00
|
|
|
"nix",
|
2021-06-08 21:14:19 +00:00
|
|
|
"rust-ini",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_expand"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_expr"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-05-29 21:25:23 +00:00
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
2021-06-08 21:14:19 +00:00
|
|
|
"onig",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_factor"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-04-29 13:56:56 +00:00
|
|
|
"coz",
|
2021-06-08 21:14:19 +00:00
|
|
|
"num-traits",
|
|
|
|
"quickcheck",
|
2022-01-22 17:54:24 +00:00
|
|
|
"rand",
|
2021-03-16 20:27:24 +00:00
|
|
|
"smallvec",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_false"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_fmt"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_fold"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_groups"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hashsum"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"hex",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_head"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hostid"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hostname"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"hostname",
|
|
|
|
"uucore",
|
2023-05-30 06:36:57 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_id"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-19 18:26:28 +00:00
|
|
|
"selinux",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_install"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-03-30 18:53:02 +00:00
|
|
|
"file_diff",
|
|
|
|
"filetime",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_join"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_kill"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_link"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_ln"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_logname"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_ls"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-28 18:54:27 +00:00
|
|
|
"chrono",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-12-22 17:31:45 +00:00
|
|
|
"glob",
|
2021-04-21 16:05:02 +00:00
|
|
|
"lscolors",
|
2021-06-08 21:14:19 +00:00
|
|
|
"number_prefix",
|
2021-04-22 22:49:05 +00:00
|
|
|
"once_cell",
|
2021-09-10 19:33:34 +00:00
|
|
|
"selinux",
|
2021-06-08 21:14:19 +00:00
|
|
|
"term_grid",
|
2023-02-09 12:48:59 +00:00
|
|
|
"terminal_size",
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mkdir"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mkfifo"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mknod"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mktemp"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-01-22 17:54:24 +00:00
|
|
|
"rand",
|
2021-06-08 21:14:19 +00:00
|
|
|
"tempfile",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_more"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-04-24 17:02:03 +00:00
|
|
|
"crossterm",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2021-06-02 13:40:47 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mv"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"fs_extra",
|
2022-12-13 10:46:54 +00:00
|
|
|
"indicatif",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nice"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nl"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nohup"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nproc"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_od"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"byteorder",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"half",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2018-03-12 01:48:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_paste"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pathchk"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pinky"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-03-30 18:53:02 +00:00
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2021-03-26 07:35:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_pr"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2023-06-04 12:17:52 +00:00
|
|
|
"chrono",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-01-29 15:26:09 +00:00
|
|
|
"itertools",
|
2022-01-31 20:56:47 +00:00
|
|
|
"quick-error",
|
2021-05-29 12:30:30 +00:00
|
|
|
"regex",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_printenv"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2018-06-07 15:41:42 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_printf"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2019-04-28 02:14:22 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2019-04-28 02:14:22 +00:00
|
|
|
]
|
2018-03-12 08:20:58 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_ptx"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pwd"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-12-30 06:17:54 +00:00
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_readlink"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2018-03-12 08:20:58 +00:00
|
|
|
|
2016-07-18 20:25:33 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_realpath"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2016-07-18 20:25:33 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_relpath"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-01-08 05:16:32 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_rm"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-10-15 20:08:28 +00:00
|
|
|
"libc",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"walkdir",
|
2023-05-30 06:36:57 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_rmdir"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2017-01-08 05:16:32 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-08-26 22:33:04 +00:00
|
|
|
"libc",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2017-01-08 05:16:32 +00:00
|
|
|
]
|
|
|
|
|
2021-08-20 01:38:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_runcon"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2017-01-08 05:16:32 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-08-20 01:38:57 +00:00
|
|
|
"libc",
|
|
|
|
"selinux",
|
|
|
|
"thiserror",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2017-01-08 05:16:32 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_seq"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
seq: use BigDecimal to represent floats (#2698)
* seq: use BigDecimal to represent floats
Use `BigDecimal` to represent arbitrary precision floats in order to
prevent numerical precision issues when iterating over a sequence of
numbers. This commit makes several changes at once to accomplish this
goal.
First, it creates a new struct, `PreciseNumber`, that is responsible for
storing not only the number itself but also the number of digits (both
integer and decimal) needed to display it. This information is collected
at the time of parsing the number, which lives in the new
`numberparse.rs` module.
Second, it uses the `BigDecimal` struct to store arbitrary precision
floating point numbers instead of the previous `f64` primitive
type. This protects against issues of numerical precision when
repeatedly accumulating a very small increment.
Third, since neither the `BigDecimal` nor `BigInt` types have a
representation of infinity, minus infinity, minus zero, or NaN, we add
the `ExtendedBigDecimal` and `ExtendedBigInt` enumerations which extend
the basic types with these concepts.
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
* fixup! seq: use BigDecimal to represent floats
2021-11-06 14:44:42 +00:00
|
|
|
"bigdecimal",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-05-31 18:49:02 +00:00
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_shred"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2023-03-12 12:49:18 +00:00
|
|
|
"libc",
|
2022-01-22 17:54:24 +00:00
|
|
|
"rand",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_shuf"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2018-06-07 15:41:42 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2022-01-18 01:07:28 +00:00
|
|
|
"rand",
|
|
|
|
"rand_core",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_sleep"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2023-02-28 06:36:22 +00:00
|
|
|
"fundu",
|
2021-06-08 21:14:19 +00:00
|
|
|
"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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-16 19:13:37 +00:00
|
|
|
"binary-heap-plus",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-05-16 19:13:37 +00:00
|
|
|
"compare",
|
2021-08-02 16:52:22 +00:00
|
|
|
"ctrlc",
|
2021-04-08 20:07:09 +00:00
|
|
|
"fnv",
|
2022-01-29 15:26:09 +00:00
|
|
|
"itertools",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2022-01-22 17:54:24 +00:00
|
|
|
"rand",
|
2021-04-08 20:07:09 +00:00
|
|
|
"rayon",
|
2023-06-12 13:58:49 +00:00
|
|
|
"self_cell",
|
2021-05-27 20:47:03 +00:00
|
|
|
"tempfile",
|
2021-04-21 17:03:36 +00:00
|
|
|
"unicode-width",
|
2021-06-08 21:14:19 +00:00
|
|
|
"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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-04-28 07:34:55 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2021-06-08 21:14:19 +00:00
|
|
|
"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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-12-27 08:31:19 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_stdbuf"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2017-12-27 08:31:19 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"tempfile",
|
|
|
|
"uu_stdbuf_libstdbuf",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_stdbuf_libstdbuf"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2022-06-24 18:01:02 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-06-24 18:01:02 +00:00
|
|
|
"nix",
|
|
|
|
"uucore",
|
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_sum"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_sync"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2022-09-24 12:54:19 +00:00
|
|
|
"nix",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2023-05-30 06:36:57 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tac"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2021-10-06 19:08:11 +00:00
|
|
|
"memmap2",
|
2021-08-01 15:19:44 +00:00
|
|
|
"regex",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tail"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2023-02-06 09:13:31 +00:00
|
|
|
"fundu",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2022-09-09 11:50:59 +00:00
|
|
|
"memchr",
|
2021-09-18 16:07:57 +00:00
|
|
|
"notify",
|
2023-04-09 14:19:57 +00:00
|
|
|
"rstest",
|
2022-08-30 19:42:14 +00:00
|
|
|
"same-file",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2022-05-19 20:55:47 +00:00
|
|
|
"winapi-util",
|
2023-05-30 06:36:57 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tee"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_test"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2023-09-08 06:51:03 +00:00
|
|
|
"redox_syscall 0.4.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_timeout"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2017-12-27 08:31:19 +00:00
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_touch"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:51:38 +00:00
|
|
|
"chrono",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"filetime",
|
2023-07-03 12:28:39 +00:00
|
|
|
"parse_datetime",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2023-05-30 06:36:57 +00:00
|
|
|
"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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-01-19 18:31:54 +00:00
|
|
|
"nom",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2016-07-12 18:56:21 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_true"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2016-11-29 17:56:30 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2016-07-12 18:56:21 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_truncate"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tsort"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tty"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-08-17 19:03:36 +00:00
|
|
|
"nix",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uname"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"platform-info",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_unexpand"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uniq"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_unlink"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uptime"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"chrono",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_users"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2022-04-15 15:30:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_vdir"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2022-04-15 15:30:40 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2022-04-15 15:30:40 +00:00
|
|
|
"uu_ls",
|
|
|
|
"uucore",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_wc"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-08-25 09:24:00 +00:00
|
|
|
"bytecount",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-03-30 18:53:02 +00:00
|
|
|
"libc",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2023-04-01 05:58:49 +00:00
|
|
|
"thiserror",
|
2021-08-25 11:26:44 +00:00
|
|
|
"unicode-width",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_who"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2016-08-30 22:55:28 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2016-08-30 22:55:28 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_whoami"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-08-27 18:36:26 +00:00
|
|
|
"libc",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2023-05-30 06:36:57 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_yes"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2023-05-14 22:29:54 +00:00
|
|
|
"itertools",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uucore"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2023-02-13 03:40:16 +00:00
|
|
|
"blake2b_simd",
|
|
|
|
"blake3",
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"data-encoding",
|
2021-08-04 22:28:14 +00:00
|
|
|
"data-encoding-macro",
|
2023-02-13 03:40:16 +00:00
|
|
|
"digest",
|
2021-05-13 08:17:57 +00:00
|
|
|
"dns-lookup",
|
2021-06-08 21:14:19 +00:00
|
|
|
"dunce",
|
2022-07-29 03:41:28 +00:00
|
|
|
"glob",
|
2023-02-13 03:40:16 +00:00
|
|
|
"hex",
|
2022-01-29 15:26:09 +00:00
|
|
|
"itertools",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2023-02-13 03:40:16 +00:00
|
|
|
"md-5",
|
|
|
|
"memchr",
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2021-09-01 14:34:20 +00:00
|
|
|
"once_cell",
|
2021-10-13 15:29:03 +00:00
|
|
|
"os_display",
|
2023-02-13 03:40:16 +00:00
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"sha3",
|
|
|
|
"sm3",
|
2023-05-02 20:42:33 +00:00
|
|
|
"tempfile",
|
2021-06-08 21:14:19 +00:00
|
|
|
"thiserror",
|
2022-09-09 14:49:03 +00:00
|
|
|
"time",
|
2022-01-29 14:26:32 +00:00
|
|
|
"uucore_procs",
|
2021-08-17 20:35:04 +00:00
|
|
|
"walkdir",
|
2021-06-08 21:14:19 +00:00
|
|
|
"wild",
|
2021-08-27 16:24:46 +00:00
|
|
|
"winapi-util",
|
2023-05-30 06:36:57 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-08-04 22:28:14 +00:00
|
|
|
"z85",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uucore_procs"
|
2023-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"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-09-03 12:42:54 +00:00
|
|
|
version = "0.0.21"
|
2023-06-01 18:38:55 +00:00
|
|
|
|
2021-08-29 23:27:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-11-21 07:02:15 +00:00
|
|
|
version = "1.2.2"
|
2021-08-29 23:27:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 07:02:15 +00:00
|
|
|
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
|
2021-08-29 23:27:47 +00:00
|
|
|
|
2021-05-16 19:13:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-02 01:01:16 +00:00
|
|
|
version = "0.9.4"
|
2021-05-16 19:13:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 01:01:16 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-05-16 19:13:37 +00:00
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-09-05 14:17:59 +00:00
|
|
|
version = "2.4.0"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 14:17:59 +00:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2022-09-07 16:55:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-04-17 19:41:07 +00:00
|
|
|
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"
|
2023-08-12 11:38:45 +00:00
|
|
|
version = "0.2.87"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-12 11:38:45 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-08-16 12:26:26 +00:00
|
|
|
dependencies = [
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2022-08-16 12:26:26 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-08-12 11:38:45 +00:00
|
|
|
version = "0.2.87"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-12 11:38:45 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-08-16 12:26:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
2022-08-20 14:27:06 +00:00
|
|
|
"quote",
|
2023-08-12 11:38:45 +00:00
|
|
|
"syn 2.0.23",
|
2022-08-16 12:26:26 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-08-12 11:38:45 +00:00
|
|
|
version = "0.2.87"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-12 11:38:45 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
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"
|
2023-08-12 11:38:45 +00:00
|
|
|
version = "0.2.87"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-12 11:38:45 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-08-16 12:26:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2022-08-20 14:27:06 +00:00
|
|
|
"quote",
|
2023-08-12 11:38:45 +00:00
|
|
|
"syn 2.0.23",
|
2022-08-16 12:26:26 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-08-12 11:38:45 +00:00
|
|
|
version = "0.2.87"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-12 11:38:45 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-08-16 12:26:26 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-09-07 16:55:32 +00:00
|
|
|
version = "4.3.0"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 16:55:32 +00:00
|
|
|
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
2022-01-02 01:01:16 +00:00
|
|
|
"either",
|
2021-06-19 18:26:28 +00:00
|
|
|
"libc",
|
2022-09-07 16:55:32 +00:00
|
|
|
"once_cell",
|
2021-06-19 18:26:28 +00:00
|
|
|
]
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wild"
|
2022-08-16 12:26:26 +00:00
|
|
|
version = "2.1.0"
|
2019-02-07 08:45:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 12:26:26 +00:00
|
|
|
checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74"
|
2019-02-07 08:45:30 +00:00
|
|
|
dependencies = [
|
2021-08-21 20:02:49 +00:00
|
|
|
"glob",
|
2019-02-07 08:45:30 +00:00
|
|
|
]
|
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "0.3.9"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2017-12-07 01:53:36 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2017-12-07 01:53:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2017-12-07 01:53:36 +00:00
|
|
|
|
2019-04-28 02:14:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2021-03-25 22:28:47 +00:00
|
|
|
version = "0.1.5"
|
2019-04-28 02:14:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-04-28 02:14:22 +00:00
|
|
|
dependencies = [
|
2022-08-21 07:43:10 +00:00
|
|
|
"winapi",
|
2019-04-28 02:14:22 +00:00
|
|
|
]
|
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2017-12-07 01:53:36 +00:00
|
|
|
|
2023-02-21 20:52:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-05-30 05:21:01 +00:00
|
|
|
"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 = [
|
2023-08-17 08:06:56 +00:00
|
|
|
"windows-targets 0.48.0",
|
2023-02-21 20:52:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-05-29 14:40:24 +00:00
|
|
|
version = "0.42.2"
|
2023-02-21 20:52:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 14:40:24 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-21 20:52:18 +00:00
|
|
|
dependencies = [
|
2023-05-30 05:21:01 +00:00
|
|
|
"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"
|
2023-08-17 08:06:56 +00:00
|
|
|
version = "0.48.0"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 08:06:56 +00:00
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
2023-05-30 05:21:01 +00:00
|
|
|
dependencies = [
|
2023-08-17 08:06:56 +00:00
|
|
|
"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",
|
2023-02-21 20:52:18 +00:00
|
|
|
]
|
|
|
|
|
2022-10-19 15:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-05-29 14:40:24 +00:00
|
|
|
version = "0.42.2"
|
2022-10-19 15:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 14:40:24 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-10-19 15:02:03 +00:00
|
|
|
|
2023-05-30 05:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-17 08:06:56 +00:00
|
|
|
version = "0.48.0"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 08:06:56 +00:00
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2022-10-19 15:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-05-29 14:40:24 +00:00
|
|
|
version = "0.42.2"
|
2022-10-19 15:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 14:40:24 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-10-19 15:02:03 +00:00
|
|
|
|
2023-05-30 05:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-17 08:06:56 +00:00
|
|
|
version = "0.48.0"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 08:06:56 +00:00
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2022-10-19 15:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-05-29 14:40:24 +00:00
|
|
|
version = "0.42.2"
|
2022-10-19 15:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 14:40:24 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-10-19 15:02:03 +00:00
|
|
|
|
2023-05-30 05:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-17 08:06:56 +00:00
|
|
|
version = "0.48.0"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 08:06:56 +00:00
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2022-10-19 15:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-05-29 14:40:24 +00:00
|
|
|
version = "0.42.2"
|
2022-10-19 15:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 14:40:24 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-10-19 15:02:03 +00:00
|
|
|
|
2023-05-30 05:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-17 08:06:56 +00:00
|
|
|
version = "0.48.0"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 08:06:56 +00:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2022-10-19 15:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-05-29 14:40:24 +00:00
|
|
|
version = "0.42.2"
|
2022-10-19 15:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 14:40:24 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-10-19 15:02:03 +00:00
|
|
|
|
2023-05-30 05:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-17 08:06:56 +00:00
|
|
|
version = "0.48.0"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 08:06:56 +00:00
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2022-10-19 15:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-05-29 14:40:24 +00:00
|
|
|
version = "0.42.2"
|
2022-10-19 15:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 14:40:24 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-10-19 15:02:03 +00:00
|
|
|
|
2023-05-30 05:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-17 08:06:56 +00:00
|
|
|
version = "0.48.0"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 08:06:56 +00:00
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2022-03-25 20:04:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-05-29 14:40:24 +00:00
|
|
|
version = "0.42.2"
|
2022-10-19 15:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 14:40:24 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-10-19 15:02:03 +00:00
|
|
|
|
2023-05-30 05:21:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-17 08:06:56 +00:00
|
|
|
version = "0.48.0"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 08:06:56 +00:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2023-07-30 00:21:31 +00:00
|
|
|
version = "1.0.1"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-30 00:21:31 +00:00
|
|
|
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
|
2017-10-01 17:06:28 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
]
|
2021-08-04 22:28:14 +00:00
|
|
|
|
2022-09-07 16:55:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
|
|
|
|
2021-08-04 22:28:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "z85"
|
2022-04-22 20:49:10 +00:00
|
|
|
version = "3.0.5"
|
2021-08-04 22:28:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 20:49:10 +00:00
|
|
|
checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
|
2022-02-17 21:24:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2023-05-16 10:35:39 +00:00
|
|
|
version = "0.6.6"
|
2022-02-17 21:24:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 10:35:39 +00:00
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
2022-02-17 21:24:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
2022-05-22 17:57:19 +00:00
|
|
|
"crossbeam-utils",
|
2022-02-17 21:24:41 +00:00
|
|
|
"flate2",
|
|
|
|
]
|