arti/client-demo/Cargo.toml

30 lines
900 B
TOML
Raw Normal View History

[package]
name = "client-demo"
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= "*" }
2020-10-30 11:41:23 +00:00
tor-chanmgr = { path="../tor-chanmgr", version= "*" }
tor-dirmgr = { path="../tor-dirmgr", version="*" }
tor-netdir = { path="../tor-netdir", version= "*" }
tor-netdoc = { path="../tor-netdoc", version= "*" }
tor-proto = { path="../tor-proto", version= "*" }
tor-rtcompat = { path="../tor-rtcompat", version= "*" }
2020-11-04 20:01:25 +00:00
tor-socksproto = { path="../tor-socksproto", version= "*" }
tor-dirclient = { path="../tor-dirclient", version = "*" }
2020-09-09 15:59:22 +01:00
tor-linkspec = { path="../tor-linkspec", version= "*" }
2020-09-10 00:17:49 +01:00
anyhow = "1.0.34"
2020-09-10 00:17:49 +01:00
async-native-tls = "0.3.3"
2020-11-11 14:14:26 +00:00
futures = "0.3.8"
2020-09-10 00:17:49 +01:00
log = "0.4.11"
2020-11-11 14:14:26 +00:00
native-tls = "0.2.6"
2020-09-10 00:17:49 +01:00
rand = "0.7.3"
simple-logging = "2.0.2"
2020-11-10 17:27:10 +00:00
thiserror = "1.0.22"
2020-11-05 21:56:29 +00:00
argh = "0.1.4"