wgproxy 0.1.0

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

[badges.appveyor]
repository = "KizzyCode/WireguardRelay-rust"

[features]
default = []

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

[[bin]]
name = "wg-proxy"
path = "src/main.rs"

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

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

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

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

[dependencies.mio]
version = "1.1.1"
features = [
    "net",
    "os-poll",
]
default-features = false

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

[profile.bench]
overflow-checks = true

[profile.release]
overflow-checks = true