[package]
edition = "2021"
name = "sandbox-agent-openapi-gen"
version = "0.2.1"
authors = ["Rivet Gaming, LLC <developer@rivet.gg>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal API for automatic coding agents in sandboxes. Supports Claude Code, Codex, OpenCode, and Amp."
readme = false
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/sandbox-agent"
[lib]
name = "sandbox_agent_openapi_gen"
path = "src/lib.rs"
[[bin]]
name = "sandbox-agent-openapi-gen"
path = "src/main.rs"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-logfmt]
version = "0.3"
[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
[build-dependencies.sandbox-agent]
version = "0.2.1"
[build-dependencies.serde_json]
version = "1.0"
[build-dependencies.utoipa]
version = "4.2"
features = ["axum_extras"]