osproxy-engine 1.0.0

Pipeline orchestration: auth -> resolve -> rewrite -> sink -> reverse.
Documentation
[package]
name = "osproxy-engine"
description = "Pipeline orchestration: auth -> resolve -> rewrite -> sink -> reverse."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true

[dependencies]
osproxy-core.workspace = true
osproxy-spi.workspace = true
osproxy-tenancy.workspace = true
osproxy-rewrite.workspace = true
osproxy-sink.workspace = true
osproxy-control.workspace = true
osproxy-observe.workspace = true
thiserror.workspace = true
serde_json.workspace = true
futures-util.workspace = true
http-body-util.workspace = true
http-body.workspace = true
bytes.workspace = true
# `rt` for `tokio::spawn`, `time` for the retry-backoff `sleep`.
tokio = { workspace = true, features = ["rt", "time"] }

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt", "time"] }
proptest = "1"
http-body-util.workspace = true
divan.workspace = true

[[bench]]
name = "search_transform"
harness = false

[lints]
workspace = true