tor-socksproto 0.41.0

Encode and decode the SOCKS protocol, as extended in Tor
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"
rust-version = "1.89"
name = "tor-socksproto"
version = "0.41.0"
authors = [
    "The Tor Project, Inc.",
    "Nick Mathewson <nickm@torproject.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encode and decode the SOCKS protocol, as extended in Tor"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
readme = "README.md"
keywords = [
    "tor",
    "arti",
    "socks",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[package.metadata.docs.rs]
all-features = true

[features]
client-handshake = []
default = ["proxy-handshake"]
full = [
    "proxy-handshake",
    "client-handshake",
    "caret/full",
    "tor-bytes/full",
    "tor-error/full",
    "safelog/full",
]
proxy-handshake = []

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

[dependencies.amplify]
version = "4"
features = ["derive"]
default-features = false

[dependencies.arbitrary]
version = "1.0.1"
features = ["derive"]
optional = true

[dependencies.caret]
version = "0.9.0"

[dependencies.derive-deftly]
version = "~1.6.0"
features = [
    "full",
    "beta",
]

[dependencies.educe]
version = "0.4.22"

[dependencies.safelog]
version = "0.8.1"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tor-bytes]
version = "0.41.0"
default-features = false

[dependencies.tor-error]
version = "0.41.0"
default-features = false

[dev-dependencies.anyhow]
version = "1.0.75"

[dev-dependencies.hex-literal]
version = "1.0"