tor-hsrproxy 0.40.0

Reverse proxy to build an onion service that connects to local servers.
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-hsrproxy"
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 = "Reverse proxy to build an onion service that connects to local servers."
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 = [
    "tor-hsservice/experimental",
    "experimental-api",
    "metrics",
]
experimental-api = ["__is_experimental"]
full = [
    "restricted-discovery",
    "safelog/full",
    "tor-cell/full",
    "tor-config/full",
    "tor-error/full",
    "tor-hsservice/full",
    "tor-proto/full",
    "tor-rtcompat/full",
    "tor-async-utils/full",
    "tor-log-ratelim/full",
    "oneshot-fused-workaround/full",
    "futures-copy/full",
]
metrics = [
    "dep:metrics",
    "__is_experimental",
]
restricted-discovery = ["tor-hsservice/restricted-discovery"]

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

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

[dependencies.futures]
version = "0.3.14"

[dependencies.futures-copy]
version = "0.3.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.metrics]
version = "0.24.1"
optional = true

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

[dependencies.rangemap]
version = "1.3"

[dependencies.safelog]
version = "0.8.0"

[dependencies.serde]
version = "1.0.103"
features = ["derive"]

[dependencies.serde_with]
version = "3.0.0"

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

[dependencies.thiserror]
version = "2"

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

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

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

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

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

[dependencies.tor-log-ratelim]
version = "0.40.0"

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

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

[dependencies.tracing]
version = "0.1.36"

[dependencies.void]
version = "1"

[dev-dependencies.serde_json]
version = "1.0.50"

[dev-dependencies.toml]
version = "0.9.5"