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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "binrw"
|
2024-07-22 20:55:53 +00:00
|
|
|
version = "0.14.0"
|
2024-01-19 00:40:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:55:53 +00:00
|
|
|
checksum = "3f36b7cb3ab9ff6a2858650d8dc360e783a5d14dc29594db48c56a3c233cc265"
|
2024-01-19 00:40:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"array-init",
|
|
|
|
"binrw_derive",
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "binrw_derive"
|
2024-07-22 20:55:53 +00:00
|
|
|
version = "0.14.0"
|
2024-01-19 00:40:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:55:53 +00:00
|
|
|
checksum = "20ea7a8c5c8eeffffac6d54d172444e15beffac6f817fac714460a9a9aa88da3"
|
2024-01-19 00:40:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"owo-colors",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-07 09:01:23 +00:00
|
|
|
"syn 1.0.109",
|
2024-01-19 00:40:04 +00:00
|
|
|
]
|
|
|
|
|
2024-07-22 20:55:53 +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-07-22 20:55:53 +00:00
|
|
|
version = "1.16.1"
|
2024-01-19 00:40:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:55:53 +00:00
|
|
|
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
2024-01-19 00:40:04 +00:00
|
|
|
|
2024-08-02 19:11:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-01-19 00:40:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-22 20:55:53 +00:00
|
|
|
version = "1.13.0"
|
2024-01-19 00:40:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:55:53 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-01-19 00:40:04 +00:00
|
|
|
|
2024-08-02 19:11:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2024-01-30 06:56:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glam"
|
2024-07-22 20:55:53 +00:00
|
|
|
version = "0.28.0"
|
2024-01-30 06:56:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:55:53 +00:00
|
|
|
checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94"
|
2024-01-30 06:56:15 +00:00
|
|
|
|
2024-02-07 09:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id"
|
|
|
|
version = "0.1.0"
|
2024-07-22 20:55:53 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "2337e7a6c273082b672e377e159d7a168fb51438461b7c4033c79a515dd7a25a"
|
2024-02-07 09:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-22 20:55:53 +00:00
|
|
|
"syn 2.0.72",
|
2024-02-07 09:01:23 +00:00
|
|
|
]
|
|
|
|
|
2024-08-02 19:11:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.155"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
|
|
|
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"
|
|
|
|
|
2024-08-02 19:11:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2024-01-19 00:40:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-22 20:55:53 +00:00
|
|
|
version = "1.0.86"
|
2024-01-19 00:40:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:55:53 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2024-01-19 00:40:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-07-22 20:55:53 +00:00
|
|
|
version = "1.0.36"
|
2024-01-19 00:40:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:55:53 +00:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2024-01-19 00:40:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-08-02 19:11:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-01-30 06:56:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strafesnet_common"
|
2024-07-29 23:38:32 +00:00
|
|
|
version = "0.2.0"
|
2024-07-22 20:55:53 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
2024-07-29 23:38:32 +00:00
|
|
|
checksum = "74580c59a09194ce39db49cd814a5c2fc2d61513c88c6b811b5b40c0da6de057"
|
2024-01-30 06:56:15 +00:00
|
|
|
dependencies = [
|
2024-07-22 20:55:53 +00:00
|
|
|
"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-07-30 01:22:26 +00:00
|
|
|
version = "0.1.1"
|
2024-01-19 00:40:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"binrw",
|
2024-02-07 09:01:23 +00:00
|
|
|
"id",
|
2024-08-02 19:11:17 +00:00
|
|
|
"rand",
|
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",
|
|
|
|
]
|
|
|
|
|
2024-02-07 09:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-07-22 20:55:53 +00:00
|
|
|
version = "2.0.72"
|
2024-02-07 09:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:55:53 +00:00
|
|
|
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
|
2024-02-07 09:01:23 +00:00
|
|
|
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"
|
2024-08-02 19:11:17 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.72",
|
|
|
|
]
|