[package] name = "websocket-rs" version = "0.1.4" authors = ["Oussama Elgoumri "] edition = "2018" license = "MIT" readme = "README.md" homepage = "https://github.com/euvoor/hawk" documentation = "https://docs.rs/websocket-rs" repository = "https://github.com/euvoor/hawk/tree/master/daemon/websocket" description = """ Designed for https://github.com/euvoor/hawk """ [dependencies] bytes = "0.5.4" tracing = "0.1.15" tracing-futures = "0.2.4" tracing-subscriber = "0.2.5" tokio = { version = "0.2.21", features = ["full"] } tokio-util = { version = "0.3.1", features = ["codec"] } sha1 = "0.6.0" base64 = "0.12.1" futures = "0.3.5" http = "0.2.1"