kcode-codex-runtime 0.1.0

Safe Codex CLI generation, web search, and model catalog runtime
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.97"
name = "kcode-codex-runtime"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "DependencyAudit.md",
    "Documentation.md",
    "LICENSE",
    "README.md",
    "Specification.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Codex CLI generation, web search, and model catalog runtime"
documentation = "https://docs.rs/kcode-codex-runtime"
readme = "README.md"
keywords = [
    "codex",
    "llm",
    "web-search",
    "runtime",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"

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

[dependencies.anyhow]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"

[lints.rust]
unsafe_code = "forbid"