cc-switch 0.0.21

A CLI tool for managing multiple Claude API configurations and automatically switching between them
[[bin]]
name = "cc-switch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5.43"

[dependencies.clap_complete]
version = "4.5.55"

[dependencies.colored]
version = "3.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.20.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool for managing multiple Claude API configurations and automatically switching between them"
documentation = "https://github.com/jingzhao/cc_auto_switch"
edition = "2024"
homepage = "https://github.com/jingzhao/cc_auto_switch"
keywords = ["claude", "api", "configuration", "cli"]
license = "MIT"
name = "cc-switch"
readme = "README.md"
repository = "https://github.com/jingzhao/cc_auto_switch"
version = "0.0.21"

[package.metadata.docs.rs]
all-features = true