[dependencies.thiserror]
version = "2.0.16"
[dependencies.tokio]
features = ["full"]
version = "1.47.1"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
version = "0.3.20"
[[example]]
name = "simple_server"
path = "examples/simple_server.rs"
[lib]
name = "simple_socks5"
path = "src/lib.rs"
[package]
authors = ["Rares-Stefan Asaftei <rasaft29@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "A simple, lightweight and async SOCKS5 proxy server library"
documentation = "https://docs.rs/simple_socks5"
edition = "2024"
homepage = "https://github.com/asaft29/simple_socks5"
keywords = ["socks5", "proxy", "tokio", "async"]
license = "MIT"
name = "simple_socks5"
readme = "README.md"
repository = "https://github.com/asaft29/simple_socks5"
version = "0.1.2"