codex-ops 0.1.8

A local operations CLI for Codex auth, usage, and cycle workflows.
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"
name = "codex-ops"
version = "0.1.8"
build = false
exclude = [
    ".github/**",
    ".gitignore",
    ".ignore",
    "AGENTS.md",
    "bin/**",
    "Cargo.toml.orig",
    "justfile",
    "npm/**",
    "package*.json",
    "scripts/**",
    "src/bin/**",
    "task/**",
    "test/**",
    "tests/**",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A local operations CLI for Codex auth, usage, and cycle workflows."
homepage = "https://github.com/ChenLuoi/codex-ops"
readme = "README.md"
keywords = [
    "codex",
    "cli",
    "usage",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ChenLuoi/codex-ops"

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

[[bin]]
name = "codex-ops"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dialoguer]
version = "0.11"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"