pacwrap/Cargo.lock

973 lines
24 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-03-08 00:52:19 -05:00
[[package]]
name = "aho-corasick"
2024-03-20 16:42:18 -04:00
version = "1.1.3"
2024-03-08 00:52:19 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-20 16:42:18 -04:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-03-08 00:52:19 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "alpm"
2024-03-15 18:07:54 -04:00
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "310ec5dc25b236ee96bebf975af2d2de85e61001a7c39a0a7436a414ff3f6490"
dependencies = [
"alpm-sys",
2024-03-20 16:42:18 -04:00
"bitflags 2.5.0",
]
[[package]]
name = "alpm-sys"
2024-03-15 18:07:54 -04:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "08a17e0cf15a06d4b86e30c606ee8808ad791300f3bd5e364c30360354b010bd"
dependencies = [
"pkg-config",
]
[[package]]
name = "autocfg"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
2023-12-24 00:33:39 -05:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-03-20 16:42:18 -04:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-20 16:42:18 -04:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2024-02-23 01:49:28 -05:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "cc"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
dependencies = [
2024-03-15 18:07:54 -04:00
"jobserver",
"libc",
2024-04-24 18:00:28 -04:00
"once_cell",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cini"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8628d1f5b9a7b1196ce1aa660e3ba7e2559d350649cbe94993519c127df667f2"
[[package]]
name = "command-fds"
2023-12-24 00:33:39 -05:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 00:33:39 -05:00
checksum = "f190f3c954f7bca3c6296d0ec561c739bdbe6c7e990294ed168d415f6e1b5b01"
dependencies = [
2023-12-24 00:33:39 -05:00
"nix 0.27.1",
"thiserror",
]
[[package]]
name = "console"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
"windows-sys",
]
2024-02-23 01:49:28 -05:00
[[package]]
name = "cpufeatures"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[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-utils"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2024-02-23 01:49:28 -05:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
[[package]]
name = "dialoguer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
dependencies = [
"console",
"shell-words",
"tempfile",
"zeroize",
]
2024-02-23 01:49:28 -05:00
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dyn-clone"
2024-03-15 18:07:54 -04:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
name = "either"
2024-04-24 18:00:28 -04:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "erased-serde"
2024-03-15 18:07:54 -04:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "2b73807008a3c7f171cc40312f37d95ef0396e048b5848d775f54b1a4dd4a0d3"
dependencies = [
"serde",
]
[[package]]
name = "errno"
2023-12-24 00:33:39 -05:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 00:33:39 -05:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
"libc",
"windows-sys",
]
[[package]]
name = "fastrand"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "filetime"
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"windows-sys",
]
2024-02-23 01:49:28 -05:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "indexmap"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
"hashbrown",
"rayon",
"serde",
]
[[package]]
name = "indicatif"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "inventory"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2024-03-15 18:07:54 -04:00
[[package]]
name = "jobserver"
2024-04-26 17:16:52 -04:00
version = "0.1.31"
2024-03-15 18:07:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 17:16:52 -04:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
2024-03-15 18:07:54 -04:00
dependencies = [
"libc",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
[[package]]
name = "libseccomp"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21c57fd8981a80019807b7b68118618d29a87177c63d704fc96e6ecd003ae5b3"
dependencies = [
"bitflags 1.3.2",
"libc",
"libseccomp-sys",
"pkg-config",
]
[[package]]
name = "libseccomp-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a7cbbd4ad467251987c6e5b47d53b11a5a05add08f2447a9e2d70aef1e0d138"
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2024-03-08 00:52:19 -05:00
[[package]]
name = "memchr"
2024-03-30 22:59:39 -04:00
version = "2.7.2"
2024-03-08 00:52:19 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 22:59:39 -04:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2024-03-08 00:52:19 -05:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "nix"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
dependencies = [
"bitflags 1.3.2",
"cc",
"cfg-if",
"libc",
"memoffset",
]
2023-12-24 00:33:39 -05:00
[[package]]
name = "nix"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
2024-03-20 16:42:18 -04:00
"bitflags 2.5.0",
2023-12-24 00:33:39 -05:00
"cfg-if",
"libc",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num_threads"
2024-02-23 01:49:28 -05:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 01:49:28 -05:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "once_cell"
2023-12-24 00:33:39 -05:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 00:33:39 -05:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "os_pipe"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
dependencies = [
"libc",
"windows-sys",
]
[[package]]
name = "pacmanconf"
2024-03-15 18:07:54 -04:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "31d9811f947c6ffc56eeafb789dfad44a7ea7cc383ac3bc6c9b23cd27100bbb1"
dependencies = [
"cini",
]
[[package]]
name = "pacwrap"
2024-04-24 18:00:28 -04:00
version = "0.8.1"
dependencies = [
"alpm",
"command-fds",
2023-12-24 00:33:39 -05:00
"indexmap",
"nix 0.22.3",
"os_pipe",
"pacwrap-core",
2024-03-08 00:52:19 -05:00
"regex",
"sha2",
2023-12-24 00:33:39 -05:00
"signal-hook",
2024-03-08 00:52:19 -05:00
"simplebyteunit",
2023-12-24 00:33:39 -05:00
]
[[package]]
name = "pacwrap-agent"
2024-04-24 18:00:28 -04:00
version = "0.8.1"
2023-12-24 00:33:39 -05:00
dependencies = [
"alpm",
"bincode",
"pacwrap-core",
"serde",
]
[[package]]
name = "pacwrap-core"
2024-04-24 18:00:28 -04:00
version = "0.8.1"
2023-12-24 00:33:39 -05:00
dependencies = [
"alpm",
"bincode",
2024-03-20 16:42:18 -04:00
"bitflags 2.5.0",
"command-fds",
"dialoguer",
"dyn-clone",
"indexmap",
"indicatif",
"lazy_static",
"libseccomp",
2023-12-24 00:33:39 -05:00
"nix 0.22.3",
"os_pipe",
"pacmanconf",
"rayon",
"serde",
"serde_yaml",
2024-02-23 01:49:28 -05:00
"sha2",
"signal-hook",
"simplebyteunit",
"tar",
"time",
"typetag",
"walkdir",
"zstd",
]
[[package]]
name = "pkg-config"
2024-02-23 01:49:28 -05:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 01:49:28 -05:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "portable-atomic"
2023-12-24 00:33:39 -05:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 00:33:39 -05:00
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "proc-macro2"
2024-04-24 18:00:28 -04:00
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-04-24 18:00:28 -04:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rayon"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
2023-10-27 06:22:44 -04:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 06:22:44 -04:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2024-03-08 00:52:19 -05:00
[[package]]
name = "regex"
version = "1.10.4"
2024-03-08 00:52:19 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2024-03-08 00:52:19 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.3"
2024-03-08 00:52:19 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2024-03-08 00:52:19 -05:00
[[package]]
name = "rustix"
2024-04-26 17:16:52 -04:00
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 17:16:52 -04:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
2024-03-20 16:42:18 -04:00
"bitflags 2.5.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
[[package]]
name = "ryu"
2024-02-23 01:49:28 -05:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 01:49:28 -05:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
[[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 = "serde"
version = "1.0.200"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.200"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_yaml"
2024-03-20 16:42:18 -04:00
version = "0.9.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-20 16:42:18 -04:00
checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2024-02-23 01:49:28 -05:00
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[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-registry"
2024-04-24 18:00:28 -04:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
[[package]]
name = "simplebyteunit"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53001a0dd2404006fcb1bac222710b94ce34a5cbc84cf2eed1c02d646a782910"
[[package]]
name = "syn"
2024-04-24 18:00:28 -04:00
version = "2.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tar"
version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
2024-03-15 18:07:54 -04:00
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
"fastrand",
"rustix",
"windows-sys",
]
[[package]]
name = "thiserror"
2024-04-24 18:00:28 -04:00
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-04-24 18:00:28 -04:00
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "time"
2024-04-24 18:00:28 -04:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
"deranged",
"itoa",
"libc",
"num-conv",
"num_threads",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-04-24 18:00:28 -04:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
"num-conv",
"time-core",
]
2024-02-23 01:49:28 -05:00
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "typetag"
2024-03-15 18:07:54 -04:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf"
dependencies = [
"erased-serde",
"inventory",
"once_cell",
"serde",
"typetag-impl",
]
[[package]]
name = "typetag-impl"
2024-03-15 18:07:54 -04:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-width"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "unsafe-libyaml"
2024-03-20 16:42:18 -04:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-20 16:42:18 -04:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2024-02-23 01:49:28 -05:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
2024-03-15 18:07:54 -04:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 18:07:54 -04:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "winapi-util"
2024-04-26 17:16:52 -04:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 17:16:52 -04:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
2024-04-26 17:16:52 -04:00
"windows-sys",
]
2023-12-24 00:33:39 -05:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets",
]
2023-12-24 00:33:39 -05:00
[[package]]
name = "windows-targets"
2024-04-24 18:00:28 -04:00
version = "0.52.5"
2023-12-24 00:33:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-12-24 00:33:39 -05:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
2024-04-24 18:00:28 -04:00
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-12-24 00:33:39 -05:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-04-24 18:00:28 -04:00
version = "0.52.5"
2023-12-24 00:33:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-12-24 00:33:39 -05:00
[[package]]
name = "windows_aarch64_msvc"
2024-04-24 18:00:28 -04:00
version = "0.52.5"
2023-12-24 00:33:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-12-24 00:33:39 -05:00
[[package]]
name = "windows_i686_gnu"
2024-04-24 18:00:28 -04:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-12-24 00:33:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-12-24 00:33:39 -05:00
[[package]]
name = "windows_i686_msvc"
2024-04-24 18:00:28 -04:00
version = "0.52.5"
2023-12-24 00:33:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-12-24 00:33:39 -05:00
[[package]]
name = "windows_x86_64_gnu"
2024-04-24 18:00:28 -04:00
version = "0.52.5"
2023-12-24 00:33:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-12-24 00:33:39 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-04-24 18:00:28 -04:00
version = "0.52.5"
2023-12-24 00:33:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-12-24 00:33:39 -05:00
[[package]]
name = "windows_x86_64_msvc"
2024-04-24 18:00:28 -04:00
version = "0.52.5"
2023-12-24 00:33:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 18:00:28 -04:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-12-24 00:33:39 -05:00
[[package]]
name = "xattr"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
dependencies = [
"libc",
"linux-raw-sys",
"rustix",
]
[[package]]
name = "zeroize"
2023-12-24 00:33:39 -05:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 00:33:39 -05:00
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
[[package]]
name = "zstd"
2024-03-30 22:59:39 -04:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 22:59:39 -04:00
checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2024-03-30 22:59:39 -04:00
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 22:59:39 -04:00
checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2024-03-30 22:59:39 -04:00
version = "2.0.10+zstd.1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 22:59:39 -04:00
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
dependencies = [
"cc",
"pkg-config",
]