[package]
name = "kcode-jsonrpc-stdio"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Asynchronous JSON-RPC 2.0 transport over child-process JSONL stdio."
[dependencies]
serde_json = "1"
tokio = { version = "1", features = ["io-util", "process", "rt"] }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
[lints.rust]
unsafe_code = "forbid"
[workspace]