[package]
edition = "2021"
name = "codex-cli-captain"
version = "0.0.1"
authors = ["HoRi0506"]
build = false
include = [
"Cargo.toml",
"LICENSE",
"README.md",
"assets/**",
"src/**",
"tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codex-Cli-Captain runtime, installer, and MCP server for Codex CLI."
homepage = "https://github.com/HoRi0506/Codex-Cli-Captain"
readme = "README.md"
keywords = [
"codex",
"cli",
"agent",
"mcp",
"automation",
]
categories = [
"command-line-utilities",
"development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/HoRi0506/Codex-Cli-Captain"
[[bin]]
name = "ccc"
path = "src/main.rs"
[[test]]
name = "plugin_package"
path = "tests/plugin_package.rs"
[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = true
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.toml]
version = "0.8"