phyllo 0.1.1

Websocket-based client for Phoenix channels
Documentation
[dependencies.backoff]
features = ["tokio"]
version = "0.4.0"

[dependencies.futures-util]
default-features = false
features = ["sink", "std"]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.137"

[dependencies.serde_json]
version = "1.0.81"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.tokio]
features = ["full"]
version = "1.18.2"

[dependencies.tokio-stream]
version = "0.1.8"

[dependencies.tokio-tungstenite]
version = "0.17"

[dependencies.tracing]
version = "0.1.35"

[dependencies.url]
version = "2.2.2"
[dev-dependencies.anyhow]
version = "1.0.58"

[features]
rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"]

[package]
categories = ["web-programming::websocket"]
description = "Websocket-based client for Phoenix channels"
edition = "2021"
keywords = ["phoenix", "channels", "websocket"]
license = "MIT OR Apache-2.0"
name = "phyllo"
readme = "README.md"
repository = "https://github.com/wanderers-nft/phyllo"
resolver = "2"
version = "0.1.1"