[dependencies.lazy_static]
version = "1.5.0"
[dependencies.tokio]
features = ["full"]
version = "1.39.2"
[lib]
name = "dynamic_tcp_proxy"
path = "src/lib.rs"
[package]
authors = ["Sathish <sathishpvns@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming"]
description = "Dynamic proxy implementation in Rust. This crate is designed to allow you to start a proxy that can be reconfigured at runtime."
edition = "2021"
homepage = "https://github.com/sathish-pv/port-switch/tree/main/crates/dynamic_tcp_proxy"
include = ["../LICENSE-MIT", "*/*.rs"]
keywords = ["proxy", "dynamic-proxy"]
license = "MIT"
name = "dynamic_tcp_proxy"
readme = "README.md"
repository = "https://github.com/sathish-pv/port-switch"
version = "0.1.0"