rproxy 0.2.0

Platform independent asynchronous UDP/TCP proxy
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 = "2018"
name = "rproxy"
version = "0.2.0"
authors = ["Rong Xian <rong.xian@gmail.com>"]
build = false
exclude = [
    ".gitignore",
    "Cargo.toml.orig",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform independent asynchronous UDP/TCP proxy"
homepage = "https://github.com/glacierx/rproxy"
readme = "README.md"
keywords = [
    "proxy",
    "TCP",
    "UDP",
    "async",
    "openvpn",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/glacierx/rproxy"

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

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

[[bin]]
name = "rproxy-edit"
path = "src/bin/editor/main.rs"

[dependencies.argh]
version = "0.1.7"

[dependencies.async-trait]
version = "0.1.64"

[dependencies.cargo-strip]
version = "0.2.3"

[dependencies.chrono]
version = "0.4"

[dependencies.crossbeam]
version = "0.8.1"

[dependencies.crossterm]
version = "0.28"

[dependencies.futures]
version = "0.3.26"

[dependencies.getopts]
version = "0.2"

[dependencies.log]
version = "0.4"
features = [
    "std",
    "serde",
]

[dependencies.log4rs]
version = "1.4.0"

[dependencies.pin-project-internal]
version = "1.0.12"

[dependencies.rand]
version = "0.8.4"

[dependencies.ratatui]
version = "0.29"

[dependencies.serde]
version = "1.0.152"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.93"

[dependencies.serde_repr]
version = "0.1.10"

[dependencies.tokio]
version = "1.25.0"
features = ["full"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1