Files
starship/Cargo.lock
T

4539 lines
109 KiB
TOML
Raw Normal View History

2019-04-04 16:59:03 -04:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2021-07-04 21:32:58 +02:00
[[package]]
2024-08-26 02:01:30 +00:00
name = "adler2"
2025-06-16 04:51:47 +00:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
2019-05-13 22:43:11 -06:00
[[package]]
name = "aho-corasick"
version = "1.1.3"
2019-05-13 22:43:11 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2019-05-13 22:43:11 -06:00
dependencies = [
2020-05-14 12:50:43 -04:00
"memchr",
2019-05-13 22:43:11 -06:00
]
[[package]]
name = "allocator-api2"
2024-12-02 05:02:48 +00:00
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 05:02:48 +00:00
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-03-28 23:42:29 +00:00
[[package]]
name = "anstream"
2025-08-11 04:36:28 +00:00
version = "0.6.20"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 04:36:28 +00:00
checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
2023-03-28 23:42:29 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
2023-03-28 23:42:29 +00:00
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
2023-03-28 23:42:29 +00:00
"utf8parse",
]
[[package]]
name = "anstyle"
2025-06-09 00:38:27 +00:00
version = "1.0.11"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
2023-03-28 23:42:29 +00:00
[[package]]
name = "anstyle-parse"
2025-06-09 00:38:27 +00:00
version = "0.2.7"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
2023-03-28 23:42:29 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2025-08-11 04:36:28 +00:00
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 04:36:28 +00:00
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
dependencies = [
2025-08-11 04:36:28 +00:00
"windows-sys 0.60.2",
]
2023-03-28 23:42:29 +00:00
[[package]]
name = "anstyle-wincon"
2025-08-11 04:36:28 +00:00
version = "3.0.10"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 04:36:28 +00:00
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
2023-03-28 23:42:29 +00:00
dependencies = [
"anstyle",
2025-06-02 05:43:45 +00:00
"once_cell_polyfill",
2025-08-11 04:36:28 +00:00
"windows-sys 0.60.2",
2023-03-28 23:42:29 +00:00
]
[[package]]
name = "anyhow"
2025-08-20 20:37:13 +00:00
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
[[package]]
name = "arc-swap"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "arraydeque"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
[[package]]
name = "arrayvec"
2024-08-26 02:01:30 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-26 02:01:30 +00:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "async-broadcast"
2024-12-30 00:33:43 +00:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-30 00:33:43 +00:00
checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
dependencies = [
2024-06-03 02:06:21 +00:00
"event-listener",
"event-listener-strategy",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-channel"
2025-07-07 01:31:51 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-07 01:31:51 +00:00
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
dependencies = [
"concurrent-queue",
2024-06-03 02:06:21 +00:00
"event-listener-strategy",
"futures-core",
2023-12-30 17:28:50 +01:00
"pin-project-lite",
]
[[package]]
name = "async-executor"
2025-05-05 02:49:38 +00:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-05 02:49:38 +00:00
checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
2025-05-05 02:49:38 +00:00
"pin-project-lite",
"slab",
]
2023-10-26 20:43:01 +02:00
[[package]]
name = "async-io"
2025-07-21 01:06:14 +00:00
version = "2.5.0"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 01:06:14 +00:00
checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
2023-10-26 20:43:01 +02:00
dependencies = [
"async-lock",
2023-10-26 20:43:01 +02:00
"cfg-if",
"concurrent-queue",
"futures-io",
"futures-lite",
2023-10-26 20:43:01 +02:00
"parking",
"polling",
2025-06-02 05:43:45 +00:00
"rustix",
2023-10-26 20:43:01 +02:00
"slab",
2025-07-21 01:06:14 +00:00
"windows-sys 0.60.2",
2023-10-26 20:43:01 +02:00
]
2023-12-30 17:28:50 +01:00
[[package]]
name = "async-lock"
2025-08-04 06:01:27 +00:00
version = "3.4.1"
2023-12-30 17:28:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
2023-12-30 17:28:50 +01:00
dependencies = [
2024-06-03 02:06:21 +00:00
"event-listener",
"event-listener-strategy",
2023-12-30 17:28:50 +01:00
"pin-project-lite",
]
[[package]]
name = "async-process"
2025-07-21 01:06:14 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 01:06:14 +00:00
checksum = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00"
dependencies = [
"async-channel",
"async-io",
"async-lock",
2023-10-26 20:43:01 +02:00
"async-signal",
"async-task",
"blocking",
"cfg-if",
2024-06-03 02:06:21 +00:00
"event-listener",
"futures-lite",
2025-06-02 05:43:45 +00:00
"rustix",
]
[[package]]
name = "async-recursion"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2023-10-26 20:43:01 +02:00
]
[[package]]
name = "async-signal"
2025-07-21 01:06:14 +00:00
version = "0.2.12"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 01:06:14 +00:00
checksum = "f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1"
2023-10-26 20:43:01 +02:00
dependencies = [
"async-io",
"async-lock",
2023-10-26 20:43:01 +02:00
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
2025-06-02 05:43:45 +00:00
"rustix",
2023-10-26 20:43:01 +02:00
"signal-hook-registry",
"slab",
2025-07-21 01:06:14 +00:00
"windows-sys 0.60.2",
]
[[package]]
name = "async-task"
version = "4.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
[[package]]
name = "async-trait"
2025-08-20 20:37:13 +00:00
version = "0.1.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
[[package]]
name = "atomic-waker"
2023-10-26 20:43:01 +02:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 20:43:01 +02:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "attr_alias"
2025-06-23 01:01:36 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 01:01:36 +00:00
checksum = "bae8b324516337682f0c5775228eb9f7de5ef508f8b3fbe0e832c68270c2e6f0"
2020-01-15 23:56:59 -05:00
[[package]]
name = "autocfg"
2025-06-23 01:01:36 +00:00
version = "1.5.0"
2020-01-15 23:56:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 01:01:36 +00:00
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
2020-01-15 23:56:59 -05:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2019-04-01 23:23:03 -04:00
[[package]]
name = "bitflags"
version = "1.3.2"
2019-04-01 23:23:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-04-01 23:23:03 -04:00
[[package]]
name = "bitflags"
2025-08-20 20:37:13 +00:00
version = "2.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29"
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
2021-10-05 16:27:25 -07:00
[[package]]
name = "block-buffer"
version = "0.10.4"
2021-10-05 16:27:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2021-10-05 16:27:25 -07:00
dependencies = [
"generic-array",
]
2025-04-12 12:07:37 +02:00
[[package]]
name = "block2"
2025-04-21 02:32:08 +00:00
version = "0.6.1"
2025-04-12 12:07:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-21 02:32:08 +00:00
checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2025-04-12 12:07:37 +02:00
dependencies = [
"objc2",
]
[[package]]
name = "blocking"
2025-07-07 01:31:51 +00:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-07 01:31:51 +00:00
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
dependencies = [
"async-channel",
"async-task",
2023-10-26 20:43:01 +02:00
"futures-io",
"futures-lite",
2023-10-26 20:43:01 +02:00
"piper",
]
[[package]]
name = "bstr"
2025-04-12 12:07:37 +02:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-12 12:07:37 +02:00
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
dependencies = [
"memchr",
2023-10-26 20:43:01 +02:00
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
2025-06-30 05:25:50 +00:00
version = "3.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-30 05:25:50 +00:00
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytesize"
2025-04-04 18:22:40 +02:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659"
2019-04-04 14:18:15 -04:00
[[package]]
name = "cc"
2025-08-20 20:37:13 +00:00
version = "1.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f"
2024-08-26 02:01:30 +00:00
dependencies = [
"shlex",
]
[[package]]
name = "cfg-if"
2025-08-20 20:37:13 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2024-07-01 02:09:18 +00:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2019-05-13 22:43:11 -06:00
[[package]]
name = "chrono"
version = "0.4.41"
2019-05-13 22:43:11 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2019-05-13 22:43:11 -06:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
2020-05-14 12:50:43 -04:00
"num-traits",
"wasm-bindgen",
"windows-link",
2019-05-13 22:43:11 -06:00
]
2019-04-01 23:23:03 -04:00
[[package]]
name = "clap"
version = "4.5.45"
2019-04-01 23:23:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
2019-04-01 23:23:03 -04:00
dependencies = [
2023-03-28 00:55:49 +00:00
"clap_builder",
2022-01-04 10:49:42 +01:00
"clap_derive",
2023-03-28 00:55:49 +00:00
]
[[package]]
name = "clap_builder"
2025-08-11 22:30:14 +00:00
version = "4.5.44"
2023-03-28 00:55:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 22:30:14 +00:00
checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
2023-03-28 00:55:49 +00:00
dependencies = [
2023-03-28 23:42:29 +00:00
"anstream",
"anstyle",
"clap_lex",
"strsim",
2022-01-04 10:49:42 +01:00
"unicase",
"unicode-width",
2022-01-04 10:49:42 +01:00
]
[[package]]
name = "clap_complete"
2025-08-11 22:30:14 +00:00
version = "4.5.57"
2022-01-04 10:49:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 22:30:14 +00:00
checksum = "4d9501bd3f5f09f7bbee01da9a511073ed30a80cd7a509f1214bb74eadea71ad"
2022-01-04 10:49:42 +01:00
dependencies = [
"clap",
]
[[package]]
name = "clap_complete_nushell"
2025-07-10 03:49:28 +00:00
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 03:49:28 +00:00
checksum = "0a0c951694691e65bf9d421d597d68416c22de9632e884c28412cb8cd8b73dce"
dependencies = [
"clap",
"clap_complete",
]
2022-01-04 10:49:42 +01:00
[[package]]
name = "clap_derive"
version = "4.5.45"
2022-01-04 10:49:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6"
2022-01-04 10:49:42 +01:00
dependencies = [
"heck",
2022-01-04 10:49:42 +01:00
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2019-04-01 23:23:03 -04:00
]
[[package]]
name = "clap_lex"
2025-06-16 04:51:47 +00:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
[[package]]
name = "clru"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2023-03-28 23:42:29 +00:00
[[package]]
name = "colorchoice"
2025-06-09 00:38:27 +00:00
version = "1.0.4"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
2023-03-28 23:42:29 +00:00
[[package]]
name = "concurrent-queue"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "const-random"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
dependencies = [
"const-random-macro",
]
[[package]]
name = "const-random-macro"
2023-10-26 20:43:01 +02:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 20:43:01 +02:00
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
dependencies = [
"getrandom 0.2.16",
"once_cell",
"tiny-keccak",
]
[[package]]
name = "const_format"
2024-12-09 02:00:18 +00:00
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 02:00:18 +00:00
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2024-12-09 02:00:18 +00:00
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 02:00:18 +00:00
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "core-foundation"
2025-06-02 05:43:45 +00:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-02 05:43:45 +00:00
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-08-12 02:16:29 +00:00
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 02:16:29 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2021-10-05 16:27:25 -07:00
[[package]]
name = "cpufeatures"
2025-01-27 05:48:18 +00:00
version = "0.2.17"
2021-10-05 16:27:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-27 05:48:18 +00:00
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
2021-10-05 16:27:25 -07:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2025-07-14 01:04:14 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-14 01:04:14 +00:00
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
dependencies = [
"cfg-if",
]
2020-08-25 05:22:11 +00:00
[[package]]
name = "crossbeam-channel"
2025-04-12 12:07:37 +02:00
version = "0.5.15"
2020-08-25 05:22:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-12 12:07:37 +02:00
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
2020-08-25 05:22:11 +00:00
dependencies = [
2021-01-02 15:31:49 -05:00
"crossbeam-utils",
2020-08-25 05:22:11 +00:00
]
[[package]]
name = "crossbeam-deque"
2024-12-16 00:18:46 +00:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 00:18:46 +00:00
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [
2020-05-14 12:50:43 -04:00
"crossbeam-epoch",
2021-01-02 15:31:49 -05:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
2021-01-02 15:31:49 -05:00
"crossbeam-utils",
]
2019-11-13 01:20:03 +09:00
[[package]]
name = "crossbeam-utils"
2024-12-16 00:18:46 +00:00
version = "0.8.21"
2020-10-22 05:20:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 00:18:46 +00:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2020-10-22 05:20:45 +00:00
[[package]]
name = "crunchy"
2025-06-30 05:25:50 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-30 05:25:50 +00:00
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
2022-03-10 12:01:38 -06:00
"typenum",
]
[[package]]
name = "dashmap"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
]
[[package]]
name = "deelevate"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c7397f8c48906dd9b5afc75001368c979418e5dff5575998a831eb2319b424e"
dependencies = [
"lazy_static",
"pathsearch",
"rand 0.8.5",
"shared_library",
"termwiz",
"winapi",
]
2023-08-22 11:27:27 +00:00
[[package]]
name = "deranged"
2025-04-12 12:07:37 +02:00
version = "0.4.0"
2023-08-22 11:27:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-12 12:07:37 +02:00
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
2023-10-26 20:43:01 +02:00
dependencies = [
"powerfmt",
]
2023-08-22 11:27:27 +00:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
2021-10-05 16:27:25 -07:00
[[package]]
name = "digest"
version = "0.10.7"
2021-10-05 16:27:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2021-10-05 16:27:25 -07:00
dependencies = [
"block-buffer 0.10.4",
"crypto-common",
]
2022-06-26 22:27:32 +02:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
dependencies = [
"dirs-sys 0.5.0",
2022-06-26 22:27:32 +02:00
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users 0.4.6",
"winapi",
]
[[package]]
name = "dirs-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
dependencies = [
"libc",
"option-ext",
2025-08-04 06:01:27 +00:00
"redox_users 0.5.2",
"windows-sys 0.60.2",
]
2025-04-21 02:32:08 +00:00
[[package]]
name = "dispatch2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
2025-04-21 02:32:08 +00:00
"objc2",
]
2024-11-18 05:04:29 +00:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2024-11-18 05:04:29 +00:00
]
[[package]]
name = "dlv-list"
2023-10-26 20:43:01 +02:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 20:43:01 +02:00
checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
dependencies = [
"const-random",
]
2021-06-29 18:46:41 -05:00
[[package]]
name = "downcast"
version = "0.11.0"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
2021-06-29 18:46:41 -05:00
2022-02-24 00:32:35 +01:00
[[package]]
name = "dunce"
version = "1.0.5"
2022-02-24 00:32:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2022-02-24 00:32:35 +01:00
[[package]]
name = "dyn-clone"
2025-07-28 03:34:03 +00:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-28 03:34:03 +00:00
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
[[package]]
name = "either"
2025-03-09 21:48:08 +00:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "encoding_rs"
2024-10-28 02:13:43 +00:00
version = "0.8.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-28 02:13:43 +00:00
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
dependencies = [
"cfg-if",
]
[[package]]
name = "endi"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
[[package]]
name = "enumflags2"
2025-06-16 04:51:47 +00:00
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2025-06-16 04:51:47 +00:00
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
[[package]]
name = "env_home"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
2023-06-24 04:24:24 +00:00
[[package]]
name = "equivalent"
2025-03-09 21:48:08 +00:00
version = "1.0.2"
2023-06-24 04:24:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2023-06-24 04:24:24 +00:00
2022-05-04 15:40:44 -05:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno"
2025-06-23 01:01:36 +00:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 01:01:36 +00:00
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
dependencies = [
"libc",
2025-06-23 01:01:36 +00:00
"windows-sys 0.60.2",
]
2022-05-04 15:40:44 -05:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "event-listener"
2025-08-04 06:01:27 +00:00
version = "5.4.1"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
2023-10-26 20:43:01 +02:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2023-08-22 11:27:27 +00:00
[[package]]
name = "event-listener-strategy"
2025-04-04 18:22:40 +02:00
version = "0.5.4"
2023-08-22 11:27:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
dependencies = [
2024-06-03 02:06:21 +00:00
"event-listener",
"pin-project-lite",
]
2023-08-22 11:27:27 +00:00
[[package]]
name = "faster-hex"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
2024-10-23 23:51:16 +00:00
dependencies = [
"heapless",
2024-10-23 23:51:16 +00:00
"serde",
]
[[package]]
name = "fastrand"
2024-12-09 02:00:18 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 02:00:18 +00:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]]
name = "filedescriptor"
2025-03-09 21:48:08 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
dependencies = [
"libc",
2024-11-24 10:19:16 +00:00
"thiserror 1.0.69",
"winapi",
]
[[package]]
name = "filetime"
2024-09-02 00:08:10 +00:00
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 00:08:10 +00:00
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
dependencies = [
"cfg-if",
"libc",
2024-08-12 02:16:29 +00:00
"libredox",
"windows-sys 0.59.0",
]
[[package]]
name = "flate2"
2025-06-09 00:38:27 +00:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
dependencies = [
"crc32fast",
2025-04-12 11:44:44 +02:00
"libz-rs-sys",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foldhash"
2025-03-17 03:26:20 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-17 03:26:20 +00:00
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2021-01-02 15:31:49 -05:00
[[package]]
name = "form_urlencoded"
2023-12-30 17:28:50 +01:00
version = "1.2.1"
2021-01-02 15:31:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-30 17:28:50 +01:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2021-01-02 15:31:49 -05:00
dependencies = [
"percent-encoding",
]
2023-02-28 19:22:02 +01:00
[[package]]
name = "fragile"
2025-04-04 18:22:40 +02:00
version = "2.0.1"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619"
2022-05-04 15:40:44 -05:00
[[package]]
name = "futures-core"
2024-10-07 00:52:32 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-07 00:52:32 +00:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-io"
2024-10-07 00:52:32 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-07 00:52:32 +00:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2023-12-30 17:28:50 +01:00
[[package]]
name = "futures-lite"
2025-08-04 06:01:27 +00:00
version = "2.6.1"
2023-12-30 17:28:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2023-12-30 17:28:50 +01:00
dependencies = [
"fastrand",
2023-12-30 17:28:50 +01:00
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
2021-10-05 16:27:25 -07:00
[[package]]
name = "generic-array"
version = "0.14.7"
2021-10-05 16:27:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-10-05 16:27:25 -07:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
dependencies = [
"cfg-if",
"libc",
2025-06-16 04:51:47 +00:00
"wasi 0.11.1+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2025-05-12 05:54:43 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
dependencies = [
"cfg-if",
"libc",
2025-04-04 18:22:40 +02:00
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
]
2019-04-07 16:43:11 -04:00
[[package]]
name = "gix"
version = "0.73.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514c29cc879bdc0286b0cbc205585a49b252809eb86c69df4ce4f855ee75f635"
dependencies = [
"gix-actor",
"gix-attributes",
"gix-command",
2023-06-06 21:07:41 +00:00
"gix-commitgraph",
"gix-config",
"gix-date",
"gix-diff",
"gix-dir",
"gix-discover",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-filter",
2023-08-22 11:27:27 +00:00
"gix-fs",
"gix-glob",
"gix-hash",
"gix-hashtable",
"gix-ignore",
"gix-index",
"gix-lock",
"gix-object",
"gix-odb",
"gix-pack",
"gix-path",
"gix-pathspec",
"gix-protocol",
"gix-ref",
"gix-refspec",
"gix-revision",
2023-09-11 07:46:21 +02:00
"gix-revwalk",
"gix-sec",
"gix-shallow",
"gix-status",
"gix-submodule",
"gix-tempfile",
2023-06-22 11:43:21 +00:00
"gix-trace",
"gix-traverse",
"gix-url",
"gix-utils",
"gix-validate",
"gix-worktree",
"once_cell",
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-actor"
2025-08-20 20:37:13 +00:00
version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "2d36dcf9efe32b51b12dfa33cedff8414926124e760a32f9e7a6b5580d280967"
dependencies = [
"bstr",
"gix-date",
"gix-utils",
"itoa",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
2025-04-12 11:44:44 +02:00
"winnow",
]
[[package]]
name = "gix-attributes"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45442188216d08a5959af195f659cb1f244a50d7d2d0c3873633b1cd7135f638"
dependencies = [
"bstr",
"gix-glob",
"gix-path",
"gix-quote",
"gix-trace",
"kstring",
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
"unicode-bom",
]
[[package]]
name = "gix-bitmap"
2025-01-18 16:36:49 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-18 16:36:49 +00:00
checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
dependencies = [
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-chunk"
2025-01-18 16:36:49 +00:00
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-18 16:36:49 +00:00
checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
dependencies = [
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-command"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b31b65ca48a352ae86312b27a514a0c661935f96b481ac8b4371f65815eb196"
dependencies = [
"bstr",
"gix-path",
2025-04-12 11:44:44 +02:00
"gix-quote",
"gix-trace",
"shell-words",
]
2023-06-06 21:07:41 +00:00
[[package]]
name = "gix-commitgraph"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb23121e952f43a5b07e3e80890336cb847297467a410475036242732980d06"
dependencies = [
"bstr",
2023-06-06 21:07:41 +00:00
"gix-chunk",
"gix-hash",
2023-06-30 21:14:53 +00:00
"memmap2",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-config"
version = "0.46.0"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfb898c5b695fd4acfc3c0ab638525a65545d47706064dcf7b5ead6cdb136c0"
2019-04-07 16:43:11 -04:00
dependencies = [
"bstr",
"gix-config-value",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-glob",
"gix-path",
"gix-ref",
"gix-sec",
"memchr",
"once_cell",
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
"unicode-bom",
2025-04-12 11:44:44 +02:00
"winnow",
]
[[package]]
name = "gix-config-value"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f012703eb67e263c6c1fc96649fec47694dd3e5d2a91abfc65e4a6a6dc85309"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
"bstr",
"gix-path",
"libc",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-date"
2025-08-20 20:37:13 +00:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "996b6b90bafb287330af92b274c3e64309dc78359221d8612d11cd10c8b9fe1c"
dependencies = [
"bstr",
"itoa",
"jiff",
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-diff"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de854852010d44a317f30c92d67a983e691c9478c8a3fb4117c1f48626bcdea8"
dependencies = [
2023-12-06 18:16:35 +00:00
"bstr",
"gix-attributes",
"gix-command",
"gix-filter",
"gix-fs",
"gix-hash",
"gix-index",
"gix-object",
"gix-path",
"gix-pathspec",
"gix-tempfile",
"gix-trace",
"gix-traverse",
"gix-worktree",
"imara-diff",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-dir"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad34e4f373f94902df1ba1d2a1df3a1b29eacd15e316ac5972d842e31422dd7"
dependencies = [
"bstr",
"gix-discover",
"gix-fs",
"gix-ignore",
"gix-index",
"gix-object",
"gix-path",
"gix-pathspec",
"gix-trace",
"gix-utils",
"gix-worktree",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-discover"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb180c91ca1a2cf53e828bb63d8d8f8fa7526f49b83b33d7f46cbeb5d79d30a"
dependencies = [
"bstr",
"dunce",
2024-01-23 11:08:14 +00:00
"gix-fs",
"gix-hash",
"gix-path",
"gix-ref",
"gix-sec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-features"
2025-08-04 06:01:27 +00:00
version = "0.43.1"
2023-07-19 12:03:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "cd1543cd9b8abcbcebaa1a666a5c168ee2cda4dea50d3961ee0e6d1c42f81e5b"
dependencies = [
"crc32fast",
"crossbeam-channel",
"flate2",
2025-04-12 12:07:37 +02:00
"gix-path",
2023-06-22 11:43:21 +00:00
"gix-trace",
2024-01-23 11:08:14 +00:00
"gix-utils",
"libc",
"once_cell",
2023-03-01 09:32:16 +00:00
"parking_lot",
"prodash",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
"walkdir",
]
[[package]]
name = "gix-filter"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa6571a3927e7ab10f64279a088e0dae08e8da05547771796d7389bbe28ad9ff"
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-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-fs"
2025-08-20 20:37:13 +00:00
version = "0.16.1"
2023-07-19 12:03:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "9a4d90307d064fa7230e0f87b03231be28f8ba63b913fc15346f489519d0c304"
2023-07-19 12:03:21 +00:00
dependencies = [
2025-04-12 11:44:44 +02:00
"bstr",
"fastrand",
2023-08-22 11:27:27 +00:00
"gix-features",
2025-04-12 11:44:44 +02:00
"gix-path",
2024-01-23 11:08:14 +00:00
"gix-utils",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-glob"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b947db8366823e7a750c254f6bb29e27e17f27e457bf336ba79b32423db62cd5"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
"bstr",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-path",
]
[[package]]
name = "gix-hash"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "251fad79796a731a2a7664d9ea95ee29a9e99474de2769e152238d4fdb69d50e"
dependencies = [
2023-08-22 11:27:27 +00:00
"faster-hex",
2025-04-12 11:44:44 +02:00
"gix-features",
"sha1-checked",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-hashtable"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c35300b54896153e55d53f4180460931ccd69b7e8d2f6b9d6401122cdedc4f07"
dependencies = [
"gix-hash",
2025-08-11 04:36:28 +00:00
"hashbrown 0.15.5",
"parking_lot",
]
[[package]]
name = "gix-ignore"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "564d6fddf46e2c981f571b23d6ad40cb08bddcaf6fc7458b1d49727ad23c2870"
dependencies = [
"bstr",
"gix-glob",
"gix-path",
"gix-trace",
"unicode-bom",
]
[[package]]
name = "gix-index"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af39fde3ce4ce11371d9ce826f2936ec347318f2d1972fe98c2e7134e267e25"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
"bstr",
"filetime",
"fnv",
"gix-bitmap",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
"gix-object",
"gix-traverse",
"gix-utils",
"gix-validate",
2025-08-11 04:36:28 +00:00
"hashbrown 0.15.5",
2022-08-18 14:22:51 +08:00
"itoa",
2023-12-06 18:16:35 +00:00
"libc",
2023-06-30 21:14:53 +00:00
"memmap2",
2025-06-02 05:43:45 +00:00
"rustix",
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-lock"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fa71da90365668a621e184eb5b979904471af1b3b09b943a84bc50e8ad42ed"
dependencies = [
"gix-tempfile",
2023-06-06 21:07:41 +00:00
"gix-utils",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-object"
2025-08-20 20:37:13 +00:00
version = "0.50.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "d69ce108ab67b65fbd4fb7e1331502429d78baeb2eee10008bdef55765397c07"
dependencies = [
"bstr",
"gix-actor",
2023-06-22 11:43:21 +00:00
"gix-date",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-hash",
2024-10-23 23:51:16 +00:00
"gix-hashtable",
"gix-path",
"gix-utils",
"gix-validate",
"itoa",
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
2025-04-12 11:44:44 +02:00
"winnow",
]
[[package]]
name = "gix-odb"
version = "0.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c9d7af10fda9df0bb4f7f9bd507963560b3c66cb15a5b825caf752e0eb109ac"
dependencies = [
"arc-swap",
2023-06-22 11:43:21 +00:00
"gix-date",
2023-08-22 11:27:27 +00:00
"gix-features",
2024-01-23 11:08:14 +00:00
"gix-fs",
"gix-hash",
2024-10-23 23:51:16 +00:00
"gix-hashtable",
"gix-object",
"gix-pack",
"gix-path",
"gix-quote",
2023-03-01 09:32:16 +00:00
"parking_lot",
"tempfile",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-pack"
version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8571df89bfca5abb49c3e3372393f7af7e6f8b8dbe2b96303593cef5b263019"
dependencies = [
"clru",
"gix-chunk",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-path",
2023-06-30 21:14:53 +00:00
"memmap2",
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
"uluru",
]
[[package]]
name = "gix-packetline"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2592fbd36249a2fea11056f7055cc376301ef38d903d157de41998335bbf1f93"
dependencies = [
"bstr",
"faster-hex",
"gix-trace",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-packetline-blocking"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4e706f328cd494cc8f932172e123a72b9a4711b0db5e411681432a89bd4c94"
dependencies = [
"bstr",
"faster-hex",
"gix-trace",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-path"
2025-08-04 06:01:27 +00:00
version = "0.10.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "06d37034a4c67bbdda76f7bcd037b2f7bc0fba0c09a6662b19697a5716e7b2fd"
dependencies = [
"bstr",
2023-06-22 11:43:21 +00:00
"gix-trace",
"gix-validate",
"home",
"once_cell",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-pathspec"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daedead611c9bd1f3640dc90a9012b45f790201788af4d659f28d94071da7fba"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
"bstr",
"gix-attributes",
"gix-config-value",
"gix-glob",
"gix-path",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-protocol"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b4b807c47ffcf7c1e5b8119585368a56449f3493da93b931e1d4239364e922"
dependencies = [
"bstr",
"gix-date",
"gix-features",
"gix-hash",
"gix-ref",
"gix-shallow",
"gix-transport",
"gix-utils",
"maybe-async",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
2025-04-12 11:44:44 +02:00
"winnow",
]
[[package]]
name = "gix-quote"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd"
dependencies = [
"bstr",
"gix-utils",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-ref"
2025-08-20 20:37:13 +00:00
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "b966f578079a42f4a51413b17bce476544cca1cf605753466669082f94721758"
dependencies = [
"gix-actor",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
"gix-object",
"gix-path",
"gix-tempfile",
2024-01-23 11:08:14 +00:00
"gix-utils",
"gix-validate",
2023-06-30 21:14:53 +00:00
"memmap2",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
2025-04-12 11:44:44 +02:00
"winnow",
]
2022-08-27 20:24:18 +08:00
[[package]]
name = "gix-refspec"
version = "0.31.0"
2022-08-27 20:24:18 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d29cae1ae31108826e7156a5e60bffacab405f4413f5bc0375e19772cce0055"
2022-08-27 20:24:18 +08:00
dependencies = [
"bstr",
"gix-hash",
"gix-revision",
"gix-validate",
2022-08-27 20:24:18 +08:00
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
2022-08-27 20:24:18 +08:00
]
[[package]]
name = "gix-revision"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f651f2b1742f760bb8161d6743229206e962b73d9c33c41f4e4aefa6586cbd3d"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
"bstr",
2024-10-23 23:51:16 +00:00
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
2023-08-22 11:27:27 +00:00
"gix-trace",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-revwalk"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06e74f91709729e099af6721bd0fa7d62f243f2005085152301ca5cdd86ec02c"
dependencies = [
"gix-commitgraph",
2023-06-22 11:43:21 +00:00
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
2023-06-06 21:07:41 +00:00
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-sec"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09f7053ed7c66633b56c57bc6ed3377be3166eaf3dc2df9f1c5ec446df6fdf2c"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
"gix-path",
"libc",
"windows-sys 0.59.0",
]
[[package]]
name = "gix-shallow"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d936745103243ae4c510f19e0760ce73fb0f08096588fdbe0f0d7fb7ce8944b7"
dependencies = [
"bstr",
"gix-hash",
"gix-lock",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-status"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4afff9b34eeececa8bdc32b42fb318434b6b1391d9f8d45fe455af08dc2d35"
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",
"portable-atomic",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-submodule"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "657cc5dd43cbc7a14d9c5aaf02cfbe9c2a15d077cded3f304adb30ef78852d3e"
dependencies = [
"bstr",
"gix-config",
"gix-path",
"gix-pathspec",
"gix-refspec",
"gix-url",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-tempfile"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "666c0041bcdedf5fa05e9bef663c897debab24b7dc1741605742412d1d47da57"
dependencies = [
"dashmap",
2023-08-22 11:27:27 +00:00
"gix-fs",
"libc",
"once_cell",
2023-03-01 09:32:16 +00:00
"parking_lot",
"tempfile",
]
2023-06-22 11:43:21 +00:00
[[package]]
name = "gix-trace"
version = "0.1.13"
2023-06-22 11:43:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2ccaf54b0b1743a695b482ca0ab9d7603744d8d10b2e5d1a332fef337bee658"
2023-06-22 11:43:21 +00:00
[[package]]
name = "gix-transport"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f7cc0179fc89d53c54e1f9ce51229494864ab4bf136132d69db1b011741ca3"
dependencies = [
"bstr",
"gix-command",
"gix-features",
"gix-packetline",
"gix-quote",
"gix-sec",
"gix-url",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-traverse"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7cdc82509d792ba0ad815f86f6b469c7afe10f94362e96c4494525a6601bdd5"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
"gix-commitgraph",
2023-06-22 11:43:21 +00:00
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
"smallvec",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-url"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b76a9d266254ad287ffd44467cd88e7868799b08f4d52e02d942b93e514d16f"
dependencies = [
"bstr",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-path",
"percent-encoding",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
2020-05-14 12:50:43 -04:00
"url",
2019-04-07 16:43:11 -04:00
]
[[package]]
name = "gix-utils"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
dependencies = [
"bstr",
"fastrand",
2024-01-23 11:08:14 +00:00
"unicode-normalization",
]
[[package]]
name = "gix-validate"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
dependencies = [
"bstr",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "gix-worktree"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55f625ac9126c19bef06dbc6d2703cdd7987e21e35b497bb265ac37d383877b1"
dependencies = [
"bstr",
"gix-attributes",
"gix-features",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-ignore",
"gix-index",
"gix-object",
"gix-path",
"gix-validate",
]
2022-05-04 15:40:44 -05:00
[[package]]
name = "guess_host_triple"
version = "0.1.5"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66ee077a175fc45cc3232e1654d43a2f696fbe5ea843bffe24adae90f9461ff4"
2022-05-04 15:40:44 -05:00
dependencies = [
"errno 0.2.8",
2022-05-04 15:40:44 -05:00
"libc",
"log",
"winapi",
]
[[package]]
name = "hash32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
dependencies = [
"byteorder",
]
2023-06-24 04:24:24 +00:00
[[package]]
name = "hashbrown"
version = "0.14.5"
2023-06-24 04:24:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-06-24 04:24:24 +00:00
[[package]]
name = "hashbrown"
2025-08-11 04:36:28 +00:00
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 04:36:28 +00:00
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
[[package]]
name = "hashlink"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
dependencies = [
2025-08-11 04:36:28 +00:00
"hashbrown 0.15.5",
]
[[package]]
name = "heapless"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
dependencies = [
"hash32",
"stable_deref_trait",
]
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
2025-06-16 04:51:47 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-05-04 15:40:44 -05:00
[[package]]
name = "home"
version = "0.5.11"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2022-05-04 15:40:44 -05:00
dependencies = [
"windows-sys 0.59.0",
2022-05-04 15:40:44 -05:00
]
[[package]]
name = "iana-time-zone"
2025-04-04 18:22:40 +02:00
version = "0.1.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
2025-04-04 18:22:40 +02:00
"log",
"wasm-bindgen",
2025-04-12 12:07:37 +02:00
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2024-11-18 05:04:29 +00:00
[[package]]
name = "icu_collections"
2025-05-12 05:54:43 +00:00
version = "2.0.0"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
2024-11-18 05:04:29 +00:00
dependencies = [
"displaydoc",
2025-05-12 05:54:43 +00:00
"potential_utf",
2024-11-18 05:04:29 +00:00
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
2025-05-12 05:54:43 +00:00
name = "icu_locale_core"
version = "2.0.0"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
2024-11-18 05:04:29 +00:00
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_normalizer"
2025-05-12 05:54:43 +00:00
version = "2.0.0"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
2024-11-18 05:04:29 +00:00
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
2025-05-12 05:54:43 +00:00
version = "2.0.0"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
2024-11-18 05:04:29 +00:00
[[package]]
name = "icu_properties"
2025-06-02 05:43:45 +00:00
version = "2.0.1"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-02 05:43:45 +00:00
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
2024-11-18 05:04:29 +00:00
dependencies = [
"displaydoc",
"icu_collections",
2025-05-12 05:54:43 +00:00
"icu_locale_core",
2024-11-18 05:04:29 +00:00
"icu_properties_data",
"icu_provider",
2025-05-12 05:54:43 +00:00
"potential_utf",
"zerotrie",
2024-11-18 05:04:29 +00:00
"zerovec",
]
[[package]]
name = "icu_properties_data"
2025-06-02 05:43:45 +00:00
version = "2.0.1"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-02 05:43:45 +00:00
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2024-11-18 05:04:29 +00:00
[[package]]
name = "icu_provider"
2025-05-12 05:54:43 +00:00
version = "2.0.0"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2024-11-18 05:04:29 +00:00
dependencies = [
"displaydoc",
2025-05-12 05:54:43 +00:00
"icu_locale_core",
2024-11-18 05:04:29 +00:00
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
2025-05-12 05:54:43 +00:00
"zerotrie",
2024-11-18 05:04:29 +00:00
"zerovec",
]
2019-04-07 16:43:11 -04:00
[[package]]
name = "idna"
2024-11-18 05:04:29 +00:00
version = "1.0.3"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-18 05:04:29 +00:00
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2019-04-07 16:43:11 -04:00
dependencies = [
2024-11-18 05:04:29 +00:00
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
2025-05-12 05:54:43 +00:00
version = "1.2.1"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2024-11-18 05:04:29 +00:00
dependencies = [
"icu_normalizer",
"icu_properties",
2019-04-07 16:43:11 -04:00
]
[[package]]
name = "imara-diff"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
dependencies = [
2025-08-11 04:36:28 +00:00
"hashbrown 0.15.5",
]
2023-06-24 04:24:24 +00:00
[[package]]
name = "indexmap"
version = "2.10.0"
2023-06-24 04:24:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
2023-06-24 04:24:24 +00:00
dependencies = [
"equivalent",
2025-08-11 04:36:28 +00:00
"hashbrown 0.15.5",
"serde",
2023-06-24 04:24:24 +00: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",
]
[[package]]
name = "is_debug"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fe266d2e243c931d8190177f20bf7f24eed45e96f39e87dc49a27b32d12d407"
[[package]]
name = "is_terminal_polyfill"
2024-07-29 00:12:06 +00:00
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 00:12:06 +00:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2025-03-09 21:48:08 +00:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jiff"
2025-06-16 04:51:47 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
dependencies = [
2025-04-04 18:22:40 +02:00
"jiff-static",
"jiff-tzdb-platform",
2025-01-06 04:28:46 +00:00
"log",
"portable-atomic",
"portable-atomic-util",
2024-12-30 00:33:43 +00:00
"serde",
"windows-sys 0.59.0",
]
2025-04-04 18:22:40 +02:00
[[package]]
name = "jiff-static"
2025-06-16 04:51:47 +00:00
version = "0.2.15"
2025-04-04 18:22:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
2025-04-04 18:22:40 +02:00
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2025-04-04 18:22:40 +02:00
]
2022-12-24 18:08:14 +01:00
[[package]]
name = "jiff-tzdb"
2025-04-04 18:22:40 +02:00
version = "0.1.4"
2022-12-24 18:08:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
[[package]]
name = "jiff-tzdb-platform"
2025-04-04 18:22:40 +02:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
dependencies = [
"jiff-tzdb",
]
[[package]]
name = "js-sys"
2025-01-13 09:13:44 +00:00
version = "0.3.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2022-12-24 18:08:14 +01:00
dependencies = [
2024-12-02 05:02:48 +00:00
"once_cell",
"wasm-bindgen",
2022-12-24 18:08:14 +01:00
]
[[package]]
name = "jsonc-parser"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6d80e6d70e7911a29f3cf3f44f452df85d06f73572b494ca99a2cad3fcf8f4"
dependencies = [
"serde_json",
]
[[package]]
name = "kstring"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
dependencies = [
"static_assertions",
]
[[package]]
name = "lazy_static"
2024-06-23 11:37:38 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:37:38 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2019-05-22 12:29:39 -04:00
[[package]]
name = "lazycell"
version = "1.3.0"
2019-05-22 12:29:39 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-05-22 12:29:39 -04:00
2019-04-01 23:23:03 -04:00
[[package]]
name = "libc"
2025-08-20 20:37:13 +00:00
version = "0.2.175"
2019-04-01 23:23:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
2019-04-01 23:23:03 -04:00
2023-10-26 20:43:01 +02:00
[[package]]
name = "libredox"
2025-08-04 06:01:27 +00:00
version = "0.1.9"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
2023-10-26 20:43:01 +02:00
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
2023-10-26 20:43:01 +02:00
"libc",
2024-08-12 02:16:29 +00:00
"redox_syscall",
2023-10-26 20:43:01 +02:00
]
2022-10-15 03:39:31 +02:00
[[package]]
2025-04-12 11:44:44 +02:00
name = "libz-rs-sys"
2025-06-09 00:38:27 +00:00
version = "0.5.1"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221"
2019-04-07 16:43:11 -04:00
dependencies = [
2025-04-12 11:44:44 +02:00
"zlib-rs",
2019-04-07 16:43:11 -04:00
]
[[package]]
name = "linux-raw-sys"
2025-04-12 12:07:37 +02:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-12 12:07:37 +02:00
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2024-11-18 05:04:29 +00:00
[[package]]
name = "litemap"
2025-05-12 05:54:43 +00:00
version = "0.8.0"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2024-11-18 05:04:29 +00:00
2022-05-04 15:40:44 -05:00
[[package]]
name = "lock_api"
version = "0.4.13"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2022-05-04 15:40:44 -05:00
dependencies = [
"autocfg",
"scopeguard",
]
2019-04-07 16:43:11 -04:00
[[package]]
name = "log"
version = "0.4.27"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2019-04-07 16:43:11 -04:00
2020-08-11 18:44:25 +02:00
[[package]]
name = "mac-notification-sys"
2025-07-14 01:04:14 +00:00
version = "0.6.6"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-14 01:04:14 +00:00
checksum = "119c8490084af61b44c9eda9d626475847a186737c0378c85e32d77c33a01cd4"
2020-08-11 18:44:25 +02:00
dependencies = [
"cc",
2025-04-12 12:07:37 +02:00
"objc2",
"objc2-foundation",
"time",
2020-08-11 18:44:25 +02:00
]
2019-05-22 12:29:39 -04:00
[[package]]
name = "mach2"
2025-06-23 01:01:36 +00:00
version = "0.4.3"
2019-05-22 12:29:39 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 01:01:36 +00:00
checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
2019-05-22 12:29:39 -04:00
dependencies = [
2020-05-14 12:50:43 -04:00
"libc",
2019-05-22 12:29:39 -04: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",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
[[package]]
name = "memchr"
2025-06-16 04:51:47 +00:00
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
[[package]]
name = "memmap2"
2025-07-14 01:04:14 +00:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-14 01:04:14 +00:00
checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28"
dependencies = [
"libc",
]
[[package]]
name = "memmem"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
[[package]]
name = "memoffset"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2025-06-16 04:51:47 +00:00
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
2024-08-26 02:01:30 +00:00
"adler2",
]
2021-06-29 18:46:41 -05:00
[[package]]
name = "mockall"
version = "0.13.1"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2"
2021-06-29 18:46:41 -05:00
dependencies = [
"cfg-if",
2021-06-29 18:46:41 -05:00
"downcast",
"fragile",
2021-06-29 18:46:41 -05:00
"mockall_derive",
"predicates",
"predicates-tree",
]
[[package]]
name = "mockall_derive"
version = "0.13.1"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898"
2021-06-29 18:46:41 -05:00
dependencies = [
"cfg-if",
2021-06-29 18:46:41 -05:00
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2021-06-29 18:46:41 -05:00
]
2025-06-02 05:43:45 +00:00
[[package]]
name = "nix"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
2024-07-01 02:09:18 +00:00
"cfg-if",
"cfg_aliases",
"libc",
"memoffset",
]
[[package]]
name = "nom"
version = "5.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
dependencies = [
"memchr",
"version_check",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nom"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
dependencies = [
"memchr",
]
2020-08-11 18:44:25 +02:00
[[package]]
name = "notify-rust"
2025-04-12 12:07:37 +02:00
version = "4.11.7"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-12 12:07:37 +02:00
checksum = "6442248665a5aa2514e794af3b39661a8e73033b1cc5e59899e1276117ee4400"
2020-08-11 18:44:25 +02:00
dependencies = [
"futures-lite",
"log",
2020-08-11 18:44:25 +02:00
"mac-notification-sys",
"serde",
"tauri-winrt-notification",
"zbus",
2020-08-11 18:44:25 +02:00
]
[[package]]
name = "nu-ansi-term"
version = "0.50.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2019-09-30 20:10:35 +08:00
dependencies = [
2020-05-14 12:50:43 -04:00
"autocfg",
2019-09-30 20:10:35 +08:00
]
[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
2020-08-11 18:44:25 +02:00
[[package]]
2025-04-12 12:07:37 +02:00
name = "objc2"
2025-08-20 20:37:13 +00:00
version = "0.6.2"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "561f357ba7f3a2a61563a186a163d0a3a5247e1089524a3981d49adb775078bc"
2020-08-11 18:44:25 +02:00
dependencies = [
2025-04-12 12:07:37 +02:00
"objc2-encode",
2020-08-11 18:44:25 +02:00
]
[[package]]
2025-04-12 12:07:37 +02:00
name = "objc2-core-foundation"
2025-04-21 02:32:08 +00:00
version = "0.3.1"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-21 02:32:08 +00:00
checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
2020-08-11 18:44:25 +02:00
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
2025-04-21 02:32:08 +00:00
"dispatch2",
2025-04-12 12:07:37 +02:00
"objc2",
2020-08-11 18:44:25 +02:00
]
[[package]]
2025-04-12 12:07:37 +02:00
name = "objc2-encode"
version = "4.1.0"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-12 12:07:37 +02:00
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
[[package]]
name = "objc2-foundation"
2025-04-21 02:32:08 +00:00
version = "0.3.1"
2025-04-12 12:07:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-21 02:32:08 +00:00
checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
2020-08-11 18:44:25 +02:00
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
2025-04-12 12:07:37 +02:00
"block2",
"libc",
"objc2",
"objc2-core-foundation",
2020-08-11 18:44:25 +02:00
]
[[package]]
name = "once_cell"
2025-04-04 18:22:40 +02:00
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2025-06-02 05:43:45 +00:00
[[package]]
name = "once_cell_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
[[package]]
name = "opaque-debug"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
2019-12-15 00:40:12 +01:00
name = "open"
version = "5.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
2019-12-15 00:40:12 +01:00
dependencies = [
"is-wsl",
"libc",
"pathdiff",
2019-12-15 00:40:12 +01:00
]
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "ordered-float"
2023-10-26 20:43:01 +02:00
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 20:43:01 +02:00
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
dependencies = [
"num-traits",
]
[[package]]
name = "ordered-multimap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
dependencies = [
"dlv-list",
"hashbrown 0.14.5",
]
[[package]]
name = "ordered-stream"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "os_info"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0e1ac5fde8d43c34139135df8ea9ee9465394b2d8d20f032d38998f64afffc3"
dependencies = [
2020-05-14 12:50:43 -04:00
"log",
"plist",
2020-05-14 12:50:43 -04:00
"serde",
"windows-sys 0.52.0",
]
[[package]]
name = "parking"
2024-09-09 00:27:14 +00:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 00:27:14 +00:00
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
[[package]]
name = "parking_lot"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
dependencies = [
"lock_api",
2023-03-01 09:32:16 +00:00
"parking_lot_core",
2022-05-04 15:40:44 -05:00
]
[[package]]
name = "parking_lot_core"
version = "0.9.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
dependencies = [
"cfg-if",
"libc",
2024-08-12 02:16:29 +00:00
"redox_syscall",
"smallvec",
"windows-targets 0.52.6",
]
[[package]]
name = "path-slash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
[[package]]
name = "pathdiff"
2024-12-02 05:02:48 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 05:02:48 +00:00
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
[[package]]
name = "pathsearch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da983bc5e582ab17179c190b4b66c7d76c5943a69c6d34df2a2b6bf8a2977b05"
dependencies = [
"anyhow",
"libc",
]
[[package]]
name = "percent-encoding"
2023-12-30 17:28:50 +01:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-30 17:28:50 +01:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pest"
2025-06-15 16:54:38 +00:00
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-15 16:54:38 +00:00
checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323"
dependencies = [
2023-08-30 13:25:13 +00:00
"memchr",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
2020-05-14 12:50:43 -04:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2025-06-15 16:54:38 +00:00
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-15 16:54:38 +00:00
checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc"
dependencies = [
2020-05-14 12:50:43 -04:00
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2025-06-15 16:54:38 +00:00
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-15 16:54:38 +00:00
checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966"
dependencies = [
2020-05-14 12:50:43 -04:00
"pest",
"pest_meta",
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
[[package]]
name = "pest_meta"
2025-06-15 16:54:38 +00:00
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-15 16:54:38 +00:00
checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5"
dependencies = [
2020-05-14 12:50:43 -04:00
"pest",
2025-05-05 02:49:38 +00:00
"sha2 0.10.9",
]
[[package]]
name = "phf"
2025-01-13 09:13:44 +00:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
dependencies = [
2022-08-19 09:04:11 +02:00
"phf_shared",
]
[[package]]
name = "phf_codegen"
2025-01-13 09:13:44 +00:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
dependencies = [
"phf_generator",
2022-08-19 09:04:11 +02:00
"phf_shared",
]
[[package]]
name = "phf_generator"
2025-01-13 09:13:44 +00:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
dependencies = [
2022-08-19 09:04:11 +02:00
"phf_shared",
"rand 0.8.5",
]
[[package]]
name = "phf_shared"
2025-01-13 09:13:44 +00:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
2025-01-13 09:13:44 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2023-10-26 20:43:01 +02:00
[[package]]
name = "piper"
2024-08-12 02:16:29 +00:00
version = "0.2.4"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 02:16:29 +00:00
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2023-10-26 20:43:01 +02:00
dependencies = [
"atomic-waker",
"fastrand",
2023-10-26 20:43:01 +02:00
"futures-io",
]
[[package]]
name = "plist"
2025-07-14 01:04:14 +00:00
version = "1.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-14 01:04:14 +00:00
checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1"
dependencies = [
"base64 0.22.1",
"indexmap",
2025-08-20 20:37:13 +00:00
"quick-xml 0.38.2",
"serde",
"time",
]
2023-10-26 20:43:01 +02:00
[[package]]
name = "polling"
2025-08-04 06:01:27 +00:00
version = "3.10.0"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829"
2023-10-26 20:43:01 +02:00
dependencies = [
"cfg-if",
"concurrent-queue",
"hermit-abi",
2023-10-26 20:43:01 +02:00
"pin-project-lite",
2025-06-02 05:43:45 +00:00
"rustix",
2025-07-21 01:06:14 +00:00
"windows-sys 0.60.2",
2023-10-26 20:43:01 +02:00
]
2025-01-06 04:28:46 +00:00
[[package]]
name = "portable-atomic"
2025-06-09 00:38:27 +00:00
version = "1.11.1"
2025-01-06 04:28:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2025-01-06 04:28:46 +00:00
[[package]]
name = "portable-atomic-util"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
dependencies = [
"portable-atomic",
]
2025-05-12 05:54:43 +00:00
[[package]]
name = "potential_utf"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
dependencies = [
"zerovec",
]
2023-10-26 20:43:01 +02:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2019-12-15 00:40:12 +01:00
[[package]]
name = "ppv-lite86"
2025-03-10 02:16:01 +00:00
version = "0.2.21"
2019-12-15 00:40:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-10 02:16:01 +00:00
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2024-08-05 00:09:49 +00:00
dependencies = [
2025-05-12 05:54:43 +00:00
"zerocopy",
2024-08-05 00:09:49 +00:00
]
2019-12-15 00:40:12 +01:00
2021-06-29 18:46:41 -05:00
[[package]]
name = "predicates"
2024-12-23 01:32:39 +00:00
version = "3.1.3"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-23 01:32:39 +00:00
checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573"
2021-06-29 18:46:41 -05:00
dependencies = [
"anstyle",
2021-06-29 18:46:41 -05:00
"predicates-core",
]
[[package]]
name = "predicates-core"
2024-12-23 01:32:39 +00:00
version = "1.0.9"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-23 01:32:39 +00:00
checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
2021-06-29 18:46:41 -05:00
[[package]]
name = "predicates-tree"
2024-12-23 01:32:39 +00:00
version = "1.0.12"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-23 01:32:39 +00:00
checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
2021-06-29 18:46:41 -05:00
dependencies = [
"predicates-core",
2022-03-10 12:01:38 -06:00
"termtree",
2021-06-29 18:46:41 -05:00
]
2021-08-26 10:07:40 -04:00
[[package]]
name = "proc-macro-crate"
2025-03-09 21:48:08 +00:00
version = "3.3.0"
2021-08-26 10:07:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2021-08-26 10:07:40 -04:00
dependencies = [
2025-07-08 19:35:57 +00:00
"toml_edit 0.22.27",
2021-08-26 10:07:40 -04:00
]
[[package]]
name = "proc-macro2"
2025-08-20 20:37:13 +00:00
version = "1.0.101"
2019-12-15 00:40:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
2019-12-15 00:40:12 +01:00
dependencies = [
2022-06-26 22:27:32 +02:00
"unicode-ident",
2019-12-15 00:40:12 +01:00
]
[[package]]
name = "process_control"
version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3932bfcf9bb84265b1ec43eca9e32f2ba73fef819e365c99779f6268540a1bcd"
dependencies = [
"attr_alias",
"libc",
2025-05-12 05:54:43 +00:00
"signal-hook 0.3.18",
"windows-sys 0.60.2",
]
[[package]]
name = "prodash"
version = "30.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139"
2024-10-23 23:51:16 +00:00
dependencies = [
"parking_lot",
]
[[package]]
name = "quick-xml"
version = "0.37.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
dependencies = [
"memchr",
]
2025-07-14 01:04:14 +00:00
[[package]]
name = "quick-xml"
2025-08-20 20:37:13 +00:00
version = "0.38.2"
2025-07-14 01:04:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "d200a41a7797e6461bd04e4e95c3347053a731c32c87f066f2f0dda22dbdbba8"
2025-07-14 01:04:14 +00:00
dependencies = [
"memchr",
]
2019-09-30 20:10:35 +08:00
[[package]]
name = "quote"
2025-03-17 03:26:20 +00:00
version = "1.0.40"
2019-09-30 20:10:35 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-17 03:26:20 +00:00
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2019-09-30 20:10:35 +08:00
dependencies = [
2020-05-14 12:50:43 -04:00
"proc-macro2",
2019-09-30 20:10:35 +08:00
]
2025-04-04 18:22:40 +02:00
[[package]]
name = "r-efi"
2025-06-23 01:01:36 +00:00
version = "5.3.0"
2025-04-04 18:22:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 01:01:36 +00:00
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2025-04-04 18:22:40 +02:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
]
[[package]]
name = "rand_chacha"
2021-08-26 10:07:40 -04:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 10:07:40 -04:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
"rand_core 0.9.3",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.16",
2019-04-16 07:59:57 -07:00
]
[[package]]
name = "rand_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
dependencies = [
2025-05-12 05:54:43 +00:00
"getrandom 0.3.3",
]
[[package]]
name = "rayon"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
dependencies = [
2020-05-14 12:50:43 -04:00
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
dependencies = [
2020-05-14 12:50:43 -04:00
"crossbeam-deque",
2021-01-02 15:31:49 -05:00
"crossbeam-utils",
2019-04-04 14:18:15 -04:00
]
[[package]]
name = "redox_syscall"
2025-08-04 06:01:27 +00:00
version = "0.5.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
]
2021-01-29 12:40:04 -05:00
[[package]]
name = "redox_users"
2024-08-26 02:01:30 +00:00
version = "0.4.6"
2021-01-29 12:40:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-26 02:01:30 +00:00
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2021-01-29 12:40:04 -05:00
dependencies = [
"getrandom 0.2.16",
2023-10-26 20:43:01 +02:00
"libredox",
2024-11-24 10:19:16 +00:00
"thiserror 1.0.69",
2021-01-29 12:40:04 -05:00
]
[[package]]
name = "redox_users"
2025-08-04 06:01:27 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [
"getrandom 0.2.16",
"libredox",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
]
[[package]]
name = "ref-cast"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
2019-04-15 20:54:52 -04:00
[[package]]
2019-05-13 22:43:11 -06:00
name = "regex"
version = "1.11.1"
2019-04-15 20:54:52 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2019-04-15 20:54:52 -04:00
dependencies = [
2020-05-14 12:50:43 -04:00
"aho-corasick",
"memchr",
2023-10-26 20:43:01 +02:00
"regex-automata",
2020-05-14 12:50:43 -04:00
"regex-syntax",
2019-04-15 20:54:52 -04:00
]
[[package]]
name = "regex-automata"
2024-11-18 05:04:29 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-18 05:04:29 +00:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2019-04-04 14:18:15 -04:00
[[package]]
2019-05-13 22:43:11 -06:00
name = "regex-syntax"
version = "0.8.5"
2019-04-04 14:18:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2019-04-04 14:18:15 -04:00
[[package]]
name = "rust-ini"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f"
dependencies = [
"cfg-if",
"ordered-multimap",
"trim-in-place",
]
[[package]]
name = "rustix"
2025-07-21 01:06:14 +00:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 01:06:14 +00:00
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
2025-06-23 01:01:36 +00:00
"errno 0.3.13",
"libc",
2025-06-02 05:43:45 +00:00
"linux-raw-sys",
2025-07-21 01:06:14 +00:00
"windows-sys 0.60.2",
]
2025-01-13 09:13:44 +00:00
[[package]]
name = "rustversion"
2025-08-11 04:36:28 +00:00
version = "1.0.22"
2025-01-13 09:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 04:36:28 +00:00
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2025-01-13 09:13:44 +00:00
[[package]]
2019-12-20 15:42:21 -05:00
name = "ryu"
2025-03-09 21:48:08 +00:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schemars"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
dependencies = [
"dyn-clone",
"indexmap",
"ref-cast",
"schemars_derive",
"serde",
"serde_json",
]
[[package]]
name = "schemars_derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5016d94c77c6d32f0b8e08b781f7dc8a90c2007d4e77472cc2807bc10a8438fe"
dependencies = [
"proc-macro2",
"quote",
"serde_derive_internals",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
2019-12-15 00:40:12 +01:00
[[package]]
2019-12-20 15:42:21 -05:00
name = "scopeguard"
2023-10-26 20:43:01 +02:00
version = "1.2.0"
2019-12-15 00:40:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 20:43:01 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2019-12-15 00:40:12 +01:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
[[package]]
name = "semver-parser"
2024-11-25 01:53:00 +00:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-25 01:53:00 +00:00
checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2"
dependencies = [
"pest",
]
[[package]]
name = "serde"
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
dependencies = [
2020-05-14 12:50:43 -04:00
"serde_derive",
]
2019-12-15 00:40:12 +01:00
[[package]]
name = "serde_derive"
version = "1.0.219"
2019-12-15 00:40:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2019-12-15 00:40:12 +01:00
dependencies = [
2020-05-14 12:50:43 -04:00
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2019-12-15 00:40:12 +01:00
]
[[package]]
name = "serde_derive_internals"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
[[package]]
name = "serde_json"
version = "1.0.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
dependencies = [
"indexmap",
"itoa",
2024-07-29 00:12:06 +00:00
"memchr",
2020-05-14 12:50:43 -04:00
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2025-03-09 21:48:08 +00:00
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
2023-01-30 23:12:27 +01:00
[[package]]
name = "serde_spanned"
2025-07-08 19:35:57 +00:00
version = "1.0.0"
2023-01-30 23:12:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-08 19:35:57 +00:00
checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
2023-01-30 23:12:27 +01:00
dependencies = [
"serde",
]
2022-08-27 20:24:18 +08:00
[[package]]
name = "sha1"
version = "0.10.6"
2022-08-27 20:24:18 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-08-27 20:24:18 +08:00
dependencies = [
"cfg-if",
2022-08-27 20:24:18 +08:00
"cpufeatures",
"digest 0.10.7",
2022-08-27 20:24:18 +08:00
]
2022-08-18 14:22:51 +08:00
[[package]]
2025-04-12 11:44:44 +02:00
name = "sha1-checked"
version = "0.10.0"
2022-08-18 14:22:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-12 11:44:44 +02:00
checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
2022-08-18 14:22:51 +08:00
dependencies = [
2025-04-12 11:44:44 +02:00
"digest 0.10.7",
"sha1",
2022-08-18 14:22:51 +08:00
]
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
2023-01-11 15:21:36 +00:00
[[package]]
name = "sha2"
2025-05-05 02:49:38 +00:00
version = "0.10.9"
2023-01-11 15:21:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-05 02:49:38 +00:00
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2023-01-11 15:21:36 +00:00
dependencies = [
"cfg-if",
2023-01-11 15:21:36 +00:00
"cpufeatures",
"digest 0.10.7",
2023-01-11 15:21:36 +00:00
]
[[package]]
name = "shadow-rs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0b6af233ae5461c3c6b30db79190ec5fbbef048ebbd5f2cbb3043464168e00"
dependencies = [
"const_format",
"is_debug",
"time",
"tzdb",
]
[[package]]
name = "shared_library"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
dependencies = [
"lazy_static",
"libc",
]
2020-08-21 18:41:36 +02:00
[[package]]
name = "shell-words"
version = "1.1.0"
2020-08-21 18:41:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2020-08-21 18:41:36 +02:00
2024-08-26 02:01:30 +00:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook"
2025-05-12 05:54:43 +00:00
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
2025-08-04 06:01:27 +00:00
version = "1.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
2025-01-13 09:13:44 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
name = "slab"
2025-08-11 04:36:28 +00:00
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 04:36:28 +00:00
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2022-05-04 15:40:44 -05:00
[[package]]
name = "smallvec"
2025-06-09 00:38:27 +00:00
version = "1.15.1"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2024-11-18 05:04:29 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2019-04-01 23:23:03 -04:00
[[package]]
name = "starship"
2025-04-27 17:52:14 +02:00
version = "1.23.0"
2020-05-14 12:50:43 -04:00
dependencies = [
"chrono",
"clap",
2022-01-04 10:49:42 +01:00
"clap_complete",
"clap_complete_nushell",
"deelevate",
"dirs 6.0.0",
2022-02-24 00:32:35 +01:00
"dunce",
"gix",
2022-05-04 15:40:44 -05:00
"guess_host_triple",
"home",
"indexmap",
"jsonc-parser",
2020-05-14 12:50:43 -04:00
"log",
2021-06-29 18:46:41 -05:00
"mockall",
"nix",
2020-08-11 18:44:25 +02:00
"notify-rust",
"nu-ansi-term",
2020-05-14 12:50:43 -04:00
"open",
"os_info",
"parking_lot",
2020-05-14 12:50:43 -04:00
"path-slash",
"pest",
"pest_derive",
"process_control",
2025-07-14 01:04:14 +00:00
"quick-xml 0.37.5",
"rand 0.9.2",
2020-05-14 12:50:43 -04:00
"rayon",
"regex",
"rust-ini",
"schemars",
"semver 1.0.26",
"serde",
2020-05-14 12:50:43 -04:00
"serde_json",
"sha1",
"shadow-rs",
2020-08-21 18:41:36 +02:00
"shell-words",
"starship-battery",
"strsim",
"systemstat",
2020-05-14 12:50:43 -04:00
"tempfile",
"terminal_size",
2025-08-05 01:15:37 +00:00
"toml 0.9.5",
"toml_edit 0.23.3",
2020-05-14 12:50:43 -04:00
"unicode-segmentation",
"unicode-width",
2020-05-14 12:50:43 -04:00
"urlencoding",
"versions",
"which",
"whoami",
2025-04-12 12:07:37 +02:00
"windows",
"winres",
"yaml-rust2",
2019-04-01 23:23:03 -04:00
]
[[package]]
name = "starship-battery"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b781e3db6801873ce18c19041da668920c46223cdc7059ea20e2f8fe1ba85a2"
dependencies = [
"cfg-if",
"core-foundation",
"lazycell",
"libc",
"mach2",
"nix",
"num-traits",
"plist",
"uom",
"windows-sys 0.60.2",
]
2021-08-26 10:07:40 -04:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2024-02-08 19:23:35 +00:00
[[package]]
name = "strsim"
version = "0.11.1"
2024-02-08 19:23:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-02-08 19:23:35 +00:00
2019-04-04 14:18:15 -04:00
[[package]]
name = "syn"
version = "1.0.109"
2019-04-04 14:18:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-04-04 14:18:15 -04:00
dependencies = [
2020-05-14 12:50:43 -04:00
"proc-macro2",
"quote",
2022-06-26 22:27:32 +02:00
"unicode-ident",
2019-04-04 14:18:15 -04:00
]
[[package]]
name = "syn"
2025-08-20 20:37:13 +00:00
version = "2.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-11-18 05:04:29 +00:00
[[package]]
name = "synstructure"
2025-05-05 02:49:38 +00:00
version = "0.13.2"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-05 02:49:38 +00:00
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2024-11-18 05:04:29 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2024-11-18 05:04:29 +00:00
]
2019-09-28 22:55:49 -07:00
[[package]]
name = "systemstat"
version = "0.2.5"
2019-09-28 22:55:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5021f5184d44b26fb184acd689671bbe1e4bbd24bbdaa6bc7ec383fad32d2033"
2019-09-28 22:55:49 -07:00
dependencies = [
"bytesize",
"lazy_static",
2020-05-14 12:50:43 -04:00
"libc",
"nom 7.1.3",
"time",
"winapi",
2019-09-28 22:55:49 -07:00
]
[[package]]
name = "tauri-winrt-notification"
2025-04-12 12:07:37 +02:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-12 12:07:37 +02:00
checksum = "0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9"
dependencies = [
2025-07-14 01:04:14 +00:00
"quick-xml 0.37.5",
2025-08-20 20:37:13 +00:00
"thiserror 2.0.16",
2025-04-12 12:07:37 +02:00
"windows",
"windows-version",
]
2019-04-15 20:54:52 -04:00
[[package]]
2019-04-16 07:59:57 -07:00
name = "tempfile"
version = "3.21.0"
2019-04-15 20:54:52 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
2019-04-15 20:54:52 -04:00
dependencies = [
"fastrand",
2025-05-12 05:54:43 +00:00
"getrandom 0.3.3",
"once_cell",
2025-06-02 05:43:45 +00:00
"rustix",
"windows-sys 0.60.2",
]
[[package]]
name = "terminal_size"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
dependencies = [
2025-06-02 05:43:45 +00:00
"rustix",
"windows-sys 0.60.2",
]
[[package]]
name = "terminfo"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da31aef70da0f6352dbcb462683eb4dd2bfad01cf3fc96cf204547b9a839a585"
dependencies = [
"dirs 4.0.0",
"fnv",
"nom 5.1.3",
2022-08-19 09:04:11 +02:00
"phf",
"phf_codegen",
]
[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
"libc",
]
2022-03-10 12:01:38 -06:00
[[package]]
name = "termtree"
2024-12-23 01:32:39 +00:00
version = "0.5.1"
2022-03-10 12:01:38 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-23 01:32:39 +00:00
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
2022-03-10 12:01:38 -06:00
[[package]]
name = "termwiz"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ef6892cc0348a9b3b8c377addba91e0f6365863d92354bf27559dca81ee8c5"
dependencies = [
"anyhow",
"base64 0.13.1",
"bitflags 1.3.2",
"cfg-if",
"filedescriptor",
"hex",
"lazy_static",
"libc",
"log",
"memmem",
"num-derive",
"num-traits",
"ordered-float",
"regex",
"semver 0.11.0",
2023-01-11 15:21:36 +00:00
"sha2 0.9.9",
"signal-hook 0.1.17",
"terminfo",
"termios",
2024-11-24 10:19:16 +00:00
"thiserror 1.0.69",
"ucd-trie",
"unicode-segmentation",
"vtparse",
"winapi",
]
2021-08-26 10:07:40 -04:00
[[package]]
name = "thiserror"
2024-11-18 05:04:29 +00:00
version = "1.0.69"
2021-08-26 10:07:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-18 05:04:29 +00:00
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2021-08-26 10:07:40 -04:00
dependencies = [
2024-11-24 10:19:16 +00:00
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
2025-08-20 20:37:13 +00:00
version = "2.0.16"
2024-11-24 10:19:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
2024-11-24 10:19:16 +00:00
dependencies = [
2025-08-20 20:37:13 +00:00
"thiserror-impl 2.0.16",
2021-08-26 10:07:40 -04:00
]
[[package]]
name = "thiserror-impl"
2024-11-18 05:04:29 +00:00
version = "1.0.69"
2021-08-26 10:07:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-18 05:04:29 +00:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2021-08-26 10:07:40 -04:00
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2021-08-26 10:07:40 -04:00
]
2024-11-24 10:19:16 +00:00
[[package]]
name = "thiserror-impl"
2025-08-20 20:37:13 +00:00
version = "2.0.16"
2024-11-24 10:19:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
2024-11-24 10:19:16 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2024-11-24 10:19:16 +00:00
]
[[package]]
name = "time"
2025-04-04 18:22:40 +02:00
version = "0.3.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
dependencies = [
2023-08-22 11:27:27 +00:00
"deranged",
"itoa",
"libc",
"num-conv",
"num_threads",
2023-10-26 20:43:01 +02:00
"powerfmt",
2023-02-09 22:03:56 +00:00
"serde",
"time-core",
2022-08-18 14:22:51 +08:00
"time-macros",
]
2023-02-09 22:03:56 +00:00
[[package]]
name = "time-core"
2025-04-04 18:22:40 +02:00
version = "0.1.4"
2023-02-09 22:03:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
2023-02-09 22:03:56 +00:00
2022-08-18 14:22:51 +08:00
[[package]]
name = "time-macros"
2025-04-04 18:22:40 +02:00
version = "0.2.22"
2022-08-18 14:22:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
2023-02-09 22:03:56 +00:00
dependencies = [
"num-conv",
2023-02-09 22:03:56 +00:00
"time-core",
]
2022-08-18 14:22:51 +08:00
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
2024-11-18 05:04:29 +00:00
[[package]]
name = "tinystr"
2025-05-12 05:54:43 +00:00
version = "0.8.1"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2024-11-18 05:04:29 +00:00
dependencies = [
"displaydoc",
"zerovec",
]
2020-06-26 11:37:22 -04:00
[[package]]
name = "tinyvec"
2025-08-20 20:37:13 +00:00
version = "1.10.0"
2020-06-26 11:37:22 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2021-01-02 15:31:49 -05:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2021-01-02 15:31:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-06-26 11:37:22 -04:00
2019-05-01 15:45:56 +01:00
[[package]]
name = "toml"
version = "0.5.11"
2019-05-01 15:45:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2023-01-30 23:12:27 +01:00
dependencies = [
"serde",
]
[[package]]
name = "toml"
2025-08-05 01:15:37 +00:00
version = "0.9.5"
2023-01-30 23:12:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-05 01:15:37 +00:00
checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8"
2019-05-01 15:45:56 +01:00
dependencies = [
"indexmap",
2020-05-14 12:50:43 -04:00
"serde",
2023-01-30 23:12:27 +01:00
"serde_spanned",
2025-07-08 19:35:57 +00:00
"toml_datetime 0.7.0",
"toml_parser",
"toml_writer",
"winnow",
2019-05-01 15:45:56 +01:00
]
[[package]]
name = "toml_datetime"
2025-06-06 19:46:05 +00:00
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-06 19:46:05 +00:00
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2025-07-08 19:35:57 +00:00
[[package]]
name = "toml_datetime"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
2023-01-30 23:12:27 +01:00
dependencies = [
"serde",
]
2023-09-13 04:59:49 +00:00
[[package]]
name = "toml_edit"
2025-06-06 19:46:05 +00:00
version = "0.22.27"
2023-09-13 04:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-06 19:46:05 +00:00
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
dependencies = [
"indexmap",
2025-07-08 19:35:57 +00:00
"toml_datetime 0.6.11",
2025-04-12 11:44:44 +02:00
"winnow",
]
2025-04-25 22:32:28 +00:00
[[package]]
2025-07-08 19:35:57 +00:00
name = "toml_edit"
2025-08-05 01:15:37 +00:00
version = "0.23.3"
2025-07-08 19:35:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-05 01:15:37 +00:00
checksum = "17d3b47e6b7a040216ae5302712c94d1cf88c95b47efa80e2c59ce96c878267e"
2025-07-08 19:35:57 +00:00
dependencies = [
"indexmap",
"toml_datetime 0.7.0",
"toml_parser",
"toml_writer",
"winnow",
]
[[package]]
name = "toml_parser"
2025-08-05 01:15:37 +00:00
version = "1.0.2"
2025-07-08 19:35:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-05 01:15:37 +00:00
checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10"
2025-07-08 19:35:57 +00:00
dependencies = [
"winnow",
]
[[package]]
name = "toml_writer"
2025-07-14 01:04:14 +00:00
version = "1.0.2"
2025-04-25 22:32:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-14 01:04:14 +00:00
checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
2025-04-25 22:32:28 +00:00
2022-06-26 22:27:32 +02:00
[[package]]
name = "tracing"
2024-12-02 05:02:48 +00:00
version = "0.1.41"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 05:02:48 +00:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2022-06-26 22:27:32 +02:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2025-06-23 01:01:36 +00:00
version = "0.1.30"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 01:01:36 +00:00
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2022-06-26 22:27:32 +02:00
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2022-06-26 22:27:32 +02:00
]
[[package]]
name = "tracing-core"
2025-06-09 00:38:27 +00:00
version = "0.1.34"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2022-06-26 22:27:32 +02:00
dependencies = [
"once_cell",
]
[[package]]
name = "trim-in-place"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
2019-05-22 12:29:39 -04:00
[[package]]
name = "typenum"
2025-03-09 21:48:08 +00:00
version = "1.18.0"
2019-05-22 12:29:39 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2019-05-22 12:29:39 -04:00
[[package]]
name = "tz-rs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1450bf2b99397e72070e7935c89facaa80092ac812502200375f1f7d33c71a1"
[[package]]
name = "tzdb"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0be2ea5956f295449f47c0b825c5e109022ff1a6a53bb4f77682a87c2341fbf5"
dependencies = [
"iana-time-zone",
"tz-rs",
"tzdb_data",
]
[[package]]
name = "tzdb_data"
2025-04-21 02:32:08 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-21 02:32:08 +00:00
checksum = "9c4c81d75033770e40fbd3643ce7472a1a9fd301f90b7139038228daf8af03ec"
dependencies = [
"tz-rs",
]
[[package]]
name = "ucd-trie"
2024-10-03 17:37:33 +02:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-03 17:37:33 +02:00
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2022-05-04 15:40:44 -05:00
[[package]]
name = "uds_windows"
2023-12-30 17:28:50 +01:00
version = "1.1.0"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-30 17:28:50 +01:00
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
2022-05-04 15:40:44 -05:00
dependencies = [
"memoffset",
2022-06-26 22:27:32 +02:00
"tempfile",
2022-05-04 15:40:44 -05:00
"winapi",
]
[[package]]
name = "uluru"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
dependencies = [
"arrayvec",
]
2022-01-04 10:49:42 +01:00
[[package]]
name = "unicase"
2024-12-30 00:33:43 +00:00
version = "2.8.1"
2022-01-04 10:49:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-30 00:33:43 +00:00
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2022-01-04 10:49:42 +01:00
[[package]]
name = "unicode-bom"
2023-12-30 17:28:50 +01:00
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-30 17:28:50 +01:00
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
2022-06-26 22:27:32 +02:00
[[package]]
name = "unicode-ident"
2025-03-09 21:48:08 +00:00
version = "1.0.18"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2022-06-26 22:27:32 +02:00
2019-04-07 16:43:11 -04:00
[[package]]
name = "unicode-normalization"
2024-10-03 17:37:33 +02:00
version = "0.1.24"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-03 17:37:33 +02:00
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2019-04-07 16:43:11 -04:00
dependencies = [
2020-06-26 11:37:22 -04:00
"tinyvec",
2019-04-07 16:43:11 -04:00
]
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
2019-09-30 20:10:35 +08:00
[[package]]
name = "unicode-xid"
2024-10-03 17:37:33 +02:00
version = "0.2.6"
2019-09-30 20:10:35 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-03 17:37:33 +02:00
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2019-09-30 20:10:35 +08:00
2019-05-22 12:29:39 -04:00
[[package]]
name = "uom"
version = "0.37.0"
2019-05-22 12:29:39 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd5cfe7d84f6774726717f358a37f5bca8fca273bed4de40604ad129d1107b49"
2019-05-22 12:29:39 -04:00
dependencies = [
2020-05-14 12:50:43 -04:00
"num-traits",
"typenum",
2019-05-22 12:29:39 -04:00
]
2019-04-07 16:43:11 -04:00
[[package]]
name = "url"
2024-11-25 01:53:00 +00:00
version = "2.5.4"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-25 01:53:00 +00:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2019-04-07 16:43:11 -04:00
dependencies = [
2021-01-02 15:31:49 -05:00
"form_urlencoded",
2020-05-14 12:50:43 -04:00
"idna",
"percent-encoding",
2019-04-07 16:43:11 -04:00
]
2019-12-15 00:40:12 +01:00
[[package]]
name = "urlencoding"
version = "2.1.3"
2019-12-15 00:40:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2019-12-15 00:40:12 +01:00
2024-11-18 05:04:29 +00:00
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "version_check"
2024-07-29 00:12:06 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 00:12:06 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "versions"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80a7e511ce1795821207a837b7b1c8d8aca0c648810966ad200446ae58f6667f"
dependencies = [
"itertools",
"nom 8.0.0",
]
[[package]]
name = "vtparse"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
dependencies = [
"utf8parse",
]
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2022-06-26 22:27:32 +02:00
[[package]]
name = "wasi"
2025-06-16 04:51:47 +00:00
version = "0.11.1+wasi-snapshot-preview1"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-16 04:51:47 +00:00
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2022-06-26 22:27:32 +02:00
[[package]]
name = "wasi"
2025-04-04 18:22:40 +02:00
version = "0.14.2+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
dependencies = [
"wit-bindgen-rt",
]
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
name = "wasm-bindgen"
2025-01-13 09:13:44 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
dependencies = [
"cfg-if",
2024-08-26 02:01:30 +00:00
"once_cell",
2025-01-13 09:13:44 +00:00
"rustversion",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2025-01-13 09:13:44 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2025-01-13 09:13:44 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-01-13 09:13:44 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-01-13 09:13:44 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:13:44 +00:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
[[package]]
name = "which"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
dependencies = [
"env_home",
2025-06-02 05:43:45 +00:00
"rustix",
"winsafe",
]
[[package]]
name = "whoami"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
dependencies = [
"libredox",
"wasite",
]
2019-04-01 23:23:03 -04:00
[[package]]
name = "winapi"
2020-06-26 11:37:22 -04:00
version = "0.3.9"
2019-04-01 23:23:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-26 11:37:22 -04:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-04-01 23:23:03 -04:00
dependencies = [
2020-05-14 12:50:43 -04:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-04-01 23:23:03 -04:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 12:50:43 -04:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-04-01 23:23:03 -04:00
2022-01-04 10:49:42 +01:00
[[package]]
name = "winapi-util"
2025-08-20 20:37:13 +00:00
version = "0.1.10"
2022-01-04 10:49:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-20 20:37:13 +00:00
checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
2022-01-04 10:49:42 +01:00
dependencies = [
2025-08-20 20:37:13 +00:00
"windows-sys 0.60.2",
2022-01-04 10:49:42 +01:00
]
2019-04-01 23:23:03 -04:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 12:50:43 -04:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-04-01 23:23:03 -04:00
[[package]]
name = "windows"
version = "0.61.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
dependencies = [
"windows-collections",
2025-04-12 12:07:37 +02:00
"windows-core",
"windows-future",
"windows-link",
"windows-numerics",
]
[[package]]
name = "windows-collections"
2025-04-04 18:22:40 +02:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
dependencies = [
2025-04-12 12:07:37 +02:00
"windows-core",
]
[[package]]
name = "windows-core"
2025-06-02 05:43:45 +00:00
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-02 05:43:45 +00:00
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
dependencies = [
2025-04-12 12:07:37 +02:00
"windows-implement",
"windows-interface",
"windows-link",
2025-04-12 12:07:37 +02:00
"windows-result",
"windows-strings",
]
[[package]]
name = "windows-future"
2025-06-02 05:43:45 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-02 05:43:45 +00:00
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
dependencies = [
2025-04-12 12:07:37 +02:00
"windows-core",
"windows-link",
2025-06-02 05:43:45 +00:00
"windows-threading",
]
[[package]]
name = "windows-implement"
version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
[[package]]
name = "windows-interface"
version = "0.59.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
[[package]]
name = "windows-link"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
[[package]]
name = "windows-numerics"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
dependencies = [
2025-04-12 12:07:37 +02:00
"windows-core",
"windows-link",
]
[[package]]
name = "windows-result"
2025-06-02 05:43:45 +00:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-02 05:43:45 +00:00
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-strings"
2025-06-02 05:43:45 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-02 05:43:45 +00:00
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
2024-08-05 00:09:49 +00:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
dependencies = [
2025-08-04 06:01:27 +00:00
"windows-targets 0.53.3",
2024-08-05 00:09:49 +00:00
]
[[package]]
name = "windows-targets"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
[[package]]
name = "windows-targets"
2025-08-04 06:01:27 +00:00
version = "0.53.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-04 06:01:27 +00:00
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
dependencies = [
2025-08-04 06:01:27 +00:00
"windows-link",
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
]
2025-06-02 05:43:45 +00:00
[[package]]
name = "windows-threading"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-version"
2025-04-04 18:22:40 +02:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "e04a5c6627e310a23ad2358483286c7df260c964eb2d003d8efd6d0f4e79265c"
dependencies = [
2025-03-09 21:48:08 +00:00
"windows-link",
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
[[package]]
name = "windows_aarch64_msvc"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
[[package]]
name = "windows_i686_gnu"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
[[package]]
name = "windows_i686_gnullvm"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
[[package]]
name = "windows_i686_msvc"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_i686_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
[[package]]
name = "windows_x86_64_gnu"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
[[package]]
name = "windows_x86_64_msvc"
2024-07-08 03:41:55 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 03:41:55 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "winnow"
2025-07-14 01:04:14 +00:00
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-14 01:04:14 +00:00
checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
dependencies = [
"memchr",
]
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
2023-01-30 23:12:27 +01:00
"toml 0.5.11",
]
2020-08-11 18:44:25 +02:00
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "wit-bindgen-rt"
2025-04-04 18:22:40 +02:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-04 18:22:40 +02:00
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
2025-08-20 20:37:13 +00:00
"bitflags 2.9.2",
]
2024-11-18 05:04:29 +00:00
[[package]]
name = "writeable"
2025-05-12 05:54:43 +00:00
version = "0.6.1"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2024-11-18 05:04:29 +00:00
2019-10-01 20:58:24 +02:00
[[package]]
name = "yaml-rust2"
version = "0.10.3"
2019-10-01 20:58:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ce2a4ff45552406d02501cea6c18d8a7e50228e7736a872951fe2fe75c91be7"
2019-10-01 20:58:24 +02:00
dependencies = [
"arraydeque",
"encoding_rs",
"hashlink",
2020-05-14 12:50:43 -04:00
]
2024-11-18 05:04:29 +00:00
[[package]]
name = "yoke"
2025-05-12 05:54:43 +00:00
version = "0.8.0"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
2024-11-18 05:04:29 +00:00
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
2025-05-12 05:54:43 +00:00
version = "0.8.0"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
2024-11-18 05:04:29 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2024-11-18 05:04:29 +00:00
"synstructure",
]
[[package]]
name = "zbus"
2025-07-21 01:06:14 +00:00
version = "5.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 01:06:14 +00:00
checksum = "4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad"
dependencies = [
"async-broadcast",
"async-executor",
"async-io",
"async-lock",
"async-process",
"async-recursion",
"async-task",
"async-trait",
"blocking",
"enumflags2",
2024-06-03 02:06:21 +00:00
"event-listener",
"futures-core",
2025-03-09 21:48:08 +00:00
"futures-lite",
"hex",
"nix",
"ordered-stream",
"serde",
"serde_repr",
2022-06-26 22:27:32 +02:00
"tracing",
2022-05-04 15:40:44 -05:00
"uds_windows",
"windows-sys 0.59.0",
2025-04-12 11:44:44 +02:00
"winnow",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2025-07-21 01:06:14 +00:00
version = "5.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 01:06:14 +00:00
checksum = "ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
"zbus_names",
"zvariant",
"zvariant_utils",
]
[[package]]
name = "zbus_names"
2025-03-09 21:48:08 +00:00
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
dependencies = [
"serde",
"static_assertions",
2025-04-12 11:44:44 +02:00
"winnow",
"zvariant",
]
[[package]]
name = "zerocopy"
2025-06-23 01:01:36 +00:00
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 01:01:36 +00:00
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
dependencies = [
2025-05-12 05:54:43 +00:00
"zerocopy-derive",
2024-11-18 05:04:29 +00:00
]
[[package]]
name = "zerocopy-derive"
2025-06-23 01:01:36 +00:00
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-23 01:01:36 +00:00
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
2024-11-18 05:04:29 +00:00
[[package]]
name = "zerofrom"
2025-03-09 21:48:08 +00:00
version = "0.1.6"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2024-11-18 05:04:29 +00:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
2025-03-09 21:48:08 +00:00
version = "0.1.6"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2024-11-18 05:04:29 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2024-11-18 05:04:29 +00:00
"synstructure",
]
2025-05-12 05:54:43 +00:00
[[package]]
name = "zerotrie"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
]
2024-11-18 05:04:29 +00:00
[[package]]
name = "zerovec"
2025-08-11 04:36:28 +00:00
version = "0.11.4"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-11 04:36:28 +00:00
checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
2024-11-18 05:04:29 +00:00
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
2025-05-12 05:54:43 +00:00
version = "0.11.1"
2024-11-18 05:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-12 05:54:43 +00:00
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
2024-11-18 05:04:29 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
]
2025-04-12 11:44:44 +02:00
[[package]]
name = "zlib-rs"
2025-06-09 00:38:27 +00:00
version = "0.5.1"
2025-04-12 11:44:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-09 00:38:27 +00:00
checksum = "626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a"
2025-04-12 11:44:44 +02:00
[[package]]
name = "zvariant"
2025-07-14 01:04:14 +00:00
version = "5.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-14 01:04:14 +00:00
checksum = "d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f"
dependencies = [
"endi",
"enumflags2",
"serde",
2025-04-12 11:44:44 +02:00
"winnow",
"zvariant_derive",
"zvariant_utils",
]
[[package]]
name = "zvariant_derive"
2025-07-14 01:04:14 +00:00
version = "5.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-14 01:04:14 +00:00
checksum = "3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2025-03-09 21:48:08 +00:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-09 21:48:08 +00:00
checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
dependencies = [
"proc-macro2",
"quote",
"serde",
"static_assertions",
2025-08-20 20:37:13 +00:00
"syn 2.0.106",
2025-04-12 11:44:44 +02:00
"winnow",
]