ohttp-relay 0.0.2

Relay Oblivious HTTP requests to protect IP metadata
Documentation
[dependencies.futures]
optional = true
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
features = ["http1", "server"]
version = "1"

[dependencies.hyper-rustls]
features = ["webpki-roots"]
version = "0.26"

[dependencies.hyper-tungstenite]
optional = true
version = "0.13"

[dependencies.hyper-util]
features = ["client-legacy"]
version = "0.1"

[dependencies.once_cell]
version = "1"

[dependencies.rustls]
optional = true
version = "0.22"

[dependencies.tokio]
features = ["io-std", "macros", "net", "rt-multi-thread"]
version = "1"

[dependencies.tokio-tungstenite]
optional = true
version = "0.21"

[dependencies.tokio-util]
features = ["net", "codec"]
version = "0.7"
[dev-dependencies.hex]
package = "hex-conservative"
version = "0.1.1"

[dev-dependencies.rcgen]
default-features = false
features = ["ring"]
version = "0.12"

[dev-dependencies.tokio-rustls]
version = "0.25"

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

[features]
bootstrap = ["connect-bootstrap", "ws-bootstrap"]
connect-bootstrap = []
default = ["bootstrap"]
ws-bootstrap = ["futures", "hyper-tungstenite", "rustls", "tokio-tungstenite"]

[package]
authors = ["Dan Gould <d@ngould.dev>"]
categories = ["web-programming", "network-programming"]
description = "Relay Oblivious HTTP requests to protect IP metadata"
edition = "2021"
exclude = ["tests"]
keywords = ["ohttp", "privacy"]
license = "MITNFA"
name = "ohttp-relay"
readme = "README.md"
repository = "https://github.com/payjoin/ohttp-relay"
resolver = "2"
rust-version = "1.63.0"
version = "0.0.2"