supercode-codex-frontend 0.4.1

Version-pinned stock Codex app-server compatibility adapter for Supercode SDK runtimes.
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 = "2021"
rust-version = "1.85"
name = "supercode-codex-frontend"
version = "0.4.1"
authors = ["supercode contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Version-pinned stock Codex app-server compatibility adapter for Supercode SDK runtimes."
homepage = "https://github.com/volter-ai/supercode"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "coding",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/volter-ai/supercode"

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

[dependencies.blake3]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.2"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.supercode-core]
version = "=0.4.1"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.26"

[dependencies.zeroize]
version = "1"

[dev-dependencies.async-trait]
version = "0.1"