[dependencies.async-trait]
version = "0"
[dependencies.async-tungstenite]
features = ["tokio-runtime"]
version = "0.13"
[dependencies.futures]
version = "0.3"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-futures]
version = "0.2"
[dependencies.uuid]
features = ["v4"]
version = "0.8"
[dev-dependencies.tracing-subscriber]
version = "0.2"
[package]
authors = ["Nelson J Morais <njmorais@gmail.com>"]
categories = ["web-programming::websocket", "web-programming", "network-programming", "asynchronous"]
description = "Highly opinionated way to build asynchronous Websocket servers with Rust."
edition = "2018"
homepage = "https://github.com/njasm/blunt/"
keywords = ["websocket", "asynchronous", "async", "tokio", "framework"]
license = "MIT OR Apache-2.0 OR MPL-2.0"
name = "blunt"
repository = "https://github.com/njasm/blunt/"
version = "0.0.2"