snf/Cargo.lock

148 lines
3.7 KiB
Plaintext
Raw Normal View History

2024-01-16 03:09:34 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-01-19 00:40:04 +00:00
[[package]]
name = "array-init"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
2024-08-08 01:15:17 +00:00
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2024-01-19 00:40:04 +00:00
[[package]]
name = "binrw"
version = "0.14.0"
2024-01-19 00:40:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f36b7cb3ab9ff6a2858650d8dc360e783a5d14dc29594db48c56a3c233cc265"
2024-01-19 00:40:04 +00:00
dependencies = [
"array-init",
"binrw_derive",
"bytemuck",
]
[[package]]
name = "binrw_derive"
version = "0.14.0"
2024-01-19 00:40:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20ea7a8c5c8eeffffac6d54d172444e15beffac6f817fac714460a9a9aa88da3"
2024-01-19 00:40:04 +00:00
dependencies = [
"either",
"owo-colors",
"proc-macro2",
"quote",
"syn 1.0.109",
2024-01-19 00:40:04 +00:00
]
[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-01-19 00:40:04 +00:00
[[package]]
name = "bytemuck"
2024-08-06 19:58:44 +00:00
version = "1.16.3"
2024-01-19 00:40:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-06 19:58:44 +00:00
checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83"
2024-01-19 00:40:04 +00:00
[[package]]
name = "either"
version = "1.13.0"
2024-01-19 00:40:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-01-19 00:40:04 +00:00
2024-01-30 06:56:15 +00:00
[[package]]
name = "glam"
version = "0.28.0"
2024-01-30 06:56:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94"
2024-01-30 06:56:15 +00:00
[[package]]
name = "id"
version = "0.1.0"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "2337e7a6c273082b672e377e159d7a168fb51438461b7c4033c79a515dd7a25a"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.72",
]
2024-01-19 00:40:04 +00:00
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "proc-macro2"
version = "1.0.86"
2024-01-19 00:40:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2024-01-19 00:40:04 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.36"
2024-01-19 00:40:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2024-01-19 00:40:04 +00:00
dependencies = [
"proc-macro2",
]
2024-01-30 06:56:15 +00:00
[[package]]
name = "strafesnet_common"
2024-08-08 01:15:17 +00:00
version = "0.3.0"
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
2024-08-08 01:15:17 +00:00
checksum = "1077d45a0b064964906a57de765a5a2bfe47b41f2f807d13b18c70765e76d3dd"
2024-01-30 06:56:15 +00:00
dependencies = [
2024-08-08 01:15:17 +00:00
"arrayvec",
"bitflags",
2024-01-30 06:56:15 +00:00
"glam",
2024-02-09 07:13:42 +00:00
"id",
2024-01-30 06:56:15 +00:00
]
2024-01-16 03:09:34 +00:00
[[package]]
2024-01-29 23:18:05 +00:00
name = "strafesnet_snf"
2024-08-08 01:15:17 +00:00
version = "0.1.2"
2024-01-19 00:40:04 +00:00
dependencies = [
"binrw",
"id",
2024-01-30 06:56:15 +00:00
"strafesnet_common",
2024-01-19 00:40:04 +00:00
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-01-19 00:40:04 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"