[dependencies.async-tungstenite]
version = "0.16.1"
[dependencies.dashmap]
version = "5.0.0"
[dependencies.miette]
version = "3.2.0"
[dependencies.retry]
version = "1.3.0"
[dependencies.thiserror]
version = "1.0.30"
[dependencies.uuid]
version = "0.8.2"
[features]
async-native-tls = ["async-tungstenite/async-native-tls"]
async-std-runtime = ["async-tungstenite/async-std-runtime"]
async-tls = ["async-tungstenite/async-tls"]
gio-runtime = ["async-tungstenite/gio-runtime"]
tokio-native-tls = ["async-tungstenite/tokio-native-tls"]
tokio-openssl = ["async-tungstenite/tokio-openssl"]
tokio-runtime = ["async-tungstenite/tokio-runtime"]
tokio-rustls-native-certs = ["async-tungstenite/tokio-rustls-native-certs"]
tokio-rustls-webpki-roots = ["async-tungstenite/tokio-rustls-webpki-roots"]
[package]
description = "Fancy websocket wrapper"
edition = "2021"
license = "Apache-2.0"
name = "nanotubes"
resolver = "2"
version = "0.1.0"