agb/agb-gbafix/Cargo.lock

260 lines
6.9 KiB
Plaintext
Raw Normal View History

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"
2023-07-19 03:55:12 +10:00
version = "0.16.0"
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"
2023-07-01 07:03:31 +10:00
version = "0.3.2"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
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
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-07-01 07:03:31 +10:00
version = "1.0.1"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
2023-04-07 08:43:57 +10:00
[[package]]
name = "anstyle-parse"
2023-07-01 07:03:31 +10:00
version = "0.2.1"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
2023-04-07 08:43:57 +10:00
dependencies = [
"utf8parse",
]
2023-04-14 07:33:59 +10:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys",
]
2023-04-07 08:43:57 +10:00
[[package]]
name = "anstyle-wincon"
2023-07-01 07:03:31 +10:00
version = "1.0.1"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
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"
2023-07-01 07:03:31 +10:00
version = "1.0.71"
2023-04-07 08:16:38 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2023-04-07 08:16:38 +10:00
2023-04-07 08:43:57 +10:00
[[package]]
name = "bitflags"
2023-07-01 07:03:31 +10:00
version = "2.3.3"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2023-04-07 08:43:57 +10:00
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]]
name = "clap"
2023-07-01 07:03:31 +10:00
version = "4.3.10"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
2023-04-07 08:43:57 +10:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2023-07-01 07:03:31 +10:00
version = "4.3.10"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
2023-04-07 08:43:57 +10:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_lex"
2023-07-01 07:03:31 +10:00
version = "0.5.0"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
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"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b183d6ce6ca4cf30e3db37abf5b52568b5f9015c97d9fbdd7026aa5dcdd758"
2023-04-07 06:54:26 +10:00
2023-04-07 08:43:57 +10:00
[[package]]
name = "errno"
2023-04-14 07:33:59 +10:00
version = "0.3.1"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-14 07:33:59 +10:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-04-07 08:43:57 +10:00
dependencies = [
"errno-dragonfly",
"libc",
2023-04-14 07:33:59 +10:00
"windows-sys",
2023-04-07 08:43:57 +10:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "is-terminal"
2023-07-01 07:03:31 +10:00
version = "0.4.8"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
2023-04-07 08:43:57 +10:00
dependencies = [
"hermit-abi",
"rustix",
2023-04-14 07:33:59 +10:00
"windows-sys",
2023-04-07 08:43:57 +10:00
]
[[package]]
name = "libc"
2023-07-01 07:03:31 +10:00
version = "0.2.147"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2023-04-07 08:43:57 +10:00
[[package]]
name = "linux-raw-sys"
2023-07-01 07:03:31 +10:00
version = "0.4.3"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
2023-04-07 08:43:57 +10:00
[[package]]
name = "rustix"
2023-07-01 07:03:31 +10:00
version = "0.38.1"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "fbc6396159432b5c8490d4e301d8c705f61860b8b6c863bf79942ce5401968f3"
2023-04-07 08:43:57 +10:00
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys",
2023-04-14 07:33:59 +10:00
"windows-sys",
2023-04-07 08:43:57 +10:00
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-04-14 07:33:59 +10:00
"windows-targets",
2023-04-07 08:43:57 +10:00
]
[[package]]
name = "windows-targets"
2023-07-01 07:03:31 +10:00
version = "0.48.1"
2023-04-07 08:43:57 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"