[package] name = "actix-ws-ng" description = "WebSockets for Actix Web, without actors" version = "0.3.0" authors = [ "asonix ", "Rob Ede " ] readme = "README.md" repository = "https://github.com/robjtede/actix-ws-ng" license = "MIT/Apache-2.0" edition = "2021" rust-version = "1.68" [dependencies] actix-codec = "0.5.0" actix-http = { version = "3.0", default-features = false, features = ["ws"] } actix-web = { version = "4.0", default-features = false } bytestring = "1" futures-core = "0.3" tokio = { version = "1", features = ["sync"] }