summaryrefslogtreecommitdiff
path: root/tor-socksproto/Cargo.toml
blob: a75f62f129441988ddcede483d0b389e751bc2ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "tor-socksproto"
version = "0.0.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
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.0" }
tor-bytes = { path="../tor-bytes", version="0.0.0" }

thiserror = "1.0.24"

[dev-dependencies]
hex-literal = "0.3.1"