2020-05-20 17:14:51 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-02-15 17:45:48 +08:00
|
|
|
version = 3
|
|
|
|
|
2023-07-04 08:13:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.22.0"
|
2023-07-04 08:13:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-07-04 08:13:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2024-09-08 12:08:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2022-11-22 10:54:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2025-05-13 21:26:46 +08:00
|
|
|
version = "0.8.12"
|
2022-11-22 10:54:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-13 21:26:46 +08:00
|
|
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
2022-11-22 10:54:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-10-24 16:59:38 +08:00
|
|
|
"zerocopy",
|
2022-11-22 10:54:22 +08:00
|
|
|
]
|
|
|
|
|
2023-04-25 10:51:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.1.3"
|
2023-04-25 10:51:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-04-25 10:51:35 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-06-06 10:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.18"
|
2023-06-06 10:14:05 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2023-06-06 10:14:05 +08:00
|
|
|
|
2023-05-30 08:51:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-16 07:23:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-08-31 07:47:03 +08:00
|
|
|
version = "0.1.5"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-31 07:47:03 +08:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-16 07:23:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2025-04-15 21:23:27 +08:00
|
|
|
version = "1.0.98"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-15 21:23:27 +08:00
|
|
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
2020-10-15 22:32:07 +08:00
|
|
|
|
2021-06-19 19:26:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-03-26 11:55:58 +08:00
|
|
|
version = "1.7.1"
|
2021-06-19 19:26:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 11:55:58 +08:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2021-06-19 19:26:52 +08:00
|
|
|
|
2020-10-01 11:23:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.3.0"
|
2020-10-01 11:23:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2020-10-01 11:23:07 +08:00
|
|
|
|
2023-07-04 08:13:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.3.73"
|
2023-07-04 08:13:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-07-04 08:13:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-09-08 12:08:49 +08:00
|
|
|
"miniz_oxide 0.7.4",
|
2023-07-04 08:13:39 +08:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-03-22 08:12:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-05-20 20:03:55 +08:00
|
|
|
version = "2.9.1"
|
2023-03-22 08:12:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-20 20:03:55 +08:00
|
|
|
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
2023-03-22 08:12:08 +08:00
|
|
|
|
2025-04-07 01:02:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "1.12.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-11-28 08:51:45 +08:00
|
|
|
"regex-automata",
|
2022-12-01 16:35:23 +08:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-08-16 07:23:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "3.16.0"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-08-16 07:23:26 +08:00
|
|
|
|
2025-04-29 09:48:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
2020-08-11 22:19:23 +08:00
|
|
|
[[package]]
|
2021-05-06 12:56:34 +08:00
|
|
|
name = "bytes"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.7.1"
|
2020-08-11 22:19:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
2020-08-11 22:19:23 +08:00
|
|
|
|
2020-09-07 17:10:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
2020-05-28 16:47:35 +08:00
|
|
|
name = "cc"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "1.2.26"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "956a5e21988b87f372569b66183b78babf23ebc2e744b733e4350a752c4dafac"
|
2024-08-21 08:41:49 +08:00
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2020-10-29 13:06:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-06-23 14:03:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "chardetng"
|
2021-12-28 08:35:08 +08:00
|
|
|
version = "0.1.17"
|
2021-06-23 14:03:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 08:35:08 +08:00
|
|
|
checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
|
2021-06-23 14:03:34 +08:00
|
|
|
dependencies = [
|
2021-08-14 12:28:08 +08:00
|
|
|
"cfg-if",
|
2021-06-23 14:03:34 +08:00
|
|
|
"encoding_rs",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-10-23 13:33:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2025-05-06 21:16:18 +08:00
|
|
|
version = "0.4.41"
|
2020-10-23 13:33:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-06 21:16:18 +08:00
|
|
|
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
2020-10-23 13:33:09 +08:00
|
|
|
dependencies = [
|
2023-05-30 08:51:13 +08:00
|
|
|
"android-tzdata",
|
2022-08-16 07:23:26 +08:00
|
|
|
"iana-time-zone",
|
2020-10-23 13:33:09 +08:00
|
|
|
"num-traits",
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows-link",
|
2020-10-23 13:33:09 +08:00
|
|
|
]
|
|
|
|
|
2021-06-30 16:11:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2024-07-09 18:40:22 +08:00
|
|
|
version = "5.4.0"
|
2021-06-30 16:11:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 18:40:22 +08:00
|
|
|
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
|
2021-06-30 16:11:56 +08:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clru"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.6.2"
|
2022-11-28 10:20:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
|
2022-11-28 10:20:54 +08:00
|
|
|
|
2021-11-04 11:24:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "content_inspector"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-08-16 07:23:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.8.7"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2022-08-16 07:23:26 +08:00
|
|
|
|
2025-04-07 01:02:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.4.2"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-08-30 12:26:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.8.5"
|
2023-08-30 12:26:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2023-08-30 12:26:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.9.18"
|
2023-08-30 12:26:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-08-30 12:26:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.8.20"
|
2023-08-30 12:26:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2023-08-30 12:26:21 +08:00
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
2020-05-28 16:47:35 +08:00
|
|
|
name = "crossterm"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.28.1"
|
2020-08-11 22:19:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
|
2020-05-20 17:14:51 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2020-05-28 16:47:35 +08:00
|
|
|
"crossterm_winapi",
|
2023-07-13 11:01:17 +08:00
|
|
|
"filedescriptor",
|
2020-10-01 11:23:07 +08:00
|
|
|
"futures-core",
|
2024-08-07 05:46:59 +08:00
|
|
|
"libc",
|
2024-08-07 03:24:03 +08:00
|
|
|
"mio",
|
2023-03-05 04:53:54 +08:00
|
|
|
"parking_lot",
|
2025-03-11 21:29:38 +08:00
|
|
|
"rustix 0.38.44",
|
2021-05-06 12:56:34 +08:00
|
|
|
"signal-hook",
|
2021-06-14 15:00:01 +08:00
|
|
|
"signal-hook-mio",
|
2020-05-20 17:14:51 +08:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-28 16:47:35 +08:00
|
|
|
name = "crossterm_winapi"
|
2023-08-22 07:56:16 +08:00
|
|
|
version = "0.9.1"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 07:56:16 +08:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2020-05-28 16:47:35 +08:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2025-04-07 01:02:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2024-04-01 06:36:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "6.1.0"
|
2024-04-01 06:36:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
2024-04-01 06:36:28 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-09-08 12:08:49 +08:00
|
|
|
"crossbeam-utils",
|
2025-01-28 07:19:26 +08:00
|
|
|
"hashbrown 0.14.5",
|
2024-04-01 06:36:28 +08:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2025-04-07 01:02:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-02-20 23:48:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "1.0.5"
|
2023-02-20 23:48:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2023-02-20 23:48:13 +08:00
|
|
|
|
2021-06-15 05:37:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.13.0"
|
2021-06-15 05:37:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2021-06-15 05:37:17 +08:00
|
|
|
|
2021-06-23 14:03:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-11-12 07:54:14 +08:00
|
|
|
version = "0.8.35"
|
2021-06-23 14:03:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 07:54:14 +08:00
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
2021-06-23 14:03:34 +08:00
|
|
|
dependencies = [
|
2021-08-14 12:28:08 +08:00
|
|
|
"cfg-if",
|
2021-06-23 14:03:34 +08:00
|
|
|
]
|
|
|
|
|
2021-09-22 00:03:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs_io"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_rs",
|
|
|
|
]
|
|
|
|
|
2024-12-26 00:05:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "env_home"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
|
|
|
|
|
2023-06-27 13:08:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.0.1"
|
2023-06-27 13:08:58 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-27 13:08:58 +08:00
|
|
|
|
2023-02-28 09:24:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-12-17 08:48:13 +08:00
|
|
|
version = "0.3.10"
|
2023-02-28 09:24:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 08:48:13 +08:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2023-02-28 09:24:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-12-17 08:48:13 +08:00
|
|
|
"windows-sys 0.59.0",
|
2023-02-28 09:24:06 +08:00
|
|
|
]
|
|
|
|
|
2021-06-30 16:11:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "3.2.0"
|
2021-06-30 16:11:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
|
2021-06-30 16:11:56 +08:00
|
|
|
|
2021-05-10 15:21:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "etcetera"
|
2025-03-04 08:09:43 +08:00
|
|
|
version = "0.10.0"
|
2021-05-10 15:21:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "26c7b13d0780cb82722fd59f6f57f925e143427e4a75313a6c77243bf5326ae6"
|
2021-05-10 15:21:55 +08:00
|
|
|
dependencies = [
|
2021-08-14 12:28:08 +08:00
|
|
|
"cfg-if",
|
2023-04-18 09:04:48 +08:00
|
|
|
"home",
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows-sys 0.59.0",
|
2021-05-10 15:21:55 +08:00
|
|
|
]
|
|
|
|
|
2023-08-08 08:03:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "faster-hex"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.10.0"
|
2023-08-08 08:03:36 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
|
2024-11-12 07:54:14 +08:00
|
|
|
dependencies = [
|
2025-04-29 09:48:45 +08:00
|
|
|
"heapless",
|
2024-11-12 07:54:14 +08:00
|
|
|
"serde",
|
|
|
|
]
|
2023-08-08 08:03:36 +08:00
|
|
|
|
2023-07-04 09:06:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "2.1.1"
|
2023-07-04 09:06:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
2023-07-04 09:06:16 +08:00
|
|
|
|
2020-10-23 13:33:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fern"
|
2024-12-17 08:48:13 +08:00
|
|
|
version = "0.7.1"
|
2020-10-23 13:33:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 08:48:13 +08:00
|
|
|
checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29"
|
2020-10-23 13:33:09 +08:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-07-13 11:01:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "filedescriptor"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-11-19 07:42:54 +08:00
|
|
|
"thiserror 1.0.69",
|
2023-07-13 11:01:17 +08:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.25"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-09-08 12:08:49 +08:00
|
|
|
"libredox",
|
|
|
|
"windows-sys 0.59.0",
|
2024-02-04 02:23:33 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2025-04-07 01:02:20 +08:00
|
|
|
version = "1.1.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-07 01:02:20 +08:00
|
|
|
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2025-04-29 09:48:45 +08:00
|
|
|
"libz-rs-sys",
|
2025-04-07 01:02:20 +08:00
|
|
|
"miniz_oxide 0.8.7",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2024-03-19 13:13:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2025-02-04 07:37:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
2025-03-18 11:52:22 +08:00
|
|
|
version = "0.1.5"
|
2025-02-04 07:37:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-18 11:52:22 +08:00
|
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
2025-02-04 07:37:46 +08:00
|
|
|
|
2020-12-01 08:53:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-05 09:41:30 +08:00
|
|
|
version = "1.2.1"
|
2020-12-01 08:53:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 09:41:30 +08:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-12-01 08:53:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-05-28 16:47:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-10-11 15:38:21 +08:00
|
|
|
version = "0.3.31"
|
2020-05-28 16:47:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 15:38:21 +08:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2020-05-28 16:47:35 +08:00
|
|
|
|
2021-05-06 16:15:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-10-11 15:38:21 +08:00
|
|
|
version = "0.3.31"
|
2021-05-06 16:15:49 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 15:38:21 +08:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2021-05-06 16:15:49 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2020-10-18 17:01:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-11 15:38:21 +08:00
|
|
|
version = "0.3.31"
|
2020-10-18 17:01:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 15:38:21 +08:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-10-18 17:01:06 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-11 15:38:21 +08:00
|
|
|
version = "0.3.31"
|
2020-10-18 17:01:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 15:38:21 +08:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2020-10-18 17:01:06 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
2021-05-06 12:56:34 +08:00
|
|
|
"pin-project-lite",
|
2020-10-18 17:01:06 +08:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2025-04-07 01:02:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.15"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
2021-08-14 12:28:08 +08:00
|
|
|
"cfg-if",
|
2020-10-15 22:32:07 +08:00
|
|
|
"libc",
|
2025-02-04 07:37:46 +08:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows-targets",
|
2020-10-15 22:32:07 +08:00
|
|
|
]
|
|
|
|
|
2023-07-04 08:13:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.29.0"
|
2023-07-04 08:13:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2023-07-04 08:13:39 +08:00
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.72.1"
|
2023-02-20 23:48:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "01237e8d3d78581f71642be8b0c2ae8c0b2b5c251c9c5d9ebbea3c1ea280dce8"
|
2023-02-20 23:48:13 +08:00
|
|
|
dependencies = [
|
|
|
|
"gix-actor",
|
2024-02-04 02:23:33 +08:00
|
|
|
"gix-attributes",
|
|
|
|
"gix-command",
|
2023-06-13 08:51:47 +08:00
|
|
|
"gix-commitgraph",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-config",
|
|
|
|
"gix-date",
|
|
|
|
"gix-diff",
|
2024-04-01 06:36:28 +08:00
|
|
|
"gix-dir",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-discover",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
2024-02-04 02:23:33 +08:00
|
|
|
"gix-filter",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-fs",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
2024-02-04 02:23:33 +08:00
|
|
|
"gix-ignore",
|
|
|
|
"gix-index",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-lock",
|
|
|
|
"gix-object",
|
|
|
|
"gix-odb",
|
|
|
|
"gix-pack",
|
|
|
|
"gix-path",
|
2024-02-04 02:23:33 +08:00
|
|
|
"gix-pathspec",
|
2024-12-26 00:05:50 +08:00
|
|
|
"gix-protocol",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-ref",
|
|
|
|
"gix-refspec",
|
|
|
|
"gix-revision",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-revwalk",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-sec",
|
2024-12-26 00:05:50 +08:00
|
|
|
"gix-shallow",
|
2024-04-01 06:36:28 +08:00
|
|
|
"gix-status",
|
2024-02-04 02:23:33 +08:00
|
|
|
"gix-submodule",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-tempfile",
|
2023-06-27 13:08:46 +08:00
|
|
|
"gix-trace",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-traverse",
|
|
|
|
"gix-url",
|
2023-04-27 13:38:07 +08:00
|
|
|
"gix-utils",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-validate",
|
2024-02-04 02:23:33 +08:00
|
|
|
"gix-worktree",
|
2023-02-20 23:48:13 +08:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2023-02-20 23:48:13 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-actor"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.35.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "6b300e6e4f31f3f6bd2de5e2b0caab192ced00dc0fcd0f7cc56e28c575c8e1ff"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-date",
|
2024-03-19 13:13:28 +08:00
|
|
|
"gix-utils",
|
2022-12-01 16:35:23 +08:00
|
|
|
"itoa",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2025-04-07 01:02:20 +08:00
|
|
|
"winnow",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-attributes"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.26.0"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "e7e26b3ac280ddb25bb6980d34f4a82ee326f78bf2c6d4ea45eef2d940048b8e"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
|
|
|
"kstring",
|
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-02-04 02:23:33 +08:00
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-bitmap"
|
2025-01-21 22:59:05 +08:00
|
|
|
version = "0.2.14"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-21 22:59:05 +08:00
|
|
|
checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-02-04 02:23:33 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-chunk"
|
2025-01-21 22:59:05 +08:00
|
|
|
version = "0.4.11"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-21 22:59:05 +08:00
|
|
|
checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-command"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.6.0"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "d2f47f3fb4ba33644061e8e0e1030ef2a937d42dc969553118c320a205a9fb28"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
2025-04-07 01:02:20 +08:00
|
|
|
"gix-quote",
|
2024-02-04 02:23:33 +08:00
|
|
|
"gix-trace",
|
|
|
|
"shell-words",
|
|
|
|
]
|
|
|
|
|
2023-06-13 08:51:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-commitgraph"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.28.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "e05050fd6caa6c731fe3bd7f9485b3b520be062d3d139cb2626e052d6c127951"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-06-13 08:51:47 +08:00
|
|
|
"gix-chunk",
|
|
|
|
"gix-hash",
|
2023-12-13 09:29:43 +08:00
|
|
|
"memmap2",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-config"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.45.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "48f3c8f357ae049bfb77493c2ec9010f58cfc924ae485e1116c3718fc0f0d881"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-config-value",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-sec",
|
2022-12-01 16:35:23 +08:00
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
"unicode-bom",
|
2025-04-07 01:02:20 +08:00
|
|
|
"winnow",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-config-value"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.15.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "439d62e241dae2dffd55bfeeabe551275cf9d9f084c5ebc6b48bad49d03285b7"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-path",
|
2022-12-01 16:35:23 +08:00
|
|
|
"libc",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-date"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.10.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "3a98593f1f1e14b9fa15c5b921b2c465e904d698b9463e21bb377be8376c3c1a"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2022-12-01 16:35:23 +08:00
|
|
|
"itoa",
|
2024-08-28 22:56:28 +08:00
|
|
|
"jiff",
|
2025-04-29 09:48:45 +08:00
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-diff"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.52.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "5e9b43e95fe352da82a969f0c84ff860c2de3e724d93f6681fedbcd6c917f252"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-12-13 09:29:43 +08:00
|
|
|
"bstr",
|
2025-01-21 22:59:05 +08:00
|
|
|
"gix-attributes",
|
2024-04-01 06:36:28 +08:00
|
|
|
"gix-command",
|
|
|
|
"gix-filter",
|
|
|
|
"gix-fs",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
2025-01-21 22:59:05 +08:00
|
|
|
"gix-index",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-object",
|
2024-04-01 06:36:28 +08:00
|
|
|
"gix-path",
|
2025-01-21 22:59:05 +08:00
|
|
|
"gix-pathspec",
|
2024-04-01 06:36:28 +08:00
|
|
|
"gix-tempfile",
|
|
|
|
"gix-trace",
|
2024-11-12 07:54:14 +08:00
|
|
|
"gix-traverse",
|
2024-04-01 06:36:28 +08:00
|
|
|
"gix-worktree",
|
2025-06-15 04:14:27 +08:00
|
|
|
"imara-diff 0.1.8",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-04-01 06:36:28 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-dir"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.14.1"
|
2024-04-01 06:36:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "01e6e2dc5b8917142d0ffe272209d1671e45b771e433f90186bc71c016792e87"
|
2024-04-01 06:36:28 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-discover",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-ignore",
|
|
|
|
"gix-index",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec",
|
|
|
|
"gix-trace",
|
|
|
|
"gix-utils",
|
|
|
|
"gix-worktree",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-discover"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.40.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "dccfe3e25b4ea46083916c56db3ba9d1e6ef6dce54da485f0463f9fc0fe1837c"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-02-20 23:48:13 +08:00
|
|
|
"dunce",
|
2024-01-23 23:56:16 +08:00
|
|
|
"gix-fs",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-sec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-features"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.42.1"
|
2023-08-08 08:03:36 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
2025-04-29 09:48:45 +08:00
|
|
|
"gix-path",
|
2023-06-27 13:08:46 +08:00
|
|
|
"gix-trace",
|
2024-01-23 23:56:16 +08:00
|
|
|
"gix-utils",
|
2022-12-01 16:35:23 +08:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"prodash",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-filter"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.19.1"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "f90c21f0d61778f518bbb7c431b00247bf4534b2153c3e85bcf383876c55ca6c"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"encoding_rs",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-command",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"gix-packetline-blocking",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
|
|
|
"gix-utils",
|
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-02-04 02:23:33 +08:00
|
|
|
]
|
|
|
|
|
2023-08-08 08:03:36 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.15.0"
|
2023-08-08 08:03:36 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
|
2023-08-08 08:03:36 +08:00
|
|
|
dependencies = [
|
2025-04-07 01:02:20 +08:00
|
|
|
"bstr",
|
2024-05-24 11:08:20 +08:00
|
|
|
"fastrand",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
2025-04-07 01:02:20 +08:00
|
|
|
"gix-path",
|
2024-01-23 23:56:16 +08:00
|
|
|
"gix-utils",
|
2025-04-07 01:02:20 +08:00
|
|
|
"thiserror 2.0.12",
|
2023-04-27 13:38:07 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-glob"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.20.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "2926b03666e83b8d01c10cf06e5733521aacbd2d97179a4c9b1fdddabb9e937d"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
2023-04-27 13:38:07 +08:00
|
|
|
"gix-path",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-hash"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.18.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-08-09 07:12:14 +08:00
|
|
|
"faster-hex",
|
2025-04-07 01:02:20 +08:00
|
|
|
"gix-features",
|
|
|
|
"sha1-checked",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2022-12-27 07:15:00 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-hashtable"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.8.1"
|
2022-12-27 07:15:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
|
2022-12-27 07:15:00 +08:00
|
|
|
dependencies = [
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
2025-01-28 07:19:26 +08:00
|
|
|
"hashbrown 0.14.5",
|
2023-03-05 04:53:54 +08:00
|
|
|
"parking_lot",
|
2022-12-27 07:15:00 +08:00
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-ignore"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.15.0"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "ae358c3c96660b10abc7da63c06788dfded603e717edbd19e38c6477911b71c8"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"gix-trace",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.40.0"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "e6d505aea7d7c4267a3153cb90c712a89970b4dd02a2cb3205be322891f530b5"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2024-02-04 02:23:33 +08:00
|
|
|
"bstr",
|
|
|
|
"filetime",
|
2024-03-19 13:13:28 +08:00
|
|
|
"fnv",
|
2024-02-04 02:23:33 +08:00
|
|
|
"gix-bitmap",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-object",
|
|
|
|
"gix-traverse",
|
2024-03-19 13:13:28 +08:00
|
|
|
"gix-utils",
|
2024-05-24 11:08:20 +08:00
|
|
|
"gix-validate",
|
2025-01-28 07:19:26 +08:00
|
|
|
"hashbrown 0.14.5",
|
2024-02-04 02:23:33 +08:00
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"memmap2",
|
2025-05-06 21:16:18 +08:00
|
|
|
"rustix 1.0.7",
|
2024-02-04 02:23:33 +08:00
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-02-04 02:23:33 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-lock"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "17.1.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-tempfile",
|
2023-06-13 08:51:47 +08:00
|
|
|
"gix-utils",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-object"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.49.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "d957ca3640c555d48bb27f8278c67169fa1380ed94f6452c5590742524c40fbb"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-actor",
|
2023-06-27 13:08:46 +08:00
|
|
|
"gix-date",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
2024-11-12 07:54:14 +08:00
|
|
|
"gix-hashtable",
|
2024-12-26 00:05:50 +08:00
|
|
|
"gix-path",
|
2024-03-19 13:13:28 +08:00
|
|
|
"gix-utils",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-validate",
|
2022-12-01 16:35:23 +08:00
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2025-04-07 01:02:20 +08:00
|
|
|
"winnow",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-odb"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.69.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "868f703905fdbcfc1bd750942f82419903ecb7039f5288adb5206d6de405e0c9"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
2023-06-27 13:08:46 +08:00
|
|
|
"gix-date",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
2024-01-23 23:56:16 +08:00
|
|
|
"gix-fs",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
2024-11-12 07:54:14 +08:00
|
|
|
"gix-hashtable",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-object",
|
|
|
|
"gix-pack",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
2023-03-05 04:53:54 +08:00
|
|
|
"parking_lot",
|
2022-12-01 16:35:23 +08:00
|
|
|
"tempfile",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-pack"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.59.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "9d49c55d69c8449f2a0a5a77eb9cbacfebb6b0e2f1215f0fc23a4cb60528a450"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"clru",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-chunk",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
2023-12-13 09:29:43 +08:00
|
|
|
"memmap2",
|
2022-12-01 16:35:23 +08:00
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-12-26 00:05:50 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.19.0"
|
2024-12-26 00:05:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "8ddc034bc67c848e4ef7596ab5528cd8fd439d310858dbe1ce8b324f25deb91c"
|
2024-12-26 00:05:50 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"faster-hex",
|
|
|
|
"gix-trace",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline-blocking"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.19.0"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "c44880f028ba46d6cf37a66d27a300310c6b51b8ed0e44918f93df061168e2f3"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"faster-hex",
|
|
|
|
"gix-trace",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-02-04 02:23:33 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-path"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.10.17"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "c091d2e887e02c3462f52252c5ea61150270c0f2657b642e8d0d6df56c16e642"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-06-27 13:08:46 +08:00
|
|
|
"gix-trace",
|
2025-04-29 09:48:45 +08:00
|
|
|
"gix-validate",
|
2023-04-27 13:38:07 +08:00
|
|
|
"home",
|
|
|
|
"once_cell",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-pathspec"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.11.0"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "ce061c50e5f8f7c830cacb3da3e999ae935e283ce8522249f0ce2256d110979d"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2024-02-04 02:23:33 +08:00
|
|
|
"bstr",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-12-26 00:05:50 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-protocol"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.50.1"
|
2024-12-26 00:05:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "f5c17d78bb0414f8d60b5f952196dc2e47ec320dca885de9128ecdb4a0e38401"
|
2024-12-26 00:05:50 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-shallow",
|
|
|
|
"gix-transport",
|
|
|
|
"gix-utils",
|
|
|
|
"maybe-async",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2025-04-07 01:02:20 +08:00
|
|
|
"winnow",
|
2024-02-04 02:23:33 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-quote"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.6.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2024-03-19 13:13:28 +08:00
|
|
|
"gix-utils",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-ref"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.52.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "d1b7985657029684d759f656b09abc3e2c73085596d5cdb494428823970a7762"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-actor",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
2024-01-23 23:56:16 +08:00
|
|
|
"gix-utils",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-validate",
|
2023-12-13 09:29:43 +08:00
|
|
|
"memmap2",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2025-04-07 01:02:20 +08:00
|
|
|
"winnow",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-refspec"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.30.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "445ed14e3db78e8e79980085e3723df94e1c8163b3ae5bc8ed6a8fe6cf983b42"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
|
|
|
"gix-revision",
|
|
|
|
"gix-validate",
|
2022-12-01 16:35:23 +08:00
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-revision"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.34.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "78d0b8e5cbd1c329e25383e088cb8f17439414021a643b30afa5146b71e3c65d"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2024-11-12 07:54:14 +08:00
|
|
|
"gix-commitgraph",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
2023-06-13 08:51:47 +08:00
|
|
|
"gix-revwalk",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2023-06-13 08:51:47 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.20.1"
|
2023-06-13 08:51:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "1bc756b73225bf005ddeb871d1ca7b3c33e2417d0d53e56effa5a36765b52b28"
|
2023-06-13 08:51:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph",
|
2023-06-27 13:08:46 +08:00
|
|
|
"gix-date",
|
2023-06-13 08:51:47 +08:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-sec"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.11.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "d0dabbc78c759ecc006b970339394951b2c8e1e38a37b072c105b80b84c308fd"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-path",
|
2022-12-01 16:35:23 +08:00
|
|
|
"libc",
|
2025-04-29 09:48:45 +08:00
|
|
|
"windows-sys 0.59.0",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2024-12-26 00:05:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-shallow"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.4.0"
|
2024-12-26 00:05:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "6b9a6f6e34d6ede08f522d89e5c7990b4f60524b8ae6ebf8e850963828119ad4"
|
2024-12-26 00:05:50 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-12-26 00:05:50 +08:00
|
|
|
]
|
|
|
|
|
2024-04-01 06:36:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-status"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.19.1"
|
2024-04-01 06:36:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "072099c2415cfa5397df7d47eacbcb6016d2cd17e0d674c74965e6ad1b17289f"
|
2024-04-01 06:36:28 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"filetime",
|
|
|
|
"gix-diff",
|
|
|
|
"gix-dir",
|
|
|
|
"gix-features",
|
|
|
|
"gix-filter",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-index",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec",
|
|
|
|
"gix-worktree",
|
2024-07-30 10:10:47 +08:00
|
|
|
"portable-atomic",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-04-01 06:36:28 +08:00
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-submodule"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.19.1"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "5f51472f05a450cc61bc91ed2f62fb06e31e2bbb31c420bc4be8793f26c8b0c1"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec",
|
|
|
|
"gix-refspec",
|
|
|
|
"gix-url",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-02-04 02:23:33 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-tempfile"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "17.1.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2024-04-01 06:36:28 +08:00
|
|
|
"dashmap",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-fs",
|
2022-12-01 16:35:23 +08:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-03-05 04:53:54 +08:00
|
|
|
"parking_lot",
|
2022-12-01 16:35:23 +08:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-06-27 13:08:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-trace"
|
2025-01-21 22:59:05 +08:00
|
|
|
version = "0.1.12"
|
2023-06-27 13:08:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-21 22:59:05 +08:00
|
|
|
checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
|
2023-06-27 13:08:46 +08:00
|
|
|
|
2024-12-26 00:05:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-transport"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.47.0"
|
2024-12-26 00:05:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "edfe22ba26d4b65c17879f12b9882eafe65d3c8611c933b272fce2c10f546f59"
|
2024-12-26 00:05:50 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-command",
|
|
|
|
"gix-features",
|
|
|
|
"gix-packetline",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-url",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2024-12-26 00:05:50 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-traverse"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.46.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "39094185f6d9a4d81101130fbbf7f598a06441d774ae3b3ae7930a613bbe1157"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2023-06-13 08:51:47 +08:00
|
|
|
"gix-commitgraph",
|
2023-06-27 13:08:46 +08:00
|
|
|
"gix-date",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
2023-06-13 08:51:47 +08:00
|
|
|
"gix-revwalk",
|
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-url"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.31.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "42a1ad0b04a5718b5cb233e6888e52a9b627846296161d81dcc5eb9203ec84b8"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2023-08-09 07:12:14 +08:00
|
|
|
"gix-features",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix-path",
|
2024-12-26 00:05:50 +08:00
|
|
|
"percent-encoding",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-04-27 13:38:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-utils"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.3.0"
|
2023-04-27 13:38:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
|
2023-04-27 13:38:07 +08:00
|
|
|
dependencies = [
|
2024-04-01 06:36:28 +08:00
|
|
|
"bstr",
|
2023-07-25 09:03:03 +08:00
|
|
|
"fastrand",
|
2024-01-23 23:56:16 +08:00
|
|
|
"unicode-normalization",
|
2023-04-27 13:38:07 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2023-02-20 23:48:13 +08:00
|
|
|
name = "gix-validate"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.10.0"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.41.0"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "54f1916f8d928268300c977d773dd70a8746b646873b77add0a34876a8c847e9"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-ignore",
|
|
|
|
"gix-index",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
2024-05-24 11:08:20 +08:00
|
|
|
"gix-validate",
|
2024-02-04 02:23:33 +08:00
|
|
|
]
|
|
|
|
|
2020-12-17 17:08:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2025-03-04 08:09:43 +08:00
|
|
|
version = "0.4.16"
|
2020-12-17 17:08:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
|
2020-12-17 17:08:16 +08:00
|
|
|
dependencies = [
|
2023-11-29 09:41:10 +08:00
|
|
|
"aho-corasick",
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2020-12-17 17:08:16 +08:00
|
|
|
"log",
|
2023-11-28 08:51:45 +08:00
|
|
|
"regex-automata",
|
2023-11-29 09:41:10 +08:00
|
|
|
"regex-syntax",
|
2020-12-17 17:08:16 +08:00
|
|
|
]
|
|
|
|
|
2021-09-22 00:03:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "grep-matcher"
|
2023-11-28 08:54:16 +08:00
|
|
|
version = "0.1.7"
|
2021-09-22 00:03:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-28 08:54:16 +08:00
|
|
|
checksum = "47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02"
|
2021-09-22 00:03:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grep-regex"
|
2024-09-10 21:59:03 +08:00
|
|
|
version = "0.1.13"
|
2021-09-22 00:03:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-10 21:59:03 +08:00
|
|
|
checksum = "9edd147c7e3296e7a26bd3a81345ce849557d5a8e48ed88f736074e760f91f7e"
|
2021-09-22 00:03:12 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2021-09-22 00:03:12 +08:00
|
|
|
"grep-matcher",
|
|
|
|
"log",
|
2023-11-29 09:41:10 +08:00
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2021-09-22 00:03:12 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grep-searcher"
|
2024-09-10 21:59:03 +08:00
|
|
|
version = "0.1.14"
|
2021-09-22 00:03:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-10 21:59:03 +08:00
|
|
|
checksum = "b9b6c14b3fc2e0a107d6604d3231dec0509e691e62447104bc385a46a7892cda"
|
2021-09-22 00:03:12 +08:00
|
|
|
dependencies = [
|
2023-03-07 09:18:28 +08:00
|
|
|
"bstr",
|
2021-09-22 00:03:12 +08:00
|
|
|
"encoding_rs",
|
|
|
|
"encoding_rs_io",
|
|
|
|
"grep-matcher",
|
|
|
|
"log",
|
2023-11-28 08:54:16 +08:00
|
|
|
"memchr",
|
2023-12-13 09:29:43 +08:00
|
|
|
"memmap2",
|
2021-09-22 00:03:12 +08:00
|
|
|
]
|
|
|
|
|
2025-04-29 09:48:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2023-06-06 10:14:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-08 03:43:40 +08:00
|
|
|
version = "0.14.5"
|
2023-06-06 10:14:05 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 03:43:40 +08:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2022-11-22 10:54:22 +08:00
|
|
|
dependencies = [
|
2023-09-06 13:01:56 +08:00
|
|
|
"ahash",
|
2023-06-06 10:14:05 +08:00
|
|
|
"allocator-api2",
|
2022-10-24 07:02:58 +08:00
|
|
|
]
|
|
|
|
|
2025-01-28 07:19:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "0.15.4"
|
2025-01-28 07:19:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
2025-02-04 07:37:46 +08:00
|
|
|
dependencies = [
|
2025-02-18 06:28:57 +08:00
|
|
|
"allocator-api2",
|
|
|
|
"equivalent",
|
2025-02-04 07:37:46 +08:00
|
|
|
"foldhash",
|
|
|
|
]
|
2025-01-28 07:19:26 +08:00
|
|
|
|
2025-04-29 09:48:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
|
|
|
dependencies = [
|
|
|
|
"hash32",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-core"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2020-05-25 12:02:21 +08:00
|
|
|
dependencies = [
|
2024-02-23 04:47:55 +08:00
|
|
|
"anyhow",
|
2021-06-19 19:26:52 +08:00
|
|
|
"arc-swap",
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2021-11-22 00:36:03 +08:00
|
|
|
"chrono",
|
2021-12-25 23:10:46 +08:00
|
|
|
"encoding_rs",
|
2025-02-21 09:38:14 +08:00
|
|
|
"foldhash",
|
2024-02-12 01:24:20 +08:00
|
|
|
"globset",
|
2022-02-16 21:57:20 +08:00
|
|
|
"helix-loader",
|
2024-02-23 04:47:55 +08:00
|
|
|
"helix-parsec",
|
2024-01-17 02:59:48 +08:00
|
|
|
"helix-stdx",
|
2025-06-15 04:14:27 +08:00
|
|
|
"imara-diff 0.2.0",
|
2023-03-21 08:14:29 +08:00
|
|
|
"indoc",
|
2021-10-23 20:52:18 +08:00
|
|
|
"log",
|
2023-08-30 12:26:21 +08:00
|
|
|
"nucleo",
|
2020-09-19 10:55:15 +08:00
|
|
|
"once_cell",
|
2023-08-30 12:26:21 +08:00
|
|
|
"parking_lot",
|
2021-07-02 22:54:50 +08:00
|
|
|
"quickcheck",
|
2020-09-29 00:00:35 +08:00
|
|
|
"regex",
|
2024-02-23 04:47:55 +08:00
|
|
|
"regex-cursor",
|
2020-05-25 12:02:21 +08:00
|
|
|
"ropey",
|
2021-03-25 14:26:25 +08:00
|
|
|
"serde",
|
2021-10-08 10:14:12 +08:00
|
|
|
"serde_json",
|
2021-11-06 23:21:03 +08:00
|
|
|
"slotmap",
|
2020-05-28 16:47:35 +08:00
|
|
|
"smallvec",
|
2022-02-07 13:03:04 +08:00
|
|
|
"smartstring",
|
2022-05-02 22:24:22 +08:00
|
|
|
"textwrap",
|
2021-05-14 18:21:46 +08:00
|
|
|
"toml",
|
2025-02-21 09:38:14 +08:00
|
|
|
"tree-house",
|
2024-06-23 09:05:53 +08:00
|
|
|
"unicode-general-category",
|
2021-06-10 00:07:58 +08:00
|
|
|
"unicode-segmentation",
|
2025-03-04 08:09:43 +08:00
|
|
|
"unicode-width 0.1.12",
|
2024-04-06 00:20:35 +08:00
|
|
|
"url",
|
2020-05-25 12:02:21 +08:00
|
|
|
]
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2021-08-12 21:35:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-dap"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2021-08-12 21:35:15 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-08-12 21:45:01 +08:00
|
|
|
"fern",
|
2021-10-17 12:58:11 +08:00
|
|
|
"helix-core",
|
2024-01-23 22:29:07 +08:00
|
|
|
"helix-stdx",
|
2021-08-12 21:35:15 +08:00
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2021-08-12 21:35:15 +08:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-08-30 12:26:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-event"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2023-08-30 12:26:21 +08:00
|
|
|
dependencies = [
|
2023-12-01 07:03:26 +08:00
|
|
|
"anyhow",
|
2025-02-18 06:28:57 +08:00
|
|
|
"foldhash",
|
2023-12-01 07:03:26 +08:00
|
|
|
"futures-executor",
|
2025-06-10 22:45:32 +08:00
|
|
|
"hashbrown 0.15.4",
|
2023-12-01 07:03:26 +08:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
2023-08-30 12:26:21 +08:00
|
|
|
"parking_lot",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-02-16 21:57:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-loader"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2022-02-16 21:57:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cc",
|
|
|
|
"etcetera",
|
2024-01-17 03:00:06 +08:00
|
|
|
"helix-stdx",
|
2022-04-18 11:10:51 +08:00
|
|
|
"log",
|
2022-02-16 21:57:20 +08:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
2023-04-18 09:10:19 +08:00
|
|
|
"tempfile",
|
2022-02-16 21:57:20 +08:00
|
|
|
"threadpool",
|
|
|
|
"toml",
|
2025-02-21 09:38:14 +08:00
|
|
|
"tree-house",
|
2022-02-16 21:57:20 +08:00
|
|
|
]
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-lsp"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
2020-10-18 17:01:06 +08:00
|
|
|
"anyhow",
|
2024-02-13 18:58:53 +08:00
|
|
|
"arc-swap",
|
2021-05-06 16:15:49 +08:00
|
|
|
"futures-executor",
|
2020-10-18 17:01:06 +08:00
|
|
|
"futures-util",
|
2023-07-22 06:21:21 +08:00
|
|
|
"globset",
|
2020-10-19 15:09:44 +08:00
|
|
|
"helix-core",
|
2022-12-09 11:57:03 +08:00
|
|
|
"helix-loader",
|
2024-07-28 00:19:57 +08:00
|
|
|
"helix-lsp-types",
|
2024-01-17 02:59:48 +08:00
|
|
|
"helix-stdx",
|
2020-10-23 13:33:09 +08:00
|
|
|
"log",
|
2023-02-07 22:59:04 +08:00
|
|
|
"parking_lot",
|
2020-10-18 17:01:06 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-04-08 08:46:32 +08:00
|
|
|
"slotmap",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2021-05-06 12:56:34 +08:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2020-10-15 22:32:07 +08:00
|
|
|
]
|
|
|
|
|
2024-07-28 00:15:37 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-lsp-types"
|
|
|
|
version = "0.95.1"
|
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2024-07-28 00:15:37 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-02-07 16:18:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-parsec"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2023-02-07 16:18:44 +08:00
|
|
|
|
2024-01-17 02:59:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-stdx"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2024-01-17 02:59:48 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2024-01-17 02:59:48 +08:00
|
|
|
"dunce",
|
|
|
|
"etcetera",
|
2024-11-22 11:12:36 +08:00
|
|
|
"once_cell",
|
|
|
|
"regex-automata",
|
2024-02-26 15:45:20 +08:00
|
|
|
"regex-cursor",
|
2023-12-01 07:03:27 +08:00
|
|
|
"ropey",
|
2025-05-06 21:16:18 +08:00
|
|
|
"rustix 1.0.7",
|
2024-01-17 02:59:48 +08:00
|
|
|
"tempfile",
|
2025-01-27 05:52:29 +08:00
|
|
|
"unicode-segmentation",
|
2024-01-23 22:29:07 +08:00
|
|
|
"which",
|
2024-08-07 03:24:03 +08:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-17 02:59:48 +08:00
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-term"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2020-05-20 17:14:51 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-03-25 17:05:20 +08:00
|
|
|
"arc-swap",
|
2020-10-23 13:33:09 +08:00
|
|
|
"chrono",
|
2021-11-04 11:24:52 +08:00
|
|
|
"content_inspector",
|
2020-05-28 16:47:35 +08:00
|
|
|
"crossterm",
|
2020-10-23 13:33:09 +08:00
|
|
|
"fern",
|
2020-10-20 12:58:34 +08:00
|
|
|
"futures-util",
|
2021-09-22 00:03:12 +08:00
|
|
|
"grep-regex",
|
|
|
|
"grep-searcher",
|
2020-05-25 12:02:21 +08:00
|
|
|
"helix-core",
|
2021-08-16 17:16:06 +08:00
|
|
|
"helix-dap",
|
2023-08-30 12:26:21 +08:00
|
|
|
"helix-event",
|
2022-02-16 21:57:20 +08:00
|
|
|
"helix-loader",
|
2020-10-18 17:01:06 +08:00
|
|
|
"helix-lsp",
|
2024-01-17 02:59:48 +08:00
|
|
|
"helix-stdx",
|
2021-05-09 16:52:55 +08:00
|
|
|
"helix-tui",
|
2022-12-01 16:35:23 +08:00
|
|
|
"helix-vcs",
|
2020-09-21 17:24:16 +08:00
|
|
|
"helix-view",
|
2020-12-17 17:08:16 +08:00
|
|
|
"ignore",
|
2025-01-24 04:04:02 +08:00
|
|
|
"indexmap",
|
2023-03-21 08:14:29 +08:00
|
|
|
"indoc",
|
helix-term: send the STOP signal to all processes in the process group (#3546)
* helix-term: send the STOP signal to all processes in the process group
From kill(3p):
If pid is 0, sig shall be sent to all processes (excluding an unspecified set
of system processes) whose process group ID is equal to the process group ID
of the sender, and for which the process has permission to send a signal.
This fixes the issue of running `git commit`, attempting to suspend
helix with ^Z, and then not regaining control over the terminal and
having to press ^Z again.
* helix-term: use libc directly to send STOP signal
* helix-term: document safety of libc::kill
* helix-term: properly handle libc::kill's failure
I misread the manpage for POSIX `kill` -- it returns `-1` in
the failure case, and sets `errno`, which is retrieved via
`std::io::Error::last_os_error()`, has its string representation printed
out, and then exits with the matching status code (or 1 if, for whatever
reason, there is no matching status code).
* helix-term: expand upon why we need to SIGSTOP the entire process group
Also add a link back to one of the upstream issues.
2023-03-13 20:08:57 +08:00
|
|
|
"libc",
|
2020-10-23 13:33:09 +08:00
|
|
|
"log",
|
2023-08-30 12:26:21 +08:00
|
|
|
"nucleo",
|
2020-12-10 17:13:42 +08:00
|
|
|
"once_cell",
|
2023-11-21 19:04:20 +08:00
|
|
|
"open",
|
2021-03-05 15:07:46 +08:00
|
|
|
"pulldown-cmark",
|
2024-07-28 01:21:52 +08:00
|
|
|
"same-file",
|
2021-03-26 15:02:13 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-17 22:47:08 +08:00
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-tokio",
|
2022-01-18 08:04:40 +08:00
|
|
|
"smallvec",
|
2022-04-18 09:04:59 +08:00
|
|
|
"tempfile",
|
2024-02-12 01:38:09 +08:00
|
|
|
"termini",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2021-05-06 12:56:34 +08:00
|
|
|
"tokio",
|
2021-08-21 22:21:35 +08:00
|
|
|
"tokio-stream",
|
2021-03-25 14:26:25 +08:00
|
|
|
"toml",
|
2023-11-21 19:04:20 +08:00
|
|
|
"url",
|
2021-05-09 16:52:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "helix-tui"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2021-05-09 16:52:55 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2021-05-09 16:52:55 +08:00
|
|
|
"cassowary",
|
|
|
|
"crossterm",
|
2021-06-21 06:09:10 +08:00
|
|
|
"helix-core",
|
2021-06-25 11:58:15 +08:00
|
|
|
"helix-view",
|
2023-03-06 02:06:12 +08:00
|
|
|
"log",
|
2023-03-06 02:13:11 +08:00
|
|
|
"once_cell",
|
2022-10-07 02:46:24 +08:00
|
|
|
"termini",
|
2021-06-10 00:07:58 +08:00
|
|
|
"unicode-segmentation",
|
2020-05-28 16:47:35 +08:00
|
|
|
]
|
2020-09-21 17:24:16 +08:00
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-vcs"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2023-03-26 17:44:07 +08:00
|
|
|
"anyhow",
|
2023-03-11 06:42:42 +08:00
|
|
|
"arc-swap",
|
2023-02-20 23:48:13 +08:00
|
|
|
"gix",
|
2022-12-01 16:35:23 +08:00
|
|
|
"helix-core",
|
2023-08-30 12:26:21 +08:00
|
|
|
"helix-event",
|
2025-06-15 04:14:27 +08:00
|
|
|
"imara-diff 0.2.0",
|
2022-12-01 16:35:23 +08:00
|
|
|
"log",
|
2023-03-05 04:53:54 +08:00
|
|
|
"parking_lot",
|
2022-12-01 16:35:23 +08:00
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-09-21 17:24:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "helix-view"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2020-09-21 17:24:16 +08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-03-25 17:05:20 +08:00
|
|
|
"arc-swap",
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2021-06-23 14:03:34 +08:00
|
|
|
"chardetng",
|
2021-06-30 16:11:56 +08:00
|
|
|
"clipboard-win",
|
2020-09-21 17:24:16 +08:00
|
|
|
"crossterm",
|
2021-06-19 11:14:40 +08:00
|
|
|
"futures-util",
|
2020-09-21 17:24:16 +08:00
|
|
|
"helix-core",
|
2021-08-16 17:16:06 +08:00
|
|
|
"helix-dap",
|
2023-08-30 12:26:21 +08:00
|
|
|
"helix-event",
|
2022-10-03 22:34:29 +08:00
|
|
|
"helix-loader",
|
2020-12-25 16:20:09 +08:00
|
|
|
"helix-lsp",
|
2024-01-17 02:59:48 +08:00
|
|
|
"helix-stdx",
|
2021-05-09 16:52:55 +08:00
|
|
|
"helix-tui",
|
2022-12-01 16:35:23 +08:00
|
|
|
"helix-vcs",
|
2023-01-16 15:13:48 +08:00
|
|
|
"libc",
|
2021-06-06 20:45:59 +08:00
|
|
|
"log",
|
2020-09-29 00:00:35 +08:00
|
|
|
"once_cell",
|
2023-03-03 04:56:55 +08:00
|
|
|
"parking_lot",
|
2025-05-06 21:16:18 +08:00
|
|
|
"rustix 1.0.7",
|
2021-03-25 15:42:14 +08:00
|
|
|
"serde",
|
2022-03-22 11:53:44 +08:00
|
|
|
"serde_json",
|
2021-02-03 18:36:54 +08:00
|
|
|
"slotmap",
|
2024-04-01 06:43:09 +08:00
|
|
|
"tempfile",
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror 2.0.12",
|
2021-05-06 12:56:34 +08:00
|
|
|
"tokio",
|
2021-08-16 17:16:06 +08:00
|
|
|
"tokio-stream",
|
2021-03-25 15:42:14 +08:00
|
|
|
"toml",
|
2020-10-22 13:35:07 +08:00
|
|
|
"url",
|
2020-09-21 17:24:16 +08:00
|
|
|
]
|
2020-05-28 16:47:35 +08:00
|
|
|
|
2024-07-30 10:10:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2024-01-23 22:29:07 +08:00
|
|
|
version = "0.5.9"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-23 22:29:07 +08:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2022-12-01 16:35:23 +08:00
|
|
|
dependencies = [
|
2024-01-23 22:29:07 +08:00
|
|
|
"windows-sys 0.52.0",
|
2022-12-01 16:35:23 +08:00
|
|
|
]
|
|
|
|
|
2022-08-16 07:23:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.1.60"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-08-16 07:23:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-11-28 10:20:54 +08:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-16 07:23:26 +08:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-09-08 12:08:49 +08:00
|
|
|
"windows-core",
|
2022-08-16 07:23:26 +08:00
|
|
|
]
|
|
|
|
|
2022-11-28 10:20:54 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.1.2"
|
2022-11-28 10:20:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-11-28 10:20:54 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"cc",
|
2022-11-28 10:20:54 +08:00
|
|
|
]
|
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-11-12 07:54:14 +08:00
|
|
|
version = "1.0.3"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 07:54:14 +08:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
2024-11-12 07:54:14 +08:00
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2020-10-15 22:32:07 +08:00
|
|
|
]
|
|
|
|
|
2020-12-17 17:08:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2024-09-10 21:59:03 +08:00
|
|
|
version = "0.4.23"
|
2020-12-17 17:08:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-10 21:59:03 +08:00
|
|
|
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
|
2020-12-17 17:08:16 +08:00
|
|
|
dependencies = [
|
2023-12-05 09:44:51 +08:00
|
|
|
"crossbeam-deque",
|
2020-12-17 17:08:16 +08:00
|
|
|
"globset",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2023-12-05 09:44:51 +08:00
|
|
|
"regex-automata",
|
2020-12-17 17:08:16 +08:00
|
|
|
"same-file",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-11-28 10:20:54 +08:00
|
|
|
[[package]]
|
|
|
|
name = "imara-diff"
|
2025-02-04 07:37:46 +08:00
|
|
|
version = "0.1.8"
|
2022-11-28 10:20:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-04 07:37:46 +08:00
|
|
|
checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
|
2022-11-28 10:20:54 +08:00
|
|
|
dependencies = [
|
2025-06-10 22:45:32 +08:00
|
|
|
"hashbrown 0.15.4",
|
2022-11-28 10:20:54 +08:00
|
|
|
]
|
|
|
|
|
2025-06-15 04:14:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "imara-diff"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f01d462f766df78ab820dd06f5eb700233c51f0f4c2e846520eaf4ba6aa5c5c"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.15.4",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-25 01:10:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-04-08 10:33:46 +08:00
|
|
|
version = "2.9.0"
|
2023-01-25 01:10:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-08 10:33:46 +08:00
|
|
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
2023-01-25 01:10:35 +08:00
|
|
|
dependencies = [
|
2023-06-27 13:08:58 +08:00
|
|
|
"equivalent",
|
2025-06-10 22:45:32 +08:00
|
|
|
"hashbrown 0.15.4",
|
2023-01-25 01:10:35 +08:00
|
|
|
]
|
|
|
|
|
2022-01-18 08:04:40 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2025-03-04 08:09:43 +08:00
|
|
|
version = "2.0.6"
|
2022-01-18 08:04:40 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
2022-01-18 08:04:40 +08:00
|
|
|
|
2023-11-21 19:04:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "is-docker"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-wsl"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
|
|
|
|
dependencies = [
|
|
|
|
"is-docker",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.0.11"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-08-05 08:10:07 +08:00
|
|
|
|
2024-08-28 22:56:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jiff"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "0.2.10"
|
2024-08-28 22:56:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
|
2024-08-28 22:56:28 +08:00
|
|
|
dependencies = [
|
2025-04-29 09:48:45 +08:00
|
|
|
"jiff-static",
|
2024-08-28 22:56:28 +08:00
|
|
|
"jiff-tzdb-platform",
|
2025-04-07 01:02:20 +08:00
|
|
|
"log",
|
|
|
|
"portable-atomic",
|
|
|
|
"portable-atomic-util",
|
|
|
|
"serde",
|
2024-08-28 22:56:28 +08:00
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
2025-04-29 09:48:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jiff-static"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-08-28 22:56:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jiff-tzdb"
|
2025-04-07 01:02:20 +08:00
|
|
|
version = "0.1.4"
|
2024-08-28 22:56:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-07 01:02:20 +08:00
|
|
|
checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
|
2024-08-28 22:56:28 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jiff-tzdb-platform"
|
2025-04-07 01:02:20 +08:00
|
|
|
version = "0.1.3"
|
2024-08-28 22:56:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-07 01:02:20 +08:00
|
|
|
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
|
2024-08-28 22:56:28 +08:00
|
|
|
dependencies = [
|
|
|
|
"jiff-tzdb",
|
|
|
|
]
|
|
|
|
|
2022-08-16 07:23:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.3.70"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
2022-08-16 07:23:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "kstring"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "2.0.2"
|
2024-02-04 02:23:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
|
2024-02-04 02:23:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-04-22 14:10:48 +08:00
|
|
|
version = "0.2.172"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-22 14:10:48 +08:00
|
|
|
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2021-07-11 18:36:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2025-05-13 21:26:46 +08:00
|
|
|
version = "0.8.7"
|
2021-07-11 18:36:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-13 21:26:46 +08:00
|
|
|
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
|
2021-07-11 18:36:45 +08:00
|
|
|
dependencies = [
|
2021-08-14 12:28:08 +08:00
|
|
|
"cfg-if",
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows-targets",
|
2021-07-11 18:36:45 +08:00
|
|
|
]
|
|
|
|
|
2022-11-28 10:20:54 +08:00
|
|
|
[[package]]
|
2024-09-08 12:08:49 +08:00
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
2022-11-28 10:20:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2022-11-28 10:20:54 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2022-11-28 10:20:54 +08:00
|
|
|
]
|
|
|
|
|
2025-04-29 09:48:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libz-rs-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
|
|
|
|
dependencies = [
|
|
|
|
"zlib-rs",
|
|
|
|
]
|
|
|
|
|
2023-07-25 09:03:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-09-04 20:22:45 +08:00
|
|
|
version = "0.4.14"
|
2023-07-25 09:03:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-04 20:22:45 +08:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-07-25 09:03:03 +08:00
|
|
|
|
2025-03-11 21:29:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
|
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
|
|
|
|
|
2020-05-28 16:47:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2025-06-03 07:27:22 +08:00
|
|
|
version = "0.4.13"
|
2020-05-28 16:47:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-03 07:27:22 +08:00
|
|
|
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
2020-05-28 16:47:35 +08:00
|
|
|
dependencies = [
|
2022-08-05 08:10:07 +08:00
|
|
|
"autocfg",
|
2020-05-28 16:47:35 +08:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-03-25 20:40:40 +08:00
|
|
|
version = "0.4.27"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-25 20:40:40 +08:00
|
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2024-12-26 00:05:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-async"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "2.7.4"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2023-07-04 09:06:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.9.4"
|
2023-07-04 09:06:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
|
2023-07-04 09:06:16 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-30 12:26:21 +08:00
|
|
|
[[package]]
|
2024-09-08 12:08:49 +08:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.4"
|
2023-08-30 12:26:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2023-08-30 12:26:21 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"adler",
|
2023-08-30 12:26:21 +08:00
|
|
|
]
|
|
|
|
|
2023-07-04 08:13:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-04-07 01:02:20 +08:00
|
|
|
version = "0.8.7"
|
2023-07-04 08:13:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-07 01:02:20 +08:00
|
|
|
checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430"
|
2023-07-04 08:13:39 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"adler2",
|
2023-07-04 08:13:39 +08:00
|
|
|
]
|
|
|
|
|
2024-07-30 10:10:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.0.2"
|
2024-07-30 10:10:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2024-07-30 10:10:47 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"hermit-abi",
|
2024-07-30 10:10:47 +08:00
|
|
|
"libc",
|
2024-08-07 03:24:03 +08:00
|
|
|
"log",
|
2025-02-04 07:37:46 +08:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2024-07-30 10:10:47 +08:00
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-08-30 12:26:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nucleo"
|
2024-04-02 08:34:20 +08:00
|
|
|
version = "0.5.0"
|
2023-08-30 12:26:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 08:34:20 +08:00
|
|
|
checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
|
2023-08-30 12:26:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"nucleo-matcher",
|
|
|
|
"parking_lot",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nucleo-matcher"
|
2024-02-21 22:37:45 +08:00
|
|
|
version = "0.3.1"
|
2023-08-30 12:26:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-21 22:37:45 +08:00
|
|
|
checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
|
2023-08-30 12:26:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-10-23 13:33:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.19"
|
2020-10-23 13:33:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-10-23 13:33:09 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
2020-05-28 16:47:35 +08:00
|
|
|
name = "num_cpus"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.16.0"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2020-05-20 17:14:51 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"hermit-abi",
|
2020-05-28 16:47:35 +08:00
|
|
|
"libc",
|
2020-05-20 17:14:51 +08:00
|
|
|
]
|
|
|
|
|
2023-07-04 08:13:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.36.4"
|
2023-07-04 08:13:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
|
2023-07-04 08:13:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
2020-05-28 16:47:35 +08:00
|
|
|
name = "once_cell"
|
2025-04-01 12:55:16 +08:00
|
|
|
version = "1.21.3"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-01 12:55:16 +08:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2023-11-21 19:04:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
2025-01-07 08:34:21 +08:00
|
|
|
version = "5.3.2"
|
2023-11-21 19:04:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-07 08:34:21 +08:00
|
|
|
checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
|
2023-11-21 19:04:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"is-wsl",
|
|
|
|
"libc",
|
|
|
|
"pathdiff",
|
|
|
|
]
|
|
|
|
|
2022-02-07 09:47:57 +08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2025-06-03 07:27:22 +08:00
|
|
|
version = "0.12.4"
|
2022-02-07 09:47:57 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-03 07:27:22 +08:00
|
|
|
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
|
2022-02-07 09:47:57 +08:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-03-05 04:53:54 +08:00
|
|
|
"parking_lot_core",
|
2020-05-20 17:14:51 +08:00
|
|
|
]
|
|
|
|
|
2022-02-07 09:47:57 +08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2025-06-03 07:27:22 +08:00
|
|
|
version = "0.9.11"
|
2022-02-07 09:47:57 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-03 07:27:22 +08:00
|
|
|
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
|
2022-02-07 09:47:57 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-09-08 12:08:49 +08:00
|
|
|
"redox_syscall",
|
2022-02-07 09:47:57 +08:00
|
|
|
"smallvec",
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows-targets",
|
2022-02-07 09:47:57 +08:00
|
|
|
]
|
|
|
|
|
2023-11-21 19:04:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-12-05 09:41:30 +08:00
|
|
|
version = "2.3.1"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 09:41:30 +08:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-10-15 22:32:07 +08:00
|
|
|
|
2021-01-06 13:08:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.14"
|
2021-01-06 13:08:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2021-01-06 13:08:23 +08:00
|
|
|
|
2020-10-18 17:01:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2024-07-30 10:10:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2025-04-07 01:02:20 +08:00
|
|
|
version = "1.11.0"
|
2024-07-30 10:10:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-07 01:02:20 +08:00
|
|
|
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic-util"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
|
|
|
|
dependencies = [
|
|
|
|
"portable-atomic",
|
|
|
|
]
|
2024-07-30 10:10:47 +08:00
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "1.0.95"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
2022-07-05 10:50:12 +08:00
|
|
|
"unicode-ident",
|
2020-10-15 22:32:07 +08:00
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "prodash"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "29.0.2"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
|
2024-11-12 07:54:14 +08:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
]
|
2022-12-01 16:35:23 +08:00
|
|
|
|
2021-03-05 15:07:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2025-02-13 22:31:38 +08:00
|
|
|
version = "0.13.0"
|
2021-03-05 15:07:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-13 22:31:38 +08:00
|
|
|
checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
|
2021-03-05 15:07:46 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2021-03-05 15:07:46 +08:00
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-07-02 22:54:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "1.0.40"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-07-02 22:54:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-08-05 08:10:07 +08:00
|
|
|
version = "0.8.5"
|
2021-07-02 22:54:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 08:10:07 +08:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-07-02 22:54:50 +08:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-11-28 10:20:54 +08:00
|
|
|
version = "0.6.4"
|
2021-07-02 22:54:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 10:20:54 +08:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-07-02 22:54:50 +08:00
|
|
|
dependencies = [
|
2025-02-04 07:37:46 +08:00
|
|
|
"getrandom 0.2.15",
|
2021-07-02 22:54:50 +08:00
|
|
|
]
|
|
|
|
|
2023-08-30 12:26:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.10.0"
|
2023-08-30 12:26:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2023-08-30 12:26:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.12.1"
|
2023-08-30 12:26:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2023-08-30 12:26:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
2021-02-03 18:36:54 +08:00
|
|
|
]
|
|
|
|
|
2023-03-30 21:51:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.5.3"
|
2023-03-30 21:51:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
2023-03-30 21:51:32 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2023-03-30 21:51:32 +08:00
|
|
|
]
|
|
|
|
|
2020-09-09 13:41:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-11-12 07:54:14 +08:00
|
|
|
version = "1.11.1"
|
2020-09-09 13:41:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 07:54:14 +08:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2020-09-09 13:41:12 +08:00
|
|
|
dependencies = [
|
2023-11-29 09:41:10 +08:00
|
|
|
"aho-corasick",
|
2020-09-09 13:41:12 +08:00
|
|
|
"memchr",
|
2023-11-28 08:51:45 +08:00
|
|
|
"regex-automata",
|
2023-11-29 09:41:10 +08:00
|
|
|
"regex-syntax",
|
2020-09-09 13:41:12 +08:00
|
|
|
]
|
|
|
|
|
2023-10-17 18:20:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-11-26 08:06:54 +08:00
|
|
|
version = "0.4.9"
|
2023-10-17 18:20:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-26 08:06:54 +08:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2023-07-11 09:25:44 +08:00
|
|
|
dependencies = [
|
2023-11-29 09:41:10 +08:00
|
|
|
"aho-corasick",
|
2023-07-11 09:25:44 +08:00
|
|
|
"memchr",
|
2023-11-29 09:41:10 +08:00
|
|
|
"regex-syntax",
|
2023-07-11 09:25:44 +08:00
|
|
|
]
|
|
|
|
|
2024-02-26 15:45:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-cursor"
|
2025-03-04 08:09:43 +08:00
|
|
|
version = "0.1.5"
|
2024-02-26 15:45:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "0497c781d2f982ae8284d2932aee6a877e58a4541daa5e8fadc18cc75c23a61d"
|
2024-02-26 15:45:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
"ropey",
|
|
|
|
]
|
|
|
|
|
2023-04-25 10:51:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-10-01 09:05:07 +08:00
|
|
|
version = "0.8.5"
|
2023-04-25 10:51:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 09:05:07 +08:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-04-25 10:51:35 +08:00
|
|
|
|
2020-05-25 12:02:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ropey"
|
2023-10-24 13:13:46 +08:00
|
|
|
version = "1.6.1"
|
2022-03-17 08:28:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 13:13:46 +08:00
|
|
|
checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5"
|
2020-05-25 12:02:21 +08:00
|
|
|
dependencies = [
|
2020-05-28 16:47:35 +08:00
|
|
|
"smallvec",
|
2022-01-17 15:28:56 +08:00
|
|
|
"str_indices",
|
2020-05-25 12:02:21 +08:00
|
|
|
]
|
|
|
|
|
2023-07-04 08:13:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.1.24"
|
2023-07-04 08:13:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-07-04 08:13:39 +08:00
|
|
|
|
2023-07-25 09:03:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2025-01-28 07:19:26 +08:00
|
|
|
version = "0.38.44"
|
2023-07-25 09:03:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 07:19:26 +08:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2023-07-25 09:03:03 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"bitflags",
|
2023-07-25 09:03:03 +08:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2025-03-11 21:29:38 +08:00
|
|
|
"linux-raw-sys 0.4.14",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2025-05-06 21:16:18 +08:00
|
|
|
version = "1.0.7"
|
2025-03-11 21:29:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-06 21:16:18 +08:00
|
|
|
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
2025-03-11 21:29:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.9.2",
|
2024-12-17 08:48:13 +08:00
|
|
|
"windows-sys 0.59.0",
|
2023-02-28 09:24:06 +08:00
|
|
|
]
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.0.18"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2020-10-15 22:32:07 +08:00
|
|
|
|
2020-12-17 17:08:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
2020-05-28 16:47:35 +08:00
|
|
|
name = "scopeguard"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.2.0"
|
2022-11-28 10:20:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-11-28 10:20:54 +08:00
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-03-11 21:29:38 +08:00
|
|
|
version = "1.0.219"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-11 21:29:38 +08:00
|
|
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-03-11 21:29:38 +08:00
|
|
|
version = "1.0.219"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-11 21:29:38 +08:00
|
|
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-08 12:08:49 +08:00
|
|
|
"syn",
|
2020-10-15 22:32:07 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-03-04 08:09:43 +08:00
|
|
|
version = "1.0.140"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-07-30 10:10:47 +08:00
|
|
|
"memchr",
|
2020-10-15 22:32:07 +08:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-25 01:10:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "0.6.9"
|
2023-01-25 01:10:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
2023-01-25 01:10:35 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
2025-04-07 01:02:20 +08:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-07 01:02:20 +08:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1-checked"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"sha1",
|
|
|
|
]
|
2022-12-01 16:35:23 +08:00
|
|
|
|
2024-02-04 02:23:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
2024-08-21 08:41:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2025-05-13 21:26:46 +08:00
|
|
|
version = "0.3.18"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-13 21:26:46 +08:00
|
|
|
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
|
2020-05-20 17:14:51 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2021-06-14 15:00:01 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.2.4"
|
2021-06-14 15:00:01 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
|
2021-06-14 15:00:01 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-08-07 03:24:03 +08:00
|
|
|
"mio",
|
2021-06-14 15:00:01 +08:00
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.4.2"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2020-05-20 17:14:51 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-17 22:47:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-tokio"
|
2022-01-11 07:40:59 +08:00
|
|
|
version = "0.3.1"
|
2021-07-17 22:47:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 07:40:59 +08:00
|
|
|
checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e"
|
2021-07-17 22:47:08 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"libc",
|
|
|
|
"signal-hook",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-10-18 17:01:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.4.9"
|
2020-10-18 17:01:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-08-05 08:10:07 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-10-18 17:01:06 +08:00
|
|
|
|
2021-02-03 18:36:54 +08:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
2023-12-05 09:43:35 +08:00
|
|
|
version = "1.0.7"
|
2021-02-03 18:36:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 09:43:35 +08:00
|
|
|
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
|
2021-02-03 18:36:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "1.15.1"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2022-02-07 13:03:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "smartstring"
|
2022-03-29 08:07:07 +08:00
|
|
|
version = "1.0.1"
|
2022-02-07 13:03:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 08:07:07 +08:00
|
|
|
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
2022-02-07 13:03:04 +08:00
|
|
|
dependencies = [
|
2022-03-29 08:07:07 +08:00
|
|
|
"autocfg",
|
2022-02-07 13:03:04 +08:00
|
|
|
"static_assertions",
|
2022-03-29 08:07:07 +08:00
|
|
|
"version_check",
|
2022-02-07 13:03:04 +08:00
|
|
|
]
|
|
|
|
|
2022-05-02 22:24:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "smawk"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.3.2"
|
2022-05-02 22:24:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
|
2022-05-02 22:24:22 +08:00
|
|
|
|
2022-02-22 11:29:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.5.7"
|
2022-02-22 11:29:19 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2022-02-22 11:29:19 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-09-08 12:08:49 +08:00
|
|
|
"windows-sys 0.52.0",
|
2022-02-22 11:29:19 +08:00
|
|
|
]
|
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2022-02-07 13:03:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2022-01-17 15:28:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "str_indices"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.4.3"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c"
|
2020-10-15 22:32:07 +08:00
|
|
|
|
2023-03-21 08:20:11 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-04-29 09:48:45 +08:00
|
|
|
version = "2.0.101"
|
2023-03-21 08:20:11 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-29 09:48:45 +08:00
|
|
|
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
2023-03-21 08:20:11 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-18 09:04:59 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2025-05-13 21:26:46 +08:00
|
|
|
version = "3.20.0"
|
2022-04-18 09:04:59 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-13 21:26:46 +08:00
|
|
|
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
2022-04-18 09:04:59 +08:00
|
|
|
dependencies = [
|
2023-07-25 09:03:03 +08:00
|
|
|
"fastrand",
|
2025-02-04 07:37:46 +08:00
|
|
|
"getrandom 0.3.1",
|
2024-08-07 03:24:03 +08:00
|
|
|
"once_cell",
|
2025-05-06 21:16:18 +08:00
|
|
|
"rustix 1.0.7",
|
2024-08-13 13:59:42 +08:00
|
|
|
"windows-sys 0.59.0",
|
2022-04-18 09:04:59 +08:00
|
|
|
]
|
|
|
|
|
2022-10-07 02:46:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "termini"
|
2023-05-09 08:29:43 +08:00
|
|
|
version = "1.0.0"
|
2022-10-07 02:46:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-09 08:29:43 +08:00
|
|
|
checksum = "2ad441d87dd98bc5eeb31cf2fb7e4839968763006b478efb38668a3bf9da0d59"
|
2022-10-07 02:46:24 +08:00
|
|
|
dependencies = [
|
2023-05-09 08:29:43 +08:00
|
|
|
"home",
|
2022-10-07 02:46:24 +08:00
|
|
|
]
|
|
|
|
|
2022-05-02 22:24:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2025-03-04 08:09:43 +08:00
|
|
|
version = "0.16.2"
|
2022-05-02 22:24:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
2022-05-02 22:24:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"smawk",
|
|
|
|
"unicode-linebreak",
|
2025-03-04 08:09:43 +08:00
|
|
|
"unicode-width 0.2.0",
|
2022-05-02 22:24:22 +08:00
|
|
|
]
|
|
|
|
|
2020-10-21 15:42:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-11-19 07:42:54 +08:00
|
|
|
version = "1.0.69"
|
2020-10-21 15:42:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 07:42:54 +08:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2020-10-21 15:42:45 +08:00
|
|
|
dependencies = [
|
2024-11-19 07:42:54 +08:00
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2025-03-04 08:09:43 +08:00
|
|
|
version = "2.0.12"
|
2024-11-19 07:42:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
2024-11-19 07:42:54 +08:00
|
|
|
dependencies = [
|
2025-03-04 08:09:43 +08:00
|
|
|
"thiserror-impl 2.0.12",
|
2024-11-19 07:42:54 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-21 15:42:45 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2025-03-04 08:09:43 +08:00
|
|
|
version = "2.0.12"
|
2020-10-21 15:42:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
2020-10-21 15:42:45 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-08 12:08:49 +08:00
|
|
|
"syn",
|
2020-10-21 15:42:45 +08:00
|
|
|
]
|
|
|
|
|
2021-02-24 12:13:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
|
|
dependencies = [
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.8.0"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2020-12-01 08:53:17 +08:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-03-30 21:51:32 +08:00
|
|
|
version = "0.1.1"
|
2020-12-01 08:53:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 21:51:32 +08:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-10-15 22:32:07 +08:00
|
|
|
|
2021-05-06 12:56:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-05-27 21:39:15 +08:00
|
|
|
version = "1.45.1"
|
2021-05-06 12:56:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-27 21:39:15 +08:00
|
|
|
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
2021-05-06 12:56:34 +08:00
|
|
|
dependencies = [
|
2023-07-04 08:13:39 +08:00
|
|
|
"backtrace",
|
2021-05-06 12:56:34 +08:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2024-08-07 03:24:03 +08:00
|
|
|
"mio",
|
2023-03-05 04:53:54 +08:00
|
|
|
"parking_lot",
|
2021-05-06 12:56:34 +08:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2022-02-22 11:29:19 +08:00
|
|
|
"socket2",
|
2021-05-06 12:56:34 +08:00
|
|
|
"tokio-macros",
|
2024-07-30 10:10:47 +08:00
|
|
|
"windows-sys 0.52.0",
|
2021-05-06 12:56:34 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2025-01-14 07:09:54 +08:00
|
|
|
version = "2.5.0"
|
2021-05-06 12:56:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-14 07:09:54 +08:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2021-05-06 12:56:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-08 12:08:49 +08:00
|
|
|
"syn",
|
2021-05-06 12:56:34 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-12-17 08:48:13 +08:00
|
|
|
version = "0.1.17"
|
2021-05-06 12:56:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-17 08:48:13 +08:00
|
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
2021-05-06 12:56:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-03-25 14:26:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "0.8.23"
|
2023-01-25 01:10:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
2023-01-25 01:10:35 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "0.6.11"
|
2023-01-25 01:10:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
2023-01-25 01:10:35 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "0.22.27"
|
2021-03-25 14:26:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
2021-03-25 14:26:25 +08:00
|
|
|
dependencies = [
|
2023-01-25 01:10:35 +08:00
|
|
|
"indexmap",
|
2021-03-25 14:26:25 +08:00
|
|
|
"serde",
|
2023-01-25 01:10:35 +08:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2025-04-29 09:48:45 +08:00
|
|
|
"toml_write",
|
2025-04-07 01:02:20 +08:00
|
|
|
"winnow",
|
2021-03-25 14:26:25 +08:00
|
|
|
]
|
|
|
|
|
2025-04-29 09:48:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "toml_write"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "0.1.2"
|
2025-04-29 09:48:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
2025-04-29 09:48:45 +08:00
|
|
|
|
2020-09-09 13:41:12 +08:00
|
|
|
[[package]]
|
2025-02-21 09:38:14 +08:00
|
|
|
name = "tree-house"
|
2025-06-16 22:27:17 +08:00
|
|
|
version = "0.3.0"
|
2024-03-17 21:42:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-16 22:27:17 +08:00
|
|
|
checksum = "d00ea55222392f171ae004dd13b62edd09d995633abf0c13406a8df3547fb999"
|
2020-09-09 13:41:12 +08:00
|
|
|
dependencies = [
|
2025-02-21 09:38:14 +08:00
|
|
|
"arc-swap",
|
2025-06-10 22:45:32 +08:00
|
|
|
"hashbrown 0.15.4",
|
2025-02-21 09:38:14 +08:00
|
|
|
"kstring",
|
|
|
|
"once_cell",
|
2020-09-09 13:41:12 +08:00
|
|
|
"regex",
|
2025-02-21 09:38:14 +08:00
|
|
|
"regex-cursor",
|
|
|
|
"ropey",
|
|
|
|
"slab",
|
|
|
|
"tree-house-bindings",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tree-house-bindings"
|
2025-06-07 05:14:08 +08:00
|
|
|
version = "0.2.0"
|
2025-02-21 09:38:14 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-07 05:14:08 +08:00
|
|
|
checksum = "690809022f44e3d2329882649724b6e0027ade3fada65e4631d303e744dc32b4"
|
2025-02-21 09:38:14 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libloading",
|
|
|
|
"regex-cursor",
|
|
|
|
"ropey",
|
|
|
|
"thiserror 2.0.12",
|
2020-09-09 13:41:12 +08:00
|
|
|
]
|
|
|
|
|
2025-04-07 01:02:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
|
|
|
2021-03-05 15:07:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "2.7.0"
|
2021-03-05 15:07:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-03-05 15:07:46 +08:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-12-01 16:35:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bom"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "2.0.3"
|
2022-12-01 16:35:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
|
2022-12-01 16:35:23 +08:00
|
|
|
|
2024-06-23 09:05:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-general-category"
|
2024-11-21 01:41:07 +08:00
|
|
|
version = "1.0.0"
|
2024-06-23 09:05:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-21 01:41:07 +08:00
|
|
|
checksum = "24adfe8311434967077a6adff125729161e6e4934d76f6b7c55318ac5c9246d3"
|
2024-06-23 09:05:53 +08:00
|
|
|
|
2022-07-05 10:50:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "1.0.12"
|
2022-07-05 10:50:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-07-05 10:50:12 +08:00
|
|
|
|
2022-05-02 22:24:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-linebreak"
|
2023-09-06 13:01:56 +08:00
|
|
|
version = "0.1.5"
|
2022-05-02 22:24:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 13:01:56 +08:00
|
|
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
2022-05-02 22:24:22 +08:00
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.1.23"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-09-17 10:32:26 +08:00
|
|
|
version = "1.12.0"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 10:32:26 +08:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2020-05-20 17:14:51 +08:00
|
|
|
|
2020-06-01 16:42:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-06-15 09:58:14 +08:00
|
|
|
version = "0.1.12"
|
2020-06-01 16:42:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-15 09:58:14 +08:00
|
|
|
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
|
2020-06-01 16:42:28 +08:00
|
|
|
|
2025-03-04 08:09:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-11-26 08:06:54 +08:00
|
|
|
version = "2.5.4"
|
2020-10-15 22:32:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-26 08:06:54 +08:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2020-10-15 22:32:07 +08:00
|
|
|
dependencies = [
|
2020-12-01 08:53:17 +08:00
|
|
|
"form_urlencoded",
|
2020-10-15 22:32:07 +08:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2021-02-03 18:36:54 +08:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.9.5"
|
2021-02-03 18:36:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2021-02-03 18:36:54 +08:00
|
|
|
|
2020-12-17 17:08:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "2.5.0"
|
2020-12-17 17:08:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2020-12-17 17:08:16 +08:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-10-15 22:32:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-08-05 08:10:07 +08:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-10-23 13:33:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 08:10:07 +08:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-10-23 13:33:09 +08:00
|
|
|
|
2025-02-04 07:37:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.13.3+wasi-0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
|
|
|
|
2022-08-16 07:23:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.93"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2022-08-16 07:23:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-09-08 12:08:49 +08:00
|
|
|
"once_cell",
|
2022-08-16 07:23:26 +08:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.93"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2022-08-16 07:23:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-08 12:08:49 +08:00
|
|
|
"syn",
|
2022-08-16 07:23:26 +08:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.93"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2022-08-16 07:23:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.93"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2022-08-16 07:23:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-08 12:08:49 +08:00
|
|
|
"syn",
|
2022-08-16 07:23:26 +08:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.2.93"
|
2022-08-16 07:23:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2022-08-16 07:23:26 +08:00
|
|
|
|
2021-06-15 05:37:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2025-06-10 22:42:04 +08:00
|
|
|
version = "8.0.0"
|
2021-06-15 05:37:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:42:04 +08:00
|
|
|
checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
|
2021-06-15 05:37:17 +08:00
|
|
|
dependencies = [
|
2024-12-26 00:05:50 +08:00
|
|
|
"env_home",
|
2025-05-06 21:16:18 +08:00
|
|
|
"rustix 1.0.7",
|
2024-03-26 11:55:58 +08:00
|
|
|
"winsafe",
|
2021-06-15 05:37:17 +08:00
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-08-11 22:19:23 +08:00
|
|
|
version = "0.3.9"
|
2020-05-20 17:14:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-11 22:19:23 +08:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-05-20 17:14:51 +08:00
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2020-12-17 17:08:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-09-08 12:08:49 +08:00
|
|
|
version = "0.1.9"
|
2020-12-17 17:08:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2020-12-17 17:08:16 +08:00
|
|
|
dependencies = [
|
2024-09-08 12:08:49 +08:00
|
|
|
"windows-sys 0.59.0",
|
2020-12-17 17:08:16 +08:00
|
|
|
]
|
|
|
|
|
2020-05-20 17:14:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-11-17 21:30:11 +08:00
|
|
|
|
2022-02-07 09:47:57 +08:00
|
|
|
[[package]]
|
2024-09-08 12:08:49 +08:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
2023-03-07 08:53:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-08 12:08:49 +08:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-03-07 08:53:10 +08:00
|
|
|
dependencies = [
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows-targets",
|
2023-03-30 21:51:32 +08:00
|
|
|
]
|
|
|
|
|
2023-04-18 09:06:08 +08:00
|
|
|
[[package]]
|
2025-03-04 08:09:43 +08:00
|
|
|
name = "windows-link"
|
|
|
|
version = "0.1.0"
|
2023-04-18 09:06:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 08:09:43 +08:00
|
|
|
checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
|
2023-04-18 09:06:08 +08:00
|
|
|
|
2023-12-05 09:41:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows-targets",
|
2024-08-07 03:24:03 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows-targets",
|
2023-04-18 09:06:08 +08:00
|
|
|
]
|
|
|
|
|
2023-12-05 09:41:50 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.52.6"
|
2023-12-05 09:41:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-05 09:41:50 +08:00
|
|
|
dependencies = [
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-08-07 03:24:03 +08:00
|
|
|
"windows_i686_gnullvm",
|
2025-03-04 08:09:43 +08:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-12-05 09:41:50 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.52.6"
|
2023-12-05 09:41:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-05 09:41:50 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.52.6"
|
2023-12-05 09:41:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-05 09:41:50 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2023-12-05 09:41:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-05 09:41:50 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.52.6"
|
2023-12-05 09:41:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-05 09:41:50 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.52.6"
|
2023-12-05 09:41:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-05 09:41:50 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.52.6"
|
2023-12-05 09:41:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-05 09:41:50 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-08-07 03:24:03 +08:00
|
|
|
version = "0.52.6"
|
2023-12-05 09:41:50 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 03:24:03 +08:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-05 09:41:50 +08:00
|
|
|
|
2025-02-11 13:53:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2025-06-10 22:45:32 +08:00
|
|
|
version = "0.7.10"
|
2025-02-11 13:53:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-10 22:45:32 +08:00
|
|
|
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
|
2025-02-11 13:53:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-03-26 11:55:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winsafe"
|
|
|
|
version = "0.0.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
|
|
|
2025-02-04 07:37:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
2021-11-17 21:30:11 +08:00
|
|
|
[[package]]
|
|
|
|
name = "xtask"
|
2025-01-20 04:50:39 +08:00
|
|
|
version = "25.1.1"
|
2021-11-17 21:30:11 +08:00
|
|
|
dependencies = [
|
2021-11-22 02:55:08 +08:00
|
|
|
"helix-core",
|
2022-08-26 06:24:09 +08:00
|
|
|
"helix-loader",
|
2021-11-17 21:30:11 +08:00
|
|
|
"helix-term",
|
2022-09-19 21:38:20 +08:00
|
|
|
"helix-view",
|
2021-11-22 02:55:08 +08:00
|
|
|
"toml",
|
2021-11-17 21:30:11 +08:00
|
|
|
]
|
2023-10-24 16:59:38 +08:00
|
|
|
|
2024-11-12 07:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2023-10-24 16:59:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2025-05-13 21:26:46 +08:00
|
|
|
version = "0.8.25"
|
2023-10-24 16:59:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-13 21:26:46 +08:00
|
|
|
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
2023-10-24 16:59:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2025-05-13 21:26:46 +08:00
|
|
|
version = "0.8.25"
|
2023-10-24 16:59:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-13 21:26:46 +08:00
|
|
|
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
2023-10-24 16:59:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-08 12:08:49 +08:00
|
|
|
"syn",
|
2023-10-24 16:59:38 +08:00
|
|
|
]
|
2024-11-12 07:54:14 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2025-04-29 09:48:45 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zlib-rs"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
|