kcode-codex-runtime 0.1.0

Safe Codex CLI generation, web search, and model catalog runtime
Documentation
[package]
name = "kcode-codex-runtime"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
description = "Safe Codex CLI generation, web search, and model catalog runtime"
documentation = "https://docs.rs/kcode-codex-runtime"
readme = "README.md"
license = "MIT"
keywords = ["codex", "llm", "web-search", "runtime"]
categories = ["api-bindings", "development-tools"]
include = ["src/**", "Cargo.toml", "DependencyAudit.md", "Documentation.md", "LICENSE", "README.md", "Specification.md"]

[dependencies]
anyhow = "1"
hex = "0.4"
serde_json = "1"
sha2 = "0.10"
tokio = { version = "1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "sync", "time"] }
tracing = "0.1"
url = "2"
uuid = "1"

[lints.rust]
unsafe_code = "forbid"

[workspace]