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-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"agb_fixnum",
|
2023-04-24 03:00:31 +10:00
|
|
|
"agb_hashmap",
|
2022-07-25 06:33:51 +10:00
|
|
|
"agb_image_converter",
|
|
|
|
"agb_macros",
|
|
|
|
"agb_sound_converter",
|
|
|
|
"bare-metal",
|
2023-05-18 00:01:22 +10:00
|
|
|
"bilge",
|
2023-10-27 08:27:19 +11:00
|
|
|
"bitflags 2.4.1",
|
2022-07-25 06:33:51 +10:00
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_fixnum"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"agb_macros",
|
|
|
|
]
|
|
|
|
|
2023-04-24 03:00:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "agb_hashmap"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2023-04-24 03:00:31 +10:00
|
|
|
dependencies = [
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2022-07-25 06:33:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "agb_image_converter"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"asefile",
|
|
|
|
"fontdue",
|
|
|
|
"image",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-07-25 06:33:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_macros"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-07-25 06:33:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_sound_converter"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"hound",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-07-25 06:33:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "0.8.7"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
2023-04-22 09:46:41 +10:00
|
|
|
"cfg-if",
|
2022-07-25 06:33:51 +10:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-10-27 08:27:19 +11:00
|
|
|
"zerocopy",
|
2022-07-25 06:33:51 +10:00
|
|
|
]
|
|
|
|
|
2023-11-26 15:15:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary-int"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "1.2.6"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "fe8e2a586ecd6eb29477a0c25b19742acca4fa5e39c92e127656616810c20579"
|
2023-05-18 00:01:22 +10:00
|
|
|
|
2022-07-25 06:33:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "asefile"
|
2023-07-02 00:21:55 +10:00
|
|
|
version = "0.3.6"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-02 00:21:55 +10:00
|
|
|
checksum = "6277c3125ad5045ff11474a50dd43b31baffdd32c17e580137f176b8025fde71"
|
2022-07-25 06:33:51 +10:00
|
|
|
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"
|
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "bilge"
|
2023-08-07 06:06:12 +10:00
|
|
|
version = "0.2.0"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 06:06:12 +10:00
|
|
|
checksum = "dc707ed8ebf81de5cd6c7f48f54b4c8621760926cdf35a57000747c512e67b57"
|
2023-05-18 00:01:22 +10:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary-int",
|
|
|
|
"bilge-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bilge-impl"
|
2023-08-07 06:06:12 +10:00
|
|
|
version = "0.2.0"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 06:06:12 +10:00
|
|
|
checksum = "feb11e002038ad243af39c2068c8a72bcf147acf05025dcdb916fcc000adb2d8"
|
2023-05-18 00:01:22 +10:00
|
|
|
dependencies = [
|
2023-08-07 06:06:12 +10:00
|
|
|
"itertools",
|
2023-05-18 00:01:22 +10:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-07-25 06:33:51 +10:00
|
|
|
[[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"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "2.4.1"
|
2023-03-24 09:30:47 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-03-24 09:30:47 +11:00
|
|
|
|
2022-07-25 06:33:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-09-07 07:29:51 +10:00
|
|
|
version = "1.14.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-07 07:29:51 +10:00
|
|
|
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
2022-07-25 06:33:51 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-08 07:35:21 +11:00
|
|
|
version = "1.5.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 07:35:21 +11:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-07-25 06:33:51 +10:00
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-08-07 06:06:12 +10:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
|
|
2022-07-25 06:33:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "1.0.28"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-07-01 07:03:31 +10:00
|
|
|
"miniz_oxide 0.7.1",
|
2022-07-25 06:33:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fontdue"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.8.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "9099a2f86b8e674b75d03ff154b3fe4c5208ed249ced8d69cc313a9fa40bb488"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
2023-04-14 07:33:59 +10:00
|
|
|
"hashbrown",
|
2022-07-25 06:33:51 +10:00
|
|
|
"ttf-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.14.3"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
2023-11-26 15:15:22 +11:00
|
|
|
"allocator-api2",
|
2022-07-25 06:33:51 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
2023-09-27 06:25:56 +10:00
|
|
|
version = "3.5.1"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 06:25:56 +10:00
|
|
|
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
|
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-08-07 06:06:12 +10:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-07-25 06:33:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-13 20:36:46 +10:00
|
|
|
version = "0.4.20"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 20:36:46 +10:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
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"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "0.7.1"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.2.17"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-07-25 06:33:51 +10:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-21 04:09:12 +11:00
|
|
|
version = "1.19.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 04:09:12 +11:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-07-25 06:33:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.76"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
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"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.35"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
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"
|
|
|
|
|
2023-03-24 09:04:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "2.0.48"
|
2023-03-24 09:04:22 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
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 = "ttf-parser"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.20.0"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
|
2022-07-25 06:33:51 +10:00
|
|
|
|
|
|
|
[[package]]
|
2022-08-01 02:08:48 +10:00
|
|
|
name = "unicode-ident"
|
2023-09-13 23:17:49 +10:00
|
|
|
version = "1.0.12"
|
2022-07-25 06:33:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 23:17:49 +10:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
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"
|
2023-10-27 08:27:19 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2023-12-29 09:33:58 +11:00
|
|
|
version = "0.7.32"
|
2023-10-27 08:27:19 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 09:33:58 +11:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2023-10-27 08:27:19 +11:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2023-12-29 09:33:58 +11:00
|
|
|
version = "0.7.32"
|
2023-10-27 08:27:19 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 09:33:58 +11:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2023-10-27 08:27:19 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|