linutil/Cargo.lock

1231 lines
31 KiB
Plaintext
Raw Normal View History

2024-05-16 21:38:26 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "allocator-api2"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
[[package]]
name = "ansi-to-tui"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67555e1f1ece39d737e28c8a017721287753af3f93225e4a445b29ccb0f5912c"
dependencies = [
"nom",
"ratatui",
"smallvec",
"thiserror",
]
2024-06-06 23:56:45 +01:00
[[package]]
name = "anstyle"
2024-11-02 03:27:41 +00:00
version = "1.0.10"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
2024-06-06 23:56:45 +01:00
[[package]]
name = "anyhow"
2024-11-02 03:27:41 +00:00
version = "1.0.92"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13"
2024-06-06 23:56:45 +01:00
[[package]]
name = "arrayvec"
version = "0.7.6"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2024-06-06 23:56:45 +01:00
2024-05-16 21:38:26 +01:00
[[package]]
name = "autocfg"
2024-11-02 03:27:41 +00:00
version = "1.4.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2024-05-16 21:38:26 +01:00
[[package]]
2024-06-06 23:56:45 +01:00
name = "bitflags"
version = "1.3.2"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 23:56:45 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-05-16 21:38:26 +01:00
[[package]]
name = "bitflags"
version = "2.6.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-05-16 21:38:26 +01:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2024-05-16 21:38:26 +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.3"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
2024-05-16 21:38:26 +01:00
dependencies = [
"rustversion",
]
[[package]]
name = "cc"
2024-11-02 03:27:41 +00:00
version = "1.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "538b056773ee67775e422d15c33169f5415706855814b96505c84ee942f2bae2"
dependencies = [
"shlex",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
2024-06-06 23:56:45 +01:00
name = "clap"
version = "4.5.20"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2024-05-16 21:38:26 +01:00
dependencies = [
2024-06-06 23:56:45 +01:00
"clap_builder",
"clap_derive",
2024-05-16 21:38:26 +01:00
]
[[package]]
2024-06-06 23:56:45 +01:00
name = "clap_builder"
version = "4.5.20"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2024-05-16 21:38:26 +01:00
dependencies = [
2024-06-06 23:56:45 +01:00
"anstyle",
"clap_lex",
2024-05-16 21:38:26 +01:00
]
2024-06-06 23:56:45 +01:00
[[package]]
name = "clap_derive"
version = "4.5.18"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2024-06-06 23:56:45 +01:00
dependencies = [
"heck",
2024-06-06 23:56:45 +01:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
version = "0.7.2"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2024-06-06 23:56:45 +01:00
2024-05-16 21:38:26 +01:00
[[package]]
name = "compact_str"
version = "0.8.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644"
2024-05-16 21:38:26 +01:00
dependencies = [
"castaway",
"cfg-if",
"itoa",
"rustversion",
2024-05-16 21:38:26 +01:00
"ryu",
"static_assertions",
]
[[package]]
name = "crossterm"
version = "0.28.1"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
2024-05-16 21:38:26 +01:00
dependencies = [
"bitflags 2.6.0",
2024-05-16 21:38:26 +01:00
"crossterm_winapi",
"mio",
"parking_lot",
"rustix",
2024-05-16 21:38:26 +01:00
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
"winapi",
]
2024-06-06 23:56:45 +01:00
[[package]]
name = "downcast-rs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
[[package]]
name = "ego-tree"
version = "0.6.3"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12a0bb14ac04a9fcf170d0bbbef949b44cc492f4452bd20c095636956f653642"
2024-06-06 23:56:45 +01:00
2024-05-16 21:38:26 +01:00
[[package]]
name = "either"
version = "1.13.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-05-16 21:38:26 +01:00
2024-08-15 07:09:31 +01:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys",
]
2024-05-16 21:38:26 +01:00
[[package]]
2024-06-06 23:56:45 +01:00
name = "filedescriptor"
version = "0.8.2"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 23:56:45 +01:00
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
2024-05-16 21:38:26 +01:00
dependencies = [
2024-06-06 23:56:45 +01:00
"libc",
"thiserror",
"winapi",
2024-05-16 21:38:26 +01:00
]
2024-11-02 03:27:41 +00:00
[[package]]
name = "foldhash"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
[[package]]
name = "getrandom"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "hashbrown"
2024-11-02 03:27:41 +00:00
version = "0.15.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
2024-05-16 21:38:26 +01:00
dependencies = [
"allocator-api2",
2024-11-02 03:27:41 +00:00
"equivalent",
"foldhash",
2024-05-16 21:38:26 +01:00
]
[[package]]
2024-06-06 23:56:45 +01:00
name = "heck"
version = "0.5.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 23:56:45 +01:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-05-16 21:38:26 +01:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2024-09-10 21:53:29 +01:00
"windows-sys",
]
2024-07-28 16:30:07 +01:00
[[package]]
name = "include_dir"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
dependencies = [
"include_dir_macros",
]
[[package]]
name = "include_dir_macros"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
dependencies = [
"proc-macro2",
"quote",
]
2024-08-15 07:09:31 +01:00
[[package]]
name = "indexmap"
version = "2.6.0"
2024-08-15 07:09:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
2024-08-15 07:09:31 +01:00
dependencies = [
"equivalent",
2024-11-02 03:27:41 +00:00
"hashbrown",
2024-08-15 07:09:31 +01:00
]
[[package]]
name = "indoc"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
[[package]]
name = "instability"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b23a0c8dfe501baac4adf6ebbfa6eddf8f0c07f56b058cc1288017e32397846c"
dependencies = [
"quote",
"syn",
]
2024-06-06 23:56:45 +01:00
[[package]]
name = "ioctl-rs"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7970510895cee30b3e9128319f2cefd4bde883a39f38baa279567ba3a7eb97d"
dependencies = [
"libc",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "lazy_static"
version = "1.5.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-05-16 21:38:26 +01:00
[[package]]
name = "libc"
2024-11-02 03:27:41 +00:00
version = "0.2.161"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
2024-05-16 21:38:26 +01:00
[[package]]
name = "linutil_core"
2024-10-01 22:50:16 +01:00
version = "24.9.28"
dependencies = [
"ego-tree",
"include_dir",
"serde",
2024-10-03 20:20:50 +01:00
"temp-dir",
"toml",
"which",
]
[[package]]
name = "linutil_tui"
2024-10-01 22:50:16 +01:00
version = "24.9.28"
dependencies = [
"ansi-to-tui",
"anstyle",
"clap",
"crossterm",
"ego-tree",
"linutil_core",
"oneshot",
"portable-pty",
2024-10-03 20:20:50 +01:00
"rand",
"ratatui",
2024-10-03 20:20:50 +01:00
"temp-dir",
"tree-sitter-bash",
"tree-sitter-highlight",
"tui-term",
"unicode-width 0.2.0",
"zips",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-05-16 21:38:26 +01:00
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.22"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-05-16 21:38:26 +01:00
[[package]]
name = "lru"
2024-11-02 03:27:41 +00:00
version = "0.12.5"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2024-05-16 21:38:26 +01:00
dependencies = [
2024-11-02 03:27:41 +00:00
"hashbrown",
2024-05-16 21:38:26 +01:00
]
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-05-16 21:38:26 +01:00
[[package]]
2024-06-06 23:56:45 +01:00
name = "memoffset"
version = "0.6.5"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 23:56:45 +01:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2024-05-16 21:38:26 +01:00
dependencies = [
2024-06-06 23:56:45 +01:00
"autocfg",
2024-05-16 21:38:26 +01:00
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2024-05-16 21:38:26 +01:00
[[package]]
name = "mio"
version = "1.0.2"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2024-05-16 21:38:26 +01:00
dependencies = [
"hermit-abi",
2024-05-16 21:38:26 +01:00
"libc",
"log",
"wasi",
2024-09-10 21:53:29 +01:00
"windows-sys",
2024-05-16 21:38:26 +01:00
]
[[package]]
2024-06-06 23:56:45 +01:00
name = "nix"
version = "0.25.1"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 23:56:45 +01:00
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
2024-05-16 21:38:26 +01:00
dependencies = [
2024-06-06 23:56:45 +01:00
"autocfg",
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset",
"pin-utils",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2024-05-16 21:38:26 +01:00
[[package]]
2024-06-06 23:56:45 +01:00
name = "oneshot"
version = "0.1.8"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29"
2024-05-16 21:38:26 +01:00
[[package]]
name = "parking_lot"
version = "0.12.3"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2024-05-16 21:38:26 +01:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-09-10 21:53:29 +01:00
"windows-targets",
2024-05-16 21:38:26 +01:00
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-06-06 23:56:45 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "portable-pty"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806ee80c2a03dbe1a9fb9534f8d19e4c0546b790cde8fd1fea9d6390644cb0be"
dependencies = [
"anyhow",
"bitflags 1.3.2",
"downcast-rs",
"filedescriptor",
"lazy_static",
"libc",
"log",
"nix",
"serial",
"shared_library",
"shell-words",
"winapi",
"winreg",
]
[[package]]
name = "ppv-lite86"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "proc-macro2"
2024-11-02 03:27:41 +00:00
version = "1.0.89"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
2024-05-16 21:38:26 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.37"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2024-05-16 21:38:26 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
2024-10-03 20:20:50 +01:00
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2024-10-03 20:20:50 +01:00
"rand_core",
2024-07-28 16:30:07 +01:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "ratatui"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
dependencies = [
"bitflags 2.6.0",
"cassowary",
"compact_str",
"crossterm",
"indoc",
"instability",
"itertools",
"lru",
"paste",
"strum",
"unicode-segmentation",
"unicode-truncate",
"unicode-width 0.2.0",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "redox_syscall"
2024-11-02 03:27:41 +00:00
version = "0.5.7"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
2024-05-16 21:38:26 +01:00
dependencies = [
"bitflags 2.6.0",
2024-05-16 21:38:26 +01:00
]
[[package]]
name = "regex"
2024-11-02 03:27:41 +00:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-11-02 03:27:41 +00:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-11-02 03:27:41 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "rustix"
2024-11-02 03:27:41 +00:00
version = "0.38.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "rustversion"
2024-11-02 03:27:41 +00:00
version = "1.0.18"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
2024-05-16 21:38:26 +01:00
[[package]]
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "serde"
2024-11-02 03:27:41 +00:00
version = "1.0.214"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-11-02 03:27:41 +00:00
version = "1.0.214"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2024-08-15 07:09:31 +01:00
name = "serde_spanned"
2024-11-02 03:27:41 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
dependencies = [
"serde",
]
2024-06-06 23:56:45 +01:00
[[package]]
name = "serial"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1237a96570fc377c13baa1b88c7589ab66edced652e43ffb17088f003db3e86"
dependencies = [
"serial-core",
"serial-unix",
"serial-windows",
]
[[package]]
name = "serial-core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f46209b345401737ae2125fe5b19a77acce90cd53e1658cda928e4fe9a64581"
dependencies = [
"libc",
]
[[package]]
name = "serial-unix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f03fbca4c9d866e24a459cbca71283f545a37f8e3e002ad8c70593871453cab7"
dependencies = [
"ioctl-rs",
"libc",
"serial-core",
"termios",
]
[[package]]
name = "serial-windows"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c6d3b776267a75d31bbdfd5d36c0ca051251caafc285827052bc53bcdc8162"
dependencies = [
"libc",
"serial-core",
]
[[package]]
name = "shared_library"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2024-05-16 21:38:26 +01:00
[[package]]
name = "signal-hook"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.4"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
2024-05-16 21:38:26 +01:00
dependencies = [
"libc",
"mio",
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
2024-05-16 21:38:26 +01:00
[[package]]
name = "strum"
version = "0.26.3"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2024-05-16 21:38:26 +01:00
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.26.4"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2024-05-16 21:38:26 +01:00
dependencies = [
"heck",
2024-05-16 21:38:26 +01:00
"proc-macro2",
"quote",
"rustversion",
"syn",
]
[[package]]
name = "syn"
2024-11-02 03:27:41 +00:00
version = "2.0.86"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c"
2024-05-16 21:38:26 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-07-28 16:30:07 +01:00
[[package]]
2024-10-03 20:20:50 +01:00
name = "temp-dir"
version = "0.1.14"
2024-07-28 16:30:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-03 20:20:50 +01:00
checksum = "bc1ee6eef34f12f765cb94725905c6312b6610ab2b0940889cfe58dae7bc3c72"
2024-07-28 16:30:07 +01:00
2024-06-06 23:56:45 +01:00
[[package]]
name = "termios"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a"
dependencies = [
"libc",
]
[[package]]
name = "thiserror"
2024-11-02 03:27:41 +00:00
version = "1.0.66"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede"
2024-06-06 23:56:45 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-11-02 03:27:41 +00:00
version = "1.0.66"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5"
2024-06-06 23:56:45 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-08-15 07:09:31 +01:00
[[package]]
name = "toml"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.22"
2024-08-15 07:09:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
2024-08-15 07:09:31 +01:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
[[package]]
name = "tree-sitter"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9871f16d6cf5c4757dcf30d5d2172a2df6987c510c017bbb7abfb7f9aa24d06"
dependencies = [
"cc",
"regex",
"regex-syntax",
"streaming-iterator",
"tree-sitter-language",
]
[[package]]
name = "tree-sitter-bash"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
dependencies = [
"cc",
"tree-sitter-language",
]
[[package]]
name = "tree-sitter-highlight"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48859aa39513716018d81904220960f415dbb72e071234a721304d20bf245e4c"
dependencies = [
"lazy_static",
"regex",
"streaming-iterator",
"thiserror",
"tree-sitter",
]
[[package]]
name = "tree-sitter-language"
2024-11-02 03:27:41 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "e8ddffe35a0e5eeeadf13ff7350af564c6e73993a24db62caee1822b185c2600"
2024-06-06 23:56:45 +01:00
[[package]]
name = "tui-term"
version = "0.2.0"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72af159125ce32b02ceaced6cffae6394b0e6b6dfd4dc164a6c59a2db9b3c0b0"
2024-06-06 23:56:45 +01:00
dependencies = [
"ratatui",
2024-06-06 23:56:45 +01:00
"vt100",
2024-05-16 21:38:26 +01:00
]
[[package]]
name = "unicode-ident"
version = "1.0.13"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2024-05-16 21:38:26 +01:00
[[package]]
name = "unicode-segmentation"
2024-11-02 03:27:41 +00:00
version = "1.12.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-02 03:27:41 +00:00
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2024-05-16 21:38:26 +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",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]]
name = "unicode-width"
version = "0.2.0"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
2024-05-16 21:38:26 +01:00
2024-06-06 23:56:45 +01:00
[[package]]
name = "utf8parse"
version = "0.2.2"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-06-06 23:56:45 +01:00
[[package]]
name = "vt100"
version = "0.15.2"
source = "git+https://github.com/ChrisTitusTech/vt100-rust#e41fb3d8fb5fd01dd2d076c9a25823a31656012f"
2024-06-06 23:56:45 +01:00
dependencies = [
"itoa",
"log",
"unicode-width 0.1.14",
2024-06-06 23:56:45 +01:00
"vte",
]
[[package]]
name = "vte"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
dependencies = [
"arrayvec",
"utf8parse",
"vte_generate_state_changes",
]
[[package]]
name = "vte_generate_state_changes"
version = "0.1.2"
2024-06-06 23:56:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
2024-06-06 23:56:45 +01:00
dependencies = [
"proc-macro2",
"quote",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "which"
version = "6.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
dependencies = [
"either",
"home",
"rustix",
"winsafe",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2024-06-06 23:56:45 +01:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-09-10 21:53:29 +01:00
"windows-targets",
2024-05-16 21:38:26 +01:00
]
[[package]]
name = "windows-targets"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-05-16 21:38:26 +01:00
dependencies = [
2024-09-10 21:53:29 +01:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
2024-05-16 21:38:26 +01:00
"windows_i686_gnullvm",
2024-09-10 21:53:29 +01:00
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2024-05-16 21:38:26 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-05-16 21:38:26 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-05-16 21:38:26 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-05-16 21:38:26 +01:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-05-16 21:38:26 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-05-16 21:38:26 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-05-16 21:38:26 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-05-16 21:38:26 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-05-16 21:38:26 +01:00
2024-08-15 07:09:31 +01:00
[[package]]
name = "winnow"
version = "0.6.20"
2024-08-15 07:09:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
2024-08-15 07:09:31 +01:00
dependencies = [
"memchr",
]
2024-06-06 23:56:45 +01:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "xtask"
version = "24.9.28"
dependencies = [
"linutil_core",
]
2024-05-16 21:38:26 +01:00
[[package]]
name = "zerocopy"
version = "0.7.35"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-05-16 21:38:26 +01:00
dependencies = [
"byteorder",
2024-05-16 21:38:26 +01:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
2024-05-16 21:38:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-05-16 21:38:26 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "zips"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba09194204fda6b1e206faf9096a3c0658ddf7606560f6edce112da3fcc9b111"
dependencies = [
"proc-macro2",
"quote",
"syn",
]