kcode-codex-terra 0.1.1

One ephemeral GPT-5.6 Terra dynamic-tool inference with mandatory accounting.
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"
name = "kcode-codex-terra"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One ephemeral GPT-5.6 Terra dynamic-tool inference with mandatory accounting."
readme = false
license = "MIT"

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

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

[dependencies.jsonschema]
version = "0.33"

[dependencies.kcode-codex-terra-protocol]
version = "0.1.0"

[dependencies.kcode-codex-terra-usage]
version = "0.1.0"

[dependencies.kcode-jsonrpc-stdio]
version = "=0.2.0"

[dependencies.kcode-k1-accounting]
version = "=0.1.0"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "process",
    "time",
]

[dev-dependencies.rust_decimal]
version = "1"

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

[lints.rust]
unsafe_code = "forbid"