codex-auth-manager 0.1.0

A deadly simple Codex auth manager.
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"
name = "codex-auth-manager"
version = "0.1.0"
authors = ["PRO-2684"]
build = false
include = [
    "src",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A deadly simple Codex auth manager."
readme = "README.md"
keywords = [
    "codex",
    "auth",
    "cli",
]
categories = [
    "command-line-utilities",
    "authentication",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/PRO-2684/codex-auth-manager"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
disabled-strategies = ["quick-install"]

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[features]
cli = []

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

[[bin]]
name = "cam"
path = "src/main.rs"
required-features = ["cli"]

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

[dependencies.clap_complete]
version = "4.6.5"
features = ["unstable-dynamic"]

[dependencies.thiserror]
version = "2.0.18"

[profile.release]
lto = true
codegen-units = 1
debug = 0
strip = true