[package] name = "ingest" version = "0.1.0" edition = "2024" [dependencies] axum = "0.8" tokio = { version = "1", features = ["full"] } anyhow = "1" bytes = "1" subtle = "2" tracing = "0.1" tracing-subscriber = "0.3"