mproxy-forward 0.1.8

MPROXY: Forwarding Proxy. Forward TLS/TCP, UDP, or Multicast to a downstream UDP socket address.
Documentation
[dependencies.mproxy-client]
version = "0.1.8"

[dependencies.mproxy-server]
version = "0.1.8"

[dependencies.pico-args]
features = ["eq-separator"]
version = "0.5.0"

[dependencies.rustls]
optional = true
version = "0.20"

[dependencies.webpki-roots]
optional = true
version = "0.22"

[dev-dependencies]

[features]
tls = ["dep:rustls", "dep:webpki-roots"]

[package]
description = "MPROXY: Forwarding Proxy. Forward TLS/TCP, UDP, or Multicast to a downstream UDP socket address."
documentation = "https://docs.rs/mproxy-forward/"
edition = "2021"
license = "MIT"
name = "mproxy-forward"
readme = "readme.md"
repository = "https://github.com/matt24smith/mproxy-dispatcher"
resolver = "1"
version = "0.1.8"