[package]
edition = "2021"
name = "swapdex"
version = "0.151.0"
build = false
exclude = [
"docs/*",
"npm/*",
".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Switch between multiple Claude Code, Codex, Gemini, and Antigravity login accounts, locally and safely."
homepage = "https://github.com/youdie006/swapdex"
readme = "README.md"
keywords = [
"cli",
"claude",
"codex",
"accounts",
"credentials",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/youdie006/swapdex"
[lib]
name = "swapdex"
path = "src/lib.rs"
[[bin]]
name = "swapdex"
path = "src/main.rs"
[[test]]
name = "agreement"
path = "tests/agreement.rs"
[[test]]
name = "no_leak"
path = "tests/no_leak.rs"
[[test]]
name = "pipe"
path = "tests/pipe.rs"
[[test]]
name = "proxy"
path = "tests/proxy.rs"
[[test]]
name = "refresh"
path = "tests/refresh.rs"
[[test]]
name = "release_metadata"
path = "tests/release_metadata.rs"
[[test]]
name = "run"
path = "tests/run.rs"
[[test]]
name = "soak"
path = "tests/soak.rs"
[[test]]
name = "switch"
path = "tests/switch.rs"
[dependencies.anyhow]
version = "1.0.104"
[dependencies.base64]
version = "0.23"
[dependencies.clap]
version = "4.6"
features = ["derive"]
[dependencies.clap_complete]
version = "4"
[dependencies.clap_mangen]
version = "0.3.0"
[dependencies.dirs]
version = "6"
[dependencies.fs2]
version = "0.4"
[dependencies.libc]
version = "0.2.186"
[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
default-features = false
[dependencies.serde]
version = "1.0.229"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.151"
[dependencies.sha2]
version = "0.11.0"
[dependencies.tempfile]
version = "3"
[dependencies.tiny_http]
version = "0.12"
[dependencies.unicode-width]
version = "0.2.2"
[dependencies.ureq]
version = "3.3"
[dependencies.zeroize]
version = "1"