eggress-protocol-websocket 1.0.4

WebSocket tunnel protocol implementation for eggress
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 = "2021"
rust-version = "1.85"
name = "eggress-protocol-websocket"
version = "1.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebSocket tunnel protocol implementation for eggress"
readme = "README.md"
keywords = [
    "proxy",
    "websocket",
    "tunnel",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eggstack/eggress"

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

[[test]]
name = "fuzz_smoke"
path = "tests/fuzz_smoke.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.eggress-core]
version = "=1.0.4"

[dependencies.futures-util]
version = "0.3"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "sync",
    "time",
    "signal",
    "fs",
]

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

[dependencies.tracing]
version = "0.1"

[dependencies.zeroize]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "sync",
    "time",
    "signal",
    "fs",
]

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"