[package] name = "client-demo" version = "0.0.0" authors = ["Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" publish = false [dependencies] tor-netdir = { path="../tor-netdir", version= "*" } tor-netdoc = { path="../tor-netdoc", version= "*" } tor-proto = { path="../tor-proto", version= "*" } tor-linkspec = { path="../tor-linkspec", version= "*" } rand = "*" log = "*" async-std = "*" futures = "*" futures_codec = "*" native-tls = "*" async-native-tls = "*" thiserror = "*" simple-logging = "*"