[dependencies.cfg-if]
version = "1.0.0"
[dependencies.derive_builder]
package = "derive_builder_fork_arti"
version = "0.11.2"
[dependencies.derive_more]
version = "0.99.3"
[dependencies.directories]
version = "5"
[dependencies.educe]
version = "0.4.6"
[dependencies.fs-mistrust]
features = ["serde"]
version = "0.7.1"
[dependencies.futures]
version = "0.3.14"
[dependencies.hostname-validator]
version = "1.1.1"
[dependencies.humantime-serde]
version = "1.1.1"
[dependencies.libc]
version = "0.2"
[dependencies.pin-project]
version = "1"
[dependencies.postage]
default-features = false
features = ["futures-traits"]
version = "0.5.0"
[dependencies.safelog]
version = "0.3.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.103"
[dependencies.thiserror]
version = "1"
[dependencies.tor-async-utils]
version = "0.1.1"
[dependencies.tor-basic-utils]
version = "0.7.1"
[dependencies.tor-cell]
version = "0.11.0"
[dependencies.tor-chanmgr]
version = "0.9.1"
[dependencies.tor-checkable]
version = "0.5.1"
[dependencies.tor-circmgr]
version = "0.9.0"
[dependencies.tor-config]
version = "0.9.1"
[dependencies.tor-dirmgr]
default-features = false
features = ["mmap"]
version = "0.10.1"
[dependencies.tor-error]
version = "0.5.1"
[dependencies.tor-guardmgr]
version = "0.9.1"
[dependencies.tor-hsclient]
optional = true
version = "0.2.1"
[dependencies.tor-hscrypto]
optional = true
version = "0.2.1"
[dependencies.tor-llcrypto]
version = "0.5.1"
[dependencies.tor-netdir]
version = "0.9.1"
[dependencies.tor-netdoc]
version = "0.8.0"
[dependencies.tor-persist]
version = "0.7.1"
[dependencies.tor-proto]
version = "0.11.0"
[dependencies.tor-ptmgr]
optional = true
version = "0.3.1"
[dependencies.tor-rpcbase]
optional = true
version = "0.1.1"
[dependencies.tor-rtcompat]
version = "0.9.1"
[dependencies.tracing]
version = "0.1.36"
[dependencies.void]
version = "1"
[dev-dependencies.anyhow]
version = "1.0.23"
[dev-dependencies.once_cell]
version = "1.9"
[dev-dependencies.pin-project]
version = "1"
[dev-dependencies.tempfile]
version = "3.3"
[dev-dependencies.tokio-crate]
features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"]
package = "tokio"
version = "1.7"
[dev-dependencies.tokio-util]
features = ["compat"]
version = "0.7.0"
[dev-dependencies.tor-rtcompat]
features = ["tokio", "native-tls"]
version = "0.9.1"
[dev-dependencies.tracing-subscriber]
version = "0.3.0"
[features]
__is_experimental = []
__is_nonadditive = []
accel-openssl = ["tor-llcrypto/with-openssl", "__is_nonadditive"]
accel-sha1-asm = ["tor-llcrypto/with-sha1-asm", "__is_nonadditive"]
async-std = ["tor-rtcompat/async-std"]
bridge-client = ["tor-guardmgr/bridge-client", "tor-dirmgr/bridge-client"]
compression = ["tor-dirmgr/compression"]
default = ["tokio", "native-tls", "compression"]
dirfilter = ["tor-dirmgr/dirfilter", "__is_experimental"]
error_detail = ["__is_experimental"]
experimental = ["dirfilter", "experimental-api", "error_detail", "onion-client", "rpc", "tor-proto/experimental", "tor-cell/experimental", "tor-checkable/experimental", "tor-netdoc/experimental", "tor-dirmgr/experimental", "tor-circmgr/experimental"]
experimental-api = ["__is_experimental"]
full = ["tokio", "async-std", "native-tls", "compression", "bridge-client", "pt-client", "tor-rtcompat/full", "tor-proto/full", "tor-netdoc/full", "tor-dirmgr/full", "fs-mistrust/full", "safelog/full", "tor-async-utils/full", "tor-basic-utils/full", "tor-cell/full", "tor-chanmgr/full", "tor-checkable/full", "tor-circmgr/full", "tor-config/full", "tor-error/full", "tor-guardmgr/full", "tor-hsclient?/full", "tor-hscrypto?/full", "tor-llcrypto/full", "tor-netdir/full", "tor-persist/full", "tor-ptmgr?/full", "tor-rpcbase?/full"]
native-tls = ["tor-rtcompat/native-tls"]
onion-client = ["tor-hsclient", "tor-hscrypto", "__is_experimental"]
pt-client = ["bridge-client", "tor-chanmgr/pt-client", "tor-guardmgr/pt-client", "tor-ptmgr"]
rpc = ["tor-rpcbase", "__is_experimental"]
rustls = ["tor-rtcompat/rustls", "__is_nonadditive"]
static = ["static-sqlite", "tor-rtcompat/static", "__is_nonadditive"]
static-native-tls = ["tor-rtcompat/static", "native-tls", "__is_nonadditive"]
static-sqlite = ["tor-dirmgr/static", "__is_nonadditive"]
tokio = ["tor-rtcompat/tokio", "tor-proto/tokio"]
[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
categories = ["network-programming", "cryptography"]
description = "Library for connecting to the Tor network as an anonymous client"
edition = "2021"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "privacy", "anonymity", "networking"]
license = "MIT OR Apache-2.0"
name = "arti-client"
readme = "README.md"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
rust-version = "1.65"
version = "0.9.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]