agent-os-client 0.2.0-rc.3

High-level Rust client SDK for the Agent OS native sidecar (1:1 port of the TypeScript AgentOs client)
# 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 = "agent-os-client"
version = "0.2.0-rc.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level Rust client SDK for the Agent OS native sidecar (1:1 port of the TypeScript AgentOs client)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/agent-os"

[lib]
name = "agent_os_client"
path = "src/lib.rs"

[[test]]
name = "cron_e2e"
path = "tests/cron_e2e.rs"

[[test]]
name = "cron_grammar_e2e"
path = "tests/cron_grammar_e2e.rs"

[[test]]
name = "e2e_smoke"
path = "tests/e2e_smoke.rs"

[[test]]
name = "exec_command_line_e2e"
path = "tests/exec_command_line_e2e.rs"

[[test]]
name = "fetch_e2e"
path = "tests/fetch_e2e.rs"

[[test]]
name = "fs_e2e"
path = "tests/fs_e2e.rs"

[[test]]
name = "lifecycle_e2e"
path = "tests/lifecycle_e2e.rs"

[[test]]
name = "pi_session_e2e"
path = "tests/pi_session_e2e.rs"

[[test]]
name = "process_e2e"
path = "tests/process_e2e.rs"

[[test]]
name = "scaffold"
path = "tests/scaffold.rs"

[[test]]
name = "session_e2e"
path = "tests/session_e2e.rs"

[[test]]
name = "shell_e2e"
path = "tests/shell_e2e.rs"

[[test]]
name = "sidecar_pool_e2e"
path = "tests/sidecar_pool_e2e.rs"

[[test]]
name = "wasm_command_mount_e2e"
path = "tests/wasm_command_mount_e2e.rs"

[dependencies.agent-os-bridge]
version = "0.2.0-rc.3"

[dependencies.agent-os-sidecar]
version = "0.2.0-rc.3"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.scc]
version = "2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_bare]
version = "0.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "process",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]