[package]
name = "moonlight-http"
categories = ["command-line-utilities", "web-programming::http-server"]
description = "HTTP shadow proxy for comparing candidate service behavior against reference targets."
edition.workspace = true
homepage.workspace = true
include = ["src/**", "Cargo.toml", "../../README.md", "../../LICENSE"]
keywords = ["http", "proxy", "testing", "diff", "comparison"]
license.workspace = true
publish = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
anyhow.workspace = true
axum.workspace = true
bytes.workspace = true
chrono.workspace = true
clap.workspace = true
futures.workspace = true
http.workspace = true
moonlight-core = { version = "0.1.2", path = "../moonlight-core" }
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tower-http.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
[dev-dependencies]
tempfile.workspace = true