aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy/Cargo.toml
blob: 19b13dad4d9346ec1952494e8654fbf8ac6a5c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "tor-hsrproxy"
version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
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"