# 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 = "2021" rust-version = "1.77" name = "tor-hsrproxy" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = 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/" [lib] name = "tor_hsrproxy" path = "src/lib.rs" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_builder] version = "0.11.2" package = "derive_builder_fork_arti" [dependencies.futures] version = "0.3.14" [dependencies.oneshot-fused-workaround] version = "0.2.0" [dependencies.rangemap] version = "1.3" [dependencies.safelog] version = "0.4.1" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_with] version = "3.0.0" [dependencies.thiserror] version = "1" [dependencies.tor-async-utils] version = "0.24.0" [dependencies.tor-cell] version = "0.24.0" [dependencies.tor-config] version = "0.24.0" [dependencies.tor-error] version = "0.24.0" [dependencies.tor-hsservice] version = "0.24.0" [dependencies.tor-log-ratelim] version = "0.24.0" [dependencies.tor-proto] version = "0.24.0" features = ["hs-service"] [dependencies.tor-rtcompat] version = "0.24.0" [dependencies.tracing] version = "0.1.36" [dependencies.void] version = "1" [dev-dependencies.serde_json] version = "1.0.50" [dev-dependencies.toml] version = "0.8.8" [features] __is_experimental = [] default = [] experimental = [ "tor-hsservice/experimental", "experimental-api", "restricted-discovery", ] experimental-api = ["__is_experimental"] full = [ "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", ] restricted-discovery = [ "tor-hsservice/restricted-discovery", "__is_experimental", ]