ego-chat 0.2.21

Portable launcher for durable Codex, ZCode, and ChatGPT review loops through Ego Browser
# 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.88"
name = "ego-chat"
version = "0.2.21"
build = "build.rs"
include = [
    "/build.rs",
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE",
    "/rust/**",
    "/bin/*.mjs",
    "/docs/**",
    "/src/*.mjs",
    "/skills/ego-chat/**",
    "/package.json",
    "/package-lock.json",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable launcher for durable Codex, ZCode, and ChatGPT review loops through Ego Browser"
readme = "README.md"
keywords = [
    "codex",
    "zcode",
    "chatgpt",
    "mcp",
    "browser",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/xicv/ego-chat"

[[bin]]
name = "eagle-monitor"
path = "rust/eagle_monitor.rs"

[[bin]]
name = "ego-chat"
path = "rust/main.rs"

[dependencies.serde_json]
version = "1.0.151"
features = ["preserve_order"]

[dependencies.toml_edit]
version = "0.25.13"