[package] name = "tor-socksproto" version = "0.0.2" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" description = "Encode and decode the SOCKS protocol, as extended in Tor" keywords = [ "tor", "arti", "socks" ] categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] caret = { path="../caret", version = "0.0.2"} tor-bytes = { path="../tor-bytes", version = "0.0.2"} thiserror = "1" [dev-dependencies] hex-literal = "0.3"