[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"
[[bin]]
name = "ratrod"
path = "src/bin.rs"
[dependencies.anyhow]
version = "1"
[dependencies.base64]
version = "0.22"
[dependencies.bincode]
version = "2"
[dependencies.bytes]
version = "1"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.futures]
version = "0.3"
[dependencies.homedir]
version = "0.3"
[dependencies.ouroboros]
version = "0.18"
[dependencies.rand]
default-features = false
features = ["thread_rng"]
version = "0.9"
[dependencies.regex]
version = "1"
[dependencies.ring]
features = ["std"]
version = "0.17"
[dependencies.secrecy]
version = "0.10"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "macros", "net", "io-util", "time", "sync"]
version = "1"
[dependencies.tracing]
features = ["log"]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["fmt", "ansi"]
version = "0.3"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.pretty_assertions]
version = "1"
[lib]
name = "ratrodlib"
path = "src/lib.rs"
[package]
authors = ["Aaron Roney <twitchax@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A TCP / UDP tunneler that uses public / private key authentication with encryption."
edition = "2024"
license = "MIT"
name = "ratrod"
readme = "README.md"
repository = "https://github.com/twitchax/ratrod"
version = "0.6.3"
[profile.release]
codegen-units = 1
lto = true