[dependencies.anyhow]
version = "1.0.38"
[dependencies.arti-client]
package = "arti-client"
version = "0.0.2"
[dependencies.arti-config]
version = "0.0.2"
[dependencies.async-ctrlc]
optional = true
version = "1.2.0"
[dependencies.clap]
version = "2.33"
[dependencies.config]
default-features = false
version = "0.11.0"
[dependencies.futures]
version = "0.3.13"
[dependencies.once_cell]
optional = true
version = "1.7.2"
[dependencies.rlimit]
version = "0.6.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.124"
[dependencies.tokio-crate]
features = ["signal"]
optional = true
package = "tokio"
version = "1.7.0"
[dependencies.tor-rtcompat]
default-features = false
version = "0.0.2"
[dependencies.tor-socksproto]
version = "0.0.2"
[dependencies.tracing]
version = "0.1.26"
[dependencies.tracing-journald]
optional = true
version = "0.2.0"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.0"
[features]
async-std = ["arti-client/async-std", "tor-rtcompat/async-std", "async-ctrlc", "once_cell"]
default = ["tokio"]
journald = ["tracing-journald"]
static = ["arti-client/static"]
tokio = ["tokio-crate", "arti-client/tokio", "tor-rtcompat/tokio"]
[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
categories = ["command-line-utilities", "cryptography"]
description = "A rust implementation of the Tor privacy tools."
edition = "2018"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "privacy", "anonymity"]
license = "MIT OR Apache-2.0"
name = "arti"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
resolver = "2"
version = "0.0.2"
[target."cfg(unix)".dependencies.libc]
default-features = false
version = "0.2.103"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror"]
version = "0.3.8"