nurtex-proxy 1.2.0

Library for creating connections via SOCKS5 / SOCKS4 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 = "2024"
name = "nurtex-proxy"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for creating connections via SOCKS5 / SOCKS4 proxy."
documentation = "https://docs.rs/nurtex-proxy/latest/"
readme = "README.md"
keywords = [
    "proxy",
    "socks5",
    "socks4",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/NurtexMC/nurtex"

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

[dependencies.bytes]
version = "1.4"

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

[dependencies.serde_json]
version = "1.0"

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