[[example]]
name = "echo"
[[example]]
name = "binance"
[dependencies.base64]
version = "0.13"
[dependencies.bytes]
version = "1"
[dependencies.flate2]
optional = true
version = "1"
[dependencies.futures]
optional = true
version = "0.3"
[dependencies.hproxy]
optional = true
version = "0.1"
[dependencies.http]
version = "0.2"
[dependencies.httparse]
version = "1.4"
[dependencies.rand]
version = "0.8"
[dependencies.rustls-connector]
features = ["webpki-roots-certs"]
optional = true
version = "0.16"
[dependencies.rustls-pemfile]
optional = true
version = "0.3"
[dependencies.sha-1]
version = "0.9"
[dependencies.sproxy]
optional = true
version = "0.1"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["rt", "net", "io-util"]
optional = true
version = "1"
[dependencies.tokio-rustls]
optional = true
version = "0.23"
[dependencies.tokio-socks]
optional = true
version = "0.5"
[dependencies.tracing]
version = "0.1"
[dependencies.webpki]
optional = true
version = "0.22"
[dependencies.webpki-roots]
optional = true
version = "0.21"
[dev-dependencies.clap]
features = ["derive"]
version = "3.1"
[dev-dependencies.rcgen]
version = "0.8"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.tungstenite]
version = "0.17.2"
[features]
async = ["tokio", "futures"]
async_proxy = ["async", "hproxy/async", "sproxy/async"]
async_tls_rustls = ["async", "tokio-rustls", "webpki", "webpki-roots", "rustls-pemfile", "rustls-connector"]
default = ["async"]
sync = []
sync_proxy = ["sync", "hproxy/sync", "sproxy/sync"]
sync_tls_rustls = ["sync", "rustls-connector"]
[package]
authors = ["PrivateRookie <996514515@qq.com>"]
description = "an easy to use websocket tool"
edition = "2018"
homepage = "https://github.com/PrivateRookie/ws-tool"
keywords = ["websocket", "proxy", "network"]
license-file = "LICENSE"
name = "ws-tool"
readme = "README.md"
repository = "https://github.com/PrivateRookie/ws-tool"
version = "0.5.0"