agb/examples/amplitude/Cargo.lock

418 lines
9.9 KiB
Plaintext
Raw Normal View History

2023-04-26 05:32:28 +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-05-18 00:01:22 +10:00
version = "0.15.0"
2023-04-26 05:32:28 +10:00
dependencies = [
"agb_fixnum",
"agb_hashmap",
"agb_image_converter",
"agb_macros",
"agb_sound_converter",
"bare-metal",
2023-05-18 00:01:22 +10:00
"bilge",
2023-07-01 07:03:31 +10:00
"bitflags 2.3.3",
2023-04-26 05:32:28 +10:00
"rustc-hash",
]
[[package]]
name = "agb_fixnum"
2023-05-18 00:01:22 +10:00
version = "0.15.0"
2023-04-26 05:32:28 +10:00
dependencies = [
"agb_macros",
]
[[package]]
name = "agb_hashmap"
2023-05-18 00:01:22 +10:00
version = "0.15.0"
2023-04-26 05:32:28 +10:00
dependencies = [
"rustc-hash",
]
[[package]]
name = "agb_image_converter"
2023-05-18 00:01:22 +10:00
version = "0.15.0"
2023-04-26 05:32:28 +10:00
dependencies = [
"asefile",
"fontdue",
"image",
"proc-macro2",
"quote",
2023-05-18 00:01:22 +10:00
"syn",
2023-04-26 05:32:28 +10:00
]
[[package]]
name = "agb_macros"
2023-05-18 00:01:22 +10:00
version = "0.15.0"
2023-04-26 05:32:28 +10:00
dependencies = [
"proc-macro2",
"quote",
2023-05-18 00:01:22 +10:00
"syn",
2023-04-26 05:32:28 +10:00
]
[[package]]
name = "agb_sound_converter"
2023-05-18 00:01:22 +10:00
version = "0.15.0"
2023-04-26 05:32:28 +10:00
dependencies = [
"hound",
"proc-macro2",
"quote",
2023-05-18 00:01:22 +10:00
"syn",
2023-04-26 05:32:28 +10:00
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
]
[[package]]
name = "amplitude"
version = "0.1.0"
dependencies = [
"agb",
]
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
2023-04-26 05:32:28 +10:00
[[package]]
name = "asefile"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a71de7aecd2d0a76ec90fde2c443d12667c737d92de76bd187f101eca37891"
dependencies = [
"bitflags 1.3.2",
"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-07-01 07:03:31 +10:00
version = "0.1.5"
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 = "79ce1664066c385d913b974a9f59746a78b7e550e9ffb7984eda322ab8bf5e08"
2023-05-18 00:01:22 +10:00
dependencies = [
"arbitrary-int",
"bilge-impl",
]
[[package]]
name = "bilge-impl"
2023-07-01 07:03:31 +10:00
version = "0.1.5"
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 = "60fd0a3dc3001795b19260220070e6e8cbb3d8013351f382cc38533a41ca6e27"
2023-05-18 00:01:22 +10:00
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2023-04-26 05:32:28 +10:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2023-07-01 07:03:31 +10:00
version = "2.3.3"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2023-04-26 05:32:28 +10:00
[[package]]
name = "bytemuck"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
[[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"
2023-07-01 07:03:31 +10:00
version = "1.0.26"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2023-04-26 05:32:28 +10:00
dependencies = [
"crc32fast",
2023-07-01 07:03:31 +10:00
"miniz_oxide 0.7.1",
2023-04-26 05:32:28 +10:00
]
[[package]]
name = "fontdue"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0793f5137567643cf65ea42043a538804ff0fbf288649e2141442b602d81f9bc"
dependencies = [
"hashbrown",
"ttf-parser",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash",
]
[[package]]
name = "hound"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
[[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",
]
[[package]]
name = "log"
2023-07-01 07:03:31 +10:00
version = "0.4.19"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2023-04-26 05:32:28 +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"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2023-04-26 05:32:28 +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"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
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"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
2023-07-01 07:03:31 +10:00
version = "1.18.0"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-04-26 05:32:28 +10:00
[[package]]
name = "png"
version = "0.16.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
dependencies = [
"bitflags 1.3.2",
"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",
]
2023-04-26 05:32:28 +10:00
[[package]]
name = "proc-macro2"
2023-07-01 07:03:31 +10:00
version = "1.0.63"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
2023-04-26 05:32:28 +10:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-07-01 07:03:31 +10:00
version = "1.0.29"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
2023-04-26 05:32:28 +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 = "syn"
2023-07-01 07:03:31 +10:00
version = "2.0.22"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
2023-04-26 05:32:28 +10:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "ttf-parser"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
[[package]]
name = "unicode-ident"
2023-07-01 07:03:31 +10:00
version = "1.0.9"
2023-04-26 05:32:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 07:03:31 +10:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2023-04-26 05:32:28 +10:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"