Master server for Half-Life/Xash3D.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
921 B

11 months ago
[package]
name = "xash3d-master"
description = "Master server for games on Xash3D engine"
11 months ago
version = "0.1.0"
license = "GPL-3.0-only"
keywords = ["xash3d"]
categories = ["command-line-utilities"]
11 months ago
authors = ["Denis Drakhnia <numas13@gmail.com>"]
edition = "2021"
rust-version = "1.56"
homepage = "https://xash.su"
repository = "https://git.mentality.rip/numas13/xash3d-master"
11 months ago
[features]
default = ["logtime"]
logtime = ["chrono"]
[dependencies]
thiserror = "1.0.49"
getopts = "0.2.21"
log = "<0.4.19"
bitflags = "2.4"
fastrand = "2.0.1"
serde = { version = "1.0.188", features = ["derive"] }
toml = "0.5.11"
blake2b_simd = "=1.0.0"
8 months ago
ahash = "<0.5"
11 months ago
xash3d-protocol = { path = "../protocol", version = "0.1.0" }
[target.'cfg(not(windows))'.dependencies]
signal-hook = { version = "0.3.17", default-features = false }
11 months ago
[dependencies.chrono]
version = "<0.4.27"
optional = true
default-features = false
features = ["clock"]