Files
starship/Cargo.lock
T

4440 lines
106 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
2019-05-13 22:43:11 -06:00
[[package]]
name = "aho-corasick"
2025-12-03 21:14:37 +00:00
version = "1.1.4"
2019-05-13 22:43:11 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
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_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"
version = "1.0.0"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
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"
version = "1.0.14"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
2023-03-28 23:42:29 +00:00
[[package]]
name = "anstyle-parse"
version = "1.0.0"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
2023-03-28 23:42:29 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2025-12-03 21:14:37 +00:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
dependencies = [
"windows-sys",
]
2023-03-28 23:42:29 +00:00
[[package]]
name = "anstyle-wincon"
2025-12-03 21:14:37 +00:00
version = "3.0.11"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
2023-03-28 23:42:29 +00:00
dependencies = [
"anstyle",
2025-06-02 05:43:45 +00:00
"once_cell_polyfill",
"windows-sys",
2023-03-28 23:42:29 +00:00
]
[[package]]
name = "anyhow"
2026-02-23 00:58:26 +00:00
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-23 00:58:26 +00:00
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "arc-swap"
2026-04-06 01:27:11 +00:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-06 01:27:11 +00:00
checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
2025-12-23 13:10:12 +00:00
dependencies = [
"rustversion",
]
[[package]]
name = "arraydeque"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
[[package]]
name = "arrayvec"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe"
[[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"
2026-02-16 01:29:12 +00:00
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-16 01:29:12 +00:00
checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
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-09-15 05:52:39 +00:00
version = "2.6.0"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-09-15 05:52:39 +00:00
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
2023-10-26 20:43:01 +02:00
dependencies = [
2025-09-15 05:52:39 +00:00
"autocfg",
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",
"windows-sys",
2023-10-26 20:43:01 +02:00
]
2023-12-30 17:28:50 +01:00
[[package]]
name = "async-lock"
2025-12-22 02:59:56 +00:00
version = "3.4.2"
2023-12-30 17:28:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-22 02:59:56 +00:00
checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
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-09-15 05:52:39 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-09-15 05:52:39 +00:00
checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
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",
"syn 2.0.118",
2023-10-26 20:43:01 +02:00
]
[[package]]
name = "async-signal"
2026-04-13 01:54:00 +00:00
version = "0.2.14"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-13 01:54:00 +00:00
checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485"
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",
"windows-sys",
]
[[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",
"syn 2.0.118",
]
[[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"
2026-02-09 05:57:07 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-09 05:57:07 +00:00
checksum = "f648697f71a7eddd152c1ae26151f580c69635bfcb747574886317877ccf1a5a"
2020-01-15 23:56:59 -05:00
[[package]]
name = "autocfg"
version = "1.5.1"
2020-01-15 23:56:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
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"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
[[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",
]
[[package]]
name = "block-buffer"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
dependencies = [
"hybrid-array",
]
2025-04-12 12:07:37 +02:00
[[package]]
name = "block2"
2025-10-21 17:35:10 +00:00
version = "0.6.2"
2025-04-12 12:07:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
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-12-03 21:14:37 +00:00
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
dependencies = [
"memchr",
2023-10-26 20:43:01 +02:00
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
version = "3.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
[[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"
version = "1.2.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
2024-08-26 02:01:30 +00:00
dependencies = [
2025-09-08 06:15:02 +00:00
"find-msvc-tools",
2024-08-26 02:01:30 +00:00
"shlex",
]
[[package]]
name = "cfg-if"
2025-10-21 17:35:10 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
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"
[[package]]
name = "chacha20"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
dependencies = [
"cfg-if",
"cpufeatures 0.3.0",
2026-04-20 01:59:16 +00:00
"rand_core 0.10.1",
]
2019-04-01 23:23:03 -04:00
[[package]]
name = "clap"
version = "4.6.1"
2019-04-01 23:23:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
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"
version = "4.6.0"
2023-03-28 00:55:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
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"
version = "4.6.5"
2022-01-04 10:49:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772"
2022-01-04 10:49:42 +01:00
dependencies = [
"clap",
]
[[package]]
name = "clap_complete_nushell"
version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbb9e9715d29a754b468591be588f6b926f5b0a1eb6a8b62acabeb66ff84d897"
dependencies = [
"clap",
"clap_complete",
]
2022-01-04 10:49:42 +01:00
[[package]]
name = "clap_derive"
version = "4.6.1"
2022-01-04 10:49:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
2022-01-04 10:49:42 +01:00
dependencies = [
"heck",
2022-01-04 10:49:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.118",
2019-04-01 23:23:03 -04:00
]
[[package]]
name = "clap_lex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
[[package]]
name = "clru"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5"
dependencies = [
"hashbrown 0.16.1",
]
2023-03-28 23:42:29 +00:00
[[package]]
name = "colorchoice"
version = "1.0.5"
2023-03-28 23:42:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
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-oid"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
[[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 = [
2026-01-19 02:56:29 +00:00
"getrandom 0.2.17",
"once_cell",
"tiny-keccak",
]
[[package]]
name = "const_format"
2026-04-20 01:59:16 +00:00
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-20 01:59:16 +00:00
checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e"
dependencies = [
"const_format_proc_macros",
2026-04-20 01:59:16 +00:00
"konst",
]
[[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",
]
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 = "cpufeatures"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
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"
2025-12-03 21:14:37 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
dependencies = [
"generic-array",
2022-03-10 12:01:38 -06:00
"typenum",
]
[[package]]
name = "crypto-common"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
dependencies = [
"hybrid-array",
]
[[package]]
name = "dashmap"
version = "6.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
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",
2026-04-20 01:59:16 +00:00
"rand 0.8.6",
"shared_library",
"termwiz",
"winapi",
]
[[package]]
name = "defmt"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e524506490a1953d237cb87b1cfc1e46f88c18f10a22dfe0f507dc6bfc7f7f"
dependencies = [
"bitflags 1.3.2",
"defmt-macros",
]
[[package]]
name = "defmt-macros"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0a27770e9c8f719a79d8b638281f4d828f77d8fd61e0bd94451b9b85e576a0b"
dependencies = [
"defmt-parser",
"proc-macro-error2",
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "defmt-parser"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
dependencies = [
"thiserror 2.0.18",
]
2023-08-22 11:27:27 +00:00
[[package]]
name = "deranged"
2026-02-23 00:58:26 +00:00
version = "0.5.8"
2023-08-22 11:27:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-23 00:58:26 +00:00
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
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 0.1.7",
]
[[package]]
name = "digest"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
dependencies = [
"block-buffer 0.12.1",
"const-oid",
"crypto-common 0.2.2",
]
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",
]
2025-04-21 02:32:08 +00:00
[[package]]
name = "dispatch2"
2026-03-02 01:38:57 +00:00
version = "0.3.1"
2025-04-21 02:32:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-03-02 01:38:57 +00:00
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
2025-04-21 02:32:08 +00:00
dependencies = [
"bitflags 2.13.0",
"block2",
2025-04-21 02:32:08 +00:00
"objc2",
]
[[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"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
[[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"
2025-12-03 21:14:37 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
[[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",
"syn 2.0.118",
]
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-09-15 05:52:39 +00:00
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-09-15 05:52:39 +00:00
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys",
]
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"
2026-04-13 01:54:00 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-13 01:54:00 +00:00
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
[[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"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
dependencies = [
"cfg-if",
"libc",
]
2025-09-08 06:15:02 +00:00
[[package]]
name = "find-msvc-tools"
2026-02-02 04:38:19 +00:00
version = "0.1.9"
2025-09-08 06:15:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-02 04:38:19 +00:00
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
2025-09-08 06:15:02 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foldhash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
2023-02-28 19:22:02 +01:00
[[package]]
name = "fragile"
2026-04-06 01:27:11 +00:00
version = "2.1.0"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-06 01:27:11 +00:00
checksum = "8878864ba14bb86e818a412bfd6f18f9eabd4ec0f008a28e8f7eb61db532fcf9"
dependencies = [
"futures-core",
]
2022-05-04 15:40:44 -05:00
[[package]]
name = "futures-core"
2026-02-16 01:29:12 +00:00
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-16 01:29:12 +00:00
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
[[package]]
name = "futures-io"
2026-02-16 01:29:12 +00:00
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-16 01:29:12 +00:00
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
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",
]
[[package]]
name = "futures-task"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
[[package]]
name = "futures-util"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
dependencies = [
"futures-core",
"futures-task",
"pin-project-lite",
"slab",
]
2021-10-05 16:27:25 -07:00
[[package]]
name = "generic-array"
2025-12-03 21:14:37 +00:00
version = "0.14.7"
2021-10-05 16:27:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-10-05 16:27:25 -07:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2026-01-19 02:56:29 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-19 02:56:29 +00:00
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
dependencies = [
"cfg-if",
"libc",
"wasi 0.11.1+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
dependencies = [
"cfg-if",
"libc",
"r-efi",
2026-04-20 01:59:16 +00:00
"rand_core 0.10.1",
]
2019-04-07 16:43:11 -04:00
[[package]]
name = "gix"
version = "0.84.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae54ae0ebd1a5a3c3f8d95dd3b5ca6e63f4fed9bfd585e13801a97d7bde8f9ce"
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",
"gix-error",
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",
"gix-worktree-stream",
"nonempty",
"smallvec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-actor"
version = "0.41.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bc998b8f746dda8565450d08a63b792ced9165d8c27a1ed3f02799ec6a7820f"
dependencies = [
"bstr",
"gix-date",
"gix-error",
]
[[package]]
name = "gix-attributes"
version = "0.33.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d43f12e246d3bf7ec624c8fc15ac4a4b62b7c4c6f586cb82be6c90bf84c9d02"
dependencies = [
"bstr",
"gix-glob",
"gix-path",
"gix-quote",
"gix-trace",
"kstring",
"smallvec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
"unicode-bom",
]
[[package]]
name = "gix-bitmap"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ebef0c26ad305747649e727bbcd56a7b7910754eb7cea88f6dff6f93c51283"
dependencies = [
"gix-error",
]
[[package]]
name = "gix-chunk"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9faee47943b638e58ddd5e275a4906ad3e4b6c8584f1d41bd18ab9032ec52afb"
dependencies = [
"gix-error",
]
[[package]]
name = "gix-command"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00706d4fef135ef4b01680d5218c6ee40cda8baf697b864296cbc887d19118f6"
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.37.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f675d0df484a7f6a47e64bd6f311af489d947c0323b0564f36d14f3d7762abb"
dependencies = [
"bstr",
2023-06-06 21:07:41 +00:00
"gix-chunk",
"gix-error",
2023-06-06 21:07:41 +00:00
"gix-hash",
2023-06-30 21:14:53 +00:00
"memmap2",
"nonempty",
]
[[package]]
name = "gix-config"
version = "0.57.0"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f2372d4b49ca28431e7d150cab9d25edc1890f0184bd57eb0e917c7799e63de"
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",
"smallvec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
"unicode-bom",
]
[[package]]
name = "gix-config-value"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed42168329552f6c2e5df09665c104199d45d84bedb53683738a49b57fe1baab"
dependencies = [
"bitflags 2.13.0",
"bstr",
"gix-path",
"libc",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-date"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ecab64a98bbac9f8e02990a9ea5e3c974a7d49b95f2bd70ad94ad22fa6b48c"
dependencies = [
"bstr",
"gix-error",
"itoa",
"jiff",
]
[[package]]
name = "gix-diff"
version = "0.64.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b6d9528f32d94cef2edf39a1ac01fe5a0fc44ddbb18d9e44099936047c3302b"
dependencies = [
2023-12-06 18:16:35 +00:00
"bstr",
"gix-attributes",
"gix-command",
"gix-filter",
"gix-fs",
"gix-hash",
"gix-imara-diff",
"gix-index",
"gix-object",
"gix-path",
"gix-pathspec",
"gix-tempfile",
"gix-trace",
"gix-traverse",
"gix-worktree",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-dir"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bb2a53a6fd917ec499ed0bfb5b6887de7a15bd79197dcea7c987938749a9f1"
dependencies = [
"bstr",
"gix-discover",
"gix-fs",
"gix-ignore",
"gix-index",
"gix-object",
"gix-path",
"gix-pathspec",
"gix-trace",
"gix-utils",
"gix-worktree",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-discover"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77bacdd12b7879d2178a80c58c2f319995e4654e1a7a23e3181e5c8a12b824f7"
dependencies = [
"bstr",
"dunce",
2024-01-23 11:08:14 +00:00
"gix-fs",
"gix-path",
"gix-ref",
"gix-sec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-error"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e57831e199be480af90dcd7e459abed8a174c09ec9a6e2cc8f7ca6c54598b06b"
dependencies = [
"bstr",
]
[[package]]
name = "gix-features"
version = "0.48.1"
2023-07-19 12:03:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1849ae154d38bc403185be14fa871e38e3c93ee606875d94e207fdb9fba52dbc"
dependencies = [
"bytes",
"crc32fast",
"crossbeam-channel",
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",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
"walkdir",
"zlib-rs",
]
[[package]]
name = "gix-filter"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecf74b7d16f6694ce4a3049074c41be0c7987105743674f1671807bd6dce09fa"
dependencies = [
"bstr",
"encoding_rs",
"gix-attributes",
"gix-command",
"gix-hash",
"gix-object",
"gix-packetline",
"gix-path",
"gix-quote",
"gix-trace",
"gix-utils",
"smallvec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-fs"
version = "0.21.2"
2023-07-19 12:03:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cdff46db8798e47e2f727d84b9379aac5add3dd3d9d0b07bb4d7d5d640771fe"
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",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-glob"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1fcb8ef5b16bcf874abe9b68d8abb3c0493c876d367ab824151f30a0f3f3756"
dependencies = [
"bitflags 2.13.0",
"bstr",
2023-08-22 11:27:27 +00:00
"gix-features",
"gix-path",
]
[[package]]
name = "gix-hash"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0926d3819c837750b4e03c7754901e73f68b8c9b690753a6372a1bed4eedce"
dependencies = [
2023-08-22 11:27:27 +00:00
"faster-hex",
2025-04-12 11:44:44 +02:00
"gix-features",
"sha1-checked",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-hashtable"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0e30b93eea8718baf7d8153fcb938e2926175bbf18097c09f1c01b6f0be0563"
dependencies = [
"gix-hash",
"hashbrown 0.17.1",
"parking_lot",
]
[[package]]
name = "gix-ignore"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d491bab9bf2c9f341dc754f425c31d5d3f63aca615312167b82e1deeaca97d8d"
dependencies = [
"bstr",
"gix-glob",
"gix-path",
"gix-trace",
"unicode-bom",
]
[[package]]
name = "gix-imara-diff"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19753d40da53d0ec41604750eeb969097a90fb2d7f7992730d904541c04e2c19"
dependencies = [
"bstr",
"hashbrown 0.17.1",
]
[[package]]
name = "gix-index"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e6b28cc592dc753adb58302bb14a64e412ee591a3bec77aa4df87bff74fa80d"
dependencies = [
"bitflags 2.13.0",
"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",
"hashbrown 0.17.1",
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",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-lock"
version = "23.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65c9dedd9e90b0d47624d2ed241d394e09294118364e87b9b7e5f1fe755f3c2c"
dependencies = [
"gix-tempfile",
2023-06-06 21:07:41 +00:00
"gix-utils",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-object"
version = "0.61.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5cd857e29429c7213bdef3f5aef83f8cc124774fe8ae0d27b1607d218d6d525"
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-utils",
"gix-validate",
"itoa",
"smallvec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-odb"
version = "0.81.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d004c32858b1556f2d7874405edb3c97dc78fc09beaa87d57bb077ee2858a7d"
dependencies = [
"arc-swap",
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",
"memmap2",
2023-03-01 09:32:16 +00:00
"parking_lot",
"tempfile",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-pack"
version = "0.71.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e43626f2a27d1033674ec1a196b845614231e6bbd949d5e21c133045ff56b174"
dependencies = [
"clru",
"gix-chunk",
"gix-error",
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",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
"uluru",
]
[[package]]
name = "gix-packetline"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b217dd0ee0c4021ecf169a4a519b1b4f80d15e3f3765f3dc466223dc0ac891d7"
dependencies = [
"bstr",
"faster-hex",
"gix-trace",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-path"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afa6ac14cd14939ea94a496ce7460daa6511c09f5b84757e9cfc6f9c8d0f93a6"
dependencies = [
"bstr",
2023-06-22 11:43:21 +00:00
"gix-trace",
"gix-validate",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-pathspec"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3050783b41ee11511e1e8fb35623df81806194f4030395f14f48ea37c2798c9f"
dependencies = [
"bitflags 2.13.0",
"bstr",
"gix-attributes",
"gix-config-value",
"gix-glob",
"gix-path",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-protocol"
version = "0.62.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51dea3acb390707ab868f1f9584f18449eb95d869deffae96768e47d303595ee"
dependencies = [
"bstr",
"gix-date",
"gix-features",
"gix-hash",
"gix-ref",
"gix-shallow",
"gix-transport",
"gix-utils",
"maybe-async",
"nonempty",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-quote"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e541fc33cc2b783b7979040d445a0c86a2eca747c8faea4ca84230d06ae6ef"
dependencies = [
"bstr",
"gix-error",
"gix-utils",
]
[[package]]
name = "gix-ref"
version = "0.64.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c04f64c37eb7e6feb73c7060f8dc6f381cc5de5d53249bfd450bc48a86b2e8b"
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",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
2022-08-27 20:24:18 +08:00
[[package]]
name = "gix-refspec"
version = "0.42.0"
2022-08-27 20:24:18 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b216ae06ec74b5f24ad0142026a997fb0a935b7410eaf9c1616fc3f0e6c5a6d3"
2022-08-27 20:24:18 +08:00
dependencies = [
"bstr",
"gix-error",
"gix-glob",
"gix-hash",
"gix-revision",
"gix-validate",
2022-08-27 20:24:18 +08:00
"smallvec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
2022-08-27 20:24:18 +08:00
]
[[package]]
name = "gix-revision"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b47c88884dd3c1a19a39da19d10211fcdea2809aadc86869b6e824a1774340f"
dependencies = [
"bitflags 2.13.0",
"bstr",
2024-10-23 23:51:16 +00:00
"gix-commitgraph",
"gix-date",
"gix-error",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
2023-08-22 11:27:27 +00:00
"gix-trace",
"nonempty",
]
[[package]]
name = "gix-revwalk"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85f5756abffe0917827aac683b13684ed99875bc398fa1f9b8f479b0681ef9e6"
dependencies = [
"gix-commitgraph",
2023-06-22 11:43:21 +00:00
"gix-date",
"gix-error",
"gix-hash",
"gix-hashtable",
"gix-object",
2023-06-06 21:07:41 +00:00
"smallvec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-sec"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab8519976e4c7e486270740a5400369f37940779b80bd1377d94cfa1125d01b3"
dependencies = [
"bitflags 2.13.0",
"gix-path",
"libc",
"windows-sys",
]
[[package]]
name = "gix-shallow"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a292fc2fe548c5dfa575479d16b445b0ddf1dd2f56f1fec6aed386f82553cd97"
dependencies = [
"bstr",
"gix-hash",
"gix-lock",
"nonempty",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-status"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22042e385d28a34275e029d98f4970285045be14b9073658ca897923f2ed8700"
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",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-submodule"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3059890ef054066c22a94bfc6a3eaba0d806aedcd630a0bc9e5783fd88884781"
dependencies = [
"bstr",
"gix-config",
"gix-path",
"gix-pathspec",
"gix-refspec",
"gix-url",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-tempfile"
version = "23.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27850097e1ff9515f46a0dad0f5f9c9d020e972727772dabab9450690c4adb22"
dependencies = [
"dashmap",
2023-08-22 11:27:27 +00:00
"gix-fs",
"libc",
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.20"
2023-06-22 11:43:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44dc45eae785c0eb14173e0f152e6e224dcf4d45b6a6999a3aed22af541ad678"
2023-06-22 11:43:21 +00:00
[[package]]
name = "gix-transport"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cd0e34995b1aab0fa8dff2af8db726a0bfad3e119c89302604463264046e7ff"
dependencies = [
"bstr",
"gix-command",
"gix-features",
"gix-packetline",
"gix-quote",
"gix-sec",
"gix-url",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-traverse"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8de590ecc86a3b2870665f2288324fa9f7f8672c7fc2d4e020fdd81cd1f7aed"
dependencies = [
"bitflags 2.13.0",
"gix-commitgraph",
2023-06-22 11:43:21 +00:00
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
"smallvec",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "gix-url"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bb01ec69d55e82ccb7a19e264501ead4e6aac38463a8cebfdd81e22bb67ab2"
dependencies = [
"bstr",
"gix-path",
"percent-encoding",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
2019-04-07 16:43:11 -04:00
]
[[package]]
name = "gix-utils"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66c50966184123caf580ffa64e28031a878597f1c7fceb8fe19566c38eb1b771"
dependencies = [
"bstr",
"fastrand",
2024-01-23 11:08:14 +00:00
"unicode-normalization",
]
[[package]]
name = "gix-validate"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bc6fc771c4063ba7cd2f47b91fb6076251c6a823b64b7fe7b8874b0fe4afae3"
dependencies = [
"bstr",
]
[[package]]
name = "gix-worktree"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef414ed275e8407cd5d53d301e83be19700b0dd3f859d2434417b58f454a2d1"
dependencies = [
"bstr",
"gix-attributes",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-ignore",
"gix-index",
"gix-object",
"gix-path",
"gix-validate",
]
[[package]]
name = "gix-worktree-stream"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d25e9ed30100c63f7590bc581c225e53f731a53e06aa79a245739c07f7dcc557"
dependencies = [
"gix-attributes",
"gix-error",
"gix-features",
"gix-filter",
"gix-fs",
"gix-hash",
"gix-object",
"gix-path",
"gix-traverse",
"parking_lot",
]
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"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
[[package]]
name = "hashbrown"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
[[package]]
name = "hashlink"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
dependencies = [
"hashbrown 0.16.1",
]
[[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.12"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
2022-05-04 15:40:44 -05:00
dependencies = [
"windows-sys",
2022-05-04 15:40:44 -05:00
]
[[package]]
name = "hybrid-array"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
dependencies = [
"typenum",
]
2023-06-24 04:24:24 +00:00
[[package]]
name = "indexmap"
version = "2.14.0"
2023-06-24 04:24:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
2023-06-24 04:24:24 +00:00
dependencies = [
"equivalent",
"hashbrown 0.17.1",
"serde",
"serde_core",
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"
2025-10-25 08:32:41 +00:00
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-25 08:32:41 +00:00
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
[[package]]
name = "jiff"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34f877a98676d2fb664698d74cc6a51ce6c484ce8c770f05d0108ec9090aeb46"
dependencies = [
"defmt",
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",
2025-12-03 21:14:37 +00:00
"serde_core",
"windows-link 0.2.1",
]
2025-04-04 18:22:40 +02:00
[[package]]
name = "jiff-static"
version = "0.2.29"
2025-04-04 18:22:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0666b5ab5ecaca213fc2a85b8c0083d9004e84ee2d5f9a7e0017aaf50986f25f"
2025-04-04 18:22:40 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
2025-04-04 18:22:40 +02:00
]
2022-12-24 18:08:14 +01:00
[[package]]
name = "jiff-tzdb"
version = "0.1.6"
2022-12-24 18:08:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076"
[[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"
version = "0.3.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
2022-12-24 18:08:14 +01:00
dependencies = [
"cfg-if",
"futures-util",
"wasm-bindgen",
2022-12-24 18:08:14 +01:00
]
[[package]]
name = "jsonc-parser"
version = "0.32.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "840785e1a8b4fdb27be18440a35a81af64820dc185c3973ff8b012d4c6282512"
dependencies = [
"serde",
]
2026-04-20 01:59:16 +00:00
[[package]]
name = "konst"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb"
dependencies = [
"konst_macro_rules",
]
[[package]]
name = "konst_macro_rules"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37"
[[package]]
name = "kstat-rs"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27964e4632377753acb0898ce6f28770d50cbca1339200ae63d700cff97b5c2b"
dependencies = [
"libc",
"thiserror 1.0.69",
]
[[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"
2026-04-27 00:48:43 +00:00
version = "0.2.186"
2019-04-01 23:23:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-27 00:48:43 +00:00
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
2019-04-01 23:23:03 -04:00
2023-10-26 20:43:01 +02:00
[[package]]
name = "libredox"
version = "0.1.17"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3"
2023-10-26 20:43:01 +02:00
dependencies = [
"libc",
]
[[package]]
name = "linux-raw-sys"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2022-05-04 15:40:44 -05:00
[[package]]
name = "lock_api"
version = "0.4.14"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2022-05-04 15:40:44 -05:00
dependencies = [
"scopeguard",
]
2019-04-07 16:43:11 -04:00
[[package]]
name = "log"
version = "0.4.33"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
2019-04-07 16:43:11 -04:00
2020-08-11 18:44:25 +02:00
[[package]]
name = "mac-notification-sys"
version = "0.6.15"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd604973958ddcc11b561193c0fb96ba146506ef2f231ef2e7c35fd2cbc9beca"
2020-08-11 18:44:25 +02:00
dependencies = [
"cc",
"log",
2025-04-12 12:07:37 +02:00
"objc2",
"objc2-foundation",
"time",
"uuid",
2020-08-11 18:44:25 +02:00
]
2019-05-22 12:29:39 -04:00
[[package]]
name = "mach2"
version = "0.6.0"
2019-05-22 12:29:39 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b"
2019-05-22 12:29:39 -04:00
[[package]]
name = "maybe-async"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "memchr"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
[[package]]
name = "memmap2"
2026-02-16 01:29:12 +00:00
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-16 01:29:12 +00:00
checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
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"
2021-06-29 18:46:41 -05:00
[[package]]
name = "mockall"
version = "0.14.0"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b"
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.14.0"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf"
2021-06-29 18:46:41 -05:00
dependencies = [
"cfg-if",
2021-06-29 18:46:41 -05:00
"proc-macro2",
"quote",
"syn 2.0.118",
2021-06-29 18:46:41 -05:00
]
[[package]]
name = "nix"
version = "0.31.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
dependencies = [
"bitflags 2.13.0",
"cfg-if",
"cfg_aliases",
"libc",
]
[[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",
]
[[package]]
name = "nonempty"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
2020-08-11 18:44:25 +02:00
[[package]]
name = "notify-rust"
version = "4.18.0"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5b4c1b4f2aa9f25f63a7a49d3dd0ed567b3670da15330a66b29434be899b891"
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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
dependencies = [
"windows-sys",
]
[[package]]
name = "num-conv"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
[[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
]
2020-08-11 18:44:25 +02:00
[[package]]
2025-04-12 12:07:37 +02:00
name = "objc2"
2026-03-02 01:38:57 +00:00
version = "0.6.4"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-03-02 01:38:57 +00:00
checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
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]]
name = "objc2-cloud-kit"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
dependencies = [
"bitflags 2.13.0",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-data"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
dependencies = [
"objc2",
"objc2-foundation",
]
2020-08-11 18:44:25 +02:00
[[package]]
2025-04-12 12:07:37 +02:00
name = "objc2-core-foundation"
2025-10-21 17:35:10 +00:00
version = "0.3.2"
2020-08-11 18:44:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
2020-08-11 18:44:25 +02:00
dependencies = [
"bitflags 2.13.0",
"block2",
2025-04-21 02:32:08 +00:00
"dispatch2",
"libc",
2025-04-12 12:07:37 +02:00
"objc2",
2020-08-11 18:44:25 +02:00
]
[[package]]
name = "objc2-core-graphics"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
dependencies = [
"bitflags 2.13.0",
"dispatch2",
"objc2",
"objc2-core-foundation",
"objc2-io-surface",
]
[[package]]
name = "objc2-core-image"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
dependencies = [
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-location"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009"
dependencies = [
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-text"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
dependencies = [
"bitflags 2.13.0",
"objc2",
"objc2-core-foundation",
"objc2-core-graphics",
]
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-10-21 17:35:10 +00:00
version = "0.3.2"
2025-04-12 12:07:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2020-08-11 18:44:25 +02:00
dependencies = [
"bitflags 2.13.0",
2025-04-12 12:07:37 +02:00
"block2",
"libc",
"objc2",
"objc2-core-foundation",
2020-08-11 18:44:25 +02:00
]
[[package]]
name = "objc2-io-kit"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
dependencies = [
"bitflags 2.13.0",
"block2",
"dispatch2",
"libc",
"objc2",
"objc2-core-foundation",
]
[[package]]
name = "objc2-io-surface"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
dependencies = [
"bitflags 2.13.0",
"objc2",
"objc2-core-foundation",
]
[[package]]
name = "objc2-quartz-core"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
dependencies = [
"bitflags 2.13.0",
"objc2",
"objc2-core-foundation",
"objc2-foundation",
]
[[package]]
name = "objc2-system-configuration"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
dependencies = [
"objc2-core-foundation",
]
[[package]]
name = "objc2-ui-kit"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
dependencies = [
"bitflags 2.13.0",
"block2",
"objc2",
"objc2-cloud-kit",
"objc2-core-data",
"objc2-core-foundation",
"objc2-core-graphics",
"objc2-core-image",
"objc2-core-location",
"objc2-core-text",
"objc2-foundation",
"objc2-quartz-core",
"objc2-user-notifications",
]
[[package]]
name = "objc2-user-notifications"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e"
dependencies = [
"objc2",
"objc2-foundation",
]
[[package]]
name = "once_cell"
version = "1.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2025-06-02 05:43:45 +00:00
[[package]]
name = "once_cell_polyfill"
2025-10-25 08:32:41 +00:00
version = "1.70.2"
2025-06-02 05:43:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-25 08:32:41 +00:00
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2025-06-02 05:43:45 +00:00
[[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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fbaa89d2ddc8473c78a3adf69eea8cffa28c483b8e02a971ef31527cd0fc92c"
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.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf20a545b305cf1da722b236b5155c9bb35f1d5ceb28c048bd96ca842f41b5b"
dependencies = [
"android_system_properties",
2020-05-14 12:50:43 -04:00
"log",
"nix",
"objc2",
"objc2-foundation",
"objc2-ui-kit",
"schemars",
2020-05-14 12:50:43 -04:00
"serde",
"windows-sys",
]
[[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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-link 0.2.1",
]
[[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"
2025-08-25 06:07:19 +00:00
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-08-25 06:07:19 +00:00
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "pest"
2026-02-05 13:13:47 +00:00
version = "2.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-05 13:13:47 +00:00
checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
dependencies = [
2023-08-30 13:25:13 +00:00
"memchr",
2020-05-14 12:50:43 -04:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2026-02-05 13:13:47 +00:00
version = "2.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-05 13:13:47 +00:00
checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77"
dependencies = [
2020-05-14 12:50:43 -04:00
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2026-02-05 13:13:47 +00:00
version = "2.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-05 13:13:47 +00:00
checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f"
dependencies = [
2020-05-14 12:50:43 -04:00
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "pest_meta"
2026-02-05 13:13:47 +00:00
version = "2.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-05 13:13:47 +00:00
checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220"
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",
2026-04-20 01:59:16 +00:00
"rand 0.8.6",
]
[[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"
2026-03-02 01:38:57 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-03-02 01:38:57 +00:00
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2023-10-26 20:43:01 +02:00
[[package]]
name = "piper"
2026-03-02 01:38:57 +00:00
version = "0.2.5"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-03-02 01:38:57 +00:00
checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
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"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
dependencies = [
"base64 0.22.1",
"indexmap",
"quick-xml 0.38.4",
"serde",
"time",
]
2023-10-26 20:43:01 +02:00
[[package]]
name = "polling"
2025-09-15 05:52:39 +00:00
version = "3.11.0"
2023-10-26 20:43:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-09-15 05:52:39 +00:00
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
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",
"windows-sys",
2023-10-26 20:43:01 +02:00
]
2025-01-06 04:28:46 +00:00
[[package]]
name = "portable-atomic"
2026-02-02 04:38:19 +00:00
version = "1.13.1"
2025-01-06 04:28:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-02 04:38:19 +00:00
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2025-01-06 04:28:46 +00:00
[[package]]
name = "portable-atomic-util"
2026-04-20 01:59:16 +00:00
version = "0.2.7"
2025-01-06 04:28:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-20 01:59:16 +00:00
checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
2025-01-06 04:28:46 +00:00
dependencies = [
"portable-atomic",
]
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"
2026-02-16 01:29:12 +00:00
version = "3.1.4"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-16 01:29:12 +00:00
checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe"
2021-06-29 18:46:41 -05:00
dependencies = [
"anstyle",
2021-06-29 18:46:41 -05:00
"predicates-core",
]
[[package]]
name = "predicates-core"
2026-02-16 01:29:12 +00:00
version = "1.0.10"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-16 01:29:12 +00:00
checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144"
2021-06-29 18:46:41 -05:00
[[package]]
name = "predicates-tree"
2026-02-16 01:29:12 +00:00
version = "1.0.13"
2021-06-29 18:46:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-16 01:29:12 +00:00
checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2"
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
]
[[package]]
name = "proc-macro-crate"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
dependencies = [
"toml_edit",
]
[[package]]
name = "proc-macro-error-attr2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
dependencies = [
"proc-macro2",
"quote",
]
2021-08-26 10:07:40 -04:00
[[package]]
name = "proc-macro-error2"
version = "2.0.1"
2021-08-26 10:07:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
2021-08-26 10:07:40 -04:00
dependencies = [
"proc-macro-error-attr2",
"proc-macro2",
"quote",
"syn 2.0.118",
2021-08-26 10:07:40 -04:00
]
[[package]]
name = "proc-macro2"
2026-01-26 01:46:17 +00:00
version = "1.0.106"
2019-12-15 00:40:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-26 01:46:17 +00:00
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21ed1a985a1edcf511a65a9927151fab108e72206a2ee3c62f8946ab73dfc33d"
dependencies = [
"attr_alias",
"libc",
2025-05-12 05:54:43 +00:00
"signal-hook 0.3.18",
"windows-sys",
]
[[package]]
name = "prodash"
version = "31.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
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"
version = "0.38.4"
2025-07-14 01:04:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
2025-07-14 01:04:14 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "quick-xml"
version = "0.40.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f"
dependencies = [
"memchr",
]
2019-09-30 20:10:35 +08:00
[[package]]
name = "quote"
version = "1.0.45"
2019-09-30 20:10:35 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
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"
version = "6.0.0"
2025-04-04 18:22:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2025-04-04 18:22:40 +02:00
[[package]]
name = "rand"
2026-04-20 01:59:16 +00:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-20 01:59:16 +00:00
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
dependencies = [
"libc",
"rand_chacha",
"rand_core 0.6.4",
]
[[package]]
name = "rand"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
dependencies = [
"chacha20",
"getrandom 0.4.3",
2026-04-20 01:59:16 +00:00
"rand_core 0.10.1",
]
[[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_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2026-01-19 02:56:29 +00:00
"getrandom 0.2.17",
2019-04-16 07:59:57 -07:00
]
[[package]]
name = "rand_core"
2026-04-20 01:59:16 +00:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-20 01:59:16 +00:00
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
[[package]]
name = "rayon"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
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-10-21 17:35:10 +00:00
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
dependencies = [
"bitflags 2.13.0",
2025-12-22 02:59:56 +00:00
]
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 = [
2026-01-19 02:56:29 +00:00
"getrandom 0.2.17",
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 = [
2026-01-19 02:56:29 +00:00
"getrandom 0.2.17",
"libredox",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
]
[[package]]
name = "ref-cast"
2025-10-21 17:35:10 +00:00
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
2025-10-21 17:35:10 +00:00
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
2019-04-15 20:54:52 -04:00
[[package]]
2019-05-13 22:43:11 -06:00
name = "regex"
version = "1.12.4"
2019-04-15 20:54:52 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
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"
2026-02-09 05:57:07 +00:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-09 05:57:07 +00:00
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
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.11"
2019-04-04 14:18:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2019-04-04 14:18:15 -04:00
[[package]]
name = "rust-ini"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7"
dependencies = [
"cfg-if",
"ordered-multimap",
]
[[package]]
name = "rustix"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
dependencies = [
"bitflags 2.13.0",
2025-09-15 05:52:39 +00:00
"errno 0.3.14",
"libc",
2025-06-02 05:43:45 +00:00
"linux-raw-sys",
"windows-sys",
]
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]]
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 = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
dependencies = [
"dyn-clone",
"indexmap",
"ref-cast",
"schemars_derive",
"serde",
"serde_json",
]
[[package]]
name = "schemars_derive"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f"
dependencies = [
"proc-macro2",
"quote",
"serde_derive_internals",
"syn 2.0.118",
]
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.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
[[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.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
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.228"
2019-12-15 00:40:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2019-12-15 00:40:12 +01:00
dependencies = [
2020-05-14 12:50:43 -04:00
"proc-macro2",
"quote",
"syn 2.0.118",
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",
"syn 2.0.118",
]
[[package]]
name = "serde_json"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
"indexmap",
"itoa",
2024-07-29 00:12:06 +00:00
"memchr",
"serde",
"serde_core",
"zmij",
]
[[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",
"syn 2.0.118",
]
2023-01-30 23:12:27 +01:00
[[package]]
name = "serde_spanned"
2026-04-03 19:36:21 +02:00
version = "1.1.1"
2023-01-30 23:12:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-03 19:36:21 +02:00
checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
2023-01-30 23:12:27 +01:00
dependencies = [
2025-09-15 19:48:26 +00:00
"serde_core",
2023-01-30 23:12:27 +01:00
]
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",
"cpufeatures 0.2.17",
"digest 0.10.7",
2022-08-27 20:24:18 +08:00
]
[[package]]
name = "sha1"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
dependencies = [
"cfg-if",
"cpufeatures 0.3.0",
"digest 0.11.3",
]
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 0.10.6",
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 0.2.17",
"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",
"cpufeatures 0.2.17",
"digest 0.10.7",
2023-01-11 15:21:36 +00:00
]
[[package]]
name = "shadow-rs"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd39b4b2077bd36e60ca28c31d494046e747759cb9b507a7d177bb64787c39e"
dependencies = [
"const_format",
"is_debug",
"jiff",
]
[[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.1"
2020-08-21 18:41:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
2020-08-21 18:41:36 +02:00
2024-08-26 02:01:30 +00:00
[[package]]
name = "shlex"
version = "2.0.1"
2024-08-26 02:01:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2024-08-26 02:01:30 +00:00
[[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-12-29 00:32:16 +00:00
version = "1.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-29 00:32:16 +00:00
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
dependencies = [
2025-12-29 00:32:16 +00:00
"errno 0.3.14",
"libc",
]
[[package]]
name = "siphasher"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
[[package]]
name = "slab"
2026-02-02 04:38:19 +00:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-02 04:38:19 +00:00
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2022-05-04 15:40:44 -05:00
[[package]]
name = "smallvec"
version = "1.15.2"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2024-11-18 05:04:29 +00:00
[[package]]
name = "stable_deref_trait"
2025-10-21 17:35:10 +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-10-21 17:35:10 +00:00
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2024-11-18 05:04:29 +00:00
2019-04-01 23:23:03 -04:00
[[package]]
name = "starship"
2026-04-30 21:33:07 +02:00
version = "1.25.1"
2020-05-14 12:50:43 -04:00
dependencies = [
"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",
"jiff",
"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",
"quick-xml 0.40.1",
"rand 0.10.1",
2020-05-14 12:50:43 -04:00
"rayon",
"regex",
"rust-ini",
"schemars",
"semver 1.0.28",
"serde",
2020-05-14 12:50:43 -04:00
"serde_json",
"sha1 0.11.0",
"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",
2026-04-03 19:36:21 +02:00
"toml 1.1.2+spec-1.1.0",
"toml_edit",
2020-05-14 12:50:43 -04:00
"unicode-segmentation",
"unicode-width",
2020-05-14 12:50:43 -04:00
"urlencoding",
"versions",
"which",
"whoami",
"windows 0.62.2",
"winres",
"yaml-rust2",
2019-04-01 23:23:03 -04:00
]
[[package]]
name = "starship-battery"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2aa96d3dc4e9714cd8d068e0848b1502c2ed24ae68bdb6ec31b1fb7aef1e42f"
dependencies = [
"cfg-if",
"lazycell",
"libc",
"mach2",
"nix",
"num-traits",
"objc2-core-foundation",
"objc2-io-kit",
"plist",
"uom",
"windows-sys",
]
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"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2019-09-28 22:55:49 -07:00
[[package]]
name = "systemstat"
version = "0.2.7"
2019-09-28 22:55:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a583abe520746270ffdbdaf0e3039a806f29be9d7034d66466a4839a01de0610"
2019-09-28 22:55:49 -07:00
dependencies = [
"bytesize",
"kstat-rs",
"lazy_static",
2020-05-14 12:50:43 -04:00
"libc",
"mach2",
"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",
2026-01-19 02:56:29 +00:00
"thiserror 2.0.18",
"windows 0.61.3",
"windows-version",
]
2019-04-15 20:54:52 -04:00
[[package]]
2019-04-16 07:59:57 -07:00
name = "tempfile"
version = "3.27.0"
2019-04-15 20:54:52 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2019-04-15 20:54:52 -04:00
dependencies = [
"fastrand",
"getrandom 0.4.3",
"once_cell",
2025-06-02 05:43:45 +00:00
"rustix",
"windows-sys",
]
[[package]]
name = "terminal_size"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
dependencies = [
2025-06-02 05:43:45 +00:00
"rustix",
"windows-sys",
]
[[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"
2026-01-19 02:56:29 +00:00
version = "2.0.18"
2024-11-24 10:19:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-19 02:56:29 +00:00
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2024-11-24 10:19:16 +00:00
dependencies = [
2026-01-19 02:56:29 +00:00
"thiserror-impl 2.0.18",
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",
"syn 2.0.118",
2021-08-26 10:07:40 -04:00
]
2024-11-24 10:19:16 +00:00
[[package]]
name = "thiserror-impl"
2026-01-19 02:56:29 +00:00
version = "2.0.18"
2024-11-24 10:19:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-19 02:56:29 +00:00
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2024-11-24 10:19:16 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
2024-11-24 10:19:16 +00:00
]
[[package]]
name = "time"
version = "0.3.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469"
dependencies = [
2023-08-22 11:27:27 +00:00
"deranged",
"num-conv",
2023-10-26 20:43:01 +02:00
"powerfmt",
2026-01-19 02:56:29 +00:00
"serde_core",
2023-02-09 22:03:56 +00:00
"time-core",
2022-08-18 14:22:51 +08:00
"time-macros",
]
2023-02-09 22:03:56 +00:00
[[package]]
name = "time-core"
version = "0.1.9"
2023-02-09 22:03:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
2023-02-09 22:03:56 +00:00
2022-08-18 14:22:51 +08:00
[[package]]
name = "time-macros"
version = "0.2.29"
2022-08-18 14:22:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71c652a3727a9cbb9a02f707f530b618ce00d0ccd762009c8c23bd191df3c17d"
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",
]
2020-06-26 11:37:22 -04:00
[[package]]
name = "tinyvec"
version = "1.11.0"
2020-06-26 11:37:22 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
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"
2026-04-03 19:36:21 +02:00
version = "1.1.2+spec-1.1.0"
2023-01-30 23:12:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-03 19:36:21 +02:00
checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
2019-05-01 15:45:56 +01:00
dependencies = [
"indexmap",
2025-09-15 19:48:26 +00:00
"serde_core",
2023-01-30 23:12:27 +01:00
"serde_spanned",
"toml_datetime",
2025-07-08 19:35:57 +00:00
"toml_parser",
"toml_writer",
2026-04-27 00:48:43 +00:00
"winnow",
2019-05-01 15:45:56 +01:00
]
2025-07-08 19:35:57 +00:00
[[package]]
name = "toml_datetime"
2026-04-03 19:36:21 +02:00
version = "1.1.1+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-03 19:36:21 +02:00
checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
dependencies = [
"serde_core",
]
2025-04-25 22:32:28 +00:00
[[package]]
2025-07-08 19:35:57 +00:00
name = "toml_edit"
version = "0.25.12+spec-1.1.0"
2025-12-27 21:35:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
2025-07-08 19:35:57 +00:00
dependencies = [
"indexmap",
"toml_datetime",
2025-07-08 19:35:57 +00:00
"toml_parser",
"toml_writer",
2026-04-27 00:48:43 +00:00
"winnow",
2025-07-08 19:35:57 +00:00
]
[[package]]
name = "toml_parser"
2026-04-03 19:36:21 +02:00
version = "1.1.2+spec-1.1.0"
2025-07-08 19:35:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-03 19:36:21 +02:00
checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2025-07-08 19:35:57 +00:00
dependencies = [
2026-04-27 00:48:43 +00:00
"winnow",
2025-07-08 19:35:57 +00:00
]
[[package]]
name = "toml_writer"
2026-04-03 19:36:21 +02:00
version = "1.1.1+spec-1.1.0"
2025-04-25 22:32:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-03 19:36:21 +02:00
checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
2025-04-25 22:32:28 +00:00
2022-06-26 22:27:32 +02:00
[[package]]
name = "tracing"
2025-12-22 02:59:56 +00:00
version = "0.1.44"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-22 02:59:56 +00:00
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2022-06-26 22:27:32 +02:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2025-12-03 21:14:37 +00:00
version = "0.1.31"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2022-06-26 22:27:32 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
2022-06-26 22:27:32 +02:00
]
[[package]]
name = "tracing-core"
2025-12-22 02:59:56 +00:00
version = "0.1.36"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-22 02:59:56 +00:00
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2022-06-26 22:27:32 +02:00
dependencies = [
"once_cell",
]
2019-05-22 12:29:39 -04:00
[[package]]
name = "typenum"
version = "1.20.1"
2019-05-22 12:29:39 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2019-05-22 12:29:39 -04:00
[[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"
version = "1.2.1"
2022-05-04 15:40:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
2022-05-04 15:40:44 -05:00
dependencies = [
"memoffset",
2022-06-26 22:27:32 +02:00
"tempfile",
"windows-sys",
2022-05-04 15:40:44 -05:00
]
[[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"
2026-01-19 02:56:29 +00:00
version = "2.9.0"
2022-01-04 10:49:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-19 02:56:29 +00:00
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
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"
2026-02-23 00:58:26 +00:00
version = "1.0.24"
2022-06-26 22:27:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-23 00:58:26 +00:00
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2022-06-26 22:27:32 +02:00
2019-04-07 16:43:11 -04:00
[[package]]
name = "unicode-normalization"
2025-12-03 21:14:37 +00:00
version = "0.1.25"
2019-04-07 16:43:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-03 21:14:37 +00:00
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
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.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
[[package]]
name = "unicode-width"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
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.38.0"
2019-05-22 12:29:39 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a739f83872836c82a4f2527d4e54b37007b3de68cafe7edde95fd695968bf4b9"
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-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
[[package]]
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2025-10-21 17:35:10 +00:00
[[package]]
name = "uuid"
version = "1.23.3"
2025-10-21 17:35:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
2025-10-21 17:35:10 +00:00
dependencies = [
"getrandom 0.4.3",
2025-10-21 17:35:10 +00:00
"js-sys",
2025-12-03 21:14:37 +00:00
"serde_core",
2025-10-21 17:35:10 +00:00
"wasm-bindgen",
]
[[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"
version = "0.14.7+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
dependencies = [
"wasip2",
]
2025-09-15 05:52:39 +00:00
[[package]]
name = "wasip2"
version = "1.0.4+wasi-0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
dependencies = [
"wit-bindgen",
]
[[package]]
name = "wasite"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fe902b4a6b8028a753d5424909b764ccf79b7a209eac9bf97e59cda9f71a42"
dependencies = [
"wasi 0.14.7+wasi-0.2.4",
]
[[package]]
name = "wasm-bindgen"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
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",
2025-09-08 06:15:02 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
dependencies = [
2025-12-03 21:14:37 +00:00
"bumpalo",
"proc-macro2",
"quote",
"syn 2.0.118",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
2025-01-13 09:13:44 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "web-sys"
version = "0.3.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "which"
version = "8.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248"
dependencies = [
"libc",
]
[[package]]
name = "whoami"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d"
dependencies = [
"libc",
"libredox",
"objc2-system-configuration",
"wasite",
"web-sys",
]
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-09-08 06:15:02 +00:00
version = "0.1.11"
2022-01-04 10:49:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-09-08 06:15:02 +00:00
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2022-01-04 10:49:42 +01:00
dependencies = [
"windows-sys",
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 0.2.0",
"windows-core 0.61.2",
"windows-future 0.2.1",
"windows-link 0.1.3",
"windows-numerics 0.2.0",
]
[[package]]
name = "windows"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
dependencies = [
"windows-collections 0.3.2",
"windows-core 0.62.2",
"windows-future 0.3.2",
"windows-numerics 0.3.1",
]
[[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 = [
"windows-core 0.61.2",
]
[[package]]
name = "windows-collections"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
dependencies = [
"windows-core 0.62.2",
]
[[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 0.1.3",
"windows-result 0.3.4",
"windows-strings 0.4.2",
]
[[package]]
name = "windows-core"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
dependencies = [
"windows-implement",
"windows-interface",
"windows-link 0.2.1",
"windows-result 0.4.1",
"windows-strings 0.5.1",
]
[[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 = [
"windows-core 0.61.2",
"windows-link 0.1.3",
"windows-threading 0.1.0",
]
[[package]]
name = "windows-future"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
dependencies = [
"windows-core 0.62.2",
"windows-link 0.2.1",
"windows-threading 0.2.1",
]
[[package]]
name = "windows-implement"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "windows-interface"
version = "0.59.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "windows-link"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-numerics"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
dependencies = [
"windows-core 0.61.2",
"windows-link 0.1.3",
]
[[package]]
name = "windows-numerics"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
dependencies = [
"windows-core 0.62.2",
"windows-link 0.2.1",
]
[[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 0.1.3",
]
[[package]]
name = "windows-result"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
dependencies = [
"windows-link 0.2.1",
]
[[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 0.1.3",
]
[[package]]
name = "windows-strings"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
dependencies = [
"windows-link 0.2.1",
]
[[package]]
name = "windows-sys"
2025-10-21 17:35:10 +00:00
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link 0.2.1",
]
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 0.1.3",
2025-06-02 05:43:45 +00:00
]
[[package]]
name = "windows-threading"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
dependencies = [
"windows-link 0.2.1",
]
[[package]]
name = "windows-version"
2025-10-21 17:35:10 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-21 17:35:10 +00:00
checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
dependencies = [
"windows-link 0.2.1",
]
[[package]]
name = "winnow"
version = "1.0.3"
2026-03-17 21:22:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
2026-03-17 21:22:31 +00:00
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
2026-04-20 01:59:16 +00:00
[[package]]
name = "wit-bindgen"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2019-10-01 20:58:24 +02:00
[[package]]
name = "yaml-rust2"
version = "0.11.0"
2019-10-01 20:58:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631a50d867fafb7093e709d75aaee9e0e0d5deb934021fcea25ac2fe09edc51e"
2019-10-01 20:58:24 +02:00
dependencies = [
"arraydeque",
"encoding_rs",
"hashlink",
2020-05-14 12:50:43 -04:00
]
[[package]]
name = "zbus"
version = "5.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eee682d202a77e4a9f3b2c2bdf48a7b28af5c08c34ddf66f98c93e5e39464285"
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",
2026-01-19 02:56:29 +00:00
"libc",
"ordered-stream",
2026-01-19 02:56:29 +00:00
"rustix",
"serde",
"serde_repr",
2022-06-26 22:27:32 +02:00
"tracing",
2022-05-04 15:40:44 -05:00
"uds_windows",
2025-10-21 17:35:10 +00:00
"uuid",
"windows-sys",
2026-04-27 00:48:43 +00:00
"winnow",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
version = "5.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf1bd45a81a103745b1757754762a26e8cd01e4532e4d6c8ec431624b80d1d6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.118",
"zbus_names",
"zvariant",
"zvariant_utils",
]
[[package]]
name = "zbus_names"
2026-04-27 00:48:43 +00:00
version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-04-27 00:48:43 +00:00
checksum = "7074f3e50b894eac91750142016d30d0a89be8e67dbfd9704fb875825760e52d"
dependencies = [
"serde",
2026-04-27 00:48:43 +00:00
"winnow",
"zvariant",
]
[[package]]
name = "zerocopy"
version = "0.8.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
dependencies = [
2025-05-12 05:54:43 +00:00
"zerocopy-derive",
2024-11-18 05:04:29 +00:00
]
[[package]]
name = "zerocopy-derive"
version = "0.8.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
2025-04-12 11:44:44 +02:00
[[package]]
name = "zlib-rs"
version = "0.6.3"
2025-04-12 11:44:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
2025-04-12 11:44:44 +02:00
[[package]]
name = "zmij"
2026-02-16 01:29:12 +00:00
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-16 01:29:12 +00:00
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
[[package]]
name = "zvariant"
version = "5.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a192a0bde63360d77a7523c833d4b4ce6070a927e2c53246e4c540b1a3e27be0"
dependencies = [
"endi",
"enumflags2",
"serde",
2026-04-27 00:48:43 +00:00
"winnow",
"zvariant_derive",
"zvariant_utils",
]
[[package]]
name = "zvariant_derive"
version = "5.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bc6cde9c01c511074be97f7ccb6c19d0da89e3f8662e812e999dcfd4638737"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.118",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e8535915cfa75547e559d8c68e8139909a4aeee076831e4ef7fc59d8172c4d6"
dependencies = [
"proc-macro2",
"quote",
"serde",
"syn 2.0.118",
2026-04-27 00:48:43 +00:00
"winnow",
]