wsproxy 0.1.3

WebSocket proxy for TCP connections
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"
name = "wsproxy"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebSocket proxy for TCP connections"
homepage = "https://github.com/jprendes/wsproxy"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jprendes/wsproxy"

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

[[bin]]
name = "wsproxy"
path = "src/main.rs"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ctrlc]
version = "3"

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

[dependencies.notify]
version = "8"

[dependencies.rcgen]
version = "0.13"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.33"

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

[dependencies.tokio-rustls]
version = "0.26"
features = [
    "ring",
    "tls12",
]
default-features = false

[dependencies.tokio-tungstenite]
version = "0.29"
features = [
    "connect",
    "handshake",
]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.webpki-roots]
version = "0.26"

[dev-dependencies.tempfile]
version = "3"