agb/examples/the-hat-chooses-the-wizard/Cargo.lock

465 lines
11 KiB
Plaintext
Raw Normal View History

2022-01-01 23:09:21 +11:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-02-25 09:26:08 +11:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-01-01 23:09:21 +11:00
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "agb"
2022-03-29 08:50:36 +11:00
version = "0.9.2"
2022-01-01 23:09:21 +11:00
dependencies = [
"agb_fixnum",
2022-01-01 23:09:21 +11:00
"agb_image_converter",
"agb_macros",
"agb_sound_converter",
2022-02-25 09:26:08 +11:00
"bare-metal",
2022-01-01 23:09:21 +11:00
"bitflags",
2022-02-25 08:45:14 +11:00
"modular-bitfield",
"rustc-hash",
2022-01-01 23:09:21 +11:00
]
[[package]]
name = "agb_fixnum"
2022-03-29 08:30:51 +11:00
version = "0.2.1"
dependencies = [
"agb_macros",
]
2022-01-01 23:09:21 +11:00
[[package]]
name = "agb_image_converter"
2022-03-29 08:21:45 +11:00
version = "0.7.0"
2022-01-01 23:09:21 +11:00
dependencies = [
2022-02-25 08:45:14 +11:00
"asefile",
"fontdue",
2022-01-01 23:09:21 +11:00
"image",
"proc-macro2",
"quote",
"serde",
"syn",
"toml",
]
[[package]]
name = "agb_macros"
2022-03-29 08:18:22 +11:00
version = "0.2.0"
2022-01-01 23:09:21 +11:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "agb_sound_converter"
2022-03-29 08:24:07 +11:00
version = "0.2.0"
2022-01-01 23:09:21 +11:00
dependencies = [
"hound",
"proc-macro2",
"quote",
"syn",
]
[[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",
]
2022-02-25 08:45:14 +11:00
[[package]]
name = "asefile"
2022-03-21 22:39:07 +11:00
version = "0.3.4"
2022-02-25 08:45:14 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-21 22:39:07 +11:00
checksum = "f575dee4c2d51ba34398431f39bec01a9949b628c5dc1a89e3c9c58bcf76d594"
2022-02-25 08:45:14 +11:00
dependencies = [
"bitflags",
"byteorder",
"flate2",
"image",
"log",
"nohash",
]
2022-01-01 23:09:21 +11:00
[[package]]
name = "autocfg"
2022-02-25 09:26:08 +11:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bare-metal"
version = "1.0.0"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 09:26:08 +11:00
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
2022-01-01 23:09:21 +11:00
[[package]]
name = "bitflags"
2022-01-02 09:47:25 +11:00
version = "1.3.2"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 09:47:25 +11:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-01-01 23:09:21 +11:00
[[package]]
name = "bytemuck"
2022-04-05 01:18:00 +10:00
version = "1.9.1"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-05 01:18:00 +10:00
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
2022-01-01 23:09:21 +11: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"
2022-02-25 09:26:08 +11:00
version = "1.3.2"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 09:26:08 +11:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2022-01-01 23:09:21 +11:00
dependencies = [
"cfg-if",
]
[[package]]
name = "deflate"
2022-02-25 08:45:14 +11:00
version = "0.8.6"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 08:45:14 +11:00
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
2022-01-01 23:09:21 +11:00
dependencies = [
"adler32",
2022-02-25 08:45:14 +11:00
"byteorder",
]
[[package]]
name = "flate2"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide 0.4.4",
]
[[package]]
name = "fontdue"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a62391ecb864cf12ed06b2af4eda2e609b97657950d6a8f06841b17726ab253"
dependencies = [
"hashbrown",
"ttf-parser",
]
[[package]]
name = "getrandom"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
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",
]
2022-01-01 23:09:21 +11:00
[[package]]
name = "hound"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
[[package]]
name = "image"
2022-02-25 08:45:14 +11:00
version = "0.23.14"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 08:45:14 +11:00
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
2022-01-01 23:09:21 +11:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-iter",
"num-rational",
"num-traits",
"png",
]
[[package]]
name = "itoa"
2022-01-13 10:05:02 +11:00
version = "1.0.1"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-13 10:05:02 +11:00
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2022-01-01 23:09:21 +11:00
2022-02-25 08:45:14 +11:00
[[package]]
name = "libc"
2022-03-21 22:39:07 +11:00
version = "0.2.121"
2022-02-25 08:45:14 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-21 22:39:07 +11:00
checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
2022-02-25 08:45:14 +11:00
[[package]]
name = "log"
2022-03-29 08:18:22 +11:00
version = "0.4.16"
2022-02-25 08:45:14 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-29 08:18:22 +11:00
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
2022-02-25 08:45:14 +11:00
dependencies = [
"cfg-if",
]
[[package]]
name = "miniz_oxide"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
dependencies = [
"adler32",
]
2022-01-01 23:09:21 +11:00
[[package]]
name = "miniz_oxide"
2022-02-25 08:45:14 +11:00
version = "0.4.4"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 08:45:14 +11:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2022-01-01 23:09:21 +11:00
dependencies = [
2022-02-25 09:26:08 +11:00
"adler",
2022-02-25 08:45:14 +11:00
"autocfg",
]
[[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",
"syn",
2022-01-01 23:09:21 +11:00
]
2022-02-25 08:45:14 +11:00
[[package]]
name = "nohash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca"
2022-01-01 23:09:21 +11:00
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2022-02-25 08:45:14 +11:00
version = "0.3.2"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 08:45:14 +11:00
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
2022-01-01 23:09:21 +11:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2022-01-01 23:09:21 +11:00
[[package]]
name = "png"
2022-02-25 08:45:14 +11:00
version = "0.16.8"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 08:45:14 +11:00
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
2022-01-01 23:09:21 +11:00
dependencies = [
"bitflags",
"crc32fast",
"deflate",
2022-02-25 08:45:14 +11:00
"miniz_oxide 0.3.7",
2022-01-01 23:09:21 +11:00
]
[[package]]
name = "proc-macro2"
2022-01-02 09:47:25 +11:00
version = "1.0.36"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 09:47:25 +11:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2022-01-01 23:09:21 +11:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
2022-03-29 08:18:22 +11:00
version = "1.0.17"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-29 08:18:22 +11:00
checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
2022-01-01 23:09:21 +11:00
dependencies = [
"proc-macro2",
]
2022-02-25 08:45:14 +11:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-01-01 23:09:21 +11:00
[[package]]
name = "ryu"
2022-01-13 10:05:02 +11:00
version = "1.0.9"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-13 10:05:02 +11:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2022-01-01 23:09:21 +11:00
[[package]]
name = "serde"
2022-02-25 09:26:08 +11:00
version = "1.0.136"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 09:26:08 +11:00
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2022-01-01 23:09:21 +11:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-02-25 09:26:08 +11:00
version = "1.0.136"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 09:26:08 +11:00
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2022-01-01 23:09:21 +11:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-02-25 09:26:08 +11:00
version = "1.0.79"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 09:26:08 +11:00
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2022-01-01 23:09:21 +11:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2022-02-25 08:45:14 +11:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-01-01 23:09:21 +11:00
[[package]]
name = "syn"
2022-03-29 08:18:22 +11:00
version = "1.0.90"
2022-01-01 23:09:21 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-29 08:18:22 +11:00
checksum = "704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f"
2022-01-01 23:09:21 +11:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2022-01-01 23:15:56 +11:00
[[package]]
name = "the-hat-chooses-the-wizard"
version = "0.1.0"
dependencies = [
"agb",
"serde",
"serde_json",
]
2022-01-01 23:09:21 +11:00
[[package]]
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
[[package]]
name = "ttf-parser"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c74c96594835e10fa545e2a51e8709f30b173a092bfd6036ef2cec53376244f3"
2022-01-01 23:09:21 +11:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[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.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"