eggress-protocol-socks 1.0.4

SOCKS4/4a and SOCKS5 protocol for eggress 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 = "2021"
rust-version = "1.85"
name = "eggress-protocol-socks"
version = "1.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SOCKS4/4a and SOCKS5 protocol for eggress proxy"
readme = "README.md"
keywords = [
    "proxy",
    "socks",
    "socks4",
    "socks5",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eggstack/eggress"

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

[[test]]
name = "codec_properties"
path = "tests/codec_properties.rs"

[[test]]
name = "fuzz_smoke"
path = "tests/fuzz_smoke.rs"

[dependencies.bytes]
version = "1"

[dependencies.eggress-core]
version = "=1.0.4"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "sync",
    "time",
    "signal",
    "fs",
]

[dependencies.zeroize]
version = "1"

[dev-dependencies.eggress-testkit]
version = "=1.0.4"

[dev-dependencies.proptest]
version = "1"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"