[package] name = "cataclysm-ws" license = "MIT" description = "Auxiliary websockets crate for cataclysm" repository = "https://github.com/Malanche/cataclysm" authors = ["Carlos Malanche "] version = "0.3.0-beta.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] full_log = [] [dependencies] tokio = {version = "1.40.0", features = ["full"]} log = "0.4.22" bytes = "1.7.2" rand = "0.8.5"