2022-01-24 19:03:10 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-24 15:42:41 +03:00
[[package]]
name = "addr2line"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
dependencies = [
"gimli",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-09-29 19:22:16 +03:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "aho-corasick"
2023-06-09 19:25:27 +03:00
version = "1.0.2"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2022-01-24 19:03:10 +03:00
dependencies = [
"memchr",
]
2023-06-09 19:25:27 +03:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-09-29 19:22:16 +03:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "anyhow"
2023-07-24 15:42:41 +03:00
version = "1.0.72"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
2023-04-04 16:56:56 +03:00
[[package]]
name = "async-trait"
2023-07-24 15:42:41 +03:00
version = "0.1.72"
2023-04-04 16:56:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
2023-04-04 16:56:56 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2023-04-04 16:56:56 +03:00
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2023-04-04 16:56:56 +03:00
"hermit-abi 0.1.19",
2022-01-24 19:03:10 +03:00
"libc",
"winapi",
]
[[package]]
name = "autocfg"
2022-05-13 23:46:16 +03:00
version = "1.1.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-01-24 19:03:10 +03:00
2023-07-24 15:42:41 +03:00
[[package]]
name = "backtrace"
version = "0.3.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "base32"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
[[package]]
name = "base64"
2023-04-04 16:56:56 +03:00
version = "0.13.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-01-24 19:03:10 +03:00
2023-07-24 15:42:41 +03:00
[[package]]
name = "base64"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2022-01-24 19:03:10 +03:00
[[package]]
name = "bindgen"
2023-06-09 19:25:27 +03:00
version = "0.64.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
2022-01-24 19:03:10 +03:00
"regex",
"rustc-hash",
"shlex",
2023-06-09 19:25:27 +03:00
"syn 1.0.109",
2022-01-24 19:03:10 +03:00
"which",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-24 15:42:41 +03:00
[[package]]
name = "bitflags"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2022-01-24 19:03:10 +03:00
[[package]]
name = "block-buffer"
2023-04-04 16:56:56 +03:00
version = "0.10.4"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"generic-array",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "bumpalo"
2023-06-09 19:25:27 +03:00
version = "3.13.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-01-24 19:03:10 +03:00
[[package]]
name = "bytes"
2023-04-04 16:56:56 +03:00
version = "1.4.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-01-24 19:03:10 +03:00
[[package]]
name = "cc"
2023-04-04 16:56:56 +03:00
version = "1.0.79"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-01-24 19:03:10 +03:00
dependencies = [
"jobserver",
]
[[package]]
name = "cexpr"
2023-06-09 19:25:27 +03:00
version = "0.6.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-06-09 19:25:27 +03:00
"nom",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-06-09 19:25:27 +03:00
version = "0.4.26"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-06-09 19:25:27 +03:00
"android-tzdata",
2022-09-29 19:22:16 +03:00
"iana-time-zone",
2022-01-24 19:03:10 +03:00
"num-traits",
"serde",
"winapi",
]
[[package]]
name = "cidr"
2023-07-24 15:42:41 +03:00
version = "0.2.2"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "8d18b093eba54c9aaa1e3784d4361eb2ba944cf7d0a932a830132238f483e8d8"
2022-01-24 19:03:10 +03:00
[[package]]
name = "clang-sys"
2023-04-04 16:56:56 +03:00
version = "1.6.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2022-01-24 19:03:10 +03:00
dependencies = [
"glob",
"libc",
"libloading",
]
2022-09-29 19:22:16 +03:00
[[package]]
name = "clipboard-win"
2023-04-04 16:56:56 +03:00
version = "4.5.0"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
2022-09-29 19:22:16 +03:00
dependencies = [
"error-code",
"str-buf",
"winapi",
]
2022-05-13 23:46:16 +03:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-06-09 19:25:27 +03:00
version = "0.8.4"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-05-13 23:46:16 +03:00
2022-01-24 19:03:10 +03:00
[[package]]
name = "cpufeatures"
2023-07-24 15:42:41 +03:00
version = "0.2.9"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2022-01-24 19:03:10 +03:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2022-05-13 23:46:16 +03:00
version = "1.3.2"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2023-06-09 19:25:27 +03:00
version = "0.5.8"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2023-07-24 15:42:41 +03:00
version = "0.8.16"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
]
[[package]]
2022-05-13 23:46:16 +03:00
name = "crypto-common"
2022-09-29 19:22:16 +03:00
version = "0.1.6"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"generic-array",
2022-05-13 23:46:16 +03:00
"typenum",
2022-01-24 19:03:10 +03:00
]
2023-04-04 16:56:56 +03:00
[[package]]
name = "darling"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
dependencies = [
"fnv",
"ident_case",
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
2023-06-09 19:25:27 +03:00
"strsim",
2023-04-04 16:56:56 +03:00
"syn 1.0.109",
]
[[package]]
name = "darling_macro"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
dependencies = [
"darling_core",
2023-07-24 15:42:41 +03:00
"quote 1.0.32",
2023-04-04 16:56:56 +03:00
"syn 1.0.109",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "digest"
2023-06-09 19:25:27 +03:00
version = "0.10.7"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"block-buffer",
2022-05-13 23:46:16 +03:00
"crypto-common",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "either"
2023-07-24 15:42:41 +03:00
version = "1.9.0"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2022-09-29 19:22:16 +03:00
[[package]]
name = "endian-type"
version = "0.1.2"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
2022-01-24 19:03:10 +03:00
[[package]]
name = "endian_trait"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c844962d33db56fe7024846eeb8db92c79ccb68d3752a0ee37c261ac79fd46"
dependencies = [
"endian_trait_derive",
]
[[package]]
name = "endian_trait_derive"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a03aff727e0a6b907127d45940d06dec1ca6c0c3df1fdfa647780c32d2b61ca0"
dependencies = [
"quote 0.4.2",
"syn 0.12.15",
]
[[package]]
name = "env_logger"
2023-04-04 16:56:56 +03:00
version = "0.9.3"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2022-01-24 19:03:10 +03:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2022-09-29 19:22:16 +03:00
[[package]]
name = "errno"
2023-06-09 19:25:27 +03:00
version = "0.3.1"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2022-09-29 19:22:16 +03:00
dependencies = [
"errno-dragonfly",
"libc",
2023-07-24 15:42:41 +03:00
"windows-sys",
2022-09-29 19:22:16 +03:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "error-chain"
2023-06-09 19:25:27 +03:00
version = "0.12.4"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-06-09 19:25:27 +03:00
"version_check",
2022-01-24 19:03:10 +03:00
]
[[package]]
2022-09-29 19:22:16 +03:00
name = "error-code"
version = "2.3.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
2022-01-24 19:03:10 +03:00
2022-05-13 23:46:16 +03:00
[[package]]
name = "fastrand"
2023-07-24 15:42:41 +03:00
version = "2.0.0"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2022-05-13 23:46:16 +03:00
2022-09-29 19:22:16 +03:00
[[package]]
name = "fd-lock"
2023-07-24 15:42:41 +03:00
version = "3.0.13"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5"
2022-09-29 19:22:16 +03:00
dependencies = [
"cfg-if",
"rustix",
2023-07-24 15:42:41 +03:00
"windows-sys",
2022-09-29 19:22:16 +03:00
]
2022-05-13 23:46:16 +03:00
[[package]]
name = "filetime"
2023-06-09 19:25:27 +03:00
version = "0.2.21"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2022-05-13 23:46:16 +03:00
dependencies = [
"cfg-if",
"libc",
2023-04-04 16:56:56 +03:00
"redox_syscall 0.2.16",
2023-07-24 15:42:41 +03:00
"windows-sys",
2022-05-13 23:46:16 +03:00
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "flate2"
2023-06-09 19:25:27 +03:00
version = "1.0.26"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2022-01-24 19:03:10 +03:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2023-06-09 19:25:27 +03:00
version = "1.2.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2022-01-24 19:03:10 +03:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2022-01-24 19:03:10 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-01-24 19:03:10 +03:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-01-24 19:03:10 +03:00
[[package]]
name = "futures-executor"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-01-24 19:03:10 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-01-24 19:03:10 +03:00
[[package]]
name = "futures-macro"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "futures-sink"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-01-24 19:03:10 +03:00
[[package]]
name = "futures-task"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-01-24 19:03:10 +03:00
[[package]]
name = "futures-util"
2023-04-04 16:56:56 +03:00
version = "0.3.28"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-01-24 19:03:10 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2023-04-04 16:56:56 +03:00
version = "0.14.7"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-01-24 19:03:10 +03:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-06-09 19:25:27 +03:00
version = "0.2.10"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
2023-06-09 19:25:27 +03:00
"wasi",
2022-01-24 19:03:10 +03:00
"wasm-bindgen",
]
2023-07-24 15:42:41 +03:00
[[package]]
name = "gimli"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2022-01-24 19:03:10 +03:00
[[package]]
name = "glob"
2023-04-04 16:56:56 +03:00
version = "0.3.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-01-24 19:03:10 +03:00
[[package]]
name = "h2"
2023-07-24 15:42:41 +03:00
version = "0.3.20"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
2022-01-24 19:03:10 +03:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-09-29 19:22:16 +03:00
"tokio-util",
2022-01-24 19:03:10 +03:00
"tracing",
]
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
name = "handlebars"
version = "3.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
dependencies = [
"log",
"pest",
"pest_derive",
"quick-error",
"serde",
"serde_json",
]
[[package]]
name = "hashbrown"
2022-09-29 19:22:16 +03:00
version = "0.12.3"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2023-04-04 16:56:56 +03:00
[[package]]
name = "hermit-abi"
2023-07-24 15:42:41 +03:00
version = "0.3.2"
2023-04-04 16:56:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-04-04 16:56:56 +03:00
2022-01-24 19:03:10 +03:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
dependencies = [
"serde",
]
2023-06-09 19:25:27 +03:00
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "http"
2023-04-04 16:56:56 +03:00
version = "0.2.9"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2022-01-24 19:03:10 +03:00
dependencies = [
"bytes",
"fnv",
2022-05-13 23:46:16 +03:00
"itoa",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "http-body"
2022-09-29 19:22:16 +03:00
version = "0.4.5"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-01-24 19:03:10 +03:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-09-29 19:22:16 +03:00
version = "1.8.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-01-24 19:03:10 +03:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2023-07-24 15:42:41 +03:00
version = "0.14.27"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2022-01-24 19:03:10 +03:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-05-13 23:46:16 +03:00
"itoa",
2022-01-24 19:03:10 +03:00
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2022-09-29 19:22:16 +03:00
[[package]]
name = "iana-time-zone"
2023-06-09 19:25:27 +03:00
version = "0.1.57"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
2022-09-29 19:22:16 +03:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2023-04-04 16:56:56 +03:00
"iana-time-zone-haiku",
2022-09-29 19:22:16 +03:00
"js-sys",
"wasm-bindgen",
2023-04-04 16:56:56 +03:00
"windows",
]
[[package]]
name = "iana-time-zone-haiku"
2023-06-09 19:25:27 +03:00
version = "0.1.2"
2023-04-04 16:56:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-04-04 16:56:56 +03:00
dependencies = [
2023-06-09 19:25:27 +03:00
"cc",
2022-09-29 19:22:16 +03:00
]
2023-04-04 16:56:56 +03:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-01-24 19:03:10 +03:00
[[package]]
name = "idna"
2023-06-09 19:25:27 +03:00
version = "0.4.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-01-24 19:03:10 +03:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2023-04-04 16:56:56 +03:00
version = "1.9.3"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-01-24 19:03:10 +03:00
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "itertools"
2022-09-29 19:22:16 +03:00
version = "0.10.5"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2022-01-24 19:03:10 +03:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-07-24 15:42:41 +03:00
version = "1.0.9"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-01-24 19:03:10 +03:00
[[package]]
name = "jobserver"
2023-04-04 16:56:56 +03:00
version = "0.1.26"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2022-01-24 19:03:10 +03:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-07-24 15:42:41 +03:00
version = "0.3.64"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2022-01-24 19:03:10 +03:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2023-04-04 16:56:56 +03:00
[[package]]
name = "lber"
2023-06-09 19:25:27 +03:00
version = "0.4.2"
2023-04-04 16:56:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "2df7f9fd9f64cf8f59e1a4a0753fe7d575a5b38d3d7ac5758dcee9357d83ef0a"
2023-04-04 16:56:56 +03:00
dependencies = [
"bytes",
2023-06-09 19:25:27 +03:00
"nom",
2023-04-04 16:56:56 +03:00
]
[[package]]
name = "ldap3"
2023-06-09 19:25:27 +03:00
version = "0.11.3"
2023-04-04 16:56:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "6dceb52eac140c8679326f619b963577ccf5a4ab025fe5e6db424d2fd3e4f400"
2023-04-04 16:56:56 +03:00
dependencies = [
"async-trait",
"bytes",
"futures",
"futures-util",
"lazy_static",
"lber",
"log",
"native-tls",
2023-06-09 19:25:27 +03:00
"nom",
2023-04-04 16:56:56 +03:00
"percent-encoding",
"thiserror",
"tokio",
"tokio-native-tls",
"tokio-stream",
"tokio-util",
"url",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "libc"
2023-07-24 15:42:41 +03:00
version = "0.2.147"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2022-01-24 19:03:10 +03:00
[[package]]
name = "libloading"
2023-04-04 16:56:56 +03:00
version = "0.7.4"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libudev-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
dependencies = [
"libc",
"pkg-config",
]
2022-09-29 19:22:16 +03:00
[[package]]
name = "linux-raw-sys"
2023-07-24 15:42:41 +03:00
version = "0.4.3"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
2022-09-29 19:22:16 +03:00
2022-01-24 19:03:10 +03:00
[[package]]
name = "lock_api"
2023-06-09 19:25:27 +03:00
version = "0.4.10"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-05-13 23:46:16 +03:00
"autocfg",
2022-01-24 19:03:10 +03:00
"scopeguard",
]
[[package]]
name = "log"
2023-07-24 15:42:41 +03:00
version = "0.4.19"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2023-06-09 19:25:27 +03:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2022-01-24 19:03:10 +03:00
[[package]]
name = "memchr"
2022-05-13 23:46:16 +03:00
version = "2.5.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-01-24 19:03:10 +03:00
2022-09-29 19:22:16 +03:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2023-04-04 16:56:56 +03:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2023-06-09 19:25:27 +03:00
version = "0.7.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2022-01-24 19:03:10 +03:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-06-09 19:25:27 +03:00
version = "0.8.8"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-01-24 19:03:10 +03:00
dependencies = [
"libc",
2023-06-09 19:25:27 +03:00
"wasi",
2023-07-24 15:42:41 +03:00
"windows-sys",
2022-01-24 19:03:10 +03:00
]
[[package]]
2022-05-13 23:46:16 +03:00
name = "native-tls"
2023-04-04 16:56:56 +03:00
version = "0.2.11"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-05-13 23:46:16 +03:00
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2022-01-24 19:03:10 +03:00
]
2022-09-29 19:22:16 +03:00
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "nix"
2023-04-04 16:56:56 +03:00
version = "0.23.2"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"cc",
"cfg-if",
"libc",
2023-04-04 16:56:56 +03:00
"memoffset 0.6.5",
2022-09-29 19:22:16 +03:00
]
[[package]]
name = "nix"
2023-04-04 16:56:56 +03:00
version = "0.26.2"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2022-09-29 19:22:16 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-09-29 19:22:16 +03:00
"cfg-if",
"libc",
2023-04-04 16:56:56 +03:00
"memoffset 0.7.1",
"pin-utils",
"static_assertions",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "nom"
2023-04-04 16:56:56 +03:00
version = "7.1.3"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-01-24 19:03:10 +03:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
2022-05-13 23:46:16 +03:00
version = "0.1.45"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-01-24 19:03:10 +03:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2023-07-24 15:42:41 +03:00
version = "0.2.16"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2022-01-24 19:03:10 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-07-24 15:42:41 +03:00
version = "1.16.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"hermit-abi 0.3.2",
2022-01-24 19:03:10 +03:00
"libc",
]
2023-06-09 19:25:27 +03:00
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "oauth2"
2023-06-09 19:25:27 +03:00
version = "4.4.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "09a6e2a2b13a56ebeabba9142f911745be6456163fd6c3d361274ebcd891a80c"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"chrono",
"getrandom",
"http",
"rand",
"serde",
"serde_json",
"serde_path_to_error",
"sha2",
"thiserror",
"url",
]
2023-07-24 15:42:41 +03:00
[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
dependencies = [
"memchr",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "once_cell"
2023-06-09 19:25:27 +03:00
version = "1.18.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-01-24 19:03:10 +03:00
[[package]]
name = "openidconnect"
2023-04-04 16:56:56 +03:00
version = "2.5.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "98dd5b7049bac4fdd2233b8c9767d42c05da8006fdb79cc903258556d2b18009"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"chrono",
"http",
"itertools",
"log",
"num-bigint",
"oauth2",
"rand",
"ring",
"serde",
"serde-value",
"serde_derive",
"serde_json",
"serde_path_to_error",
2023-04-04 16:56:56 +03:00
"serde_plain",
"serde_with",
"subtle",
2022-01-24 19:03:10 +03:00
"thiserror",
"url",
]
[[package]]
name = "openssl"
2023-07-24 15:42:41 +03:00
version = "0.10.55"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
2022-05-13 23:46:16 +03:00
"openssl-macros",
2022-01-24 19:03:10 +03:00
"openssl-sys",
]
2022-05-13 23:46:16 +03:00
[[package]]
name = "openssl-macros"
2023-06-09 19:25:27 +03:00
version = "0.1.1"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-05-13 23:46:16 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2022-05-13 23:46:16 +03:00
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2023-07-24 15:42:41 +03:00
version = "0.9.90"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
2022-01-24 19:03:10 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "ordered-float"
2022-05-13 23:46:16 +03:00
version = "2.10.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
2022-01-24 19:03:10 +03:00
dependencies = [
"num-traits",
]
[[package]]
name = "pam"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa2bdc959c201c047004a1420a92aaa1dd1a6b64d5ef333aa3a4ac764fb93097"
dependencies = [
"libc",
"pam-sys",
"users",
]
[[package]]
name = "pam-sys"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd4858311a097f01a0006ef7d0cd50bca81ec430c949d7bf95cbefd202282434"
dependencies = [
"libc",
]
[[package]]
name = "parking_lot"
2022-09-29 19:22:16 +03:00
version = "0.12.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-01-24 19:03:10 +03:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-06-09 19:25:27 +03:00
version = "0.9.8"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
"libc",
2023-06-09 19:25:27 +03:00
"redox_syscall 0.3.5",
2022-01-24 19:03:10 +03:00
"smallvec",
2023-06-09 19:25:27 +03:00
"windows-targets",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "pathpatterns"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6e0644c02bcf32e41bcfd11d29d67c31480910717dc15ad59f968c736c0a99a"
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"libc",
]
[[package]]
name = "pbs-api-types"
version = "0.1.0"
dependencies = [
"anyhow",
"hex",
"lazy_static",
"percent-encoding",
2023-04-04 16:56:56 +03:00
"proxmox-auth-api",
2022-01-24 19:03:10 +03:00
"proxmox-lang",
"proxmox-schema",
"proxmox-serde",
"proxmox-time",
"proxmox-uuid",
"regex",
"serde",
2022-05-13 23:46:16 +03:00
"serde_plain",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "pbs-buildcfg"
2023-07-24 15:42:41 +03:00
version = "2.4.3"
2022-01-24 19:03:10 +03:00
[[package]]
name = "pbs-client"
version = "0.1.0"
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"bytes",
"futures",
"h2",
"hex",
"http",
"hyper",
"lazy_static",
"libc",
2022-09-29 19:22:16 +03:00
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"openssl",
"pathpatterns",
"pbs-api-types",
"pbs-buildcfg",
"pbs-datastore",
"pbs-tools",
"percent-encoding",
"pin-project-lite",
"proxmox-async",
2023-04-04 16:56:56 +03:00
"proxmox-auth-api",
2022-05-13 23:46:16 +03:00
"proxmox-compression",
2022-01-24 19:03:10 +03:00
"proxmox-http",
"proxmox-io",
"proxmox-lang",
"proxmox-router",
"proxmox-schema",
"proxmox-sys",
"proxmox-time",
"pxar",
"regex",
"rustyline",
2022-05-13 23:46:16 +03:00
"serde",
2022-01-24 19:03:10 +03:00
"serde_json",
2022-05-13 23:46:16 +03:00
"tar",
2022-01-24 19:03:10 +03:00
"tokio",
"tokio-stream",
"tower-service",
"xdg",
]
[[package]]
name = "pbs-config"
version = "0.1.0"
dependencies = [
"anyhow",
"hex",
"lazy_static",
"libc",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"once_cell",
"openssl",
"pbs-api-types",
"pbs-buildcfg",
"proxmox-router",
"proxmox-schema",
"proxmox-section-config",
"proxmox-shared-memory",
"proxmox-sys",
"proxmox-time",
"regex",
"serde",
"serde_json",
]
[[package]]
name = "pbs-datastore"
version = "0.1.0"
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"crc32fast",
"endian_trait",
"futures",
"hex",
"lazy_static",
"libc",
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"openssl",
"pathpatterns",
"pbs-api-types",
2022-05-13 23:46:16 +03:00
"pbs-buildcfg",
2022-01-24 19:03:10 +03:00
"pbs-config",
2023-04-04 16:56:56 +03:00
"pbs-key-config",
2022-01-24 19:03:10 +03:00
"pbs-tools",
"proxmox-borrow",
"proxmox-io",
"proxmox-lang",
"proxmox-schema",
2022-09-29 19:22:16 +03:00
"proxmox-serde",
2022-01-24 19:03:10 +03:00
"proxmox-sys",
"proxmox-time",
"proxmox-uuid",
"pxar",
"serde",
"serde_json",
"tokio",
"walkdir",
"zstd",
]
[[package]]
name = "pbs-fuse-loop"
version = "0.1.0"
dependencies = [
"anyhow",
"futures",
"lazy_static",
"libc",
2022-09-29 19:22:16 +03:00
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"proxmox-fuse",
"proxmox-sys",
"proxmox-time",
"regex",
"tokio",
]
2023-04-04 16:56:56 +03:00
[[package]]
name = "pbs-key-config"
version = "0.1.0"
dependencies = [
"anyhow",
"nix 0.26.2",
"openssl",
"pbs-api-types",
"pbs-tools",
"proxmox-lang",
"proxmox-serde",
"proxmox-sys",
"proxmox-time",
"serde",
"serde_json",
]
[[package]]
name = "pbs-pxar-fuse"
version = "0.1.0"
dependencies = [
"anyhow",
"futures",
"libc",
"log",
"proxmox-fuse",
"proxmox-io",
"proxmox-lang",
"proxmox-sys",
"pxar",
"tokio",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "pbs-tape"
version = "0.1.0"
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"endian_trait",
"hex",
"lazy_static",
"libc",
2022-09-29 19:22:16 +03:00
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"pbs-api-types",
"pbs-config",
"proxmox-io",
"proxmox-lang",
"proxmox-router",
"proxmox-schema",
"proxmox-sys",
"proxmox-time",
"proxmox-uuid",
"regex",
"serde",
"serde_json",
"thiserror",
"udev",
]
[[package]]
name = "pbs-tools"
version = "0.1.0"
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"bytes",
"crc32fast",
"endian_trait",
"flate2",
"foreign-types",
"futures",
"hex",
"lazy_static",
"libc",
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2023-06-09 19:25:27 +03:00
"nom",
2022-01-24 19:03:10 +03:00
"openssl",
"pbs-api-types",
"pbs-buildcfg",
"proxmox-async",
"proxmox-io",
"proxmox-lang",
"proxmox-sys",
"proxmox-time",
"regex",
"serde_json",
"tokio",
"url",
"walkdir",
"zstd",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "percent-encoding"
2023-06-09 19:25:27 +03:00
version = "2.3.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2022-01-24 19:03:10 +03:00
[[package]]
name = "pest"
2023-07-24 15:42:41 +03:00
version = "2.7.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "0d2d1d55045829d65aad9d389139882ad623b33b904e7c9f1b10c5b8927298e5"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"thiserror",
2022-01-24 19:03:10 +03:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-07-24 15:42:41 +03:00
version = "2.7.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "5f94bca7e7a599d89dea5dfa309e217e7906c3c007fb9c3299c40b10d6a315d3"
2022-01-24 19:03:10 +03:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-07-24 15:42:41 +03:00
version = "2.7.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "99d490fe7e8556575ff6911e45567ab95e71617f43781e5c05490dc8d75c965c"
2022-01-24 19:03:10 +03:00
dependencies = [
"pest",
"pest_meta",
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "pest_meta"
2023-07-24 15:42:41 +03:00
version = "2.7.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "2674c66ebb4b4d9036012091b537aae5878970d6999f81a265034d85b136b341"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"once_cell",
2022-01-24 19:03:10 +03:00
"pest",
2023-04-04 16:56:56 +03:00
"sha2",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "pin-project-lite"
2023-07-24 15:42:41 +03:00
version = "0.2.10"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
2022-01-24 19:03:10 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2023-06-09 19:25:27 +03:00
version = "0.3.27"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-01-24 19:03:10 +03:00
[[package]]
name = "ppv-lite86"
2023-04-04 16:56:56 +03:00
version = "0.2.17"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-01-24 19:03:10 +03:00
[[package]]
name = "proc-macro2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
dependencies = [
2022-05-19 21:12:35 +03:00
"unicode-xid",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proc-macro2"
2023-07-24 15:42:41 +03:00
version = "1.0.66"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-05-19 21:12:35 +03:00
"unicode-ident",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-acme-rs"
2022-05-13 23:46:16 +03:00
version = "0.4.0"
2023-04-04 16:56:56 +03:00
source = "git+git://git.proxmox.com/git/proxmox-acme-rs.git#ac1f71eddb6564dc56110eb1a713a92809318525"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"openssl",
"serde",
"serde_json",
]
[[package]]
name = "proxmox-api-macro"
2023-04-04 16:56:56 +03:00
version = "1.0.4"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
2023-04-04 16:56:56 +03:00
"syn 1.0.109",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-async"
2022-05-13 23:46:16 +03:00
version = "0.4.1"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
"futures",
"lazy_static",
"pin-utils",
"proxmox-io",
2022-05-13 23:46:16 +03:00
"proxmox-lang",
2022-01-24 19:03:10 +03:00
"tokio",
]
2023-04-04 16:56:56 +03:00
[[package]]
name = "proxmox-auth-api"
2023-07-24 15:42:41 +03:00
version = "0.3.1"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2023-04-04 16:56:56 +03:00
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2023-04-04 16:56:56 +03:00
"http",
"lazy_static",
"libc",
"log",
"openssl",
"pam-sys",
"percent-encoding",
"proxmox-rest-server",
"proxmox-router",
"proxmox-schema",
"proxmox-tfa",
"regex",
"serde",
"serde_json",
"serde_plain",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "proxmox-backup"
2023-07-24 15:42:41 +03:00
version = "2.4.3"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"bytes",
"cidr",
"crc32fast",
"crossbeam-channel",
"endian_trait",
"flate2",
"futures",
"h2",
"handlebars",
"hex",
"http",
"hyper",
"lazy_static",
"libc",
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2023-06-09 19:25:27 +03:00
"nom",
2022-01-24 19:03:10 +03:00
"num-traits",
"once_cell",
"openssl",
"pam",
"pam-sys",
"pathpatterns",
"pbs-api-types",
"pbs-buildcfg",
"pbs-client",
"pbs-config",
"pbs-datastore",
2023-04-04 16:56:56 +03:00
"pbs-key-config",
2022-01-24 19:03:10 +03:00
"pbs-tape",
"pbs-tools",
"percent-encoding",
"proxmox-acme-rs",
"proxmox-async",
2023-04-04 16:56:56 +03:00
"proxmox-auth-api",
2022-05-13 23:46:16 +03:00
"proxmox-compression",
2022-01-24 19:03:10 +03:00
"proxmox-http",
"proxmox-io",
"proxmox-lang",
2023-04-04 16:56:56 +03:00
"proxmox-ldap",
2022-09-29 19:22:16 +03:00
"proxmox-metrics",
2022-01-24 19:03:10 +03:00
"proxmox-openid",
"proxmox-rest-server",
"proxmox-router",
"proxmox-rrd",
"proxmox-schema",
"proxmox-section-config",
"proxmox-serde",
"proxmox-shared-memory",
2023-04-04 16:56:56 +03:00
"proxmox-sortable-macro",
2022-09-29 19:22:16 +03:00
"proxmox-subscription",
2022-01-24 19:03:10 +03:00
"proxmox-sys",
"proxmox-tfa",
"proxmox-time",
"proxmox-uuid",
"pxar",
"regex",
"rustyline",
"serde",
"serde_json",
"siphasher",
"syslog",
2023-04-04 16:56:56 +03:00
"termcolor",
2022-01-24 19:03:10 +03:00
"thiserror",
"tokio",
"tokio-openssl",
"tokio-stream",
2022-09-29 19:22:16 +03:00
"tokio-util",
2022-01-24 19:03:10 +03:00
"tower-service",
"udev",
"url",
"walkdir",
"xdg",
"zstd",
]
[[package]]
name = "proxmox-backup-banner"
version = "0.1.0"
dependencies = [
2022-09-29 19:22:16 +03:00
"anyhow",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-backup-client"
version = "0.1.0"
dependencies = [
"anyhow",
"futures",
"hyper",
"libc",
2022-09-29 19:22:16 +03:00
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"openssl",
"pathpatterns",
"pbs-api-types",
"pbs-buildcfg",
"pbs-client",
"pbs-config",
"pbs-datastore",
"pbs-fuse-loop",
2023-04-04 16:56:56 +03:00
"pbs-key-config",
"pbs-pxar-fuse",
2022-01-24 19:03:10 +03:00
"pbs-tools",
"proxmox-async",
2023-04-04 16:56:56 +03:00
"proxmox-fuse",
2022-01-24 19:03:10 +03:00
"proxmox-io",
"proxmox-router",
"proxmox-schema",
2023-04-04 16:56:56 +03:00
"proxmox-sortable-macro",
2022-01-24 19:03:10 +03:00
"proxmox-sys",
"proxmox-time",
"pxar",
"serde",
"serde_json",
"tokio",
"tokio-stream",
2022-09-29 19:22:16 +03:00
"tokio-util",
2022-01-24 19:03:10 +03:00
"xdg",
"zstd",
]
[[package]]
name = "proxmox-borrow"
version = "1.0.1"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-05-13 23:46:16 +03:00
[[package]]
name = "proxmox-compression"
2023-07-24 15:42:41 +03:00
version = "0.2.1"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-05-13 23:46:16 +03:00
dependencies = [
"anyhow",
"bytes",
"crc32fast",
"endian_trait",
"flate2",
"futures",
2022-09-29 19:22:16 +03:00
"libc",
2022-05-13 23:46:16 +03:00
"proxmox-io",
"proxmox-lang",
"proxmox-time",
"tar",
"tokio",
"walkdir",
"zstd",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "proxmox-file-restore"
version = "0.1.0"
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"futures",
"libc",
2022-09-29 19:22:16 +03:00
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"pbs-api-types",
"pbs-buildcfg",
"pbs-client",
"pbs-config",
"pbs-datastore",
2023-04-04 16:56:56 +03:00
"pbs-key-config",
2022-01-24 19:03:10 +03:00
"pbs-tools",
"proxmox-async",
2023-04-04 16:56:56 +03:00
"proxmox-compression",
2022-01-24 19:03:10 +03:00
"proxmox-lang",
"proxmox-router",
"proxmox-schema",
"proxmox-sys",
"proxmox-time",
"proxmox-uuid",
"pxar",
"serde",
"serde_json",
"tokio",
2023-04-04 16:56:56 +03:00
"tokio-util",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-fuse"
2023-04-04 16:56:56 +03:00
version = "0.1.4"
source = "git+git://git.proxmox.com/git/proxmox-fuse.git#93099f76b6bbbc8a0bbaca9b459a1ce4dc5e0a79"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
"futures",
"libc",
"tokio",
"tokio-stream",
]
[[package]]
name = "proxmox-http"
2023-06-09 19:25:27 +03:00
version = "0.9.0"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"futures",
"http",
"hyper",
"openssl",
2022-09-29 19:22:16 +03:00
"proxmox-async",
2022-01-24 19:03:10 +03:00
"proxmox-io",
2022-05-13 23:46:16 +03:00
"proxmox-lang",
2022-01-24 19:03:10 +03:00
"proxmox-sys",
2022-09-29 19:22:16 +03:00
"serde_json",
2022-01-24 19:03:10 +03:00
"tokio",
"tokio-openssl",
2022-09-29 19:22:16 +03:00
"url",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-io"
version = "1.0.1"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"endian_trait",
"tokio",
]
[[package]]
name = "proxmox-lang"
2022-05-13 23:46:16 +03:00
version = "1.1.0"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2023-04-04 16:56:56 +03:00
[[package]]
name = "proxmox-ldap"
2023-07-24 15:42:41 +03:00
version = "0.2.0"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2023-04-04 16:56:56 +03:00
dependencies = [
"anyhow",
"ldap3",
"native-tls",
"serde",
]
2022-09-29 19:22:16 +03:00
[[package]]
name = "proxmox-metrics"
2023-06-09 19:25:27 +03:00
version = "0.3.0"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-09-29 19:22:16 +03:00
dependencies = [
"anyhow",
"futures",
"http",
"hyper",
"openssl",
"proxmox-async",
"proxmox-http",
"serde",
"serde_json",
"tokio",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "proxmox-openid"
2023-06-09 19:25:27 +03:00
version = "0.10.0"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
"http",
2022-05-13 23:46:16 +03:00
"native-tls",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"openidconnect",
"proxmox-sys",
"proxmox-time",
"serde",
"serde_json",
2022-05-13 23:46:16 +03:00
"thiserror",
"ureq",
2022-01-24 19:03:10 +03:00
"url",
]
[[package]]
name = "proxmox-rest-server"
2023-07-24 15:42:41 +03:00
version = "0.4.2"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
"futures",
"handlebars",
"http",
"hyper",
"lazy_static",
"libc",
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"once_cell",
2023-04-04 16:56:56 +03:00
"openssl",
2022-01-24 19:03:10 +03:00
"percent-encoding",
"proxmox-async",
2022-05-13 23:46:16 +03:00
"proxmox-compression",
2022-01-24 19:03:10 +03:00
"proxmox-http",
"proxmox-io",
"proxmox-lang",
"proxmox-router",
"proxmox-schema",
"proxmox-sys",
"proxmox-time",
"regex",
"serde",
"serde_json",
"tokio",
"tokio-openssl",
2022-05-13 23:46:16 +03:00
"tokio-stream",
2022-01-24 19:03:10 +03:00
"tower-service",
"url",
]
[[package]]
name = "proxmox-restore-daemon"
version = "0.1.0"
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2023-06-09 19:25:27 +03:00
"env_logger",
2022-01-24 19:03:10 +03:00
"futures",
"http",
"hyper",
"lazy_static",
"libc",
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"pathpatterns",
"pbs-api-types",
"pbs-client",
"pbs-datastore",
"pbs-tools",
"proxmox-async",
2022-05-13 23:46:16 +03:00
"proxmox-compression",
2022-01-24 19:03:10 +03:00
"proxmox-rest-server",
"proxmox-router",
"proxmox-schema",
2023-04-04 16:56:56 +03:00
"proxmox-sortable-macro",
2022-01-24 19:03:10 +03:00
"proxmox-sys",
"proxmox-time",
"pxar",
"regex",
"serde",
"serde_json",
"tokio",
"tokio-stream",
2022-09-29 19:22:16 +03:00
"tokio-util",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-router"
2023-07-24 15:42:41 +03:00
version = "2.0.0"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
2023-06-09 19:25:27 +03:00
"env_logger",
2022-01-24 19:03:10 +03:00
"http",
"hyper",
"libc",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"percent-encoding",
2022-05-13 23:46:16 +03:00
"proxmox-async",
2022-01-24 19:03:10 +03:00
"proxmox-lang",
"proxmox-schema",
"rustyline",
2022-05-13 23:46:16 +03:00
"serde",
2022-01-24 19:03:10 +03:00
"serde_json",
"tokio",
"unicode-width",
]
[[package]]
name = "proxmox-rrd"
version = "0.1.0"
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"crossbeam-channel",
"libc",
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"proxmox-router",
"proxmox-schema",
"proxmox-sys",
"proxmox-time",
"serde",
"serde_cbor",
"serde_json",
]
[[package]]
name = "proxmox-schema"
2023-07-24 15:42:41 +03:00
version = "2.0.0"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
"lazy_static",
"libc",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"proxmox-api-macro",
"regex",
"serde",
"serde_json",
2023-06-09 19:25:27 +03:00
"textwrap",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-section-config"
2023-07-24 15:42:41 +03:00
version = "2.0.0"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
"hex",
"proxmox-lang",
"proxmox-schema",
"serde",
"serde_json",
]
[[package]]
name = "proxmox-serde"
2022-09-29 19:22:16 +03:00
version = "0.1.1"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"proxmox-time",
"serde",
"serde_json",
]
[[package]]
name = "proxmox-shared-memory"
2023-06-09 19:25:27 +03:00
version = "0.3.0"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
"libc",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"proxmox-sys",
]
[[package]]
name = "proxmox-sortable-macro"
version = "0.1.2"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-09-29 19:22:16 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
2023-04-04 16:56:56 +03:00
"syn 1.0.109",
2022-09-29 19:22:16 +03:00
]
[[package]]
name = "proxmox-subscription"
2023-07-24 15:42:41 +03:00
version = "0.4.1"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-09-29 19:22:16 +03:00
"hex",
"lazy_static",
"openssl",
"proxmox-http",
"proxmox-schema",
"proxmox-serde",
"proxmox-sys",
"proxmox-time",
"regex",
"serde",
"serde_json",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-sys"
2023-06-09 19:25:27 +03:00
version = "0.5.0"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"lazy_static",
"libc",
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"proxmox-io",
"proxmox-lang",
"proxmox-time",
"regex",
2022-05-13 23:46:16 +03:00
"serde",
2022-01-24 19:03:10 +03:00
"serde_json",
"zstd",
]
[[package]]
name = "proxmox-tfa"
2023-07-24 15:42:41 +03:00
version = "4.0.5"
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
"base32",
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2022-01-24 19:03:10 +03:00
"hex",
"libc",
2023-06-09 19:25:27 +03:00
"log",
2022-01-24 19:03:10 +03:00
"openssl",
"percent-encoding",
"proxmox-schema",
"proxmox-time",
"proxmox-uuid",
"serde",
"serde_json",
"serde_plain",
"url",
"webauthn-rs",
]
[[package]]
name = "proxmox-time"
2023-04-04 16:56:56 +03:00
version = "1.1.5"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"anyhow",
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"js-sys",
"lazy_static",
"libc",
2023-06-09 19:25:27 +03:00
"nom",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "proxmox-uuid"
2023-04-04 16:56:56 +03:00
version = "1.0.2"
2023-07-24 15:42:41 +03:00
source = "git+git://git.proxmox.com/git/proxmox.git#1e095e5ab8126351b3ed7c6736bf36978e27beec"
2022-01-24 19:03:10 +03:00
dependencies = [
"js-sys",
"libc",
"serde",
]
[[package]]
name = "pxar"
2023-04-04 16:56:56 +03:00
version = "0.10.2"
2023-06-09 19:25:27 +03:00
source = "git+git://git.proxmox.com/git/pxar.git#00d36bf97b8f5a79e5dcac486f8b72bad2b7f190"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"endian_trait",
"libc",
"siphasher",
"tokio",
]
[[package]]
name = "pxar-bin"
version = "0.1.0"
dependencies = [
"anyhow",
"futures",
2022-09-29 19:22:16 +03:00
"log",
2023-04-04 16:56:56 +03:00
"nix 0.26.2",
2022-01-24 19:03:10 +03:00
"pathpatterns",
"pbs-client",
2023-04-04 16:56:56 +03:00
"pbs-pxar-fuse",
2022-01-24 19:03:10 +03:00
"pbs-tools",
"proxmox-async",
"proxmox-router",
"proxmox-schema",
"proxmox-sys",
"pxar",
"serde_json",
"tokio",
]
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quote"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
dependencies = [
"proc-macro2 0.2.3",
]
[[package]]
name = "quote"
2023-07-24 15:42:41 +03:00
version = "1.0.32"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
2022-09-29 19:22:16 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
2022-09-29 19:22:16 +03:00
]
[[package]]
name = "radix_trie"
version = "0.2.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"endian-type",
"nibble_vec",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "rand"
2022-05-13 23:46:16 +03:00
version = "0.8.5"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2022-01-24 19:03:10 +03:00
dependencies = [
"libc",
"rand_chacha",
"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",
"rand_core",
]
[[package]]
name = "rand_core"
2022-09-29 19:22:16 +03:00
version = "0.6.4"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-01-24 19:03:10 +03:00
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
2022-09-29 19:22:16 +03:00
version = "0.2.16"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
]
2023-04-04 16:56:56 +03:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2023-04-04 16:56:56 +03:00
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "redox_users"
2022-05-13 23:46:16 +03:00
version = "0.4.3"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2022-01-24 19:03:10 +03:00
dependencies = [
"getrandom",
2023-04-04 16:56:56 +03:00
"redox_syscall 0.2.16",
2022-05-13 23:46:16 +03:00
"thiserror",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "regex"
2023-07-24 15:42:41 +03:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.3"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
2022-01-24 19:03:10 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-07-24 15:42:41 +03:00
version = "0.7.4"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2022-09-29 19:22:16 +03:00
2022-01-24 19:03:10 +03:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2023-07-24 15:42:41 +03:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-01-24 19:03:10 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-09-29 19:22:16 +03:00
[[package]]
name = "rustix"
2023-07-24 15:42:41 +03:00
version = "0.38.4"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
2022-09-29 19:22:16 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 2.3.3",
2022-09-29 19:22:16 +03:00
"errno",
"libc",
"linux-raw-sys",
2023-07-24 15:42:41 +03:00
"windows-sys",
2022-09-29 19:22:16 +03:00
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "rustyline"
2022-09-29 19:22:16 +03:00
version = "9.1.2"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-01-24 19:03:10 +03:00
"cfg-if",
2022-09-29 19:22:16 +03:00
"clipboard-win",
2022-01-24 19:03:10 +03:00
"dirs-next",
2022-09-29 19:22:16 +03:00
"fd-lock",
2022-01-24 19:03:10 +03:00
"libc",
"log",
"memchr",
2023-04-04 16:56:56 +03:00
"nix 0.23.2",
2022-09-29 19:22:16 +03:00
"radix_trie",
2022-01-24 19:03:10 +03:00
"scopeguard",
2022-09-29 19:22:16 +03:00
"smallvec",
2022-01-24 19:03:10 +03:00
"unicode-segmentation",
"unicode-width",
"utf8parse",
"winapi",
]
[[package]]
name = "ryu"
2023-07-24 15:42:41 +03:00
version = "1.0.15"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2022-01-24 19:03:10 +03:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
2023-07-24 15:42:41 +03:00
version = "0.1.22"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"windows-sys",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "scopeguard"
2023-07-24 15:42:41 +03:00
version = "1.2.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-01-24 19:03:10 +03:00
2022-05-13 23:46:16 +03:00
[[package]]
name = "security-framework"
2023-07-24 15:42:41 +03:00
version = "2.9.2"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2022-05-13 23:46:16 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"bitflags 1.3.2",
2022-05-13 23:46:16 +03:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-07-24 15:42:41 +03:00
version = "2.9.1"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2022-05-13 23:46:16 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "serde"
2023-07-24 15:42:41 +03:00
version = "1.0.175"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "5d25439cd7397d044e2748a6fe2432b5e85db703d6d097bd014b3c0ad1ebff0b"
2022-01-24 19:03:10 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-value"
2022-05-13 23:46:16 +03:00
version = "0.7.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2022-01-24 19:03:10 +03:00
dependencies = [
"ordered-float",
"serde",
]
[[package]]
name = "serde_cbor"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
dependencies = [
"half",
"serde",
]
[[package]]
name = "serde_derive"
2023-07-24 15:42:41 +03:00
version = "1.0.175"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "b23f7ade6f110613c0d63858ddb8b94c1041f550eab58a16b371bdf2c9c80ab4"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "serde_json"
2023-07-24 15:42:41 +03:00
version = "1.0.103"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-05-13 23:46:16 +03:00
"itoa",
2022-01-24 19:03:10 +03:00
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
2023-07-24 15:42:41 +03:00
version = "0.1.14"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"itoa",
2022-01-24 19:03:10 +03:00
"serde",
]
[[package]]
name = "serde_plain"
2023-04-04 16:56:56 +03:00
version = "1.0.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "d6018081315db179d0ce57b1fe4b62a12a0028c9cf9bbef868c9cf477b3c34ae"
2022-01-24 19:03:10 +03:00
dependencies = [
"serde",
]
[[package]]
2023-04-04 16:56:56 +03:00
name = "serde_with"
version = "1.14.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-04-04 16:56:56 +03:00
"serde",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
dependencies = [
"darling",
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
2023-04-04 16:56:56 +03:00
"syn 1.0.109",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "sha2"
2023-07-24 15:42:41 +03:00
version = "0.10.7"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
"cpufeatures",
2022-09-29 19:22:16 +03:00
"digest",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "shlex"
2023-06-09 19:25:27 +03:00
version = "1.1.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2022-01-24 19:03:10 +03:00
[[package]]
name = "signal-hook-registry"
2023-04-04 16:56:56 +03:00
version = "1.4.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-01-24 19:03:10 +03:00
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
2022-05-13 23:46:16 +03:00
version = "0.3.10"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2022-01-24 19:03:10 +03:00
[[package]]
name = "slab"
2023-04-04 16:56:56 +03:00
version = "0.4.8"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-09-29 19:22:16 +03:00
dependencies = [
"autocfg",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "smallvec"
2023-07-24 15:42:41 +03:00
version = "1.11.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2022-09-29 19:22:16 +03:00
[[package]]
name = "smawk"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
2022-01-24 19:03:10 +03:00
[[package]]
name = "socket2"
2023-04-04 16:56:56 +03:00
version = "0.4.9"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-01-24 19:03:10 +03:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2023-04-04 16:56:56 +03:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-01-24 19:03:10 +03:00
[[package]]
2022-09-29 19:22:16 +03:00
name = "str-buf"
version = "1.0.6"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
2022-01-24 19:03:10 +03:00
2023-04-04 16:56:56 +03:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-01-24 19:03:10 +03:00
[[package]]
name = "syn"
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
dependencies = [
"proc-macro2 0.2.3",
"quote 0.4.2",
2022-05-19 21:12:35 +03:00
"unicode-xid",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "syn"
2023-04-04 16:56:56 +03:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
2023-04-04 16:56:56 +03:00
"unicode-ident",
]
[[package]]
name = "syn"
2023-07-24 15:42:41 +03:00
version = "2.0.27"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
2022-05-19 21:12:35 +03:00
"unicode-ident",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "syslog"
2023-06-09 19:25:27 +03:00
version = "6.1.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "7434e95bcccce1215d30f4bf84fe8c00e8de1b9be4fb736d747ca53d36e7f96f"
2022-01-24 19:03:10 +03:00
dependencies = [
"error-chain",
2023-06-09 19:25:27 +03:00
"hostname",
2022-01-24 19:03:10 +03:00
"libc",
"log",
"time",
]
2022-05-13 23:46:16 +03:00
[[package]]
name = "tar"
2023-07-24 15:42:41 +03:00
version = "0.4.39"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96"
2022-05-13 23:46:16 +03:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
2023-07-24 15:42:41 +03:00
version = "3.7.0"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
2022-05-13 23:46:16 +03:00
dependencies = [
"cfg-if",
"fastrand",
2023-04-04 16:56:56 +03:00
"redox_syscall 0.3.5",
"rustix",
2023-07-24 15:42:41 +03:00
"windows-sys",
2022-05-13 23:46:16 +03:00
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "termcolor"
2023-04-04 16:56:56 +03:00
version = "1.2.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2022-01-24 19:03:10 +03:00
dependencies = [
"winapi-util",
]
2022-09-29 19:22:16 +03:00
[[package]]
name = "textwrap"
2023-04-04 16:56:56 +03:00
version = "0.16.0"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2022-09-29 19:22:16 +03:00
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "thiserror"
2023-07-24 15:42:41 +03:00
version = "1.0.44"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
2022-01-24 19:03:10 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-07-24 15:42:41 +03:00
version = "1.0.44"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "time"
2023-07-24 15:42:41 +03:00
version = "0.3.23"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-06-09 19:25:27 +03:00
"itoa",
2022-01-24 19:03:10 +03:00
"libc",
2023-06-09 19:25:27 +03:00
"num_threads",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
2023-07-24 15:42:41 +03:00
version = "0.2.10"
2023-06-09 19:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4"
2023-06-09 19:25:27 +03:00
dependencies = [
"time-core",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "tinyvec"
2022-05-13 23:46:16 +03:00
version = "1.6.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 23:46:16 +03:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-01-24 19:03:10 +03:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-04-04 16:56:56 +03:00
version = "0.1.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-01-24 19:03:10 +03:00
[[package]]
name = "tokio"
2023-07-24 15:42:41 +03:00
version = "1.29.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"autocfg",
2023-07-24 15:42:41 +03:00
"backtrace",
2022-01-24 19:03:10 +03:00
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2022-05-13 23:46:16 +03:00
"socket2",
2022-01-24 19:03:10 +03:00
"tokio-macros",
2023-07-24 15:42:41 +03:00
"windows-sys",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "tokio-macros"
2023-06-09 19:25:27 +03:00
version = "2.1.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2023-04-04 16:56:56 +03:00
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "tokio-openssl"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08f9ffb7809f1b20c1b398d92acf4cc719874b3b2b2d9ea2f09b4a80350878a"
dependencies = [
"futures-util",
"openssl",
"openssl-sys",
"tokio",
]
[[package]]
name = "tokio-stream"
2023-06-09 19:25:27 +03:00
version = "0.1.14"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2022-01-24 19:03:10 +03:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2023-06-09 19:25:27 +03:00
version = "0.7.8"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2022-05-13 23:46:16 +03:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "tower-service"
2022-09-29 19:22:16 +03:00
version = "0.3.2"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-01-24 19:03:10 +03:00
[[package]]
name = "tracing"
2023-04-04 16:56:56 +03:00
version = "0.1.37"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-07-24 15:42:41 +03:00
version = "0.1.26"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "tracing-core"
2023-06-09 19:25:27 +03:00
version = "0.1.31"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-01-24 19:03:10 +03:00
dependencies = [
2022-09-29 19:22:16 +03:00
"once_cell",
2022-01-24 19:03:10 +03:00
]
[[package]]
name = "try-lock"
2023-04-04 16:56:56 +03:00
version = "0.2.4"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-01-24 19:03:10 +03:00
[[package]]
name = "typenum"
2023-04-04 16:56:56 +03:00
version = "1.16.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-01-24 19:03:10 +03:00
[[package]]
name = "ucd-trie"
2023-07-24 15:42:41 +03:00
version = "0.1.6"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2022-01-24 19:03:10 +03:00
[[package]]
name = "udev"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24953d50a3bce0f5f5a9a2766567072dc9af8096f8c40ea81815da651066bc9f"
dependencies = [
"libc",
"libudev-sys",
]
[[package]]
name = "unicode-bidi"
2023-04-04 16:56:56 +03:00
version = "0.3.13"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-01-24 19:03:10 +03:00
2022-05-19 21:12:35 +03:00
[[package]]
name = "unicode-ident"
2023-07-24 15:42:41 +03:00
version = "1.0.11"
2022-05-19 21:12:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2022-09-29 19:22:16 +03:00
[[package]]
name = "unicode-linebreak"
2023-04-04 16:56:56 +03:00
version = "0.1.4"
2022-09-29 19:22:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
2022-09-29 19:22:16 +03:00
dependencies = [
"hashbrown",
"regex",
]
2022-05-19 21:12:35 +03:00
2022-01-24 19:03:10 +03:00
[[package]]
name = "unicode-normalization"
2022-09-29 19:22:16 +03:00
version = "0.1.22"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-01-24 19:03:10 +03:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2023-04-04 16:56:56 +03:00
version = "1.10.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2022-01-24 19:03:10 +03:00
[[package]]
name = "unicode-width"
2022-09-29 19:22:16 +03:00
version = "0.1.10"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 19:22:16 +03:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-01-24 19:03:10 +03:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2022-05-13 23:46:16 +03:00
[[package]]
name = "ureq"
2023-07-24 15:42:41 +03:00
version = "2.7.1"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
2022-05-13 23:46:16 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"base64 0.21.2",
2022-05-13 23:46:16 +03:00
"flate2",
"log",
"native-tls",
"once_cell",
"url",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "url"
2023-06-09 19:25:27 +03:00
version = "2.4.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2022-01-24 19:03:10 +03:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
[[package]]
name = "users"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fed7d0912567d35f88010c23dbaf865e9da8b5227295e8dc0f2fdd109155ab7"
dependencies = [
"libc",
]
[[package]]
name = "utf8parse"
2023-04-04 16:56:56 +03:00
version = "0.2.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-01-24 19:03:10 +03:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
2023-04-04 16:56:56 +03:00
version = "2.3.3"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 16:56:56 +03:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2022-01-24 19:03:10 +03:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
2023-07-24 15:42:41 +03:00
version = "0.3.1"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-01-24 19:03:10 +03:00
dependencies = [
"try-lock",
]
2022-05-13 23:46:16 +03:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-01-24 19:03:10 +03:00
[[package]]
name = "wasm-bindgen"
2023-07-24 15:42:41 +03:00
version = "0.2.87"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2022-01-24 19:03:10 +03:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-07-24 15:42:41 +03:00
version = "0.2.87"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-01-24 19:03:10 +03:00
dependencies = [
"bumpalo",
"log",
2022-09-29 19:22:16 +03:00
"once_cell",
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2022-01-24 19:03:10 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-07-24 15:42:41 +03:00
version = "0.2.87"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"quote 1.0.32",
2022-01-24 19:03:10 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-07-24 15:42:41 +03:00
version = "0.2.87"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.27",
2022-01-24 19:03:10 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-07-24 15:42:41 +03:00
version = "0.2.87"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2022-01-24 19:03:10 +03:00
[[package]]
name = "web-sys"
2023-07-24 15:42:41 +03:00
version = "0.3.64"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2022-01-24 19:03:10 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webauthn-rs"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90b266eccb4b32595876f5c73ea443b0516da0b1df72ca07bc08ed9ba7f96ec1"
dependencies = [
2023-07-24 15:42:41 +03:00
"base64 0.13.1",
2023-06-09 19:25:27 +03:00
"nom",
2022-01-24 19:03:10 +03:00
"openssl",
"rand",
"serde",
"serde_cbor",
"serde_derive",
"serde_json",
"thiserror",
"tracing",
"url",
]
[[package]]
name = "which"
2023-06-09 19:25:27 +03:00
version = "4.4.0"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
2022-01-24 19:03:10 +03:00
dependencies = [
2023-06-09 19:25:27 +03:00
"either",
2022-01-24 19:03:10 +03:00
"libc",
2023-06-09 19:25:27 +03:00
"once_cell",
2022-01-24 19:03:10 +03: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-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-04-04 16:56:56 +03:00
[[package]]
name = "windows"
2023-06-09 19:25:27 +03:00
version = "0.48.0"
2023-04-04 16:56:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2023-04-04 16:56:56 +03:00
dependencies = [
"windows-targets",
]
2022-05-13 23:46:16 +03:00
[[package]]
name = "windows-sys"
2023-06-09 19:25:27 +03:00
version = "0.48.0"
2022-05-13 23:46:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2022-05-13 23:46:16 +03:00
dependencies = [
2023-04-04 16:56:56 +03:00
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-07-24 15:42:41 +03:00
version = "0.48.1"
2023-04-04 16:56:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2023-04-04 16:56:56 +03:00
dependencies = [
2023-07-24 15:42:41 +03:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2022-05-13 23:46:16 +03:00
]
2023-06-09 19:25:27 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2022-05-13 23:46:16 +03:00
[[package]]
name = "xattr"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
dependencies = [
"libc",
]
2022-01-24 19:03:10 +03:00
[[package]]
name = "xdg"
2023-07-24 15:42:41 +03:00
version = "2.5.2"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2022-01-24 19:03:10 +03:00
[[package]]
name = "zstd"
2023-07-24 15:42:41 +03:00
version = "0.12.4"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
2022-01-24 19:03:10 +03:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2023-07-24 15:42:41 +03:00
version = "6.0.6"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:42:41 +03:00
checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
2022-01-24 19:03:10 +03:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-06-09 19:25:27 +03:00
version = "2.0.8+zstd.1.5.5"
2022-01-24 19:03:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 19:25:27 +03:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2022-01-24 19:03:10 +03:00
dependencies = [
"bindgen",
"cc",
"libc",
2023-06-09 19:25:27 +03:00
"pkg-config",
2022-01-24 19:03:10 +03:00
]