zeloxy 0.1.0

A library for working with various proxies.
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 = "zeloxy"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for working with various proxies."
documentation = "https://docs.rs/zeloxy"
readme = "README.md"
keywords = [
    "proxy",
    "http",
    "socks",
    "async",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/nullclyze/zeloxy"

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

[[example]]
name = "http_proxy_get"
path = "examples/http_proxy_get.rs"

[[example]]
name = "socks4_with_auth"
path = "examples/socks4_with_auth.rs"

[[example]]
name = "socks5_without_auth"
path = "examples/socks5_without_auth.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.149"

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