[package]
name = "kcode-k1-codex-testkit"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Deterministic fake app-server conformance kit for the K1 Codex adapter family"
documentation = "https://docs.rs/kcode-k1-codex-testkit"
include = ["src/**", "Cargo.toml", "Documentation.md"]
autobins = false
autoexamples = false
autotests = false
autobenches = false
[dependencies]
kcode-k1-codex-conversations = "=0.1.0"
kcode-k1-codex-events = "=0.1.0"
kcode-k1-codex-runtime = "=0.1.0"
kcode-k1-codex-shim = "=0.1.0"
serde_json = "1"
tokio = { version = "1", features = ["macros", "rt", "time"] }