kcode-jsonrpc-stdio 0.3.0

Bounded asynchronous child-process JSONL transport for header-omitted JSON-RPC values.
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 = "kcode-jsonrpc-stdio"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded asynchronous child-process JSONL transport for header-omitted JSON-RPC values."
readme = false
keywords = [
    "json-rpc",
    "stdio",
    "tokio",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/kennedy/kcode"

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

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

[dependencies.kcode-jsonrpc-wire]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "process",
    "rt",
    "sync",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[lints.rust]
unsafe_code = "forbid"