tor-hsclient 0.40.0

Arti's implementation of an onion service client
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[package.metadata.docs.rs]
all-features = true

[features]
__is_experimental = []
default = []
experimental = [
    "keymgr",
    "hs-pow-full",
]
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",
    "tor-async-utils/full",
    "tor-persist/full",
    "oneshot-fused-workaround/full",
    "slotmap-careful/full",
    "tor-memquota/full",
    "tor-protover/full",
]
hs-pow-full = [
    "tor-hscrypto/hs-pow-full",
    "tor-netdoc/hs-pow-full",
    "tor-cell/hs-pow-full",
    "__is_experimental",
]
keymgr = [
    "tor-keymgr/keymgr",
    "__is_experimental",
]

[lib]
name = "tor_hsclient"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.54"

[dependencies.derive-deftly]
version = "~1.6.0"
features = [
    "full",
    "beta",
]

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.educe]
version = "0.4.22"

[dependencies.either]
version = "1"

[dependencies.futures]
version = "0.3.14"

[dependencies.itertools]
version = "0.14.0"

[dependencies.oneshot-fused-workaround]
version = "0.6.0"

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

[dependencies.rand]
version = "0.9.1"

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

[dependencies.safelog]
version = "0.8.0"

[dependencies.slotmap-careful]
version = "0.7.0"

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

[dependencies.thiserror]
version = "2"

[dependencies.tor-async-utils]
version = "0.40.0"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.tor-memquota]
version = "0.40.0"
default-features = false

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

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

[dependencies.tor-persist]
version = "0.40.0"

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

[dependencies.tor-protover]
version = "0.40.0"

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

[dependencies.tracing]
version = "0.1.36"

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

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

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

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

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

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

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

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

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

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

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

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

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