arti/tor-dirclient/Cargo.toml

35 lines
871 B
TOML
Raw Normal View History

[package]
name = "tor-dirclient"
version = "0.0.0"
authors = ["Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
tor-circmgr = { path="../tor-circmgr", version= "*" }
tor-chanmgr = { path="../tor-chanmgr", version= "*" }
tor-llcrypto = { path="../tor-llcrypto", version= "*" }
tor-proto = { path="../tor-proto", version= "*" }
tor-netdoc = { path="../tor-netdoc", version= "*" }
tor-netdir = { path="../tor-netdir", version= "*" }
tor-rtcompat = { path="../tor-rtcompat", version= "*" }
anyhow = "1.0.34"
#async-trait = "0.1.41"
base64 = "0.13.0"
# chrono = "0.4.19"
#event-listener = "2.5.1"
futures = "0.3.8"
hex = "0.4.2"
http = "0.2.1"
httpdate = "0.3.2"
httparse = "1.3.4"
miniz_oxide = "0.4.3"
#rand = "0.7.3"
log = "0.4.11"
2020-11-25 16:08:07 +00:00
thiserror = "1.0.22"
[dev-dependencies]
futures-await-test = "0.3.0"