s5x 0.1.0

socks5 proxy server
# 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"
rust-version = "1.95.0"
name = "s5x"
version = "0.1.0"
authors = ["Podvoyskiy Ilya <ilya.podvoyskiy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "socks5 proxy server"
readme = "README.md"
keywords = [
    "tun",
    "socks5",
    "proxy",
    "cli",
]
license = "MIT"
repository = "https://github.com/podvoyskiy/s5x"
resolver = "2"

[[bin]]
name = "s5x"
path = "src/main.rs"
test = true

[dependencies.s5l]
version = "0.1.0"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]