[package]
edition = "2021"
name = "sandbox-agent-error"
version = "0.1.1"
authors = ["Rivet Gaming, LLC <developer@rivet.gg>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal API for automatic coding agents in sandboxes. Supprots Claude Code, Codex, OpenCode, and Amp."
readme = false
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/sandbox-agent"
[lib]
name = "sandbox_agent_error"
path = "src/lib.rs"
[dependencies.schemars]
version = "0.8"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.utoipa]
version = "4.2"
features = ["axum_extras"]