codex-client-sdk 0.107.0

Rust SDK for embedding the Codex agent via CLI-over-JSONL transport
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 = "2024"
rust-version = "1.85"
name = "codex-client-sdk"
version = "0.107.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for embedding the Codex agent via CLI-over-JSONL transport"
readme = "README.md"
keywords = [
    "codex",
    "agent",
    "sdk",
    "openai",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/tosimpletech/agent-client-sdk-package"

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

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

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

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

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

[dependencies.async-stream]
version = "0.3"

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.which]
version = "8"