# 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.77" name = "tor-socksproto" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = 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 [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.5.0" [dependencies.derive-deftly] version = "0.14" [dependencies.educe] version = "0.4.6" [dependencies.safelog] version = "0.4.1" [dependencies.subtle] version = "2" [dependencies.thiserror] version = "1" [dependencies.tor-bytes] version = "0.24.0" default-features = false [dependencies.tor-error] version = "0.24.0" default-features = false [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.hex-literal] version = "0.4" [features] client-handshake = [] default = ["proxy-handshake"] full = [ "proxy-handshake", "client-handshake", "caret/full", "tor-bytes/full", "tor-error/full", "safelog/full", ] proxy-handshake = []