[package] name = "xash3d-protocol" description = "Network protocol library for Xash3D engine" version = "0.2.0" license = "LGPL-3.0-only" keywords = ["xash3d"] categories = ["parsing"] authors = ["Denis Drakhnia "] edition = "2021" rust-version = "1.56" homepage = "https://xash.su" repository = "https://git.mentality.rip/numas13/xash3d-master" [features] default = ["std"] std = ["alloc"] alloc = [] [dependencies] log = "0.4.18" bitflags = "2.4"