meio-ws 0.22.0

Set of web tasks for MEIO framework
Documentation
[package]
name = "meio-ws"
version = "0.22.0"
authors = [
    "Denis Kolodin <deniskolodin@gmail.com>",
    "overfloat <rillrate@gmail.com>",
]
edition = "2018"
repository = "https://github.com/rate-technology/meio"
homepage = "https://github.com/rate-technology/meio"
documentation = "https://docs.rs/meio-ws/"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["async", "actors"]
categories = ["concurrency"]
description = "Set of web tasks for MEIO framework"

[dependencies]
anyhow = "1.0.33"
async-trait = "0.1.41"
async-tungstenite = { version = "0.9.3", features = ["tokio-runtime"] }
futures = "0.3.6"
log = "0.4.11"
meio = { version = "0.22.0", path = "../meio" }
serde = "1.0.117"
tokio = "0.2.22"
tungstenite = "0.11.1"
warp = "0.2.5"