fopro 1.0.4

Experimental caching HTTP forward proxy (memory+disk)
[[bin]]
name = "fopro"
path = "src/main.rs"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.fs-err]
features = ["tokio"]
version = "2.11.0"

[dependencies.futures-util]
version = "0.3.31"

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

[dependencies.http-serde]
version = "2.1.1"

[dependencies.hyper]
default-features = false
features = ["http1", "http2", "server"]
version = "1.4.1"

[dependencies.hyper-util]
features = ["tokio"]
version = "0.1.9"

[dependencies.postcard]
features = ["use-std"]
version = "1.0.10"

[dependencies.pretty-hex]
version = "0.4.1"

[dependencies.rcgen]
version = "0.13.1"

[dependencies.reqwest]
default-features = false
features = ["deflate", "gzip", "http2", "rustls-tls-webpki-roots"]
version = "0.12.8"

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

[dependencies.serde_bytes]
version = "0.11.15"

[dependencies.tokio]
features = ["full"]
version = "1.40.0"

[dependencies.tokio-rustls]
default-features = false
features = ["tls12", "ring"]
version = "0.26.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"

[dependencies.webpki-roots]
version = "0.26.6"

[package]
authors = ["Amos Wenger <amos@bearcove.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "Experimental caching HTTP forward proxy (memory+disk)"
edition = "2021"
keywords = ["http", "proxy", "caching"]
license = "Apache-2.0 OR MIT"
name = "fopro"
readme = "README.md"
repository = "https://github.com/bearcove/fopro"
version = "1.0.4"

[profile.dist]
inherits = "release"
lto = "thin"