2021-10-18 20:27:51 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-02-02 02:54:04 +03:00
|
|
|
[[package]]
|
2023-11-02 23:44:59 +03:00
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.2"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-02-02 02:54:04 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"memchr",
|
2023-02-02 02:54:04 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.0.75"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2023-02-02 02:54:04 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.1.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bch_bindgen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bindgen",
|
|
|
|
"bitfield",
|
2023-11-02 23:44:59 +03:00
|
|
|
"bitflags 1.3.2",
|
2021-10-18 20:27:51 +03:00
|
|
|
"byteorder",
|
2023-02-02 02:54:04 +03:00
|
|
|
"chrono",
|
|
|
|
"colored",
|
2021-10-18 20:27:51 +03:00
|
|
|
"gag",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
2023-02-28 14:15:48 +03:00
|
|
|
"paste",
|
2021-10-18 20:27:51 +03:00
|
|
|
"pkg-config",
|
|
|
|
"udev",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-02-27 05:38:12 +03:00
|
|
|
version = "0.64.0"
|
2023-02-28 06:15:10 +03:00
|
|
|
source = "git+https://evilpiepirate.org/git/rust-bindgen.git#f773267b090bf16b9e8375fcbdcd8ba5e88806a8"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"bitflags 1.3.2",
|
2021-10-18 20:27:51 +03:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-11-02 23:44:59 +03:00
|
|
|
"syn 1.0.109",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.14.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "2d7e60934ceec538daadb9d8432424ed043a904d8e0243f3c6446bce549a46ac"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-02-02 02:54:04 +03:00
|
|
|
[[package]]
|
2023-11-02 23:44:59 +03:00
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.1"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-02-02 02:54:04 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.5.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-02-02 02:54:04 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.6.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-02-02 02:54:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.4.31"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2023-02-02 02:54:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.6.1"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-02 02:54:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "2.0.4"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
|
2023-02-02 02:54:04 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"is-terminal",
|
2023-02-02 02:54:04 +03:00
|
|
|
"lazy_static",
|
2023-11-02 23:44:59 +03:00
|
|
|
"windows-sys",
|
2023-02-02 02:54:04 +03:00
|
|
|
]
|
|
|
|
|
2023-02-27 05:38:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.3.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
2023-02-27 05:38:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-11-02 23:44:59 +03:00
|
|
|
"windows-sys",
|
2023-02-27 05:38:12 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "2.0.1"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2022-11-20 03:00:25 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "filedescriptor"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.8.2"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gag"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a713bee13966e9fbffdf7193af71d54a6b35a0bb34997cd6c9519ebeb5005972"
|
|
|
|
dependencies = [
|
|
|
|
"filedescriptor",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.3.1"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2023-02-02 02:54:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.3.3"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-02-27 05:38:12 +03:00
|
|
|
|
2023-02-02 02:54:04 +03:00
|
|
|
[[package]]
|
2023-11-02 23:44:59 +03:00
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.9"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2023-02-02 02:54:04 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"hermit-abi",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2023-02-02 02:54:04 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.2.149"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libudev-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-02-27 05:38:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.4.10"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
2023-02-02 02:54:04 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "2.6.4"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.8.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-16 19:08:52 +03:00
|
|
|
version = "7.1.3"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 19:08:52 +03:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-11-20 03:00:25 +03:00
|
|
|
"minimal-lexical",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
2023-02-02 02:54:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.2.17"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2023-02-02 02:54:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-02-28 14:15:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.0.14"
|
2023-02-28 14:15:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2023-02-28 14:15:48 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.3.27"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.0.69"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"unicode-ident",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.0.33"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.4.1"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"bitflags 1.3.2",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.10.2"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2021-10-18 20:27:51 +03:00
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.8.2"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-02-27 05:38:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.38.21"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
|
2023-02-27 05:38:12 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"bitflags 2.4.1",
|
2023-02-27 05:38:12 +03:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-11-02 23:44:59 +03:00
|
|
|
"windows-sys",
|
2023-02-27 05:38:12 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.2.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-27 05:38:12 +03:00
|
|
|
version = "1.0.109"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-27 05:38:12 +03:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-11-20 03:00:25 +03:00
|
|
|
"unicode-ident",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-02 23:44:59 +03:00
|
|
|
name = "syn"
|
|
|
|
version = "2.0.38"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
2023-02-02 02:54:04 +03:00
|
|
|
[[package]]
|
2023-11-02 23:44:59 +03:00
|
|
|
name = "tempfile"
|
|
|
|
version = "3.8.1"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
2023-02-02 02:54:04 +03:00
|
|
|
dependencies = [
|
2023-11-02 23:44:59 +03:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2023-02-02 02:54:04 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.0.50"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.0.50"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-02 23:44:59 +03:00
|
|
|
"syn 2.0.38",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-02 02:54:04 +03:00
|
|
|
name = "udev"
|
|
|
|
version = "0.7.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 02:54:04 +03:00
|
|
|
checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2023-02-02 02:54:04 +03:00
|
|
|
"libc",
|
|
|
|
"libudev-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.0.12"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-02-02 02:54:04 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "1.5.0"
|
2023-02-02 02:54:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
|
2021-10-18 20:27:51 +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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2023-02-27 05:38:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.0"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-02-27 05:38:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-02-27 05:38:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-02-27 05:38:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-02-27 05:38:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-02-27 05:38:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-02-27 05:38:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-02-27 05:38:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-02-27 05:38:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-11-02 23:44:59 +03:00
|
|
|
version = "0.48.5"
|
2023-02-27 05:38:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 23:44:59 +03:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|