aith 0.1.0

Account profile switching for AI coding tools
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"
rust-version = "1.85"
name = "aith"
version = "0.1.0"
authors = ["Sadjow Medeiros Leão"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Account profile switching for AI coding tools"
homepage = "https://github.com/sadjow/aith"
readme = "README.md"
keywords = [
    "ai",
    "auth",
    "cli",
    "profiles",
    "codex",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/sadjow/aith"

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

[[bin]]
name = "aith"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.toml]
version = "0.8"

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

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

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

[profile.dist]
lto = "thin"
inherits = "release"