tor-hsclient 0.4.1

Arti's implementation of an onion service client
Documentation
[dependencies.async-trait]
version = "0.1.54"

[dependencies.derive_more]
version = "0.99.3"

[dependencies.educe]
version = "0.4.6"

[dependencies.either]
version = "1"

[dependencies.futures]
version = "0.3.14"

[dependencies.itertools]
version = "0.11.0"

[dependencies.postage]
default-features = false
features = ["futures-traits"]
version = "0.5.0"

[dependencies.rand]
version = "0.8"

[dependencies.rand_core]
version = "0.6.2"

[dependencies.retry-error]
version = "0.5.0"

[dependencies.safelog]
version = "0.3.2"

[dependencies.slotmap]
version = "1.0.6"

[dependencies.strum]
features = ["derive"]
version = "0.25"

[dependencies.thiserror]
version = "1"

[dependencies.tor-basic-utils]
version = "0.7.3"

[dependencies.tor-bytes]
version = "0.7.4"

[dependencies.tor-cell]
features = ["hs"]
version = "0.12.2"

[dependencies.tor-checkable]
version = "0.5.3"

[dependencies.tor-circmgr]
features = ["hs-client"]
version = "0.10.0"

[dependencies.tor-config]
version = "0.9.4"

[dependencies.tor-dirclient]
default-features = false
features = ["hs-client"]
version = "0.9.0"

[dependencies.tor-error]
features = ["tracing"]
version = "0.5.4"

[dependencies.tor-hscrypto]
version = "0.3.2"

[dependencies.tor-keymgr]
default-features = false
version = "0.2.1"

[dependencies.tor-linkspec]
features = ["decode", "verbatim"]
version = "0.8.3"

[dependencies.tor-llcrypto]
version = "0.5.4"

[dependencies.tor-netdir]
features = ["hs-client"]
version = "0.9.4"

[dependencies.tor-netdoc]
features = ["hs-client"]
version = "0.8.3"

[dependencies.tor-proto]
features = ["hs-client", "send-control-msg"]
version = "0.12.1"

[dependencies.tor-rtcompat]
version = "0.9.1"

[dependencies.tracing]
version = "0.1.36"
[dev-dependencies.humantime]
version = "2"

[dev-dependencies.tokio-crate]
features = ["full"]
package = "tokio"
version = "1.7"

[dev-dependencies.tor-async-utils]
version = "0.1.4"

[dev-dependencies.tor-basic-utils]
version = "0.7.3"

[dev-dependencies.tor-chanmgr]
version = "0.10.1"

[dev-dependencies.tor-circmgr]
features = ["hs-client", "testing"]
version = "0.10.0"

[dev-dependencies.tor-guardmgr]
features = ["testing"]
version = "0.10.1"

[dev-dependencies.tor-netdir]
features = ["testing"]
version = "0.9.4"

[dev-dependencies.tor-netdoc]
features = ["testing"]
version = "0.8.3"

[dev-dependencies.tor-persist]
features = ["testing"]
version = "0.7.3"

[dev-dependencies.tor-rtcompat]
features = ["tokio", "native-tls"]
version = "0.9.1"

[dev-dependencies.tor-rtmock]
version = "0.9.1"

[dev-dependencies.tracing-test]
version = "0.2"

[features]
__is_experimental = []
default = []
experimental = ["keymgr"]
full = ["retry-error/full", "safelog/full", "tor-checkable/full", "tor-circmgr/full", "tor-config/full", "tor-dirclient/full", "tor-error/full", "tor-hscrypto/full", "tor-linkspec/full", "tor-llcrypto/full", "tor-netdir/full", "tor-netdoc/full", "tor-proto/full", "tor-rtcompat/full", "tor-basic-utils/full", "tor-bytes/full", "tor-cell/full", "tor-keymgr/full"]
keymgr = ["tor-keymgr/keymgr", "__is_experimental"]

[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
categories = ["cryptography"]
description = "Arti's implementation of an onion service client"
edition = "2021"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "cryptography"]
license = "MIT OR Apache-2.0"
name = "tor-hsclient"
readme = "README.md"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
rust-version = "1.65"
version = "0.4.1"