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"
|
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-05-06 17:33:58 +00:00
|
|
|
version = "0.8.11"
|
2024-04-20 21:29:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-06 17:33:58 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2024-04-20 21:29:26 +00:00
|
|
|
dependencies = [
|
2024-05-06 17:33:58 +00:00
|
|
|
"cfg-if",
|
2024-04-20 21:29:26 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-05-06 17:33:58 +00:00
|
|
|
"zerocopy",
|
2024-04-20 21:29:26 +00:00
|
|
|
]
|
|
|
|
|
2023-04-23 21:15:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-08-19 16:07:28 +00:00
|
|
|
version = "1.1.3"
|
2023-04-23 21:15:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-19 16:07:28 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-04-23 21:15:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-05-06 17:33:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-05-01 08:16:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi-width"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "219e3ce6f2611d83b51ec2098a12702112c29e57203a6b0a0929b2cddb486608"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2024-04-20 22:10:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
|
|
|
dependencies = [
|
|
|
|
"derive_arbitrary",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-09-21 04:49:34 +00:00
|
|
|
version = "0.7.4"
|
2022-02-10 07:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 04:49:34 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2022-02-10 07:16:44 +00:00
|
|
|
|
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"
|
2024-10-28 07:33:57 +00:00
|
|
|
version = "0.4.6"
|
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"
|
2024-10-28 07:33:57 +00:00
|
|
|
checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1"
|
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 = [
|
2024-04-28 15:04:27 +00:00
|
|
|
"autocfg",
|
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",
|
|
|
|
]
|
|
|
|
|
2024-06-22 11:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2024-09-13 05:38:18 +00:00
|
|
|
version = "0.70.1"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-13 05:38:18 +00:00
|
|
|
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
|
2022-11-15 06:05:37 +00:00
|
|
|
dependencies = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2022-11-15 06:05:37 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
2024-09-13 05:38:18 +00:00
|
|
|
"itertools",
|
2022-11-15 06:05:37 +00:00
|
|
|
"log",
|
2024-05-04 06:08:03 +00:00
|
|
|
"prettyplease",
|
2022-11-15 06:05:37 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2022-11-15 06:05:37 +00:00
|
|
|
]
|
|
|
|
|
2024-09-25 00:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
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"
|
2024-07-28 06:44:21 +00:00
|
|
|
version = "2.6.0"
|
2023-08-07 05:03:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 06:44:21 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-08-07 05:03:04 +00:00
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2020-12-08 22:32:02 +00:00
|
|
|
[[package]]
|
2021-05-28 18:08:46 +00:00
|
|
|
name = "blake2b_simd"
|
2023-09-10 22:42:02 +00:00
|
|
|
version = "1.0.2"
|
2020-12-08 22:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-10 22:42:02 +00:00
|
|
|
checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"
|
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-10 22:42:02 +00:00
|
|
|
"constant_time_eq",
|
2022-02-10 07:16:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2024-08-20 06:27:14 +00:00
|
|
|
version = "1.5.4"
|
2022-02-10 07:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-20 06:27:14 +00:00
|
|
|
checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
|
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-10 22:42:02 +00:00
|
|
|
"constant_time_eq",
|
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"
|
2024-07-26 03:10:52 +00:00
|
|
|
version = "1.10.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-26 03:10:52 +00:00
|
|
|
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
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"
|
2024-04-19 10:13:05 +00:00
|
|
|
version = "0.6.8"
|
2021-08-25 09:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 10:13:05 +00:00
|
|
|
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
|
2021-08-25 09:24:00 +00:00
|
|
|
|
2016-07-21 08:27:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-06 05:01:49 +00:00
|
|
|
version = "1.5.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:01:49 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-08-20 06:27:14 +00:00
|
|
|
version = "1.1.13"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-20 06:27:14 +00:00
|
|
|
checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
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
|
|
|
|
2024-03-11 08:59:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
2024-08-14 08:42:51 +00:00
|
|
|
version = "0.2.1"
|
2024-03-11 08:59:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 08:42:51 +00:00
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
2024-03-11 08:59:26 +00:00
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-15 11:39:30 +00:00
|
|
|
version = "0.4.38"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 11:39:30 +00:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
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",
|
2024-08-11 12:41:13 +00:00
|
|
|
"windows-targets 0.52.6",
|
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-09-17 08:36:43 +00:00
|
|
|
"terminal_size 0.2.6",
|
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"
|
2024-01-10 09:46:03 +00:00
|
|
|
version = "0.15.8"
|
2022-09-05 08:56:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 09:46:03 +00:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
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",
|
2024-01-10 09:46:03 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-09-05 08:56:04 +00:00
|
|
|
]
|
|
|
|
|
2023-06-18 14:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-random"
|
2023-10-24 05:29:06 +00:00
|
|
|
version = "0.1.16"
|
2023-06-18 14:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 05:29:06 +00:00
|
|
|
checksum = "11df32a13d7892ec42d51d3d175faba5211ffe13ed25d4fb348ac9e9ce835593"
|
2023-06-18 14:05:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-random-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-random-macro"
|
2023-10-24 05:29:06 +00:00
|
|
|
version = "0.1.16"
|
2023-06-18 14:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 05:29:06 +00:00
|
|
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
2023-06-18 14:05:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"tiny-keccak",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2024-06-22 11:06:03 +00:00
|
|
|
"bincode",
|
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
|
|
|
"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",
|
2024-04-20 21:29:26 +00:00
|
|
|
"num-prime",
|
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",
|
2024-06-22 11:06:03 +00:00
|
|
|
"serde",
|
|
|
|
"serde-big-array",
|
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_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",
|
2024-01-15 09:59:04 +00:00
|
|
|
"xattr",
|
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",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
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",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
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",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
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"
|
2024-04-20 22:10:25 +00:00
|
|
|
version = "1.4.0"
|
2022-02-17 21:24:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-20 22:10:25 +00:00
|
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
2022-02-17 21:24:41 +00:00
|
|
|
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-12-24 11:57:21 +00:00
|
|
|
version = "0.5.10"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 11:57:21 +00:00
|
|
|
checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2"
|
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"
|
2023-12-24 11:57:21 +00:00
|
|
|
version = "0.8.4"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 11:57:21 +00:00
|
|
|
checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751"
|
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-12-24 11:57:21 +00:00
|
|
|
version = "0.9.17"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 11:57:21 +00:00
|
|
|
checksum = "0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d"
|
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",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-04-20 22:10:25 +00:00
|
|
|
version = "0.8.19"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-20 22:10:25 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
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 = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2021-04-24 17:02:03 +00:00
|
|
|
"crossterm_winapi",
|
2024-04-23 14:48:21 +00:00
|
|
|
"filedescriptor",
|
2021-04-24 17:02:03 +00:00
|
|
|
"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"
|
2024-08-14 08:42:51 +00:00
|
|
|
version = "3.4.5"
|
2021-08-02 16:52:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 08:42:51 +00:00
|
|
|
checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
|
2021-08-02 16:52:22 +00:00
|
|
|
dependencies = [
|
2022-08-16 12:37:58 +00:00
|
|
|
"nix",
|
2024-08-14 08:42:51 +00:00
|
|
|
"windows-sys 0.59.0",
|
2021-08-02 16:52:22 +00:00
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2024-04-28 09:21:27 +00:00
|
|
|
version = "2.6.0"
|
2021-08-04 22:28:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 09:21:27 +00:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2021-08-04 22:28:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro"
|
2024-04-28 10:39:08 +00:00
|
|
|
version = "0.1.15"
|
2021-08-04 22:28:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 10:39:08 +00:00
|
|
|
checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639"
|
2021-08-04 22:28:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro-internal"
|
2024-04-28 10:39:08 +00:00
|
|
|
version = "0.1.13"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 10:39:08 +00:00
|
|
|
checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f"
|
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
|
|
|
|
2024-05-02 08:51:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2024-04-20 22:10:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2024-04-20 22:10:25 +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",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2024-05-04 17:56:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2024-05-04 17:56:51 +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-10-15 17:59:54 +00:00
|
|
|
version = "2.0.4"
|
2021-05-13 08:17:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-15 17:59:54 +00:00
|
|
|
checksum = "e5766087c2235fec47fafa4cfecc81e494ee679d0fd4a59887ea0919bfb0e4fc"
|
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"
|
2024-08-04 04:53:27 +00:00
|
|
|
version = "1.0.5"
|
2020-04-14 18:13:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-04 04:53:27 +00:00
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
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"
|
|
|
|
|
2024-05-04 17:56:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-03-29 05:17:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-12-11 09:55:37 +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-12-11 09:55:37 +00:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2023-03-29 05:17:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-11 09:55:37 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-29 05:17:11 +00:00
|
|
|
]
|
|
|
|
|
2021-08-29 23:27:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "exacl"
|
2024-02-03 05:15:12 +00:00
|
|
|
version = "0.12.0"
|
2021-08-29 23:27:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 05:15:12 +00:00
|
|
|
checksum = "22be12de19decddab85d09f251ec8363f060ccb22ec9c81bc157c0c8433946d8"
|
2021-08-29 23:27:47 +00:00
|
|
|
dependencies = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2021-08-29 23:27:47 +00:00
|
|
|
"log",
|
|
|
|
"scopeguard",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-01-15 10:08:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-09-28 15:51:02 +00:00
|
|
|
version = "2.1.1"
|
2022-01-15 10:08:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 15:51:02 +00:00
|
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
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
|
|
|
|
2024-04-23 14:48:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filedescriptor"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-08-27 22:27:41 +00:00
|
|
|
version = "0.2.25"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-27 22:27:41 +00:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
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",
|
2024-08-22 07:44:51 +00:00
|
|
|
"libredox",
|
|
|
|
"windows-sys 0.59.0",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2022-02-17 21:24:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-04-20 22:10:25 +00:00
|
|
|
version = "1.0.28"
|
2022-02-17 21:24:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-20 22:10:25 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
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"
|
2024-09-13 05:38:18 +00:00
|
|
|
version = "0.2.11"
|
2021-08-05 04:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-13 05:38:18 +00:00
|
|
|
checksum = "28ab6a6dfd9184fe8a5097924dea6e7648f499121b3e933bb8486a17f817122e"
|
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"
|
2024-09-16 09:45:25 +00:00
|
|
|
version = "2.0.1"
|
2023-06-26 04:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 09:45:25 +00:00
|
|
|
checksum = "2ce12752fc64f35be3d53e0a57017cd30970f0cffd73f62c791837d8845badbd"
|
2023-06-26 04:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"fundu-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fundu-core"
|
2024-09-16 09:45:25 +00:00
|
|
|
version = "0.3.1"
|
2023-02-06 09:13:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 09:45:25 +00:00
|
|
|
checksum = "e463452e2d8b7600d38dcea1ed819773a57f0d710691bfc78db3961bd3f4c3ba"
|
2023-02-06 09:13:31 +00:00
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2022-12-11 21:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "0.3.30"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
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"
|
2024-10-17 09:49:30 +00:00
|
|
|
version = "0.3.31"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 09:49:30 +00:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-10-17 09:49:30 +00:00
|
|
|
version = "0.3.31"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 09:49:30 +00:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "0.3.30"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-10-17 09:49:30 +00:00
|
|
|
version = "0.3.31"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 09:49:30 +00:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-10-17 09:49:30 +00:00
|
|
|
version = "0.3.31"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 09:49:30 +00:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2022-12-11 21:17:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-10-17 09:49:30 +00:00
|
|
|
version = "0.3.31"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 09:49:30 +00:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-17 09:49:30 +00:00
|
|
|
version = "0.3.31"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 09:49:30 +00:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "3.0.3"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
2022-12-11 21:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-17 09:49:30 +00:00
|
|
|
version = "0.3.31"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 09:49:30 +00:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
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"
|
2024-05-01 14:08:42 +00:00
|
|
|
version = "2.4.1"
|
2016-09-03 19:47:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 14:08:42 +00:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
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
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-06 17:33:58 +00:00
|
|
|
version = "0.14.3"
|
2024-04-20 21:29:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-06 17:33:58 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2024-04-20 21:29:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
2024-05-06 17:33:58 +00:00
|
|
|
"allocator-api2",
|
2024-04-20 21:29:26 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-04-01 13:29:20 +00:00
|
|
|
version = "0.4.0"
|
2020-05-21 08:58:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 13:29:20 +00:00
|
|
|
checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
|
2020-05-21 08:58:38 +00:00
|
|
|
dependencies = [
|
2024-04-01 13:29:20 +00:00
|
|
|
"cfg-if",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2024-04-01 13:29:20 +00:00
|
|
|
"windows",
|
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
|
|
|
]
|
|
|
|
|
2024-05-04 17:56:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "2.5.0"
|
2024-05-04 17:56:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
2024-05-04 17:56:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-05-06 17:33:58 +00:00
|
|
|
"hashbrown",
|
2024-05-04 17:56:51 +00:00
|
|
|
]
|
|
|
|
|
2022-09-05 08:56:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2024-05-01 14:08:49 +00:00
|
|
|
version = "0.17.8"
|
2022-09-05 08:56:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 14:08:49 +00:00
|
|
|
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
|
2022-09-05 08:56:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
2024-05-01 14:08:49 +00:00
|
|
|
"instant",
|
2022-09-05 08:56:04 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2024-05-01 14:08:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2024-06-06 08:52:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-18 07:23:26 +00:00
|
|
|
version = "0.2.161"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 07:23:26 +00:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
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"
|
|
|
|
|
2024-08-22 07:44:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"libc",
|
2024-08-22 08:58:02 +00:00
|
|
|
"redox_syscall",
|
2024-08-22 07:44:51 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-09-28 15:51:02 +00:00
|
|
|
version = "0.4.14"
|
2023-08-10 21:29:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 15:51:02 +00:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-08-10 21:29:25 +00:00
|
|
|
|
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"
|
2024-02-03 05:15:12 +00:00
|
|
|
version = "0.4.20"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 05:15:12 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2021-02-22 14:07:51 +00:00
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2024-05-06 17:33:58 +00:00
|
|
|
version = "0.12.3"
|
2024-04-20 21:29:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-06 17:33:58 +00:00
|
|
|
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
|
2024-04-20 21:29:26 +00:00
|
|
|
dependencies = [
|
2024-05-06 17:33:58 +00:00
|
|
|
"hashbrown",
|
2024-04-20 21:29:26 +00:00
|
|
|
]
|
|
|
|
|
2021-04-21 16:05:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lscolors"
|
2024-10-01 10:14:43 +00:00
|
|
|
version = "0.20.0"
|
2021-04-21 16:05:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 10:14:43 +00:00
|
|
|
checksum = "61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab"
|
2021-04-21 16:05:02 +00:00
|
|
|
dependencies = [
|
2024-08-19 16:07:28 +00:00
|
|
|
"aho-corasick",
|
2022-11-20 12:20:42 +00:00
|
|
|
"nu-ansi-term",
|
2021-04-21 16:05:02 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
2022-02-21 21:51:00 +00:00
|
|
|
name = "md-5"
|
2023-09-22 15:40:11 +00:00
|
|
|
version = "0.10.6"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 15:40:11 +00:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2022-02-21 21:51:00 +00:00
|
|
|
dependencies = [
|
2023-09-22 15:40:11 +00:00
|
|
|
"cfg-if",
|
2022-02-21 21:51:00 +00:00
|
|
|
"digest",
|
|
|
|
]
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-14 01:20:11 +00:00
|
|
|
version = "2.7.4"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-14 01:20:11 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2021-10-06 19:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2024-09-16 09:45:33 +00:00
|
|
|
version = "0.9.5"
|
2021-10-06 19:08:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 09:45:33 +00:00
|
|
|
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
2021-10-06 19:08:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-04-20 22:10:25 +00:00
|
|
|
version = "0.7.2"
|
2022-02-17 21:24:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-20 22:10:25 +00:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
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"
|
2024-03-05 06:10:59 +00:00
|
|
|
version = "0.8.11"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 06:10:59 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
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",
|
2024-01-10 09:47:20 +00:00
|
|
|
"windows-sys 0.48.0",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2022-08-16 12:26:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-08-14 08:42:51 +00:00
|
|
|
version = "0.29.0"
|
2022-08-16 12:26:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 08:42:51 +00:00
|
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
2022-08-16 12:26:26 +00:00
|
|
|
dependencies = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2022-08-20 14:02:29 +00:00
|
|
|
"cfg-if",
|
2024-03-11 08:59:26 +00:00
|
|
|
"cfg_aliases",
|
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"
|
2024-06-24 19:38:10 +00:00
|
|
|
version = "0.50.0"
|
2022-11-20 12:20:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-24 19:38:10 +00:00
|
|
|
checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
|
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"
|
2024-06-27 22:36:46 +00:00
|
|
|
version = "0.4.6"
|
2021-05-29 21:25:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-27 22:36:46 +00:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2021-05-29 21:25:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2024-04-20 21:29:26 +00:00
|
|
|
"rand",
|
2021-04-24 17:02:03 +00:00
|
|
|
]
|
|
|
|
|
2024-05-02 08:51:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-05-07 00:22:17 +00:00
|
|
|
version = "0.1.46"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 00:22:17 +00:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2017-03-27 04:06:23 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"num-traits",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-modular"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64a5fe11d4135c3bcdf3a95b18b194afa9608a5f6ff034f5d857bc9a27fb0119"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-prime"
|
2024-05-06 17:33:58 +00:00
|
|
|
version = "0.4.4"
|
2024-04-20 21:29:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-06 17:33:58 +00:00
|
|
|
checksum = "e238432a7881ec7164503ccc516c014bf009be7984cde1ba56837862543bdec3"
|
2024-04-20 21:29:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"either",
|
|
|
|
"lru",
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-modular",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-03 23:02:03 +00:00
|
|
|
version = "0.2.19"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-03 23:02:03 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"autocfg",
|
2024-09-25 00:25:29 +00:00
|
|
|
"libm",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2024-10-17 09:49:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
|
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2024-10-17 09:49:30 +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"
|
2024-10-05 19:52:24 +00:00
|
|
|
version = "1.20.2"
|
2021-04-22 22:49:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 19:52:24 +00:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
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"
|
2024-04-09 14:02:29 +00:00
|
|
|
version = "0.7.3"
|
2021-08-21 20:02:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-09 14:02:29 +00:00
|
|
|
checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
|
2021-08-21 20:02:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
2024-05-06 17:33:58 +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"
|
2024-08-22 08:58:02 +00:00
|
|
|
version = "0.9.10"
|
2021-04-24 17:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 08:58:02 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
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",
|
2024-08-22 08:58:02 +00:00
|
|
|
"redox_syscall",
|
2021-03-16 20:27:24 +00:00
|
|
|
"smallvec",
|
2024-08-22 08:58:02 +00:00
|
|
|
"windows-targets 0.52.6",
|
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"
|
2024-05-21 11:01:00 +00:00
|
|
|
version = "0.6.0"
|
2023-06-11 12:05:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 11:01:00 +00:00
|
|
|
checksum = "a8720474e3dd4af20cea8716703498b9f3b690f318fa9d9d9e2e38eaf44b96d0"
|
2023-06-11 12:05:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2024-05-21 11:01:00 +00:00
|
|
|
"nom",
|
2023-06-11 12:05:26 +00:00
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-09-28 21:56:15 +00:00
|
|
|
version = "2.0.4"
|
2021-02-22 14:07:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 21:56:15 +00:00
|
|
|
checksum = "91077ffd05d058d70d79eefcd7d7f6aac34980860a7519960f7913b6563a8c3a"
|
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"
|
2024-05-01 14:08:49 +00:00
|
|
|
version = "1.6.0"
|
2022-11-14 06:12:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 14:08:49 +00:00
|
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
2022-11-14 06:12:39 +00:00
|
|
|
|
2024-05-02 08:51:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
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"
|
2024-09-16 11:39:19 +00:00
|
|
|
version = "1.4.1"
|
2021-02-01 22:32:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 11:39:19 +00:00
|
|
|
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
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
|
|
|
|
2024-05-04 06:08:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ac2cf0f2e4f42b49f5ffd07dae8d746508ef7526c13940e5f524012ae6c6550"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2024-05-04 06:08:03 +00:00
|
|
|
]
|
|
|
|
|
2024-06-01 18:41:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "3.2.0"
|
2024-06-01 18:41:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
|
2024-06-01 18:41:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-22 19:24:43 +00:00
|
|
|
version = "1.0.89"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-22 19:24:43 +00:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
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"
|
2024-10-07 03:12:00 +00:00
|
|
|
version = "0.17.0"
|
2022-09-07 16:55:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 03:12:00 +00:00
|
|
|
checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f"
|
2022-09-07 16:55:32 +00:00
|
|
|
dependencies = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2022-09-07 16:55:32 +00:00
|
|
|
"hex",
|
2023-10-29 17:04:13 +00:00
|
|
|
"procfs-core",
|
2024-09-28 15:51:02 +00:00
|
|
|
"rustix 0.38.37",
|
2023-10-29 17:04:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "procfs-core"
|
2024-10-07 03:12:00 +00:00
|
|
|
version = "0.17.0"
|
2023-10-29 17:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 03:12:00 +00:00
|
|
|
checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
|
2023-10-29 17:04:13 +00:00
|
|
|
dependencies = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-10-29 17:04:13 +00:00
|
|
|
"hex",
|
2022-09-07 16:55:32 +00:00
|
|
|
]
|
|
|
|
|
2024-09-25 00:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
|
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"bit-vec",
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_xorshift",
|
|
|
|
"regex-syntax",
|
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
|
|
|
"unarray",
|
|
|
|
]
|
|
|
|
|
2021-05-31 12:48:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2024-09-25 00:25:29 +00:00
|
|
|
version = "1.2.3"
|
2021-05-31 12:48:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-25 00:25:29 +00:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2021-05-31 12:48:12 +00:00
|
|
|
|
2020-07-04 18:48:57 +00:00
|
|
|
[[package]]
|
2024-09-25 00:25:29 +00:00
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.1"
|
2020-07-04 18:48:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-25 00:25:29 +00:00
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
2020-07-04 18:48:57 +00:00
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-08-23 00:49:34 +00:00
|
|
|
version = "1.0.37"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 00:49:34 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
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
|
|
|
]
|
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-09-25 00:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-03-24 07:39:46 +00:00
|
|
|
version = "1.10.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 07:39:46 +00:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
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"
|
2024-02-28 00:29:29 +00:00
|
|
|
version = "1.12.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 00:29:29 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2024-03-13 16:41:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-09-30 07:35:16 +00:00
|
|
|
version = "0.5.7"
|
2024-03-13 16:41:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 07:35:16 +00:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2024-03-13 16:41:18 +00:00
|
|
|
dependencies = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-03-13 16:41:18 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-10-24 15:06:34 +00:00
|
|
|
version = "1.11.1"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 15:06:34 +00:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
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"
|
2024-09-29 15:30:02 +00:00
|
|
|
version = "0.4.8"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 15:30:02 +00:00
|
|
|
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
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"
|
2024-09-29 15:30:02 +00:00
|
|
|
version = "0.8.5"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 15:30:02 +00:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2023-07-07 11:36:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "1.9.3"
|
2023-07-07 11:36:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
2023-07-07 11:36:30 +00:00
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2021-06-02 16:06:56 +00:00
|
|
|
name = "rlimit"
|
2024-09-16 12:07:57 +00:00
|
|
|
version = "0.10.2"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 12:07:57 +00:00
|
|
|
checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a"
|
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"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "0.23.0"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"rstest_macros",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rstest_macros"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "0.23.0"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-07-07 11:36:30 +00:00
|
|
|
"glob",
|
2024-06-01 18:41:24 +00:00
|
|
|
"proc-macro-crate",
|
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",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
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"
|
2024-08-03 16:01:08 +00:00
|
|
|
version = "0.21.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-03 16:01:08 +00:00
|
|
|
checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f"
|
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",
|
2024-04-09 14:02:29 +00:00
|
|
|
"trim-in-place",
|
2021-08-21 20:02:49 +00:00
|
|
|
]
|
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"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "0.4.1"
|
2022-12-11 21:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2022-12-11 21:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-03-29 05:17:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-19 05:15:05 +00:00
|
|
|
version = "0.37.26"
|
2023-03-29 05:17:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:15:05 +00:00
|
|
|
checksum = "84f3f8f960ed3b5a59055428714943298bf3fa2d4a1d53135084e0544829d995"
|
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"
|
2024-09-28 15:51:02 +00:00
|
|
|
version = "0.38.37"
|
2023-08-10 21:29:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 15:51:02 +00:00
|
|
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
2023-08-10 21:29:25 +00:00
|
|
|
dependencies = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-08-10 21:29:25 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2024-09-28 15:51:02 +00:00
|
|
|
"linux-raw-sys 0.4.14",
|
2023-12-11 09:55:37 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-10 21:29:25 +00:00
|
|
|
]
|
|
|
|
|
2024-09-25 00:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"quick-error 1.2.3",
|
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-02-03 05:15:12 +00:00
|
|
|
version = "1.2.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 05:15:12 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2023-06-12 13:58:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2024-05-03 16:54:38 +00:00
|
|
|
version = "1.0.4"
|
2023-06-12 13:58:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-03 16:54:38 +00:00
|
|
|
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
|
2023-06-12 13:58:49 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "selinux"
|
2024-09-16 12:08:04 +00:00
|
|
|
version = "0.4.6"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 12:08:04 +00:00
|
|
|
checksum = "0139b2436c81305eb6bda33af151851f75bd62783817b25f44daa371119c30b5"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
2024-07-28 06:44:21 +00:00
|
|
|
"bitflags 2.6.0",
|
2021-06-19 18:26:28 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"reference-counted-singleton",
|
|
|
|
"selinux-sys",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "selinux-sys"
|
2024-09-13 05:38:18 +00:00
|
|
|
version = "0.6.12"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-13 05:38:18 +00:00
|
|
|
checksum = "8d557667087c5b4791e180b80979cd1a92fdb9bfd92cfd4b9ab199c4d7402423"
|
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"
|
2024-10-28 19:05:04 +00:00
|
|
|
version = "1.0.214"
|
2022-10-12 07:29:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:05:04 +00:00
|
|
|
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
2024-03-14 18:38:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2024-06-22 11:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde-big-array"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-03-14 18:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-10-28 19:05:04 +00:00
|
|
|
version = "1.0.214"
|
2024-03-14 18:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:05:04 +00:00
|
|
|
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
2024-03-14 18:38:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2024-03-14 18:38:28 +00:00
|
|
|
]
|
2022-10-12 07:29:26 +00:00
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-09-21 16:11:20 +00:00
|
|
|
version = "0.10.6"
|
2022-01-19 18:31:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 16:11:20 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
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-09-26 16:57:54 +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-09-26 16:57:54 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
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"
|
2024-01-23 06:11:56 +00:00
|
|
|
version = "1.3.0"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-23 06:11:56 +00:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
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"
|
2024-04-10 11:40:44 +00:00
|
|
|
version = "1.4.1"
|
2021-06-12 00:00:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-10 11:40:44 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2021-06-12 00:00:25 +00:00
|
|
|
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"
|
2024-05-02 07:01:07 +00:00
|
|
|
version = "1.13.2"
|
2020-07-29 18:51:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-02 07:01:07 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
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"
|
|
|
|
|
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"
|
2024-11-01 02:11:33 +00:00
|
|
|
version = "2.0.86"
|
2023-07-07 11:36:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-01 02:11:33 +00:00
|
|
|
checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c"
|
2023-07-07 11:36:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2016-01-05 03:48:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-09-28 15:51:02 +00:00
|
|
|
version = "3.13.0"
|
2016-05-22 20:04:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 15:51:02 +00:00
|
|
|
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
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",
|
2024-08-03 06:06:34 +00:00
|
|
|
"once_cell",
|
2024-09-28 15:51:02 +00:00
|
|
|
"rustix 0.38.37",
|
2024-08-22 07:45:07 +00:00
|
|
|
"windows-sys 0.59.0",
|
2016-01-05 03:48:03 +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-10-19 05:15:05 +00:00
|
|
|
"rustix 0.37.26",
|
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
|
|
|
]
|
|
|
|
|
2023-09-17 08:36:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2024-09-25 04:48:26 +00:00
|
|
|
version = "0.4.0"
|
2023-09-17 08:36:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-25 04:48:26 +00:00
|
|
|
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
|
2023-09-17 08:36:43 +00:00
|
|
|
dependencies = [
|
2024-09-28 15:51:02 +00:00
|
|
|
"rustix 0.38.37",
|
2024-09-25 04:48:26 +00:00
|
|
|
"windows-sys 0.59.0",
|
2023-09-17 08:36:43 +00:00
|
|
|
]
|
|
|
|
|
2021-08-21 22:42:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2024-02-17 20:06:01 +00:00
|
|
|
version = "0.16.1"
|
2021-08-21 22:42:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-17 20:06:01 +00:00
|
|
|
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
|
2021-08-21 22:42:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"smawk",
|
2023-09-17 08:36:43 +00:00
|
|
|
"terminal_size 0.2.6",
|
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"
|
2024-11-01 02:11:33 +00:00
|
|
|
version = "1.0.66"
|
2021-01-11 21:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-01 02:11:33 +00:00
|
|
|
checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede"
|
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"
|
2024-11-01 02:11:33 +00:00
|
|
|
version = "1.0.66"
|
2021-01-11 21:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-01 02:11:33 +00:00
|
|
|
checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5"
|
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",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2021-01-11 21:01:14 +00:00
|
|
|
]
|
|
|
|
|
2022-09-07 16:55:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-05-02 08:51:50 +00:00
|
|
|
version = "0.3.36"
|
2022-04-23 19:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-02 08:51:50 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2022-04-23 19:32:35 +00:00
|
|
|
dependencies = [
|
2024-05-02 08:51:50 +00:00
|
|
|
"deranged",
|
2022-04-23 19:32:35 +00:00
|
|
|
"itoa",
|
|
|
|
"libc",
|
2024-05-02 08:51:50 +00:00
|
|
|
"num-conv",
|
2022-04-23 19:32:35 +00:00
|
|
|
"num_threads",
|
2024-05-02 08:51:50 +00:00
|
|
|
"powerfmt",
|
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"
|
2024-05-02 08:51:50 +00:00
|
|
|
version = "0.1.2"
|
2022-10-25 06:51:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-02 08:51:50 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-10-25 06:51:50 +00:00
|
|
|
|
2022-04-23 19:32:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-05-02 08:51:50 +00:00
|
|
|
version = "0.2.18"
|
2022-04-23 19:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-02 08:51:50 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-10-25 06:51:50 +00:00
|
|
|
dependencies = [
|
2024-05-02 08:51:50 +00:00
|
|
|
"num-conv",
|
2022-10-25 06:51:50 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2024-06-01 18:41:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "0.6.8"
|
2024-06-01 18:41:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2024-06-01 18:41:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "0.22.22"
|
2024-06-01 18:41:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2024-06-01 18:41:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2024-04-09 14:02:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trim-in-place"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
|
|
|
|
|
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
|
|
|
|
2024-09-25 00:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unarray"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
2022-05-22 17:57:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "1.0.13"
|
2022-05-22 17:57:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
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"
|
2024-09-16 14:03:18 +00:00
|
|
|
version = "1.12.0"
|
2021-04-04 09:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 14:03:18 +00:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "unicode-width"
|
2024-06-04 19:15:02 +00:00
|
|
|
version = "0.1.13"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-04 19:15:02 +00:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
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"
|
2024-05-02 09:48:44 +00:00
|
|
|
version = "0.2.3"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-02 09:48:44 +00:00
|
|
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
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"
|
|
|
|
|
2024-05-16 14:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utmp-classic"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e24c654e19afaa6b8f3877ece5d3bed849c2719c56f6752b18ca7da4fcc6e85a"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"utmp-classic-raw",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utmp-classic-raw"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22c226537a3d6e01c440c1926ca0256dbee2d19b2229ede6fc4863a6493dd831"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_arch"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2024-09-25 00:25:29 +00:00
|
|
|
"proptest",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_base64"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2024-10-05 13:17:10 +00:00
|
|
|
"clap",
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-05-09 08:10:47 +00:00
|
|
|
"regex",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_comm"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-25 00:25:29 +00:00
|
|
|
"quick-error 2.0.1",
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-03-16 21:32:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_dd"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_echo"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-04-20 21:29:26 +00:00
|
|
|
"num-bigint",
|
|
|
|
"num-prime",
|
2021-06-08 21:14:19 +00:00
|
|
|
"num-traits",
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2024-07-07 17:54:02 +00:00
|
|
|
"dns-lookup",
|
2021-06-08 21:14:19 +00:00
|
|
|
"hostname",
|
|
|
|
"uucore",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_id"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2024-05-01 08:16:15 +00:00
|
|
|
"ansi-width",
|
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",
|
2023-12-06 14:35:38 +00:00
|
|
|
"hostname",
|
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",
|
2024-09-25 04:48:26 +00:00
|
|
|
"terminal_size 0.4.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2023-10-11 08:26:36 +00:00
|
|
|
"uutils_term_grid",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mkdir"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-13 05:38:18 +00:00
|
|
|
"itertools",
|
2024-09-25 00:25:29 +00:00
|
|
|
"quick-error 2.0.1",
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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
|
|
|
|
2017-01-08 05:16:32 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_rm"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_rmdir"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-13 05:38:18 +00:00
|
|
|
"itertools",
|
2022-08-20 14:27:06 +00:00
|
|
|
"memchr",
|
2024-07-03 23:19:48 +00:00
|
|
|
"nix",
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2024-02-19 09:21:26 +00:00
|
|
|
"chrono",
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cpp",
|
|
|
|
"cpp_build",
|
|
|
|
"libc",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2022-06-24 18:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_stty"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tac"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tee"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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_timeout"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-06-22 11:06:03 +00:00
|
|
|
"thiserror",
|
2024-06-30 13:13:43 +00:00
|
|
|
"utmp-classic",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_users"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2024-05-16 14:24:22 +00:00
|
|
|
"utmp-classic",
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_yes"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2022-11-21 07:02:15 +00:00
|
|
|
"clap",
|
2024-09-13 05:38:18 +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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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",
|
2024-09-13 05:38:18 +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",
|
2024-04-01 18:57:22 +00:00
|
|
|
"number_prefix",
|
2021-09-01 14:34:20 +00:00
|
|
|
"once_cell",
|
2021-10-13 15:29:03 +00:00
|
|
|
"os_display",
|
2024-05-25 07:38:31 +00:00
|
|
|
"regex",
|
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",
|
2024-09-07 14:05:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-13 23:01:45 +00:00
|
|
|
"xattr",
|
2021-08-04 22:28:14 +00:00
|
|
|
"z85",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uucore_procs"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
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"
|
2024-11-03 19:59:42 +00:00
|
|
|
version = "0.0.28"
|
2023-06-01 18:38:55 +00:00
|
|
|
|
2021-08-29 23:27:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-02-03 05:15:12 +00:00
|
|
|
version = "1.7.0"
|
2021-08-29 23:27:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 05:15:12 +00:00
|
|
|
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
2021-08-29 23:27:47 +00:00
|
|
|
|
2023-10-11 08:26:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uutils_term_grid"
|
2024-05-01 08:17:43 +00:00
|
|
|
version = "0.6.0"
|
2023-10-11 08:26:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 08:17:43 +00:00
|
|
|
checksum = "f89defb4adb4ba5703a57abc879f96ddd6263a444cacc446db90bf2617f141fb"
|
2023-10-11 08:26:36 +00:00
|
|
|
dependencies = [
|
2024-05-01 08:16:15 +00:00
|
|
|
"ansi-width",
|
2023-10-11 08:26:36 +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
|
|
|
|
2024-09-25 00:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-01 18:54:09 +00:00
|
|
|
version = "2.5.0"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-01 18:54:09 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
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",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
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",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
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
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wild"
|
2024-01-28 12:09:52 +00:00
|
|
|
version = "2.2.1"
|
2019-02-07 08:45:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:09:52 +00:00
|
|
|
checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
|
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"
|
2024-08-02 22:23:57 +00:00
|
|
|
version = "0.1.9"
|
2019-04-28 02:14:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-02 22:23:57 +00:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2019-04-28 02:14:22 +00:00
|
|
|
dependencies = [
|
2024-09-29 13:24:35 +00:00
|
|
|
"windows-sys 0.59.0",
|
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
|
|
|
|
2024-04-01 13:29:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
|
|
|
dependencies = [
|
|
|
|
"windows-core",
|
2024-08-11 12:41:13 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-04-01 13:29:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
2024-08-11 12:41:13 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-04-01 13:29:20 +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 = [
|
2024-08-11 12:41:13 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-02-21 20:52:18 +00:00
|
|
|
]
|
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-08-11 12:41:13 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-12-11 09:55:37 +00:00
|
|
|
]
|
|
|
|
|
2024-08-14 08:42:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.48.5"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-05-30 05:21:01 +00:00
|
|
|
dependencies = [
|
2024-08-11 12:41:13 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-02-21 20:52:18 +00:00
|
|
|
]
|
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.52.6"
|
2023-12-11 09:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-11 09:55:37 +00:00
|
|
|
dependencies = [
|
2024-08-11 12:41:13 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-12-11 09:55:37 +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"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.48.5"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.52.6"
|
2023-12-11 09:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-11 09:55:37 +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"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.48.5"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.52.6"
|
2023-12-11 09:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-11 09:55:37 +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"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.48.5"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.52.6"
|
2023-12-11 09:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-11 09:55:37 +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"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.48.5"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.52.6"
|
2023-12-11 09:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-11 09:55:37 +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"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.48.5"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.52.6"
|
2023-12-11 09:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-11 09:55:37 +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"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.48.5"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.52.6"
|
2023-12-11 09:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-11 09:55:37 +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"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.48.5"
|
2023-05-30 05:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-05-30 05:21:01 +00:00
|
|
|
|
2023-12-11 09:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-08-11 12:41:13 +00:00
|
|
|
version = "0.52.6"
|
2023-12-11 09:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:41:13 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-11 09:55:37 +00:00
|
|
|
|
2024-06-01 18:41:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-09-29 13:24:35 +00:00
|
|
|
version = "0.6.20"
|
2024-06-01 18:41:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 13:24:35 +00:00
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
2024-06-01 18:41:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-04-20 21:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2024-01-15 03:14:26 +00:00
|
|
|
version = "1.3.1"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 03:14:26 +00:00
|
|
|
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
|
2017-10-01 17:06:28 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2024-09-28 15:51:02 +00:00
|
|
|
"linux-raw-sys 0.4.14",
|
|
|
|
"rustix 0.38.37",
|
2021-06-08 21:14:19 +00:00
|
|
|
]
|
2021-08-04 22:28:14 +00:00
|
|
|
|
2022-09-07 16:55:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
2024-09-16 11:39:19 +00:00
|
|
|
version = "1.0.1"
|
2022-09-07 16:55:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 11:39:19 +00:00
|
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
2022-09-07 16:55:32 +00:00
|
|
|
|
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
|
|
|
|
2024-05-06 17:33:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-05-16 14:24:22 +00:00
|
|
|
version = "0.7.34"
|
2024-05-06 17:33:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-16 14:24:22 +00:00
|
|
|
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
2024-05-06 17:33:58 +00:00
|
|
|
dependencies = [
|
2024-05-16 14:24:22 +00:00
|
|
|
"byteorder",
|
2024-05-06 17:33:58 +00:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-05-16 14:24:22 +00:00
|
|
|
version = "0.7.34"
|
2024-05-06 17:33:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-16 14:24:22 +00:00
|
|
|
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
2024-05-06 17:33:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-11-01 02:11:33 +00:00
|
|
|
"syn 2.0.86",
|
2024-05-06 17:33:58 +00:00
|
|
|
]
|
|
|
|
|
2022-02-17 21:24:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2024-10-17 09:49:30 +00:00
|
|
|
version = "1.1.4"
|
2022-02-17 21:24:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 09:49:30 +00:00
|
|
|
checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
|
2022-02-17 21:24:41 +00:00
|
|
|
dependencies = [
|
2024-04-20 22:10:25 +00:00
|
|
|
"arbitrary",
|
2022-02-17 21:24:41 +00:00
|
|
|
"crc32fast",
|
2022-05-22 17:57:19 +00:00
|
|
|
"crossbeam-utils",
|
2024-05-04 17:56:51 +00:00
|
|
|
"displaydoc",
|
2022-02-17 21:24:41 +00:00
|
|
|
"flate2",
|
2024-05-04 17:56:51 +00:00
|
|
|
"indexmap",
|
2024-10-17 09:49:30 +00:00
|
|
|
"num_enum",
|
2024-05-04 17:56:51 +00:00
|
|
|
"thiserror",
|
2022-02-17 21:24:41 +00:00
|
|
|
]
|