tow 0.2.2

A tiny TCP over WebSockets tunnel.
# 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 = "tow"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny TCP over WebSockets tunnel."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Nekidev/tow"

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

[dependencies.anyhow]
version = "1.0.104"
features = ["backtrace"]

[dependencies.axum]
version = "0.8.9"
features = [
    "http2",
    "ws",
]

[dependencies.clap]
version = "4.6.6"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures-util]
version = "0.3.34"
features = [
    "io",
    "tokio-io",
]

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "net",
]

[dependencies.tokio-tungstenite]
version = "0.30.0"
features = [
    "rustls",
    "rustls-tls-webpki-roots",
]