2023-04-07 06:09:44 +10:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb-gbafix"
|
2024-03-07 06:11:47 +11:00
|
|
|
version = "0.19.1"
|
2023-04-07 06:09:44 +10:00
|
|
|
dependencies = [
|
2023-04-07 08:16:38 +10:00
|
|
|
"anyhow",
|
2023-04-07 08:43:57 +10:00
|
|
|
"clap",
|
2023-04-07 06:09:44 +10:00
|
|
|
"elf",
|
|
|
|
]
|
|
|
|
|
2023-04-07 08:43:57 +10:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.6.13"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
|
2023-04-07 08:43:57 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-14 07:33:59 +10:00
|
|
|
"anstyle-query",
|
2023-04-07 08:43:57 +10:00
|
|
|
"anstyle-wincon",
|
2023-04-14 07:33:59 +10:00
|
|
|
"colorchoice",
|
2023-04-07 08:43:57 +10:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-02-07 09:49:04 +11:00
|
|
|
version = "1.0.6"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 09:49:04 +11:00
|
|
|
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.2.3"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-04-07 08:43:57 +10:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-14 07:33:59 +10:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2023-12-21 04:09:12 +11:00
|
|
|
version = "1.0.2"
|
2023-04-14 07:33:59 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 04:09:12 +11:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-04-14 07:33:59 +10:00
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-04-07 08:43:57 +10:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "3.0.2"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-04-07 08:43:57 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-04-14 07:33:59 +10:00
|
|
|
"windows-sys",
|
2023-04-07 08:43:57 +10:00
|
|
|
]
|
|
|
|
|
2023-04-07 08:16:38 +10:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-03-20 10:30:08 +11:00
|
|
|
version = "1.0.81"
|
2023-04-07 08:16:38 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-03-20 10:30:08 +11:00
|
|
|
version = "4.5.3"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813"
|
2023-04-07 08:43:57 +10:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "4.5.2"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
2023-04-07 08:43:57 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.7.0"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-14 07:33:59 +10:00
|
|
|
name = "colorchoice"
|
2023-04-07 08:43:57 +10:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 07:33:59 +10:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
2023-04-07 06:09:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "elf"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.7.4"
|
2023-04-07 06:09:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b"
|
2023-04-07 06:54:26 +10:00
|
|
|
|
2023-04-07 08:43:57 +10:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.11.0"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.52.0"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-04-07 08:43:57 +10:00
|
|
|
dependencies = [
|
2023-04-14 07:33:59 +10:00
|
|
|
"windows-targets",
|
2023-04-07 08:43:57 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
2023-04-07 08:43:57 +10:00
|
|
|
dependencies = [
|
2023-04-14 07:33:59 +10:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-04-07 08:43:57 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
2023-04-07 08:43:57 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-04-07 08:43:57 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|