phoenix-chan 0.4.5

Async Phoenix channle Client library implementation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "phoenix-chan"
version = "0.4.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Phoenix channle Client library implementation"
readme = "README.md"
keywords = [
    "phoenix",
    "channel",
    "elixir",
    "websocket",
    "async",
]
categories = [
    "web-programming::websocket",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshuachp/phoenix-chan"

[lib]
name = "phoenix_chan"
path = "src/lib.rs"

[dependencies.async-tungstenite]
version = "0.32.0"
features = ["tokio-rustls-manual-roots"]

[dependencies.base64]
version = "0.22.0"

[dependencies.futures]
version = "0.3.0"

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.rustls]
version = "0.23.0"

[dependencies.serde]
version = "1.0.118"
features = [
    "alloc",
    "derive",
]

[dependencies.serde_json]
version = "1.0.60"
features = ["alloc"]

[dependencies.thiserror]
version = "2.0.7"

[dependencies.tokio]
version = "1.47.0"
features = [
    "sync",
    "time",
]

[dependencies.tokio-rustls]
version = "0.26.0"

[dependencies.tracing]
version = "0.1.20"

[dependencies.tungstenite]
version = "0.28.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tokio]
version = "1.47.0"
features = ["macros"]