[package] name = "tor-hsrproxy" version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2021" rust-version = "1.65" license = "MIT OR Apache-2.0" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" description = "Reverse proxy to build an onion service that connects to local servers." keywords = ["tor", "arti", "cryptography"] categories = ["cryptography"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" publish = false [features] default = [] full = [] [dependencies] derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" thiserror = "1" tor-config = { version = "0.9.3", path = "../tor-config" } [dev-dependencies] serde_json = "1.0.50"