rexpose 1.3.1

A reverse proxy to expose TCP and UDP services behind any NAT via a public server.
# 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 = "rexpose"
version = "1.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A reverse proxy to expose TCP and UDP services behind any NAT via a public server."
readme = "README.md"
keywords = [
    "proxy",
    "TCP",
    "UDP",
]
categories = [
    "development-tools",
    "network-programming",
    "os",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/k4i6/rexpose"

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

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

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

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.28"

[dependencies.rpassword]
version = "7.4.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_cbor]
version = "0.11.2"

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

[dependencies.tokio-rustls]
version = "0.26.4"

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

[dev-dependencies.assert_cmd]
version = "2.0.17"

[dev-dependencies.predicates]
version = "3.1.3"