[package]
name = "ca-switch"
version = "0.3.2"
edition = "2021"
description = "Coding Agent配置管理CLI工具"
authors = ["moguw <weiyiding0@gmail.com>"]
license = "MIT"
repository = "https://github.com/Mieluoxxx/ca-switch.git"
homepage = "https://github.com/Mieluoxxx/ca-switch#readme"
keywords = ["claude-code", "codex", "gemini-cli", "opencode"]
categories = ["command-line-utilities"]
[[bin]]
name = "ca-switch"
path = "src/main.rs"
[dependencies]
clap = { version = "4.5", features = ["derive", "cargo"] }
dialoguer = "0.11"
console = "0.15"
indicatif = "0.17"
tokio = { version = "1.41", features = ["full"] }
reqwest = { version = "0.12", features = ["json", "stream"] }
base64 = "0.22"
quick-xml = "0.37"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
thiserror = "2.0"
dirs = "5.0"
fs_extra = "1.3"
chrono = "0.4"
toml = "0.8"
opener = "0.7"
url = "2.5"
hostname = "0.4"