websocat 0.2.0

Connection forwarder from/to web sockets to/from usual sockets, in style of socat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "websocat"
version = "0.2.0"
authors = ["Vitaly \"_Vi\" Shukela <vi0oss@gmail.com>"]
license = "MIT"
repository = "https://github.com/vi/websocat"
description = "Connection forwarder from/to web sockets to/from usual sockets, in style of socat"
keywords = ["WebSocket", "socat", "rfc6455", "netcat", "tunnel"]


[dependencies]
websocket = { version = "^0.17.1" }
env_logger = {version="^0.3.5", default-features = false }
log = {version="^0.3.5", default-features = false}
error-chain = {version="^0.6.1"}
url = { version="^1.2.3" }
clap = { version = "^2.18", default-features = false }