[[bin]]
name = "kiaproxy"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.42"
[dependencies.tokio]
features = ["net", "rt-multi-thread", "io-util", "time", "macros"]
version = "1.48.0"
[dependencies.uuid]
features = ["v4"]
version = "1.19.0"
[package]
authors = ["Keegan Bowen <carefuldata@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "high performance and extremely light TCP load balancer proxy"
edition = "2024"
homepage = "https://carefuldata.com"
keywords = ["tcp", "high-availability", "ha", "tls-passthrough", "proxy"]
license = "MIT"
name = "kiaproxy"
readme = "README.md"
repository = "https://github.com/jpegleg/kiaproxy"
version = "0.1.3"