[dependencies.anyhow]
version = "1.0.23"
[dependencies.arti-client]
version = "0.4.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.8"
[dependencies.tls-api-native-tls]
version = "0.8.0"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"]
package = "tokio"
version = "1.7"
[dependencies.tor-error]
version = "0.3.1"
[dependencies.tor-rtcompat]
features = ["tokio"]
version = "0.4.0"
[dev-dependencies.tracing-subscriber]
version = "0.3.0"
[features]
default = ["native-tls"]
experimental-api = []
native-tls = ["arti-client/native-tls", "tor-rtcompat/native-tls"]
rustls = ["arti-client/rustls", "tor-rtcompat/rustls"]
static = ["arti-client/static"]
[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"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
resolver = "2"
rust-version = "1.56"
version = "0.4.0"