wstcp 0.2.1

WebSocket to TCP proxy server
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 = "2018"
name = "wstcp"
version = "0.2.1"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "WebSocket to TCP proxy server"
homepage = "https://github.com/sile/wstcp"
readme = "README.md"
keywords = [
    "websocket",
    "proxy",
    "tcp",
]
license = "MIT"
repository = "https://github.com/sile/wstcp"

[dependencies.async-std]
version = "1.0"

[dependencies.base64]
version = "0.13"

[dependencies.bytecodec]
version = "0.4"

[dependencies.byteorder]
version = "1"

[dependencies.clap]
version = "2"

[dependencies.httpcodec]
version = "0.2"

[dependencies.sha-1]
version = "0.9"

[dependencies.slog]
version = "2"
features = ["release_max_level_debug"]

[dependencies.sloggers]
version = "2"

[dependencies.trackable]
version = "1"