[package]
name = "kcode-codex-runtime-v2"
version = "0.1.1"
edition = "2024"
rust-version = "1.97"
description = "Native dynamic-tool turns through the Codex app-server protocol"
documentation = "https://docs.rs/kcode-codex-runtime-v2"
readme = "README.md"
license = "MIT"
keywords = ["codex", "llm", "tools", "runtime"]
categories = ["api-bindings", "development-tools"]
include = ["src/**", "Cargo.toml", "DependencyAudit.md", "Documentation.md", "LICENSE", "README.md", "Specification.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
[lib]
name = "kcode_codex_runtime_v2"
path = "src/lib.rs"
[dependencies]
serde_json = "1"
tokio = { version = "1", features = ["io-util", "macros", "process", "rt", "sync", "time"] }
[lints.rust]
unsafe_code = "forbid"