socks5-client 0.4.2

Socks5 clinet minimalistic library
# 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.69"
name = "socks5-client"
version = "0.4.2"
authors = ["Dr. Maxim Orlovsky <orlovsky@cyphernet.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Socks5 clinet minimalistic library"
homepage = "https://cyphernet.io"
readme = "README.md"
keywords = [
    "cyphernet",
    "privacy",
    "noise",
    "end-to-end",
    "ecryption",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/Cyphernet-DAO/rust-cyphernet"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]

[features]
dns = ["cypheraddr/dns"]
i2p = ["cypheraddr/i2p"]
nym = ["cypheraddr/nym"]
tor = ["cypheraddr/tor"]

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

[dependencies.amplify]
version = "4.6.0"

[dependencies.cypheraddr]
version = "0.4.1"