gdke/Cargo.lock

972 lines
25 KiB
Plaintext
Raw Normal View History

2022-12-25 12:45:25 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-01-30 20:38:15 +00:00
[[package]]
name = "anyhow"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
2024-01-30 20:20:04 +00:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2024-01-07 17:19:27 +00:00
[[package]]
name = "bindgen"
version = "0.68.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
dependencies = [
2024-01-30 20:20:04 +00:00
"bitflags 2.4.1",
2024-01-07 17:19:27 +00:00
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
2024-01-30 19:52:36 +00:00
"prettyplease",
"proc-macro2",
"quote",
2024-01-30 19:52:36 +00:00
"regex",
"rustc-hash",
"shlex",
2024-01-30 20:20:04 +00:00
"syn 2.0.48",
2024-01-30 19:52:36 +00:00
"which",
2023-02-15 08:57:41 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "bitfield-struct"
version = "0.5.6"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "a26b8cea8bb6a81b75a84603b9e096f05fa86db057904ef29be1deee900532bd"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"proc-macro2",
"quote",
2024-01-30 20:20:04 +00:00
"syn 2.0.48",
]
2024-01-30 20:20:04 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-01-07 17:19:27 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "bitflags"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-02-15 08:57:41 +00:00
[[package]]
name = "cc"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "cexpr"
version = "0.6.0"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"nom",
2023-02-15 08:57:41 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "cfg-if"
version = "1.0.0"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "clang-sys"
version = "1.6.1"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"glob",
"libc",
"libloading",
2023-02-15 08:57:41 +00:00
]
2024-01-30 20:20:04 +00:00
[[package]]
name = "const_panic"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b"
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "cstr"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aa998c33a6d3271e3678950a22134cd7dd27cef86dee1b611b5b14207d1d90b"
dependencies = [
"proc-macro2",
"quote",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "ctor"
version = "0.2.6"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
2023-02-15 08:57:41 +00:00
dependencies = [
"quote",
2024-01-30 20:20:04 +00:00
"syn 2.0.48",
]
[[package]]
name = "dll-syringe"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdc807201d54de75e9bd7ad199d0031048625059f84acfc94506bdb13c0b4f59"
dependencies = [
"bincode",
"cstr",
"goblin",
"iced-x86",
"konst",
"num_enum",
"path-absolutize",
"same-file",
"serde",
"shrinkwraprs",
"stopwatch2",
"sysinfo",
"thiserror",
"widestring",
"winapi",
2023-02-15 08:57:41 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "either"
version = "1.9.0"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "equivalent"
version = "1.0.1"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2022-12-25 12:45:25 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "errno"
version = "0.3.8"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"libc",
"windows-sys 0.52.0",
2023-02-15 08:57:41 +00:00
]
2022-12-25 12:45:25 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "gdke"
2022-12-25 12:45:25 +00:00
version = "0.1.0"
2024-01-30 19:52:36 +00:00
dependencies = [
2024-01-30 20:38:15 +00:00
"anyhow",
2024-01-30 20:20:04 +00:00
"dll-syringe",
2024-02-11 17:43:25 +00:00
"poggers",
2024-01-30 19:52:36 +00:00
"windows",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "gdkeinj"
version = "0.1.0"
2022-12-25 12:45:25 +00:00
dependencies = [
2024-02-11 17:43:25 +00:00
"poggers",
"poggers-derive",
"retour",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
2022-12-25 12:45:25 +00:00
]
2024-01-07 17:19:27 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "glob"
version = "0.3.1"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2024-01-07 17:19:27 +00:00
2024-01-30 20:20:04 +00:00
[[package]]
name = "goblin"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
dependencies = [
"log",
"plain",
"scroll",
]
2024-01-07 17:19:27 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "hashbrown"
version = "0.14.3"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2024-01-07 17:19:27 +00:00
2022-12-25 12:45:25 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "home"
version = "0.5.9"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2022-12-25 12:45:25 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"windows-sys 0.52.0",
2022-12-25 12:45:25 +00:00
]
2024-01-30 20:20:04 +00:00
[[package]]
name = "iced-x86"
version = "1.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c447cff8c7f384a7d4f741cfcff32f75f3ad02b406432e8d6c878d56b1edf6b"
dependencies = [
"lazy_static",
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "indexmap"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [
2024-01-30 19:52:36 +00:00
"equivalent",
"hashbrown",
]
2024-01-30 20:20:04 +00:00
[[package]]
name = "itertools"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
dependencies = [
"either",
]
[[package]]
name = "konst"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d712a8c49d4274f8d8a5cf61368cb5f3c143d149882b1a2918129e53395fdb0"
dependencies = [
"const_panic",
"konst_kernel",
"typewit",
]
[[package]]
name = "konst_kernel"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac6ea8c376b6e208a81cf39b8e82bebf49652454d98a4829e907dac16ef1790"
dependencies = [
"typewit",
]
2022-12-25 12:45:25 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "lazy_static"
version = "1.4.0"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-12-25 12:45:25 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "lazycell"
version = "1.3.0"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "libc"
version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
2024-01-30 19:52:36 +00:00
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
2024-01-30 19:52:36 +00:00
"cfg-if",
"winapi",
]
[[package]]
name = "libudis86-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "139bbf9ddb1bfc90c1ac64dd2923d9c957cd433cee7315c018125d72ab08a6b0"
dependencies = [
"cc",
"libc",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "linux-raw-sys"
version = "0.4.12"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "log"
version = "0.4.19"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "mach"
version = "0.3.2"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2022-12-25 12:45:25 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"libc",
2022-12-25 12:45:25 +00:00
]
2024-02-11 17:42:55 +00:00
[[package]]
name = "macos-libproc"
version = "0.1.0"
source = "git+https://github.com/pozm/poggers.git#cc24264792ba93b8c25456cacb34c188e49e0998"
dependencies = [
"bindgen",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "memchr"
version = "2.5.0"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "mmap-fixed-fixed"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0681853891801e4763dc252e843672faf32bcfee27a0aa3b19733902af450acc"
dependencies = [
"libc",
"winapi",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "nom"
version = "7.1.1"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"memchr",
"minimal-lexical",
2023-02-15 08:57:41 +00:00
]
2024-01-30 20:20:04 +00:00
[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "once_cell"
version = "1.19.0"
2024-01-30 19:52:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-01-30 19:52:36 +00:00
2024-01-30 20:20:04 +00:00
[[package]]
name = "path-absolutize"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5"
dependencies = [
"path-dedot",
]
[[package]]
name = "path-dedot"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397"
dependencies = [
"once_cell",
]
2024-01-30 19:52:36 +00:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2024-01-30 20:20:04 +00:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2024-02-11 17:42:55 +00:00
[[package]]
name = "poggers"
version = "1.1.6"
source = "git+https://github.com/pozm/poggers.git#cc24264792ba93b8c25456cacb34c188e49e0998"
dependencies = [
"bitfield-struct",
"ctor",
"libc",
"mach",
2024-02-11 17:43:25 +00:00
"macos-libproc",
"poggers-derive",
2024-01-30 19:52:36 +00:00
"thiserror",
"widestring",
"windows",
]
2024-02-11 17:42:55 +00:00
[[package]]
name = "poggers-derive"
version = "0.1.5"
source = "git+https://github.com/pozm/poggers.git#cc24264792ba93b8c25456cacb34c188e49e0998"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.48",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "prettyplease"
version = "0.2.15"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"proc-macro2",
2024-01-30 20:20:04 +00:00
"syn 2.0.48",
2023-02-15 08:57:41 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "proc-macro-crate"
version = "2.0.1"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"toml_datetime",
"toml_edit",
2022-12-25 12:45:25 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "proc-macro2"
version = "1.0.76"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
2022-12-25 12:45:25 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"unicode-ident",
2022-12-25 12:45:25 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "quote"
version = "1.0.35"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2022-12-25 12:45:25 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"proc-macro2",
2022-12-25 12:45:25 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "regex"
version = "1.7.1"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
2022-12-25 12:45:25 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"regex-syntax",
2022-12-25 12:45:25 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "regex-syntax"
version = "0.6.28"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-12-25 12:45:25 +00:00
[[package]]
name = "region"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"
dependencies = [
"bitflags 1.3.2",
"libc",
"mach",
"winapi",
]
[[package]]
name = "retour"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9af44d40e2400b44d491bfaf8eae111b09f23ac4de6e92728e79d93e699c527"
dependencies = [
"cfg-if",
"generic-array",
"libc",
"libudis86-sys",
"mmap-fixed-fixed",
"once_cell",
"region",
"slice-pool2",
]
2022-12-25 12:45:25 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "rustc-hash"
version = "1.1.0"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "rustix"
version = "0.38.13"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 20:20:04 +00:00
"bitflags 2.4.1",
2024-01-30 19:52:36 +00:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2023-02-15 08:57:41 +00:00
]
2024-01-30 20:20:04 +00: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 = "scroll"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "serde"
version = "1.0.196"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.196"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "shlex"
version = "1.2.0"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
2023-02-15 08:57:41 +00:00
2024-01-30 20:20:04 +00:00
[[package]]
name = "shrinkwraprs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e63e6744142336dfb606fe2b068afa2e1cca1ee6a5d8377277a92945d81fa331"
dependencies = [
"bitflags 1.3.2",
"itertools",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "slice-pool2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3d689654af89bdfeba29a914ab6ac0236d382eb3b764f7454dde052f2821f8"
2024-01-30 20:20:04 +00:00
[[package]]
name = "stopwatch2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "911ece10388afa48417f99e01df038460b6249a3ee0255f6446a6881b702fbb4"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "syn"
version = "2.0.48"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
2022-12-25 12:45:25 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-01-30 19:52:36 +00:00
"unicode-ident",
2022-12-25 12:45:25 +00:00
]
2024-01-30 20:20:04 +00:00
[[package]]
name = "sysinfo"
version = "0.29.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"winapi",
]
2022-12-25 12:45:25 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "thiserror"
version = "1.0.56"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
2022-12-25 12:45:25 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"thiserror-impl",
2022-12-25 12:45:25 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "thiserror-impl"
version = "1.0.56"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"proc-macro2",
"quote",
2024-01-30 20:20:04 +00:00
"syn 2.0.48",
2023-02-15 08:57:41 +00:00
]
[[package]]
2024-01-30 19:52:36 +00:00
name = "toml_datetime"
version = "0.6.3"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "toml_edit"
version = "0.20.2"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-30 19:52:36 +00:00
"indexmap",
"toml_datetime",
"winnow",
2023-02-15 08:57:41 +00:00
]
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2024-01-30 20:20:04 +00:00
[[package]]
name = "typewit"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6fb9ae6a3cafaf0a5d14c2302ca525f9ae8e07a0f0e6949de88d882c37a6e24"
dependencies = [
"typewit_proc_macros",
]
[[package]]
name = "typewit_proc_macros"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6"
2023-02-15 08:57:41 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "unicode-ident"
version = "1.0.6"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-30 19:52:36 +00:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2023-02-15 08:57:41 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2024-01-07 17:19:27 +00:00
[[package]]
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix",
]
2023-03-21 00:26:29 +00:00
[[package]]
name = "widestring"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
2023-02-15 08:57:41 +00: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"
2024-01-30 20:20:04 +00:00
[[package]]
name = "winapi-util"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
dependencies = [
"winapi",
]
2023-02-15 08:57:41 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
2024-01-07 17:19:27 +00:00
version = "0.52.0"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 17:19:27 +00:00
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-07 17:19:27 +00:00
"windows-core",
"windows-targets 0.52.0",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.0",
2023-02-15 08:57:41 +00:00
]
2024-01-07 17:19:27 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.0",
]
2024-01-07 17:19:27 +00:00
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]]
name = "winnow"
version = "0.5.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b5c3db89721d50d0e2a673f5043fc4722f76dcc352d7b1ab8b8288bed4ed2c5"
dependencies = [
"memchr",
]