|
|
|
@ -132,6 +132,31 @@ version = "0.8.4"
@@ -132,6 +132,31 @@ version = "0.8.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crossterm" |
|
|
|
|
version = "0.25.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags 1.3.2", |
|
|
|
|
"crossterm_winapi", |
|
|
|
|
"libc", |
|
|
|
|
"mio", |
|
|
|
|
"parking_lot", |
|
|
|
|
"signal-hook", |
|
|
|
|
"signal-hook-mio", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crossterm_winapi" |
|
|
|
|
version = "0.9.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crunchy" |
|
|
|
|
version = "0.2.2" |
|
|
|
@ -209,14 +234,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -209,14 +234,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libredox" |
|
|
|
|
version = "0.0.2" |
|
|
|
|
name = "lock_api" |
|
|
|
|
version = "0.4.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607" |
|
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags 2.5.0", |
|
|
|
|
"libc", |
|
|
|
|
"redox_syscall", |
|
|
|
|
"autocfg", |
|
|
|
|
"scopeguard", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -225,6 +249,18 @@ version = "0.4.18"
@@ -225,6 +249,18 @@ version = "0.4.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "mio" |
|
|
|
|
version = "0.8.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"log", |
|
|
|
|
"wasi", |
|
|
|
|
"windows-sys", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-traits" |
|
|
|
|
version = "0.2.18" |
|
|
|
@ -234,18 +270,35 @@ dependencies = [
@@ -234,18 +270,35 @@ dependencies = [
|
|
|
|
|
"autocfg", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "numtoa" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "once_cell" |
|
|
|
|
version = "1.17.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "parking_lot" |
|
|
|
|
version = "0.12.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
|
|
|
|
dependencies = [ |
|
|
|
|
"lock_api", |
|
|
|
|
"parking_lot_core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "parking_lot_core" |
|
|
|
|
version = "0.9.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"libc", |
|
|
|
|
"redox_syscall", |
|
|
|
|
"smallvec", |
|
|
|
|
"windows-targets 0.48.5", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "proc-macro2" |
|
|
|
|
version = "1.0.79" |
|
|
|
@ -273,18 +326,18 @@ dependencies = [
@@ -273,18 +326,18 @@ dependencies = [
|
|
|
|
|
"bitflags 1.3.2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_termios" |
|
|
|
|
version = "0.1.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ryu" |
|
|
|
|
version = "1.0.17" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "scopeguard" |
|
|
|
|
version = "1.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde" |
|
|
|
|
version = "1.0.197" |
|
|
|
@ -326,6 +379,17 @@ dependencies = [
@@ -326,6 +379,17 @@ dependencies = [
|
|
|
|
|
"signal-hook-registry", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "signal-hook-mio" |
|
|
|
|
version = "0.2.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"mio", |
|
|
|
|
"signal-hook", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "signal-hook-registry" |
|
|
|
|
version = "1.4.1" |
|
|
|
@ -335,6 +399,12 @@ dependencies = [
@@ -335,6 +399,12 @@ dependencies = [
|
|
|
|
|
"libc", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "smallvec" |
|
|
|
|
version = "1.13.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "syn" |
|
|
|
|
version = "2.0.56" |
|
|
|
@ -346,18 +416,6 @@ dependencies = [
@@ -346,18 +416,6 @@ dependencies = [
|
|
|
|
|
"unicode-ident", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "termion" |
|
|
|
|
version = "2.0.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c4648c7def6f2043b2568617b9f9b75eae88ca185dbc1f1fda30e95a85d49d7d" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"libredox", |
|
|
|
|
"numtoa", |
|
|
|
|
"redox_termios", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "thiserror" |
|
|
|
|
version = "1.0.58" |
|
|
|
@ -496,7 +554,31 @@ version = "0.52.0"
@@ -496,7 +554,31 @@ version = "0.52.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows-targets", |
|
|
|
|
"windows-targets 0.52.4", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows-sys" |
|
|
|
|
version = "0.48.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows-targets 0.48.5", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows-targets" |
|
|
|
|
version = "0.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows_aarch64_gnullvm 0.48.5", |
|
|
|
|
"windows_aarch64_msvc 0.48.5", |
|
|
|
|
"windows_i686_gnu 0.48.5", |
|
|
|
|
"windows_i686_msvc 0.48.5", |
|
|
|
|
"windows_x86_64_gnu 0.48.5", |
|
|
|
|
"windows_x86_64_gnullvm 0.48.5", |
|
|
|
|
"windows_x86_64_msvc 0.48.5", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -505,51 +587,93 @@ version = "0.52.4"
@@ -505,51 +587,93 @@ version = "0.52.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows_aarch64_gnullvm", |
|
|
|
|
"windows_aarch64_msvc", |
|
|
|
|
"windows_i686_gnu", |
|
|
|
|
"windows_i686_msvc", |
|
|
|
|
"windows_x86_64_gnu", |
|
|
|
|
"windows_x86_64_gnullvm", |
|
|
|
|
"windows_x86_64_msvc", |
|
|
|
|
"windows_aarch64_gnullvm 0.52.4", |
|
|
|
|
"windows_aarch64_msvc 0.52.4", |
|
|
|
|
"windows_i686_gnu 0.52.4", |
|
|
|
|
"windows_i686_msvc 0.52.4", |
|
|
|
|
"windows_x86_64_gnu 0.52.4", |
|
|
|
|
"windows_x86_64_gnullvm 0.52.4", |
|
|
|
|
"windows_x86_64_msvc 0.52.4", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
|
version = "0.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
|
version = "0.52.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
|
version = "0.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
|
version = "0.52.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_gnu" |
|
|
|
|
version = "0.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_gnu" |
|
|
|
|
version = "0.52.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_msvc" |
|
|
|
|
version = "0.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_msvc" |
|
|
|
|
version = "0.52.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
|
version = "0.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
|
version = "0.52.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
|
version = "0.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
|
version = "0.52.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
version = "0.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
version = "0.52.4" |
|
|
|
@ -561,8 +685,8 @@ name = "xash3d-admin"
@@ -561,8 +685,8 @@ name = "xash3d-admin"
|
|
|
|
|
version = "0.1.0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"blake2b_simd", |
|
|
|
|
"crossterm", |
|
|
|
|
"getopts", |
|
|
|
|
"termion", |
|
|
|
|
"thiserror", |
|
|
|
|
"xash3d-protocol", |
|
|
|
|
] |
|
|
|
@ -598,12 +722,12 @@ dependencies = [
@@ -598,12 +722,12 @@ dependencies = [
|
|
|
|
|
name = "xash3d-query" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"crossterm", |
|
|
|
|
"fastrand", |
|
|
|
|
"getopts", |
|
|
|
|
"libc", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"termion", |
|
|
|
|
"thiserror", |
|
|
|
|
"xash3d-protocol", |
|
|
|
|
] |
|
|
|
|