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-07-22 20:49:41 +00:00
|
|
|
version = "0.3.8"
|
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 = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
|
2024-01-31 01:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
|
|
|
[[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-07-22 20:49:41 +00:00
|
|
|
version = "1.5.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 = "e9ec96fe9a81b5e365f9db71fe00edc4fe4ca2cc7dcb7861f0603012a7caa210"
|
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-07-22 20:49:41 +00:00
|
|
|
version = "1.16.1"
|
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 = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
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-07-22 20:49:41 +00:00
|
|
|
version = "1.1.6"
|
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 = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
|
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"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
|
|
|
|
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-07-22 20:49:41 +00:00
|
|
|
"syn 2.0.72",
|
2024-01-31 04:25:07 +00:00
|
|
|
]
|
|
|
|
|
2024-01-31 01:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c"
|
|
|
|
dependencies = [
|
|
|
|
"lazy-regex-proc_macros",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex-proc_macros"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
2024-07-22 20:49:41 +00:00
|
|
|
"syn 2.0.72",
|
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-07-22 20:49:41 +00:00
|
|
|
version = "0.2.155"
|
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 = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
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-07-22 20:49:41 +00:00
|
|
|
version = "1.26.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 = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"lz4-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4-sys"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.10.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 = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
|
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"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[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-07-22 20:49:41 +00:00
|
|
|
"syn 2.0.72",
|
2024-01-31 01:41:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.0.36"
|
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 = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
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"
|
|
|
|
version = "2.7.0"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "850d0a6c8d22592b125c9a82f8654857a7aba10f061b930cc2b86438e54157f1"
|
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"
|
|
|
|
version = "4.5.0"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "80d31f6675c27c9f60b2322feb5565f4a4389ccbb75de4e737915e9208f0831f"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection_database"
|
|
|
|
version = "0.2.10+roblox-607"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "f4da9f73ca317c158b922b757fe02317f7d3bc31d3f9fdb4a748d48b3951b8b8"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_types"
|
|
|
|
version = "1.8.0"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "6d0d394018a8df53fcd91e990301fe6e47b94e15067edfcb019e6238ae60e8bb"
|
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-07-22 20:49:41 +00:00
|
|
|
version = "1.10.5"
|
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 = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
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-07-22 20:49:41 +00:00
|
|
|
version = "1.0.204"
|
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 = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-22 20:49:41 +00:00
|
|
|
version = "1.0.204"
|
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 = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-22 20:49:41 +00:00
|
|
|
"syn 2.0.72",
|
2024-01-31 01:41:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strafesnet_common"
|
2024-07-28 01:19:50 +00:00
|
|
|
version = "0.2.0"
|
2024-03-29 08:44:38 +00:00
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
2024-07-28 01:19:50 +00:00
|
|
|
checksum = "74580c59a09194ce39db49cd814a5c2fc2d61513c88c6b811b5b40c0da6de057"
|
2024-01-31 01:41:16 +00:00
|
|
|
dependencies = [
|
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-07-28 01:19:50 +00:00
|
|
|
version = "0.3.2"
|
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-07-22 20:49:41 +00:00
|
|
|
version = "2.0.72"
|
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 = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
|
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-07-22 20:49:41 +00:00
|
|
|
"syn 2.0.72",
|
2024-01-31 01:41:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
|
|
[[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-07-22 20:49:41 +00:00
|
|
|
version = "0.8.20"
|
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 = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
|