sandbox-agent-opencode-server-manager 0.2.1

Universal API for automatic coding agents in sandboxes. Supports Claude Code, Codex, OpenCode, and Amp.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sandbox-agent-opencode-server-manager"
version = "0.2.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. 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_opencode_server_manager"
path = "src/lib.rs"

[dependencies.dirs]
version = "5.0"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
    "rustls-tls",
    "stream",
]

[dependencies.sandbox-agent-agent-management]
version = "0.2.1"

[dependencies.tokio]
version = "1.36"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]

[dependencies.tracing]
version = "0.1"