[package]
name = "agent-block-testkit"
description = "In-process mock LLM servers and a provider wire-shape catalog (spec-conformant and deliberately broken tool-calling shapes) for testing LLM clients"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
axum = { version = "0.8", default-features = false, features = ["http1", "tokio"] }
serde_json = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true }