[[bin]]
name = "ratrod"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.95"
[dependencies.base64]
version = "0.22.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.29"
[dependencies.rand]
default-features = false
features = ["thread_rng"]
version = "0.9.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.ring]
features = ["std"]
version = "0.17.9"
[dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "macros", "net", "io-util", "time"]
version = "1.43.0"
[dependencies.tracing]
features = ["log"]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["fmt", "ansi"]
version = "0.3.19"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[package]
authors = ["Aaron Roney <twitchax@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tunnels a local port to a remote server, which then redirects traffic to a specified remote host."
edition = "2024"
license = "MIT"
name = "ratrod"
readme = "README.md"
repository = "https://github.com/twitchax/ratrod"
version = "0.3.1"