agb/examples/hyperspace-roll/Cargo.lock

519 lines
12 KiB
Plaintext
Raw Normal View History

2022-07-25 06:33:51 +10:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "agb"
2023-04-12 06:28:22 +10:00
version = "0.14.0"
2022-07-25 06:33:51 +10:00
dependencies = [
"agb_fixnum",
"agb_image_converter",
"agb_macros",
"agb_sound_converter",
"bare-metal",
2023-03-24 09:30:47 +11:00
"bitflags 2.0.2",
2022-07-25 06:33:51 +10:00
"modular-bitfield",
"rustc-hash",
]
[[package]]
name = "agb_fixnum"
2023-04-12 06:28:22 +10:00
version = "0.14.0"
2022-07-25 06:33:51 +10:00
dependencies = [
"agb_macros",
]
[[package]]
name = "agb_image_converter"
2023-04-12 06:28:22 +10:00
version = "0.14.0"
2022-07-25 06:33:51 +10:00
dependencies = [
"asefile",
"fontdue",
"image",
"proc-macro2",
"quote",
"serde",
2023-03-24 09:04:22 +11:00
"syn 2.0.8",
2022-07-25 06:33:51 +10:00
"toml",
]
[[package]]
name = "agb_macros"
2023-04-12 06:28:22 +10:00
version = "0.14.0"
2022-07-25 06:33:51 +10:00
dependencies = [
"proc-macro2",
"quote",
2023-03-24 09:04:22 +11:00
"syn 2.0.8",
2022-07-25 06:33:51 +10:00
]
[[package]]
name = "agb_sound_converter"
2023-04-12 06:28:22 +10:00
version = "0.14.0"
2022-07-25 06:33:51 +10:00
dependencies = [
"hound",
"proc-macro2",
"quote",
2023-03-24 09:04:22 +11:00
"syn 2.0.8",
2022-07-25 06:33:51 +10:00
]
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "asefile"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a71de7aecd2d0a76ec90fde2c443d12667c737d92de76bd187f101eca37891"
dependencies = [
2023-03-24 09:30:47 +11:00
"bitflags 1.3.2",
2022-07-25 06:33:51 +10:00
"byteorder",
"flate2",
"image",
"log",
"nohash",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bare-metal"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-03-24 09:30:47 +11:00
[[package]]
name = "bitflags"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
2022-07-25 06:33:51 +10:00
[[package]]
name = "bytemuck"
2023-03-24 09:04:22 +11:00
version = "1.13.1"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2022-07-25 06:33:51 +10:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "deflate"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
dependencies = [
"adler32",
"byteorder",
]
[[package]]
name = "flate2"
2022-12-24 08:33:57 +11:00
version = "1.0.25"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2022-07-25 06:33:51 +10:00
dependencies = [
"crc32fast",
2022-12-24 08:33:57 +11:00
"miniz_oxide 0.6.2",
2022-07-25 06:33:51 +10:00
]
[[package]]
name = "fontdue"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a62391ecb864cf12ed06b2af4eda2e609b97657950d6a8f06841b17726ab253"
dependencies = [
2023-04-07 02:17:12 +10:00
"hashbrown 0.11.2",
2022-07-25 06:33:51 +10:00
"ttf-parser",
]
[[package]]
name = "getrandom"
2022-10-22 06:51:52 +11:00
version = "0.2.8"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-22 06:51:52 +11:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2022-07-25 06:33:51 +10:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
]
2023-04-07 02:17:12 +10:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-07-25 06:33:51 +10:00
[[package]]
name = "hound"
2022-09-16 06:33:28 +10:00
version = "3.5.0"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-16 06:33:28 +10:00
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
2022-07-25 06:33:51 +10:00
2022-07-25 06:42:14 +10:00
[[package]]
name = "hyperspace-roll"
version = "0.1.0"
dependencies = [
"agb",
]
2022-07-25 06:33:51 +10:00
[[package]]
name = "image"
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-iter",
"num-rational",
"num-traits",
"png",
]
2023-04-07 02:17:12 +10:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
2022-07-25 06:33:51 +10:00
[[package]]
name = "libc"
2023-03-24 09:04:22 +11:00
version = "0.2.140"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
2022-07-25 06:33:51 +10:00
[[package]]
name = "log"
2022-08-01 02:08:48 +10:00
version = "0.4.17"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 02:08:48 +10:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-07-25 06:33:51 +10:00
dependencies = [
"cfg-if",
]
2023-04-07 02:17:12 +10:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-07-25 06:33:51 +10:00
[[package]]
name = "miniz_oxide"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
dependencies = [
"adler32",
]
[[package]]
name = "miniz_oxide"
2022-12-24 08:33:57 +11:00
version = "0.6.2"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 08:33:57 +11:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-07-25 06:33:51 +10:00
dependencies = [
"adler",
]
[[package]]
name = "modular-bitfield"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74"
dependencies = [
"modular-bitfield-impl",
"static_assertions",
]
[[package]]
name = "modular-bitfield-impl"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789"
dependencies = [
"proc-macro2",
"quote",
2023-03-24 09:04:22 +11:00
"syn 1.0.109",
2022-07-25 06:33:51 +10:00
]
[[package]]
name = "nohash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca"
[[package]]
name = "num-integer"
2022-08-01 02:08:48 +10:00
version = "0.1.45"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 02:08:48 +10:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-07-25 06:33:51 +10:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
2022-08-01 02:08:48 +10:00
version = "0.1.43"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 02:08:48 +10:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2022-07-25 06:33:51 +10:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-08-01 02:08:48 +10:00
version = "0.2.15"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 02:08:48 +10:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2022-07-25 06:33:51 +10:00
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
2023-03-24 09:04:22 +11:00
version = "1.17.1"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-07-25 06:33:51 +10:00
[[package]]
name = "png"
version = "0.16.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
dependencies = [
2023-03-24 09:30:47 +11:00
"bitflags 1.3.2",
2022-07-25 06:33:51 +10:00
"crc32fast",
"deflate",
"miniz_oxide 0.3.7",
]
[[package]]
name = "proc-macro2"
2023-03-24 09:04:22 +11:00
version = "1.0.53"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
2022-07-25 06:33:51 +10:00
dependencies = [
2022-08-01 02:08:48 +10:00
"unicode-ident",
2022-07-25 06:33:51 +10:00
]
[[package]]
name = "quote"
2023-03-24 09:04:22 +11:00
version = "1.0.26"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2022-07-25 06:33:51 +10:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "serde"
2023-03-24 09:04:22 +11:00
version = "1.0.158"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
2022-07-25 06:33:51 +10:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-03-24 09:04:22 +11:00
version = "1.0.158"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
2022-07-25 06:33:51 +10:00
dependencies = [
"proc-macro2",
"quote",
2023-03-24 09:04:22 +11:00
"syn 2.0.8",
2022-07-25 06:33:51 +10:00
]
2023-04-07 02:17:12 +10:00
[[package]]
name = "serde_spanned"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
]
2022-07-25 06:33:51 +10:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "syn"
2023-03-24 09:04:22 +11:00
version = "1.0.109"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
2022-07-25 06:33:51 +10:00
dependencies = [
"proc-macro2",
"quote",
2022-08-01 02:08:48 +10:00
"unicode-ident",
2022-07-25 06:33:51 +10:00
]
[[package]]
name = "toml"
2023-04-07 02:17:12 +10:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.8"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 02:17:12 +10:00
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2022-07-25 06:33:51 +10:00
dependencies = [
2023-04-07 02:17:12 +10:00
"indexmap",
2022-07-25 06:33:51 +10:00
"serde",
2023-04-07 02:17:12 +10:00
"serde_spanned",
"toml_datetime",
"winnow",
2022-07-25 06:33:51 +10:00
]
[[package]]
name = "ttf-parser"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
[[package]]
2022-08-01 02:08:48 +10:00
name = "unicode-ident"
2023-03-24 09:04:22 +11:00
version = "1.0.8"
2022-07-25 06:33:51 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 09:04:22 +11:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-07-25 06:33:51 +10:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-04-07 02:17:12 +10:00
[[package]]
name = "winnow"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
dependencies = [
"memchr",
]