codex-profiles 0.1.0

Manage multiple Codex CLI auth profiles
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-profiles"
version = "0.1.0"
build = false
exclude = [
    ".github/",
    "scripts/",
    "bin/",
    "dist/",
    "target/",
    "*.profraw",
    "*.profdata",
    "coverage/",
    "lcov.info",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage multiple Codex CLI auth profiles"
homepage = "https://github.com/midhunmonachan/codex-profiles"
documentation = "https://docs.rs/codex-profiles"
readme = "README.md"
keywords = [
    "codex",
    "cli",
    "profile",
    "auth",
    "openai",
]
categories = [
    "command-line-utilities",
    "authentication",
]
license = "MIT"
repository = "https://github.com/midhunmonachan/codex-profiles"

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

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

[[test]]
name = "auth"
path = "tests/auth.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "updates"
path = "tests/updates.rs"

[[test]]
name = "usage"
path = "tests/usage.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.colored]
version = "3.0"

[dependencies.directories]
version = "6.0"

[dependencies.fslock]
version = "0.2"

[dependencies.inquire]
version = "0.9"

[dependencies.rayon]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.16"

[dependencies.shlex]
version = "1.3"

[dependencies.supports-color]
version = "3.0"

[dependencies.ureq]
version = "3.1"
features = ["json"]

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