2023-09-04 19:24:00 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-09-29 05:05:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-09 04:21:24 +00:00
|
|
|
name = "aho-corasick"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.1.3"
|
2023-09-29 05:05:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-09-29 05:05:00 +00:00
|
|
|
dependencies = [
|
2024-01-09 04:21:24 +00:00
|
|
|
"memchr",
|
2023-09-29 05:05:00 +00:00
|
|
|
]
|
|
|
|
|
2023-09-13 01:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.6.14"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-30 08:53:02 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-09-13 01:17:03 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.7"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.2.4"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.3"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "3.0.3"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-10-02 03:07:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.86"
|
2024-01-09 04:21:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2024-01-09 04:21:24 +00:00
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.3.0"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2023-09-04 19:24:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.5.1"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
2024-01-09 04:21:24 +00:00
|
|
|
"cfg-if",
|
2023-09-04 19:24:00 +00:00
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-28 01:10:11 +00:00
|
|
|
version = "1.5.0"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-28 01:10:11 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-09-04 19:24:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.98"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
|
2023-09-04 19:24:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-09-13 01:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "4.5.4"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "4.5.2"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2024-01-09 04:21:24 +00:00
|
|
|
"strsim",
|
2023-09-13 01:17:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "4.5.4"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-08 18:35:50 +00:00
|
|
|
"syn",
|
2023-09-13 01:17:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.7.0"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.1"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
|
|
|
|
2023-09-29 05:05:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.4.2"
|
2023-09-29 05:05:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2023-09-29 05:05:00 +00:00
|
|
|
dependencies = [
|
2024-01-09 04:21:24 +00:00
|
|
|
"cfg-if",
|
2023-09-29 05:05:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.30"
|
2023-09-29 05:05:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2023-09-29 05:05:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.2.15"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
2024-01-09 04:21:24 +00:00
|
|
|
"cfg-if",
|
2023-09-04 19:24:00 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-09-29 05:05:00 +00:00
|
|
|
[[package]]
|
2024-01-09 04:21:24 +00:00
|
|
|
name = "heck"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.5.0"
|
2023-09-29 05:05:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
2023-09-29 05:05:00 +00:00
|
|
|
|
2023-11-18 23:47:54 +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-03-08 18:35:50 +00:00
|
|
|
"syn",
|
2023-11-18 23:47:54 +00:00
|
|
|
]
|
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.2.155"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2023-09-04 19:24:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.4.21"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2023-09-04 19:24:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4"
|
|
|
|
version = "1.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"lz4-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4-sys"
|
|
|
|
version = "1.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-01-09 04:21:24 +00:00
|
|
|
[[package]]
|
2024-03-08 18:35:50 +00:00
|
|
|
name = "mapfixer"
|
2024-04-25 11:31:55 +00:00
|
|
|
version = "1.0.1"
|
2023-09-05 07:40:39 +00:00
|
|
|
dependencies = [
|
2023-10-02 03:07:11 +00:00
|
|
|
"anyhow",
|
2024-01-09 04:21:24 +00:00
|
|
|
"clap",
|
2023-09-29 05:05:00 +00:00
|
|
|
"flate2",
|
2023-11-18 23:47:54 +00:00
|
|
|
"lazy-regex",
|
2023-09-05 07:40:39 +00:00
|
|
|
"rbx_binary",
|
|
|
|
"rbx_dom_weak",
|
|
|
|
"rbx_reflection_database",
|
2023-09-30 10:14:02 +00:00
|
|
|
"rbx_xml",
|
2023-09-05 07:40:39 +00:00
|
|
|
]
|
|
|
|
|
2023-09-22 21:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "2.7.2"
|
2023-09-22 21:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2023-09-22 21:24:28 +00:00
|
|
|
|
2023-09-29 05:05:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.7.3"
|
2023-09-29 05:05:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
|
2023-09-29 05:05:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.2.19"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-09-29 05:05:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-09 04:21:24 +00:00
|
|
|
version = "1.19.0"
|
2023-09-29 05:05:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-09 04:21:24 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-09-29 05:05:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-01-09 04:21:24 +00:00
|
|
|
name = "paste"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.15"
|
2023-09-29 05:05:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2023-09-29 05:05:00 +00:00
|
|
|
|
2023-09-04 19:24:00 +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-05-30 08:53:02 +00:00
|
|
|
version = "1.0.84"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.15"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"profiling-procmacros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling-procmacros"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.15"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
2024-03-08 18:35:50 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-09-04 19:24:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.36"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2023-09-04 19:24:00 +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"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.7.4"
|
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "18b401155b93f7151217bf51e36bdfa7bddcaf5f0d26b563c9ac3b08a3701c27"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"lz4",
|
|
|
|
"profiling",
|
|
|
|
"rbx_dom_weak",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rbx_reflection_database",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_dom_weak"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "2.7.0"
|
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "850d0a6c8d22592b125c9a82f8654857a7aba10f061b930cc2b86438e54157f1"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "4.5.0"
|
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "80d31f6675c27c9f60b2322feb5565f4a4389ccbb75de4e737915e9208f0831f"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection_database"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.2.10+roblox-607"
|
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "f4da9f73ca317c158b922b757fe02317f7d3bc31d3f9fdb4a748d48b3951b8b8"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_types"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.8.0"
|
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "6d0d394018a8df53fcd91e990301fe6e47b94e15067edfcb019e6238ae60e8bb"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2024-03-08 18:35:50 +00:00
|
|
|
"bitflags",
|
2023-09-04 19:24:00 +00:00
|
|
|
"blake3",
|
|
|
|
"lazy_static",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-09-30 10:14:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rbx_xml"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.13.3"
|
|
|
|
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
|
|
|
|
checksum = "d6d1a15f58a1e4b4f578abe6eb5e1461cb16eea82fb4a147d5995c9b79f08d1f"
|
2023-09-30 10:14:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"log",
|
|
|
|
"rbx_dom_weak",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rbx_reflection_database",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
2023-09-22 21:24:28 +00:00
|
|
|
name = "regex"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.10.4"
|
2023-09-22 21:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2023-09-22 21:24:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
2024-03-08 18:35:50 +00:00
|
|
|
"regex-syntax",
|
2023-09-22 21:24:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.4.6"
|
2023-09-22 21:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
2023-09-22 21:24:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-03-08 18:35:50 +00:00
|
|
|
"regex-syntax",
|
2023-09-22 21:24:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.8.3"
|
2023-09-22 21:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
2023-09-22 21:24:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-09-04 19:24:00 +00:00
|
|
|
name = "rmp"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.8.14"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
2024-03-08 18:35:50 +00:00
|
|
|
"byteorder",
|
2023-11-19 00:13:24 +00:00
|
|
|
"num-traits",
|
2023-09-04 19:24:00 +00:00
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.3.0"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
2024-03-08 18:35:50 +00:00
|
|
|
"byteorder",
|
2023-09-04 19:24:00 +00:00
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.203"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.203"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-08 18:35:50 +00:00
|
|
|
"syn",
|
2023-09-04 19:24:00 +00:00
|
|
|
]
|
|
|
|
|
2023-09-13 01:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.11.1"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "2.0.66"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.61"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "1.0.61"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2023-09-04 19:24:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-08 18:35:50 +00:00
|
|
|
"syn",
|
2024-01-09 04:21:24 +00:00
|
|
|
]
|
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-28 01:10:11 +00:00
|
|
|
version = "1.0.12"
|
2023-09-04 19:24:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-28 01:10:11 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-09-04 19:24:00 +00:00
|
|
|
|
2023-09-13 01:17:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2023-09-04 19:24:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-01-09 04:21:24 +00:00
|
|
|
version = "0.52.0"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-09 04:21:24 +00:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.52.5"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
2023-09-13 01:17:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-05-30 08:53:02 +00:00
|
|
|
"windows_i686_gnullvm",
|
2023-09-13 01:17:03 +00:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.52.5"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.52.5"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.52.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.5"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.52.5"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.52.5"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.52.5"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
2023-09-13 01:17:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.52.5"
|
2023-09-13 01:17:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
2024-01-09 04:21:24 +00:00
|
|
|
|
2023-09-30 10:14:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2024-05-30 08:53:02 +00:00
|
|
|
version = "0.8.20"
|
2023-09-30 10:14:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 08:53:02 +00:00
|
|
|
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
|