[dependencies.anyhow]
version = "1.0.23"
[dependencies.arti-client]
version = "0.13.0"
[dependencies.educe]
version = "0.4.6"
[dependencies.hyper]
features = ["http1", "client", "runtime"]
version = "0.14"
[dependencies.pin-project]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tls-api]
version = "0.9.0"
[dependencies.tls-api-native-tls]
version = "0.9.0"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"]
package = "tokio"
version = "1.7"
[dependencies.tor-error]
version = "0.6.0"
[dependencies.tor-rtcompat]
features = ["tokio"]
version = "0.9.7"
[dev-dependencies.tracing-subscriber]
version = "0.3.0"
[features]
__is_experimental = []
__is_nonadditive = []
default = ["native-tls"]
experimental = ["experimental-api"]
experimental-api = ["__is_experimental"]
full = ["native-tls", "arti-client/full", "tor-error/full", "tor-rtcompat/full"]
native-tls = ["arti-client/native-tls", "tor-rtcompat/native-tls"]
rustls = ["arti-client/rustls", "tor-rtcompat/rustls", "__is_nonadditive"]
static = ["arti-client/static", "__is_nonadditive"]
[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
categories = ["network-programming", "cryptography"]
description = "Adapter for making anonymous http requests using the Tor network and hyper"
edition = "2021"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "privacy", "anonymity", "hyper"]
license = "MIT OR Apache-2.0"
name = "arti-hyper"
readme = "README.md"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
rust-version = "1.70"
version = "0.13.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(target_vendor=\"apple\")".dev-dependencies.tls-api-openssl]
version = "0.9.0"