kcode-codex-runtime-v2 0.1.2

Native dynamic-tool turns through the Codex app-server protocol
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-v2"
version = "0.1.2"
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 = "Native dynamic-tool turns through the Codex app-server protocol"
documentation = "https://docs.rs/kcode-codex-runtime-v2"
readme = "README.md"
keywords = [
    "codex",
    "llm",
    "tools",
    "runtime",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"

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

[dependencies.base64]
version = "0.22"

[dependencies.serde_json]
version = "1"

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

[lints.rust]
unsafe_code = "forbid"