gdke/Cargo.lock

1293 lines
32 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-02-11 18:37:49 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr",
]
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"
2024-05-10 09:36:27 +00:00
version = "0.6.1"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "1657dce144574f921af10a92876a96f0ca05dd830900598d21d91c8e4cf78f74"
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
2024-02-11 18:37:49 +00:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bstr"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
dependencies = [
"memchr",
"serde",
]
[[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"
2024-02-11 18:37:49 +00:00
[[package]]
name = "cpufeatures"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2024-01-30 20:20:04 +00:00
[[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",
]
2024-02-11 18:37:49 +00:00
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
2024-01-30 20:20:04 +00:00
[[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
2024-02-11 18:37:49 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-12-25 12:45:25 +00:00
[[package]]
2024-01-30 19:52:36 +00:00
name = "gdke"
2024-05-11 21:02:16 +00:00
version = "0.2.2"
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-05-10 09:36:27 +00:00
"poggers 1.2.1 (git+https://github.com/pozm/poggers.git)",
2024-02-11 18:37:49 +00:00
"rust-embed",
2024-02-12 10:09:16 +00:00
"thiserror",
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-05-10 09:36:27 +00:00
"poggers 1.2.1",
2024-02-11 17:43:25 +00:00
"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-02-11 18:37:49 +00:00
[[package]]
name = "getrandom"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
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-02-11 18:37:49 +00:00
[[package]]
name = "globset"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
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",
]
2024-02-11 18:37:49 +00:00
[[package]]
name = "libredox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
dependencies = [
"bitflags 2.4.1",
"libc",
"redox_syscall",
]
[[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"
2024-05-10 09:36:27 +00:00
dependencies = [
"bindgen",
]
[[package]]
name = "macos-libproc"
version = "0.1.0"
source = "git+https://github.com/pozm/poggers.git#8b9e2e4a929c57fa68c6414abcd3275325e09173"
2024-02-11 17:42:55 +00:00
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-02-11 18:37:49 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
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-05-10 09:36:27 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
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"
2024-05-10 09:36:27 +00:00
version = "1.2.1"
2024-02-11 17:42:55 +00:00
dependencies = [
"bitfield-struct",
"ctor",
"libc",
"mach",
2024-05-10 09:36:27 +00:00
"macos-libproc 0.1.0",
"thiserror",
"tracing",
"widestring",
"windows",
]
[[package]]
name = "poggers"
version = "1.2.1"
source = "git+https://github.com/pozm/poggers.git#8b9e2e4a929c57fa68c6414abcd3275325e09173"
dependencies = [
"bitfield-struct",
"ctor",
"libc",
"mach",
"macos-libproc 0.1.0 (git+https://github.com/pozm/poggers.git)",
2024-01-30 19:52:36 +00:00
"thiserror",
2024-05-10 09:36:27 +00:00
"tracing",
2024-01-30 19:52:36 +00:00
"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
]
2024-02-11 18:37:49 +00:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_users"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
dependencies = [
"getrandom",
"libredox",
"thiserror",
]
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-02-11 18:37:49 +00:00
"aho-corasick",
"memchr",
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",
]
2024-02-11 18:37:49 +00:00
[[package]]
name = "rust-embed"
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a82c0bbc10308ed323529fd3c1dce8badda635aa319a5ff0e6466f33b8101e3f"
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6227c01b1783cdfee1bcf844eb44594cd16ec71c35305bf1c9fb5aade2735e16"
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"shellexpand",
"syn 2.0.48",
"walkdir",
]
[[package]]
name = "rust-embed-utils"
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cb0a25bfbb2d4b4402179c2cf030387d9990857ce08a32592c6238db9fa8665"
dependencies = [
"globset",
"sha2",
"walkdir",
]
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",
]
2024-02-11 18:37:49 +00:00
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shellexpand"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
dependencies = [
"dirs",
]
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"
2024-05-10 09:36:27 +00:00
version = "1.0.59"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
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"
2024-05-10 09:36:27 +00:00
version = "1.0.59"
2022-12-25 12:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
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
]
2024-05-10 09:36:27 +00:00
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
]
[[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-02-11 18:37:49 +00:00
[[package]]
name = "walkdir"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
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-05-10 09:36:27 +00:00
version = "0.56.0"
2023-02-15 08:57:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
2023-02-15 08:57:41 +00:00
dependencies = [
2024-01-07 17:19:27 +00:00
"windows-core",
2024-05-10 09:36:27 +00:00
"windows-targets 0.52.5",
2024-01-07 17:19:27 +00:00
]
[[package]]
name = "windows-core"
2024-05-10 09:36:27 +00:00
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
dependencies = [
"windows-implement",
"windows-interface",
"windows-result",
"windows-targets 0.52.5",
]
[[package]]
name = "windows-implement"
version = "0.56.0"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
2024-01-07 17:19:27 +00:00
dependencies = [
2024-05-10 09:36:27 +00:00
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "windows-interface"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "windows-result"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
dependencies = [
"windows-targets 0.52.5",
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 = [
2024-05-10 09:36:27 +00:00
"windows-targets 0.52.5",
]
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"
2024-05-10 09:36:27 +00:00
version = "0.52.5"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-01-07 17:19:27 +00:00
dependencies = [
2024-05-10 09:36:27 +00:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2024-01-07 17:19:27 +00:00
]
[[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"
2024-05-10 09:36:27 +00:00
version = "0.52.5"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2024-01-07 17:19:27 +00:00
[[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"
2024-05-10 09:36:27 +00:00
version = "0.52.5"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2024-01-07 17:19:27 +00:00
[[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"
2024-05-10 09:36:27 +00:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2024-01-07 17:19:27 +00:00
[[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"
2024-05-10 09:36:27 +00:00
version = "0.52.5"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2024-01-07 17:19:27 +00:00
[[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"
2024-05-10 09:36:27 +00:00
version = "0.52.5"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2024-01-07 17:19:27 +00:00
[[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"
2024-05-10 09:36:27 +00:00
version = "0.52.5"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2024-01-07 17:19:27 +00:00
[[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"
2024-05-10 09:36:27 +00:00
version = "0.52.5"
2024-01-07 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 09:36:27 +00:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2024-01-07 17:19:27 +00:00
[[package]]
name = "winnow"
version = "0.5.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b5c3db89721d50d0e2a673f5043fc4722f76dcc352d7b1ab8b8288bed4ed2c5"
dependencies = [
"memchr",
]