Files
diskonaut/Cargo.lock

965 lines
25 KiB
Plaintext
Raw Normal View History

2020-02-22 21:23:28 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2025-10-29 10:52:48 -07:00
version = 4
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2020-02-22 21:23:28 +01:00
[[package]]
2025-11-22 14:47:18 +01:00
name = "anstream"
version = "0.6.21"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
2020-02-22 21:23:28 +01:00
dependencies = [
2025-11-22 14:47:18 +01:00
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
2020-02-22 21:23:28 +01:00
]
[[package]]
2025-11-22 14:47:18 +01:00
name = "anstyle"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
[[package]]
name = "anstyle-parse"
version = "0.2.7"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
2020-02-22 21:23:28 +01:00
dependencies = [
2025-11-22 14:47:18 +01:00
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
dependencies = [
"anstyle",
"once_cell_polyfill",
"windows-sys 0.61.2",
2020-02-22 21:23:28 +01:00
]
[[package]]
2025-11-22 14:59:28 +01:00
name = "anyhow"
version = "1.0.100"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:59:28 +01:00
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
2020-02-22 21:23:28 +01:00
[[package]]
name = "bitflags"
version = "2.10.0"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2020-02-22 21:23:28 +01:00
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "castaway"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
dependencies = [
"rustversion",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "cfg-if"
version = "1.0.4"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2020-02-22 21:23:28 +01:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2020-02-22 21:23:28 +01:00
[[package]]
2025-10-29 10:52:48 -07:00
name = "clap"
2025-11-22 14:47:18 +01:00
version = "4.5.53"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
2020-02-22 21:23:28 +01:00
dependencies = [
2025-11-22 14:47:18 +01:00
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
2020-02-22 21:23:28 +01:00
]
2025-11-22 14:47:18 +01:00
[[package]]
name = "clap_derive"
version = "4.5.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
dependencies = [
"heck",
"proc-macro2",
"quote",
2025-11-22 14:59:28 +01:00
"syn",
2025-11-22 14:47:18 +01:00
]
[[package]]
name = "clap_lex"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "colorchoice"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
[[package]]
name = "compact_str"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
dependencies = [
"castaway",
"cfg-if",
"itoa",
"rustversion",
"ryu",
"static_assertions",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "console"
version = "0.15.11"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
2020-02-22 21:23:28 +01:00
dependencies = [
2025-10-29 10:52:48 -07:00
"encode_unicode",
"libc",
"once_cell",
"windows-sys 0.59.0",
2020-02-22 21:23:28 +01:00
]
[[package]]
name = "convert_case"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "crossbeam"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.15"
2025-10-29 10:52:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
2025-10-29 10:52:48 -07:00
dependencies = [
"crossbeam-utils",
2025-10-29 10:52:48 -07:00
]
[[package]]
name = "crossbeam-deque"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
2025-10-29 10:52:48 -07:00
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
dependencies = [
"crossbeam-utils",
]
2025-10-29 10:52:48 -07:00
[[package]]
name = "crossbeam-utils"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crossterm"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
dependencies = [
2025-11-22 14:47:18 +01:00
"bitflags",
2025-10-29 10:52:48 -07:00
"crossterm_winapi",
"mio",
"parking_lot",
"rustix 0.38.44",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
dependencies = [
2025-11-22 14:47:18 +01:00
"bitflags",
"crossterm_winapi",
"derive_more",
"document-features",
"mio",
2025-10-29 10:52:48 -07:00
"parking_lot",
"rustix 1.1.2",
2025-10-29 10:52:48 -07:00
"signal-hook",
"signal-hook-mio",
2025-10-29 10:52:48 -07:00
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
2025-10-29 10:52:48 -07:00
"winapi",
]
[[package]]
name = "darling"
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2025-11-22 14:47:18 +01:00
"strsim",
2025-11-22 14:59:28 +01:00
"syn",
]
[[package]]
name = "darling_macro"
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
dependencies = [
"darling_core",
"quote",
2025-11-22 14:59:28 +01:00
"syn",
]
[[package]]
name = "derive_more"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
dependencies = [
"derive_more-impl",
]
[[package]]
name = "derive_more-impl"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
2025-11-22 14:59:28 +01:00
"syn",
]
2020-06-17 11:04:05 +02:00
[[package]]
name = "diskonaut-ng"
version = "0.13.2"
2020-06-17 11:04:05 +02:00
dependencies = [
2025-11-22 14:59:28 +01:00
"anyhow",
2025-11-22 14:47:18 +01:00
"clap",
"crossterm 0.29.0",
2025-10-29 10:52:48 -07:00
"filesize",
"insta",
"jwalk",
"nix",
"ratatui",
"unicode-width 0.2.0",
2025-10-29 10:52:48 -07:00
"winapi",
2020-06-17 11:04:05 +02:00
]
[[package]]
name = "document-features"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
dependencies = [
"litrs",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "either"
2025-10-29 10:52:48 -07:00
version = "1.15.0"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
2020-02-22 21:23:28 +01:00
[[package]]
name = "encode_unicode"
version = "1.0.0"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
2020-02-22 21:23:28 +01:00
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "errno"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys 0.61.2",
]
[[package]]
name = "filesize"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "12d741e2415d4e2e5bd1c1d00409d1a8865a57892c2d689b504365655d237d43"
dependencies = [
2025-10-29 10:52:48 -07:00
"winapi",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "hashbrown"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "indoc"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
dependencies = [
"rustversion",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "insta"
2025-11-22 14:47:18 +01:00
version = "1.44.1"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "e8732d3774162a0851e3f2b150eb98f31a9885dd75985099421d393385a01dfd"
2020-02-22 21:23:28 +01:00
dependencies = [
2025-10-29 10:52:48 -07:00
"console",
"once_cell",
"similar",
2020-02-22 21:23:28 +01:00
]
[[package]]
name = "instability"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a"
dependencies = [
"darling",
"indoc",
"proc-macro2",
"quote",
2025-11-22 14:59:28 +01:00
"syn",
]
2025-11-22 14:47:18 +01:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56"
dependencies = [
2025-10-29 10:52:48 -07:00
"crossbeam",
"rayon",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "libc"
2025-10-29 10:52:48 -07:00
version = "0.2.177"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2020-02-22 21:23:28 +01:00
[[package]]
name = "linux-raw-sys"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "linux-raw-sys"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
[[package]]
name = "litrs"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
[[package]]
name = "lock_api"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
dependencies = [
2025-10-29 10:52:48 -07:00
"scopeguard",
]
[[package]]
name = "log"
2025-10-29 10:52:48 -07:00
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
[[package]]
name = "lru"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
dependencies = [
"hashbrown",
]
[[package]]
name = "mio"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.61.2",
]
[[package]]
name = "nix"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
2025-11-22 14:47:18 +01:00
"bitflags",
"cfg-if",
"cfg_aliases",
2025-10-29 10:52:48 -07:00
"libc",
]
[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2025-11-22 14:47:18 +01:00
[[package]]
name = "once_cell_polyfill"
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2020-02-22 21:23:28 +01:00
[[package]]
name = "parking_lot"
version = "0.12.5"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
dependencies = [
2025-10-29 10:52:48 -07:00
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
dependencies = [
"cfg-if",
2025-10-29 10:52:48 -07:00
"libc",
"redox_syscall",
"smallvec",
"windows-link",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2020-02-22 21:23:28 +01:00
[[package]]
name = "proc-macro2"
2025-10-29 10:52:48 -07:00
version = "1.0.103"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
2020-02-22 21:23:28 +01:00
dependencies = [
2025-10-29 10:52:48 -07:00
"unicode-ident",
2020-02-22 21:23:28 +01:00
]
[[package]]
name = "quote"
2025-11-22 14:47:18 +01:00
version = "1.0.42"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
2020-02-22 21:23:28 +01:00
dependencies = [
2025-10-29 10:52:48 -07:00
"proc-macro2",
2020-02-22 21:23:28 +01:00
]
[[package]]
name = "ratatui"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
dependencies = [
2025-11-22 14:47:18 +01:00
"bitflags",
"cassowary",
"compact_str",
"crossterm 0.28.1",
"indoc",
"instability",
"itertools",
"lru",
"paste",
"strum",
"unicode-segmentation",
"unicode-truncate",
"unicode-width 0.2.0",
]
[[package]]
name = "rayon"
2025-10-29 10:52:48 -07:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
dependencies = [
2025-10-29 10:52:48 -07:00
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2025-10-29 10:52:48 -07:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "redox_syscall"
version = "0.5.18"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
dependencies = [
2025-11-22 14:47:18 +01:00
"bitflags",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "rustix"
version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
2025-11-22 14:47:18 +01:00
"bitflags",
"errno",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
dependencies = [
2025-11-22 14:47:18 +01:00
"bitflags",
"errno",
"libc",
"linux-raw-sys 0.11.0",
"windows-sys 0.61.2",
]
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2020-02-22 21:23:28 +01:00
[[package]]
name = "scopeguard"
2025-10-29 10:52:48 -07:00
version = "1.2.0"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2020-02-22 21:23:28 +01:00
2025-10-29 10:52:48 -07:00
[[package]]
name = "signal-hook"
version = "0.3.18"
2025-10-29 10:52:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
dependencies = [
"libc",
"signal-hook-registry",
]
2025-10-29 10:52:48 -07:00
2020-04-02 11:25:13 +02:00
[[package]]
name = "signal-hook-mio"
version = "0.2.5"
2020-04-02 11:25:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
2020-04-02 11:25:13 +02:00
dependencies = [
2025-10-29 10:52:48 -07:00
"libc",
"mio",
"signal-hook",
2020-04-02 11:25:13 +02:00
]
[[package]]
name = "signal-hook-registry"
2025-11-22 14:47:18 +01:00
version = "1.4.7"
2020-04-02 11:25:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
2020-04-02 11:25:13 +02:00
dependencies = [
2025-10-29 10:52:48 -07:00
"libc",
2020-04-02 11:25:13 +02:00
]
[[package]]
name = "similar"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
[[package]]
name = "smallvec"
2025-10-29 10:52:48 -07:00
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
dependencies = [
2025-11-22 14:47:18 +01:00
"heck",
"proc-macro2",
"quote",
"rustversion",
2025-11-22 14:59:28 +01:00
"syn",
2020-02-22 21:23:28 +01:00
]
[[package]]
2025-10-29 10:52:48 -07:00
name = "syn"
2025-11-22 14:47:18 +01:00
version = "2.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
dependencies = [
2025-10-29 10:52:48 -07:00
"proc-macro2",
"quote",
"unicode-ident",
]
2025-10-29 10:52:48 -07:00
[[package]]
name = "unicode-ident"
2025-11-22 14:47:18 +01:00
version = "1.0.22"
2025-10-29 10:52:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2025-10-29 10:52:48 -07:00
2020-02-22 21:23:28 +01:00
[[package]]
name = "unicode-segmentation"
2025-10-29 10:52:48 -07:00
version = "1.12.0"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2020-02-22 21:23:28 +01:00
[[package]]
name = "unicode-truncate"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
dependencies = [
"itertools",
"unicode-segmentation",
"unicode-width 0.1.14",
]
2020-02-22 21:23:28 +01:00
[[package]]
name = "unicode-width"
2025-10-29 10:52:48 -07:00
version = "0.1.14"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2020-02-22 21:23:28 +01:00
[[package]]
name = "unicode-width"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
2020-02-22 21:23:28 +01:00
[[package]]
2025-11-22 14:47:18 +01:00
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-11-22 14:47:18 +01:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2020-02-22 21:23:28 +01:00
[[package]]
name = "winapi"
2025-10-29 10:52:48 -07:00
version = "0.3.9"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-02-22 21:23:28 +01:00
dependencies = [
2025-10-29 10:52:48 -07:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2020-02-22 21:23:28 +01:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-02-22 21:23:28 +01:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-29 10:52:48 -07:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2020-02-22 21:23:28 +01:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2020-02-22 21:23:28 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
2020-02-22 21:23:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"