[package]
name = "agentswitch"
version = "0.6.0"
edition = "2021"
authors = ["Yu-Xiao-Sheng <yu.xiao.sheng@example.com>"]
description = "一个通用的 Code Agent 工具配置切换器,支持将任意 OpenAI/Anthropic 协议模型接入到主流 Code Agent CLI 工具中"
license = "MIT"
repository = "https://github.com/Yu-Xiao-Sheng/agentswitch"
readme = "README.md"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
anyhow = "1.0"
thiserror = "1.0"
colored = "2.1"
dirs = "5.0"
which = "6.0"
url = "2.5"
comfy-table = "7.1"
fs2 = "0.4"
rayon = "1.10"
chrono = { version = "0.4", features = ["serde"] }
inquire = "0.7"
clap_complete = "4.5"
git2 = "0.18"
aes-gcm = "0.10"
argon2 = "0.5"
base64 = "0.21"
[dev-dependencies]
tempfile = "3.10"