2024-01-31 01:41:16 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.1.3"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-03-13 20:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "array-init"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
|
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "0.3.9"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "0.7.6"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.3.0"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
2024-03-13 20:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "binrw"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.14.0"
|
2024-03-13 20:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "3f36b7cb3ab9ff6a2858650d8dc360e783a5d14dc29594db48c56a3c233cc265"
|
2024-03-13 20:36:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"array-init",
|
|
|
|
"binrw_derive",
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "binrw_derive"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.14.0"
|
2024-03-13 20:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "20ea7a8c5c8eeffffac6d54d172444e15beffac6f817fac714460a9a9aa88da3"
|
2024-03-13 20:36:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"owo-colors",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2024-03-02 13:01:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "2.6.0"
|
2024-03-02 13:01:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-03-02 13:01:44 +00:00
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.5.4"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2024-03-13 20:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.18.0"
|
2024-03-13 20:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae"
|
2024-03-13 20:36:25 +00:00
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.1.19"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "0.3.1"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
2024-03-13 20:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.13.0"
|
2024-03-13 20:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-03-13 20:36:25 +00:00
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.2.15"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glam"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.28.0"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
2024-01-31 04:25:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id"
|
|
|
|
version = "0.1.0"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "2337e7a6c273082b672e377e159d7a168fb51438461b7c4033c79a515dd7a25a"
|
2024-01-31 04:25:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-17 01:26:07 +00:00
|
|
|
"syn 2.0.77",
|
2024-01-31 04:25:07 +00:00
|
|
|
]
|
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "3.3.0"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy-regex-proc_macros",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex-proc_macros"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "3.3.0"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
2024-09-17 01:26:07 +00:00
|
|
|
"syn 2.0.77",
|
2024-01-31 01:41:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.5.0"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "0.2.158"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.4.22"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.27.0"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "a231296ca742e418c43660cb68e082486ff2538e8db432bc818580f3965025ed"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"lz4-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4-sys"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.11.0"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "fcb44a01837a858d47e5a630d2ccf304c8efcc4b83b8f9f75b7a9ee4fcc6e57d"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "2.7.4"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.2.19"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
|
2024-03-13 20:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
|
|
|
version = "3.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.0.15"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-08-08 01:41:04 +00:00
|
|
|
version = "0.2.20"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-08 01:41:04 +00:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.0.86"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2024-03-02 13:01:44 +00:00
|
|
|
version = "1.0.15"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 13:01:44 +00:00
|
|
|
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"profiling-procmacros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling-procmacros"
|
2024-03-02 13:01:44 +00:00
|
|
|
version = "1.0.15"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 13:01:44 +00:00
|
|
|
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-09-17 01:26:07 +00:00
|
|
|
"syn 2.0.77",
|
2024-01-31 01:41:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.0.37"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_binary"
|
|
|
|
version = "0.7.4"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "18b401155b93f7151217bf51e36bdfa7bddcaf5f0d26b563c9ac3b08a3701c27"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"lz4",
|
|
|
|
"profiling",
|
|
|
|
"rbx_dom_weak",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rbx_reflection_database",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_dom_weak"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "2.9.0"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "2a6b916687c98aaea36f9c03e80906bfafab057bebee248628c8c04def807f43"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-03-13 20:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rbx_mesh"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.1.2"
|
2024-03-13 20:56:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "864ead0e98afce28c960f653d6203483834890d07f87b60e2f01415530a2fe9d"
|
2024-03-13 20:36:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"binrw",
|
|
|
|
"lazy-regex",
|
|
|
|
]
|
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "4.7.0"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "c1b43fe592a4ce6fe54eb215fb82735efbb516d2cc045a94e3dc0234ff293620"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection_database"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "0.2.12+roblox-638"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "2e772bb9e1bc0ebe65d338f876d1bb1ea22e15a8f9a82e8245028010c2fea3c9"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_types"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.10.0"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "d7a390c44034fa448c53bd0983dfc2d70d8d6b2f65be4f164d4bec8b6a2a2d09"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2024-03-02 13:01:44 +00:00
|
|
|
"bitflags 1.3.2",
|
2024-01-31 01:41:16 +00:00
|
|
|
"blake3",
|
|
|
|
"lazy_static",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_xml"
|
|
|
|
version = "0.13.3"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "d6d1a15f58a1e4b4f578abe6eb5e1461cb16eea82fb4a147d5995c9b79f08d1f"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"log",
|
|
|
|
"rbx_dom_weak",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rbx_reflection_database",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-08-08 01:41:04 +00:00
|
|
|
version = "1.10.6"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-08 01:41:04 +00:00
|
|
|
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.4.7"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.8.4"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "0.8.14"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.3.0"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.0.210"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.0.210"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-17 01:26:07 +00:00
|
|
|
"syn 2.0.77",
|
2024-01-31 01:41:16 +00:00
|
|
|
]
|
|
|
|
|
2024-09-17 01:26:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strafesnet_common"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "0.4.1"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "9a2621612e675a8f804abbbbe3b60caeafe58a2422cccbe453268d6f457df4f3"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
2024-08-08 01:41:04 +00:00
|
|
|
"arrayvec",
|
2024-07-22 20:49:41 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-01-31 01:41:16 +00:00
|
|
|
"glam",
|
2024-01-31 04:25:07 +00:00
|
|
|
"id",
|
2024-01-31 01:41:16 +00:00
|
|
|
]
|
|
|
|
|
2024-01-31 01:46:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strafesnet_rbx_loader"
|
2024-08-09 21:34:12 +00:00
|
|
|
version = "0.3.4"
|
2024-01-31 01:46:23 +00:00
|
|
|
dependencies = [
|
2024-03-13 20:33:51 +00:00
|
|
|
"bytemuck",
|
2024-01-31 01:46:23 +00:00
|
|
|
"glam",
|
|
|
|
"lazy-regex",
|
|
|
|
"rbx_binary",
|
|
|
|
"rbx_dom_weak",
|
2024-03-13 20:36:25 +00:00
|
|
|
"rbx_mesh",
|
2024-01-31 01:46:23 +00:00
|
|
|
"rbx_reflection_database",
|
|
|
|
"rbx_xml",
|
|
|
|
"strafesnet_common",
|
|
|
|
]
|
|
|
|
|
2024-03-13 20:36:25 +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-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "2.0.77"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.0.63"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.0.63"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 20:49:41 +00:00
|
|
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-17 01:26:07 +00:00
|
|
|
"syn 2.0.77",
|
2024-01-31 01:41:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "1.0.13"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2024-01-31 01:41:16 +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 = "xml-rs"
|
2024-09-17 01:26:07 +00:00
|
|
|
version = "0.8.22"
|
2024-08-08 01:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-17 01:26:07 +00:00
|
|
|
checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26"
|
2024-08-08 01:41:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
2024-01-31 01:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-08 01:41:04 +00:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-09-17 01:26:07 +00:00
|
|
|
"syn 2.0.77",
|
2024-08-08 01:41:04 +00:00
|
|
|
]
|