volans-ws 0.2.0

WebSocket transport for volans
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.88.0"
name = "volans-ws"
version = "0.2.0"
authors = ["Cariers Kim <cariers.kim@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebSocket transport for volans"
readme = false
keywords = [
    "volans",
    "networking",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/cariers/volans"

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

[dependencies.async-tungstenite]
version = "0.31.0"

[dependencies.bytes]
version = "1.10.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.pin-project]
version = "1.1.10"

[dependencies.tokio]
version = "1.47"
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.volans-core]
version = "0.2.0"

[dependencies.volans-tcp]
version = "0.2.0"