kiaproxy 0.1.4

high performance and extremely light TCP load balancer proxy
# 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 = "kiaproxy"
version = "0.1.4"
authors = ["Keegan Bowen <carefuldata@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "high performance and extremely light TCP load balancer proxy"
homepage = "https://carefuldata.com"
readme = "README.md"
keywords = [
    "tcp",
    "high-availability",
    "ha",
    "tls-passthrough",
    "proxy",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/jpegleg/kiaproxy"

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

[dependencies.chrono]
version = "0.4.45"

[dependencies.tokio]
version = "1.52.3"
features = [
    "net",
    "rt-multi-thread",
    "io-util",
    "time",
    "macros",
]

[dependencies.uuid]
version = "1.23.4"
features = ["v4"]