wgproxy 0.3.0

A tiny layer-4-proxy to bridge WireGuard®-like traffic via a jump-host
Documentation
[badges.appveyor]
repository = "KizzyCode/WireguardRelay-rust"

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

[dependencies.base64ct]
default-features = false
features = ["std"]
version = "1.8.3"

[dependencies.blake2]
default-features = false
features = ["std"]
version = "0.10.6"

[dev-dependencies.hex-literal]
default-features = false
version = "1.1.0"

[features]
default = []

[lib]
name = "wgproxy"
path = "src/lib.rs"

[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A tiny layer-4-proxy to bridge WireGuard®-like traffic via a jump-host"
edition = "2024"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "wgproxy"
readme = "README.md"
repository = "https://github.com/KizzyCode/WireguardRelay-rust"
version = "0.3.0"

[profile.bench]
overflow-checks = true

[profile.release]
overflow-checks = true

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

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